/external/skia/src/pathops/ |
D | SkPathOpsBounds.h | 32 void add(const SkPathOpsBounds& toAdd) { in add() 33 add(toAdd.fLeft, toAdd.fTop, toAdd.fRight, toAdd.fBottom); in add()
|
/external/guava/guava-tests/test/com/google/common/collect/ |
D | FilteredCollectionsTest.java | 109 for (int toAdd = 0; toAdd < 10; toAdd++) { in testAdd() 110 boolean expectedResult = createUnfiltered(contents).add(toAdd); in testAdd() 114 assertEquals(expectedResult, filtered.add(toAdd)); in testAdd() 115 assertTrue(EVEN.apply(toAdd)); in testAdd() 117 assertFalse(EVEN.apply(toAdd)); in testAdd() 148 ImmutableList<Integer> toAdd = ImmutableList.of(2, 4, 3); in testAddAllFailsAtomically() local 154 filteredToModify.addAll(toAdd); in testAddAllFailsAtomically()
|
/external/glide/library/src/main/java/com/bumptech/glide/signature/ |
D | ApplicationVersionSignature.java | 27 Key toAdd = obtainVersionSignature(context); in obtain() local 28 result = PACKAGE_NAME_TO_KEY.putIfAbsent(packageName, toAdd); in obtain() 31 result = toAdd; in obtain()
|
/external/dexmaker/src/dx/java/com/android/dx/rop/annotation/ |
D | Annotations.java | 192 public void addAll(Annotations toAdd) { in addAll() argument 195 if (toAdd == null) { in addAll() 199 for (Annotation a : toAdd.annotations.values()) { in addAll()
|
/external/dexmaker/src/dx/java/com/android/dx/ssa/ |
D | SsaBasicBlock.java | 616 NormalSsaInsn toAdd = new NormalSsaInsn( in addMoveToEnd() local 620 insns.add(insns.size() - 1, toAdd); in addMoveToEnd() local 639 NormalSsaInsn toAdd = new NormalSsaInsn( in addMoveToBeginning() local 643 insns.add(getCountPhiInsns(), toAdd); in addMoveToBeginning() local 758 NormalSsaInsn toAdd = new NormalSsaInsn( in scheduleUseBeforeAssigned() local 764 toSchedule.add(insertPlace++, toAdd); in scheduleUseBeforeAssigned() 950 NormalSsaInsn toAdd = new NormalSsaInsn( in scheduleMovesFromPhis() local 963 insns.set(movesFromPhisAtBeginning + 1, toAdd); in scheduleMovesFromPhis()
|
/external/icu/icu4c/source/common/unicode/ |
D | enumset.h | 38 inline void add(T toAdd) { set(toAdd, 1); } in add() argument
|
/external/icu/icu4c/source/common/ |
D | caniter.cpp | 470 UnicodeString *toAdd = new UnicodeString(prefix); in getEquivalents2() local 472 if (toAdd == 0) { in getEquivalents2() 476 *toAdd += item; in getEquivalents2() 477 fillinResult->put(*toAdd, toAdd, status); in getEquivalents2()
|
D | uresbund.cpp | 843 static void ures_appendResPath(UResourceBundle *resB, const char* toAdd, int32_t lenToAdd, UErrorCo… in ures_appendResPath() argument 870 uprv_strcpy(resB->fResPath + resPathLenOrig, toAdd); in ures_appendResPath()
|
/external/dexmaker/src/dx/java/com/android/dx/ssa/back/ |
D | RegisterAllocator.java | 164 SsaInsn toAdd = SsaInsn.makeFromRop( in insertMoveBefore() local 169 insns.add(insnIndex, toAdd); in insertMoveBefore()
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
D | org.eclipse.equinox.p2.reconciler.dropins_1.1.2.R36x_v20101111-1430.jar | META-INF/MANIFEST.MF
META-INF/ECLIPSEF.SF
META-INF/ECLIPSEF ... |
D | org.eclipse.equinox.p2.director.app_1.0.201.R36x_v20100823.jar | META-INF/MANIFEST.MF
META-INF/ECLIPSEF.SF
META-INF/ECLIPSEF ... |
D | org.eclipse.equinox.launcher_1.1.0.v20100507.jar | META-INF/MANIFEST.MF
META-INF/ECLIPSEF.SF
META-INF/ECLIPSEF ... |
D | org.eclipse.equinox.launcher.jar | META-INF/MANIFEST.MF
META-INF/ECLIPSEF.SF
META-INF/ECLIPSEF ... |
D | org.eclipse.equinox.p2.directorywatcher_1.0.203.R36x_v20101027.jar | META-INF/MANIFEST.MF
META-INF/ECLIPSEF.SF
META-INF/ECLIPSEF ... |
D | org.eclipse.equinox.simpleconfigurator_1.0.200.v20100503.jar | META-INF/MANIFEST.MF
META-INF/ECLIPSEF.SF
META-INF/ECLIPSEF ... |
D | org.eclipse.equinox.p2.engine_2.0.0.v20100606.jar | META-INF/MANIFEST.MF
META-INF/ECLIPSEF.SF
META-INF/ECLIPSEF ... |
D | org.eclipse.equinox.p2.core_2.0.2.R36x_v20100804.jar | META-INF/MANIFEST.MF
META-INF/ECLIPSEF.SF
META-INF/ECLIPSEF ... |
D | org.eclipse.equinox.util_1.0.200.v20100503.jar | META-INF/MANIFEST.MF
META-INF/ECLIPSEF.SF
META-INF/ECLIPSEF ... |
D | org.eclipse.equinox.p2.metadata_2.0.0.v20100601.jar | META-INF/MANIFEST.MF
META-INF/ECLIPSEF.SF
META-INF/ECLIPSEF ... |
D | org.eclipse.equinox.p2.artifact.repository_1.1.1.R36x_v20100901.jar | META-INF/MANIFEST.MF
META-INF/ECLIPSEF.SF
META-INF/ECLIPSEF ... |
/external/jmonkeyengine/engine/src/core/com/jme3/util/ |
D | BufferUtils.java | 396 public static void addInBuffer(Vector3f toAdd, FloatBuffer buf, int index) { in addInBuffer() argument 400 tempVec3.addLocal(toAdd); in addInBuffer() 601 public static void addInBuffer(Vector2f toAdd, FloatBuffer buf, int index) { in addInBuffer() argument 605 tempVec2.addLocal(toAdd); in addInBuffer()
|
/external/messageformat/java/com/ibm/icu/simple/ |
D | PluralRules.java | 1830 FixedDecimal toAdd = new FixedDecimal(trial); in addConditional() local 1831 if (!toAddTo.contains(toAdd) && !others.contains(toAdd)) { in addConditional() 1832 others.add(toAdd); in addConditional()
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
D | PluralRules.java | 1854 FixedDecimal toAdd = new FixedDecimal(trial); in addConditional() local 1855 if (!toAddTo.contains(toAdd) && !others.contains(toAdd)) { in addConditional() 1856 others.add(toAdd); in addConditional()
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.build_3.6.1.R36x_v20100823/ |
D | pdebuild.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/eclipse/
org/ ... |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.build_3.6.1.R36x_v20100823/lib/ |
D | pdebuild-ant.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/eclipse/
org/ ... |