Home
last modified time | relevance | path

Searched refs:toAdd (Results 1 – 25 of 39) sorted by relevance

12

/external/skia/src/pathops/
DSkPathOpsBounds.h32 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/
DFilteredCollectionsTest.java109 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/
DApplicationVersionSignature.java27 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/
DAnnotations.java192 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/
DSsaBasicBlock.java616 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/
Denumset.h38 inline void add(T toAdd) { set(toAdd, 1); } in add() argument
/external/icu/icu4c/source/common/
Dcaniter.cpp470 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()
Duresbund.cpp843 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/
DRegisterAllocator.java164 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/
Dorg.eclipse.equinox.p2.reconciler.dropins_1.1.2.R36x_v20101111-1430.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...
Dorg.eclipse.equinox.p2.director.app_1.0.201.R36x_v20100823.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...
Dorg.eclipse.equinox.launcher_1.1.0.v20100507.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...
Dorg.eclipse.equinox.launcher.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...
Dorg.eclipse.equinox.p2.directorywatcher_1.0.203.R36x_v20101027.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...
Dorg.eclipse.equinox.simpleconfigurator_1.0.200.v20100503.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...
Dorg.eclipse.equinox.p2.engine_2.0.0.v20100606.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...
Dorg.eclipse.equinox.p2.core_2.0.2.R36x_v20100804.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...
Dorg.eclipse.equinox.util_1.0.200.v20100503.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...
Dorg.eclipse.equinox.p2.metadata_2.0.0.v20100601.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...
Dorg.eclipse.equinox.p2.artifact.repository_1.1.1.R36x_v20100901.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...
/external/jmonkeyengine/engine/src/core/com/jme3/util/
DBufferUtils.java396 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/
DPluralRules.java1830 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/
DPluralRules.java1854 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/
Dpdebuild.jarMETA-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/
Dpdebuild-ant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/eclipse/ org/ ...

12