Searched refs:newRight (Results 1 – 3 of 3) sorted by relevance
/external/protobuf/java/src/main/java/com/google/protobuf/ |
D | RopeByteString.java | 177 ByteString newRight = concatenateBytes(leftRope.right, right); in concatenate() local 178 result = new RopeByteString(leftRope.left, newRight); in concatenate() 187 ByteString newRight = new RopeByteString(leftRope.right, right); in concatenate() local 188 result = new RopeByteString(leftRope.left, newRight); in concatenate()
|
/external/llvm/include/llvm/ADT/ |
D | ImmutableSet.h | 477 TreeTy* createNode(TreeTy* newLeft, TreeTy* oldTree, TreeTy* newRight) { in createNode() argument 478 return createNode(newLeft, getValue(oldTree), newRight); in createNode() 581 TreeTy* newRight = removeMinBinding(R,OldNode); in combineTrees() local 582 return balanceTree(L, getValue(OldNode), newRight); in combineTrees()
|
/external/robolectric/lib/main/ |
D | android-support-v4.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/support/
android/ ... |