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

1 2 3

  /libcore/ojluni/src/main/java/java/util/stream/
AbstractTask.java 114 * if non-null rightChild is non-null
123 protected K rightChild;
298 K leftChild, rightChild, taskToFork;
300 task.rightChild = rightChild = task.makeChild(rs);
306 taskToFork = rightChild;
310 task = rightChild;
331 leftChild = rightChild = null;
AbstractShortCircuitTask.java 118 K leftChild, rightChild, taskToFork;
120 task.rightChild = rightChild = task.makeChild(rs);
126 taskToFork = rightChild;
130 task = rightChild;
228 K rightSibling = parent.rightChild;
ForEachOps.java 411 ForEachOrderedTask<S, T> rightChild =
420 rightChild.addToPendingCount(1);
421 task.completionMap.put(leftChild, rightChild);
454 taskToFork = rightChild;
458 task = rightChild;
SliceOps.java 625 thisNodeSize = leftChild.thisNodeSize + rightChild.thisNodeSize;
633 result = rightChild.getLocalResult();
636 leftChild.getLocalResult(), rightChild.getLocalResult());
676 if (node == parent.rightChild) {
    [all...]
FindOps.java 305 p = child, child = rightChild) {
ReduceOps.java 754 leftResult.combine(rightChild.getLocalResult());
Nodes.java     [all...]
  /external/libgdx/extensions/gdx-tools/src/com/badlogic/gdx/tools/imagepacker/
ImagePacker.java 68 public Node rightChild;
72 public Node (int x, int y, int width, int height, Node leftChild, Node rightChild, String leaveName) {
75 this.rightChild = rightChild;
162 if (node.leaveName == null && node.leftChild != null && node.rightChild != null) {
166 if (newNode == null) newNode = insert(node.rightChild, rect);
177 node.rightChild = new Node();
188 node.rightChild.rect.x = node.rect.x + rect.width;
189 node.rightChild.rect.y = node.rect.y;
190 node.rightChild.rect.width = node.rect.width - rect.width;
    [all...]
  /external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
BinaryTreeTraverser.java 45 public abstract Optional<T> rightChild(T root);
71 Optional<T> right = rightChild(root);
119 pushIfPresent(rightChild(inOrderNode.node));
  /external/guava/guava/src/com/google/common/collect/
BinaryTreeTraverser.java 52 public abstract Optional<T> rightChild(T root);
78 Optional<T> right = rightChild(root);
115 pushIfPresent(stack, rightChild(result));
160 pushIfPresent(stack, rightChild(node));
196 pushIfPresent(stack, rightChild(node));
  /external/libgdx/gdx/src/com/badlogic/gdx/graphics/g2d/
PixmapPacker.java 449 if (!node.full && node.leftChild != null && node.rightChild != null) {
451 if (newNode == null) newNode = insert(node.rightChild, rect);
459 node.rightChild = new Node();
469 node.rightChild.rect.x = node.rect.x + rect.width;
470 node.rightChild.rect.y = node.rect.y;
471 node.rightChild.rect.width = node.rect.width - rect.width;
472 node.rightChild.rect.height = node.rect.height;
479 node.rightChild.rect.x = node.rect.x;
480 node.rightChild.rect.y = node.rect.y + rect.height;
481 node.rightChild.rect.width = node.rect.width;
    [all...]
  /frameworks/support/percent/tests/java/android/support/percent/
PercentRelativeTest.java 176 final View rightChild = mPercentRelativeLayout.findViewById(R.id.child_right);
178 rightChild.getLeft() - 0.1f * mContainerWidth, childRight);
PercentRelativeRtlTest.java 275 final View rightChild = supportsRtl
279 rightChild.getLeft() - 0.1f * mContainerWidth, childRight);
  /external/guava/guava-tests/benchmark/com/google/common/collect/
BinaryTreeTraverserBenchmark.java 105 Optional<BinaryNode> rightChild = createTreap(keys.subList(minIndex + 1, keys.size()));
106 return Optional.of(new BinaryNode(keys.get(minIndex), leftChild, rightChild));
122 public Optional<BinaryNode> rightChild(BinaryNode node) {
  /external/guava/guava-gwt/test-super/com/google/common/collect/super/com/google/common/collect/
TreeTraverserTest.java 76 public Optional<BinaryTree> rightChild(BinaryTree node) {
  /external/guava/guava-tests/test/com/google/common/collect/
TreeTraverserTest.java 78 public Optional<BinaryTree> rightChild(BinaryTree node) {
  /frameworks/base/core/java/android/text/
SpannableStringBuilder.java 320 removeSpansForChange(start, end, textIsRemoved, rightChild(i));
    [all...]
  /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 
  /prebuilts/tools/common/m2/repository/io/netty/netty-common/4.1.0.CR3/
netty-common-4.1.0.CR3.jar 
  /packages/apps/Messaging/build/gcheckstyle/
google-style-checker_deploy.jar 
  /external/dagger2/lib/
google-java-format-0.1-20151017.042846-2.jar 
  /external/guice/lib/
guava-16.0.1.jar 
  /frameworks/data-binding/prebuilds/1.0-rc0/
databinding-studio-bundle.jar 
  /prebuilts/devtools/tools/lib/
guava-17.0.jar 

Completed in 1031 milliseconds

1 2 3