Home
last modified time | relevance | path

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

/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/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/guava/guava-tests/test/com/google/common/collect/
DFilteredCollectionsTest.java110 for (int toAdd = 0; toAdd < 10; toAdd++) { in testAdd()
111 boolean expectedResult = createUnfiltered(contents).add(toAdd); in testAdd()
115 assertEquals(expectedResult, filtered.add(toAdd)); in testAdd()
116 assertTrue(EVEN.apply(toAdd)); in testAdd()
118 assertFalse(EVEN.apply(toAdd)); in testAdd()
149 ImmutableList<Integer> toAdd = ImmutableList.of(2, 4, 3); in testAddAllFailsAtomically() local
155 filteredToModify.addAll(toAdd); in testAddAllFailsAtomically()
/external/icu/icu4c/source/common/unicode/
Denumset.h40 inline void add(T toAdd) { set(toAdd, 1); } in add() argument
/external/icu/icu4c/source/common/
Dcaniter.cpp472 UnicodeString *toAdd = new UnicodeString(prefix); in getEquivalents2() local
474 if (toAdd == 0) { in getEquivalents2()
478 *toAdd += item; in getEquivalents2()
479 fillinResult->put(*toAdd, toAdd, status); in getEquivalents2()
Duresbund.cpp846 static void ures_appendResPath(UResourceBundle *resB, const char* toAdd, int32_t lenToAdd, UErrorCo… in ures_appendResPath() argument
873 uprv_strcpy(resB->fResPath + resPathLenOrig, toAdd); in ures_appendResPath()
/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/android_icu4j/src/main/java/android/icu/text/
DPluralRules.java1851 FixedDecimal toAdd = new FixedDecimal(trial); in addConditional() local
1852 if (!toAddTo.contains(toAdd) && !others.contains(toAdd)) { in addConditional()
1853 others.add(toAdd); in addConditional()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DPluralRules.java1805 FixedDecimal toAdd = new FixedDecimal(trial); in addConditional() local
1806 if (!toAddTo.contains(toAdd) && !others.contains(toAdd)) { in addConditional()
1807 others.add(toAdd); in addConditional()