/external/guice/core/test/com/google/inject/internal/ |
D | WeakKeySetTest.java | 22 import static com.google.inject.internal.WeakKeySetUtils.assertInSet; 73 assertInSet(set, key, 1, source); in testEviction() 94 assertInSet(set, key, 1, source); in testEviction_nullSource() 116 assertInSet(set, key1, 1, source1); in testEviction_keyOverlap_2x() 119 assertInSet(set, key2, 2, source1, source2); in testEviction_keyOverlap_2x() 132 assertInSet(set, key, 1, source2); in testEviction_keyOverlap_2x() 164 assertInSet(set, key1, 1, source1); in testNoEviction_keyOverlap_2x() 167 assertInSet(set, key2, 2, source1, source2); in testNoEviction_keyOverlap_2x() 175 assertInSet(set, key, 2, source1, source2); in testNoEviction_keyOverlap_2x() 191 assertInSet(set, key1, 1, source); in testEviction_keyAndSourceOverlap_null() [all …]
|
D | WeakKeySetUtils.java | 56 public static void assertInSet( in assertInSet() method in WeakKeySetUtils
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/number/ |
D | ExhaustiveNumberTest.java | 61 assertInSet(locale, decimals, dfs.getDecimalSeparatorString()); in testSetCoverage() 62 assertInSet(locale, grouping, dfs.getGroupingSeparatorString()); in testSetCoverage() 63 assertInSet(locale, plusSign, dfs.getPlusSignString()); in testSetCoverage() 64 assertInSet(locale, minusSign, dfs.getMinusSignString()); in testSetCoverage() 65 assertInSet(locale, percent, dfs.getPercentString()); in testSetCoverage() 66 assertInSet(locale, permille, dfs.getPerMillString()); in testSetCoverage() 67 assertInSet(locale, infinity, dfs.getInfinity()); in testSetCoverage() 71 static void assertInSet(ULocale locale, UnicodeSet set, String str) { in assertInSet() method in ExhaustiveNumberTest 76 assertInSet(locale, set, str.codePointAt(0)); in assertInSet() 79 static void assertInSet(ULocale locale, UnicodeSet set, int cp) { in assertInSet() method in ExhaustiveNumberTest
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/number/ |
D | ExhaustiveNumberTest.java | 64 assertInSet(locale, decimals, dfs.getDecimalSeparatorString()); in testSetCoverage() 65 assertInSet(locale, grouping, dfs.getGroupingSeparatorString()); in testSetCoverage() 66 assertInSet(locale, plusSign, dfs.getPlusSignString()); in testSetCoverage() 67 assertInSet(locale, minusSign, dfs.getMinusSignString()); in testSetCoverage() 68 assertInSet(locale, percent, dfs.getPercentString()); in testSetCoverage() 69 assertInSet(locale, permille, dfs.getPerMillString()); in testSetCoverage() 70 assertInSet(locale, infinity, dfs.getInfinity()); in testSetCoverage() 74 static void assertInSet(ULocale locale, UnicodeSet set, String str) { in assertInSet() method in ExhaustiveNumberTest 79 assertInSet(locale, set, str.codePointAt(0)); in assertInSet() 82 static void assertInSet(ULocale locale, UnicodeSet set, int cp) { in assertInSet() method in ExhaustiveNumberTest
|
/external/icu/icu4c/source/test/intltest/ |
D | static_unisets_test.cpp | 22 void assertInSet(const UnicodeString& localeName, const UnicodeString &setName, 24 void assertInSet(const UnicodeString& localeName, const UnicodeString &setName, 81 #define ASSERT_IN_SET(name, foo) assertInSet(localeName, UnicodeString("" #name ""), name, foo) in testSetCoverage() 103 void StaticUnicodeSetsTest::assertInSet(const UnicodeString &localeName, const UnicodeString &setNa… in assertInSet() function in StaticUnicodeSetsTest 109 assertInSet(localeName, setName, set, str.char32At(0)); in assertInSet() 112 void StaticUnicodeSetsTest::assertInSet(const UnicodeString &localeName, const UnicodeString &setNa… in assertInSet() function in StaticUnicodeSetsTest
|