Searched refs:set0 (Results 1 – 13 of 13) sorted by relevance
/external/skqp/tests/ |
D | BitSetTest.cpp | 14 SkBitSet set0(65536); in DEF_TEST() local 15 REPORTER_ASSERT(reporter, set0.has(0) == false); in DEF_TEST() 16 REPORTER_ASSERT(reporter, set0.has(32767) == false); in DEF_TEST() 17 REPORTER_ASSERT(reporter, set0.has(65535) == false); in DEF_TEST() 19 set0.set(22); in DEF_TEST() 20 REPORTER_ASSERT(reporter, set0.has(22) == true); in DEF_TEST() 21 set0.set(24); in DEF_TEST() 22 REPORTER_ASSERT(reporter, set0.has(24) == true); in DEF_TEST() 23 set0.set(35); // on a different DWORD in DEF_TEST() 24 REPORTER_ASSERT(reporter, set0.has(35) == true); in DEF_TEST() [all …]
|
/external/skia/tests/ |
D | BitSetTest.cpp | 14 SkBitSet set0(65536); in DEF_TEST() local 15 REPORTER_ASSERT(reporter, set0.has(0) == false); in DEF_TEST() 16 REPORTER_ASSERT(reporter, set0.has(32767) == false); in DEF_TEST() 17 REPORTER_ASSERT(reporter, set0.has(65535) == false); in DEF_TEST() 19 set0.set(22); in DEF_TEST() 20 REPORTER_ASSERT(reporter, set0.has(22) == true); in DEF_TEST() 21 set0.set(24); in DEF_TEST() 22 REPORTER_ASSERT(reporter, set0.has(24) == true); in DEF_TEST() 23 set0.set(35); // on a different DWORD in DEF_TEST() 24 REPORTER_ASSERT(reporter, set0.has(35) == true); in DEF_TEST() [all …]
|
/external/icu/icu4c/source/data/misc/ |
D | plurals.txt | 19 bm{"set0"} 21 bo{"set0"} 36 dz{"set0"} 68 id{"set0"} 69 ig{"set0"} 70 ii{"set0"} 71 in{"set0"} 77 ja{"set0"} 78 jbo{"set0"} 82 jv{"set0"} [all …]
|
/external/mesa3d/src/gallium/drivers/nouveau/codegen/ |
D | nv50_ir_peephole.cpp | 1880 Instruction *set0 = src0->getInsn(); in handleLOGOP() local 1883 if (!set0 || set0->fixed || !set1 || set1->fixed) in handleLOGOP() 1886 Instruction *xchg = set0; in handleLOGOP() 1887 set0 = set1; in handleLOGOP() 1896 if (set0->op != OP_SET && in handleLOGOP() 1897 set0->op != OP_SET_AND && in handleLOGOP() 1898 set0->op != OP_SET_OR && in handleLOGOP() 1899 set0->op != OP_SET_XOR) in handleLOGOP() 1901 if (set0->getDef(0)->refCount() > 1 && in handleLOGOP() 1904 if (set0->getPredicate() || set1->getPredicate()) in handleLOGOP() [all …]
|
/external/cldr/tools/java/org/unicode/cldr/tool/ |
D | GenerateBcp47Text.java | 75 probe.set0(key).set1(subtype); in showRecord()
|
D | LocaleReplacements.java | 123 replacementAndReason.set0(newReplacements);
|
D | ConvertLanguageData.java | 1161 largestOffical.set0(x.languageCode); in getExcelData()
|
/external/icu/android_icu4j/src/main/java/android/icu/impl/ |
D | Row.java | 77 public Row<C0, C1, C2, C3, C4> set0(C0 item) { in set0() method in Row
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
D | Row.java | 61 public Row<C0, C1, C2, C3, C4> set0(C0 item) { in set0() method in Row
|
/external/boringssl/src/ |
D | API-CONVENTIONS.md | 226 named `new` or `get1` return owning pointers. Functions named `set0` take
|
/external/guava/guava-gwt/test-super/com/google/common/collect/super/com/google/common/collect/ |
D | ImmutableSortedSetTest.java | 627 ImmutableSortedSet<LegacyComparable> set0 = ImmutableSortedSet.of(); in testLegacyComparable_of() local
|
/external/guava/guava-tests/test/com/google/common/collect/ |
D | ImmutableSortedSetTest.java | 796 ImmutableSortedSet<LegacyComparable> set0 = ImmutableSortedSet.of(); in testLegacyComparable_of() local
|
/external/icu/icu4j/ |
D | coverage-exclusion.txt | 565 com/ibm/icu/impl/Row#set0:(Ljava/lang/Object;)Lcom/ibm/icu/impl/Row;
|