Home
last modified time | relevance | path

Searched refs:firstParent (Results 1 – 25 of 58) sorted by relevance

123

/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.ui/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/reorg/
H A DParentChecker.java128 IJavaElement firstParent= fJavaElements[0].getParent(); in javaElementsHaveCommonParent()
129 Assert.isNotNull(firstParent); //this should never happen in javaElementsHaveCommonParent()
131 if (! firstParent.equals(fJavaElements[i].getParent())) in javaElementsHaveCommonParent()
140 IResource firstParent= fResources[0].getParent(); in resourcesHaveCommonParent()
141 Assert.isNotNull(firstParent); in resourcesHaveCommonParent()
143 if (! firstParent.equals(fResources[i].getParent())) in resourcesHaveCommonParent()
159 Object firstParent= fJarResources[0].getParent(); in jarResourcesHaveCommonParent()
160 Assert.isNotNull(firstParent); in jarResourcesHaveCommonParent()
162 if (! firstParent.equals(fJarResources[i].getParent())) in jarResourcesHaveCommonParent()
/dports/java/jgraph/jgraph-java-5.13.0.4/src/com/jgraph/layout/tree/
H A DJGraphRadialTreeLayout.java205 TreeNode parent, node, firstParent = null, prevParent = null; in layoutTreeN() local
233 if (null == firstParent) { in layoutTreeN()
234 firstParent = node; in layoutTreeN()
256 if (null != firstParent) { in layoutTreeN()
258 firstParent.rightBisector = (firstParent.angle - remaningAngle) / 2.0; in layoutTreeN()
259 if (firstParent.rightBisector < 0) { in layoutTreeN()
260 prevParent.leftBisector = firstParent.rightBisector + TWO_PI in layoutTreeN()
263 prevParent.leftBisector = firstParent.rightBisector + TWO_PI; in layoutTreeN()
/dports/devel/spark/spark-2.1.1/core/src/main/scala/org/apache/spark/rdd/
H A DMapPartitionsRDD.scala33 override val partitioner = if (preservesPartitioning) firstParent[T].partitioner else None
35 override def getPartitions: Array[Partition] = firstParent[T].partitions
38 f(context, split.index, firstParent[T].iterator(split, context))
H A DZippedWithIndexRDD.scala59 firstParent[T].partitions.map(x => new ZippedWithIndexRDDPartition(x, startIndices(x.index)))
63 firstParent[T].preferredLocations(split.asInstanceOf[ZippedWithIndexRDDPartition].prev)
67 val parentIter = firstParent[T].iterator(split.prev, context)
H A DPartitionwiseSampledRDD.scala58 firstParent[T].partitions.map(x => new PartitionwiseSampledRDDPartition(x, random.nextLong()))
62 firstParent[T].preferredLocations(split.asInstanceOf[PartitionwiseSampledRDDPartition].prev)
68 thisSampler.sample(firstParent[T].iterator(split.prev, context))
H A DNewHadoopRDD.scala321 override val partitioner = if (preservesPartitioning) firstParent[T].partitioner else None
323 override def getPartitions: Array[Partition] = firstParent[T].partitions
328 f(inputSplit, firstParent[T].iterator(split, context))
H A DPipedRDD.scala54 override def getPartitions: Array[Partition] = firstParent[T].partitions
145 for (elem <- firstParent[T].iterator(split, context)) {
H A DHadoopRDD.scala403 override val partitioner = if (preservesPartitioning) firstParent[T].partitioner else None
405 override def getPartitions: Array[Partition] = firstParent[T].partitions
410 f(inputSplit, firstParent[T].iterator(split, context))
H A DPartitionPruningRDD.scala63 firstParent[T].iterator(
/dports/astro/marble/marble-21.12.3/tools/add_kml/
H A Dadd_kml_tag.py233 firstParent = parents[ tagname ][ 0 ]
235 firstParent = "Parent"
242 + "-e \"s/kmlTag_Parent/kmlTag_" + firstParent +"/g\" " \
/dports/textproc/nux/nux/src/net/sf/saxon/xom/
H A DNodeWrapper.java328 ParentNode firstParent = first.getParent(); in compareOrderFast()
330 if (firstParent == null) { in compareOrderFast()
339 if (firstParent == secondParent) { in compareOrderFast()
340 int i1 = firstParent.indexOf(first); in compareOrderFast()
341 int i2 = firstParent.indexOf(second); in compareOrderFast()
351 Element elem = (Element) firstParent; in compareOrderFast()
390 firstParent = p1.getParent(); in compareOrderFast()
392 if (firstParent == null || secondParent == null) { in compareOrderFast()
398 if (firstParent == secondParent) { in compareOrderFast()
399 return firstParent.indexOf(p1) - firstParent.indexOf(p2); in compareOrderFast()
[all …]
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/bundles/org.eclipse.ui.navigator.resources/src/org/eclipse/ui/internal/navigator/resources/actions/
H A DCopyAction.java207 IContainer firstParent = selectedResources.get(0).getParent(); in updateSelection() local
208 if (firstParent == null) { in updateSelection()
213 if (!currentResource.getParent().equals(firstParent)) { in updateSelection()
/dports/net/libcmis/libcmis-0.5.2/src/libcmis/
H A Dgdrive-utils.cxx147 Json firstParent; in createJsonFromParentId() local
148 firstParent.add( Json( parentId.c_str() ) ); in createJsonFromParentId()
150 return firstParent; in createJsonFromParentId()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/bundles/org.eclipse.ui.ide/src/org/eclipse/ui/views/navigator/
H A DCopyAction.java209 IContainer firstParent = ((IResource) selectedResources.get(0)).getParent(); in updateSelection() local
210 if (firstParent == null) { in updateSelection()
217 if (!currentResource.getParent().equals(firstParent)) { in updateSelection()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/bundles/org.eclipse.ui.ide/extensions/org/eclipse/ui/actions/
H A DCopyResourceAction.java291 IContainer firstParent = ((IResource) selectedResources.get(0)) in updateSelection() local
293 if (firstParent == null) { in updateSelection()
306 if ((parent != null) && (!parent.equals(firstParent))) { in updateSelection()
/dports/devel/spark/spark-2.1.1/mllib/src/main/scala/org/apache/spark/mllib/rdd/
H A DSlidingRDD.scala58 (firstParent[T].iterator(part.prev, context) ++ part.tail)
66 firstParent[T].preferredLocations(split.asInstanceOf[SlidingRDDPartition[T]].prev)
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.team/bundles/org.eclipse.team.ui/src/org/eclipse/team/internal/ui/synchronize/actions/
H A DCopyToClipboardAction.java225 IContainer firstParent = ((IResource) selectedResources.get(0)).getParent(); in updateSelection()
226 if (firstParent == null) in updateSelection()
231 if (!currentResource.getParent().equals(firstParent)) in updateSelection()
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/workhorse/vendor/gitlab.com/gitlab-org/gitaly/v14/internal/git/gitpipe/
H A Drevision.go52 firstParent bool member
136 cfg.firstParent = true
227 if cfg.firstParent {
/dports/textproc/gitlab-elasticsearch-indexer/gitlab-elasticsearch-indexer-ef1440548effec15831eda2d246dacc43233cefb/vendor/gitlab.com/gitlab-org/gitaly/v14/internal/git/gitpipe/
H A Drevision.go52 firstParent bool member
136 cfg.firstParent = true
227 if cfg.firstParent {
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/git/
H A Dgitsettings.cpp119 registerAspect(&firstParent); in GitSettings()
120 firstParent.setSettingsKey("FirstParent"); in GitSettings()
H A Dgitsettings.h62 Utils::BoolAspect firstParent; variable
/dports/graphics/swappy/swappy-1.4.0/.github/workflows/
H A Dlint.yml17 firstParent: false
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/android/java/src/org/chromium/chrome/browser/sync/settings/
H A DAccountManagementFragment.java242 String firstParent = prefService.getString(Pref.SUPERVISED_USER_CUSTODIAN_EMAIL); in configureChildAccountPreferences() local
249 R.string.account_management_two_parent_names, firstParent, secondParent); in configureChildAccountPreferences()
250 } else if (!firstParent.isEmpty()) { in configureChildAccountPreferences()
251 parentText = getString(R.string.account_management_one_parent_name, firstParent); in configureChildAccountPreferences()
/dports/java/jgraph/jgraph-java-5.13.0.4/src/org/jgraph/graph/
H A DDefaultGraphSelectionModel.java450 boolean firstParent = true; in deselect()
456 if (count == 0 && firstParent) { in deselect()
465 firstParent = false; in deselect()
/dports/sysutils/hfsexplorer/hfsexplorer-hfsexplorer-0.23.1/src/java/org/catacombae/hfsexplorer/tools/
H A DDumpFSInfo.java269 File firstParent = firstFile.getParentFile(); in dumpInfo() local
270 sb.append(firstParent.getAbsolutePath()); in dumpInfo()

123