HomeSort by relevance Sort by last modified time
    Searched refs:leftChild (Results 1 - 25 of 61) sorted by null

1 2 3

  /libcore/ojluni/src/main/java/java/util/stream/
AbstractTask.java 116 protected K leftChild;
121 * if non-null leftChild is non-null
255 return leftChild == null;
298 K leftChild, rightChild, taskToFork;
299 task.leftChild = leftChild = task.makeChild(ls);
305 task = leftChild;
311 taskToFork = leftChild;
331 leftChild = rightChild = null;
346 if (parent != null && parent.leftChild != node
    [all...]
AbstractShortCircuitTask.java 118 K leftChild, rightChild, taskToFork;
119 task.leftChild = leftChild = task.makeChild(ls);
125 task = leftChild;
131 taskToFork = leftChild;
227 if (parent.leftChild == node) {
ForEachOps.java 409 ForEachOrderedTask<S, T> leftChild =
412 new ForEachOrderedTask<>(task, rightSplit, leftChild);
421 task.completionMap.put(leftChild, rightChild);
434 leftChild.addToPendingCount(1);
437 if (task.completionMap.replace(task.leftPredecessor, task, leftChild)) {
445 leftChild.addToPendingCount(-1);
453 task = leftChild;
459 taskToFork = leftChild;
SliceOps.java 625 thisNodeSize = leftChild.thisNodeSize + rightChild.thisNodeSize;
632 else if (leftChild.thisNodeSize == 0)
636 leftChild.getLocalResult(), rightChild.getLocalResult());
677 SliceTask<P_IN, P_OUT> left = parent.leftChild;
    [all...]
FindOps.java 304 for (FindTask<P_IN, P_OUT, O> child = leftChild, p = null; child != p;
ReduceOps.java 753 S leftResult = leftChild.getLocalResult();
Nodes.java     [all...]
  /external/libgdx/extensions/gdx-tools/src/com/badlogic/gdx/tools/imagepacker/
ImagePacker.java 67 public Node leftChild;
72 public Node (int x, int y, int width, int height, Node leftChild, Node rightChild, String leaveName) {
74 this.leftChild = leftChild;
162 if (node.leaveName == null && node.leftChild != null && node.rightChild != null) {
165 newNode = insert(node.leftChild, rect);
176 node.leftChild = new Node();
183 node.leftChild.rect.x = node.rect.x;
184 node.leftChild.rect.y = node.rect.y;
185 node.leftChild.rect.width = rect.width;
    [all...]
  /external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
BinaryTreeTraverser.java 39 public abstract Optional<T> leftChild(T root);
64 Optional<T> left = leftChild(root);
123 pushIfPresent(leftChild(inOrderNode.node));
  /external/guava/guava/src/com/google/common/collect/
BinaryTreeTraverser.java 46 public abstract Optional<T> leftChild(T root);
71 Optional<T> left = leftChild(root);
116 pushIfPresent(stack, leftChild(result));
161 pushIfPresent(stack, leftChild(node));
200 pushIfPresent(stack, leftChild(node));
  /external/libgdx/gdx/src/com/badlogic/gdx/graphics/g2d/
PixmapPacker.java 449 if (!node.full && node.leftChild != null && node.rightChild != null) {
450 Node newNode = insert(node.leftChild, rect);
458 node.leftChild = new Node();
464 node.leftChild.rect.x = node.rect.x;
465 node.leftChild.rect.y = node.rect.y;
466 node.leftChild.rect.width = rect.width;
467 node.leftChild.rect.height = node.rect.height;
474 node.leftChild.rect.x = node.rect.x;
475 node.leftChild.rect.y = node.rect.y;
476 node.leftChild.rect.width = node.rect.width;
    [all...]
  /frameworks/support/percent/tests/java/android/support/percent/
PercentRelativeTest.java 168 final View leftChild = mPercentRelativeLayout.findViewById(R.id.child_left);
170 leftChild.getRight() + 0.1f * mContainerWidth, childLeft);
PercentRelativeRtlTest.java 265 final View leftChild = supportsRtl
269 leftChild.getRight() + 0.1f * mContainerWidth, childLeft);
  /external/guava/guava-tests/benchmark/com/google/common/collect/
BinaryTreeTraverserBenchmark.java 104 Optional<BinaryNode> leftChild = createTreap(keys.subList(0, minIndex));
106 return Optional.of(new BinaryNode(keys.get(minIndex), leftChild, rightChild));
117 public Optional<BinaryNode> leftChild(BinaryNode node) {
  /external/guava/guava-gwt/test-super/com/google/common/collect/super/com/google/common/collect/
TreeTraverserTest.java 71 public Optional<BinaryTree> leftChild(BinaryTree node) {
  /external/guava/guava-tests/test/com/google/common/collect/
TreeTraverserTest.java 73 public Optional<BinaryTree> leftChild(BinaryTree node) {
  /frameworks/base/core/java/android/text/
SpannableStringBuilder.java 304 removeSpansForChange(start, end, textIsRemoved, leftChild(i))) {
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.text_3.5.0.v20100601-1300.jar 
  /external/icu/tools/srcgen/currysrc/libs/
org.eclipse.text_3.5.400.v20150505-1044.jar 
  /external/guice/extensions/persist/lib/
commons-collections.jar 
  /prebuilts/tools/common/m2/repository/commons-collections/commons-collections/3.2.1/
commons-collections-3.2.1.jar 
  /packages/apps/Messaging/build/gcheckstyle/
google-style-checker_deploy.jar 
  /prebuilts/tools/common/m2/repository/net/sourceforge/htmlunit/htmlunit/2.14/
htmlunit-2.14.jar 
  /external/dagger2/lib/
google-java-format-0.1-20151017.042846-2.jar 
  /external/guice/lib/
guava-16.0.1.jar 

Completed in 1477 milliseconds

1 2 3