/external/compiler-rt/test/cfi/ |
D | README.txt | 2 functionality associated with bit sets of different sizes. When certain 3 macros are defined the tests instantiate classes that force the bit sets 6 - B32 forces 32-bit bit sets. 7 - B64 forces 64-bit bit sets. 8 - BM forces memory bit sets.
|
/external/clang/utils/ |
D | token-delta.py | 63 def delta(self, c, sets): argument 67 if len(sets) <= 1: 71 res = self.search(c, sets) 76 refined = sum(map(list, map(self.split, sets)), []) 77 if len(refined) == len(sets): 82 def search(self, c, sets): argument 83 for i,S in enumerate(sets): 90 if len(sets) > 2: 91 complement = sum(sets[:i] + sets[i+1:],[]) 93 return self.delta(complement, sets[:i] + sets[i+1:])
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/lang/ |
D | UnicodeSetStringSpanTest.java | 565 void verifySpan(final UnicodeSetWithStrings sets[], final String s, int whichSpans, in verifySpan() argument 587 … limitsCount = getSpans(sets[i], (0 != (i & 1)), s, whichSpans, type, typeName, limits, in verifySpan() 632 if (!sets[SLOW].getSet().containsAll(string)) { in verifySpan() 637 if (!sets[FAST].getSet().containsAll(string)) { in verifySpan() 643 if (!sets[SLOW].getSet().containsNone(string)) { in verifySpan() 648 if (!sets[FAST].getSet().containsNone(string)) { in verifySpan() 661 void verifySpan(final UnicodeSetWithStrings sets[], final String s, int whichSpans, in verifySpan() argument 665 verifySpan(sets, s, whichSpans, expectLimits, expectCount, testName, index); in verifySpan() 672 void verifySpanBothUTFs(final UnicodeSetWithStrings sets[], final String s16, int whichSpans, in verifySpanBothUTFs() argument 680 verifySpan(sets, s16, whichSpans, expectLimits, expectCount, testName, index); in verifySpanBothUTFs() [all …]
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/lang/ |
D | UnicodeSetStringSpanTest.java | 569 void verifySpan(final UnicodeSetWithStrings sets[], final String s, int whichSpans, in verifySpan() argument 591 … limitsCount = getSpans(sets[i], (0 != (i & 1)), s, whichSpans, type, typeName, limits, in verifySpan() 636 if (!sets[SLOW].getSet().containsAll(string)) { in verifySpan() 641 if (!sets[FAST].getSet().containsAll(string)) { in verifySpan() 647 if (!sets[SLOW].getSet().containsNone(string)) { in verifySpan() 652 if (!sets[FAST].getSet().containsNone(string)) { in verifySpan() 665 void verifySpan(final UnicodeSetWithStrings sets[], final String s, int whichSpans, in verifySpan() argument 669 verifySpan(sets, s, whichSpans, expectLimits, expectCount, testName, index); in verifySpan() 676 void verifySpanBothUTFs(final UnicodeSetWithStrings sets[], final String s16, int whichSpans, in verifySpanBothUTFs() argument 684 verifySpan(sets, s16, whichSpans, expectLimits, expectCount, testName, index); in verifySpanBothUTFs() [all …]
|
/external/icu/icu4c/source/test/intltest/ |
D | usettest.h | 172 … void testSpan(const UnicodeSetWithStrings *sets[4], const void *s, int32_t length, UBool isUTF16, 176 … void testSpan(const UnicodeSetWithStrings *sets[4], const void *s, int32_t length, UBool isUTF16, 179 void testSpanBothUTFs(const UnicodeSetWithStrings *sets[4], 183 …void testSpanContents(const UnicodeSetWithStrings *sets[4], uint32_t whichSpans, const char *testN… 184 …void testSpanUTF16String(const UnicodeSetWithStrings *sets[4], uint32_t whichSpans, const char *te… 185 …void testSpanUTF8String(const UnicodeSetWithStrings *sets[4], uint32_t whichSpans, const char *tes…
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/ |
D | LocaleDataTest.java | 191 UnicodeSet[] sets = new UnicodeSet[scriptCodes.length]; in TestExemplarSet() local 194 … sets[j] = new UnicodeSet("[:" + UScript.getShortName(scriptCodes[j]) + ":]"); in TestExemplarSet() 201 for(int j=0; j<sets.length; j++){ in TestExemplarSet() 202 if(sets[j].contains(iter.codepoint, iter.codepointEnd)){ in TestExemplarSet() 208 for(int j=0; j<sets.length; j++){ in TestExemplarSet() 209 if(sets[j].contains(iter.string)){ in TestExemplarSet() 263 UnicodeSet[] sets = new UnicodeSet[scriptCodes.length]; in TestExemplarSet2() local 266 … sets[j] = new UnicodeSet("[:" + UScript.getShortName(scriptCodes[j]) + ":]"); in TestExemplarSet2() 273 for(int j=0; j<sets.length; j++){ in TestExemplarSet2() 274 if(sets[j].contains(iter.codepoint, iter.codepointEnd)){ in TestExemplarSet2() [all …]
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/ |
D | LocaleDataTest.java | 187 UnicodeSet[] sets = new UnicodeSet[scriptCodes.length]; in TestExemplarSet() local 190 … sets[j] = new UnicodeSet("[:" + UScript.getShortName(scriptCodes[j]) + ":]"); in TestExemplarSet() 197 for(int j=0; j<sets.length; j++){ in TestExemplarSet() 198 if(sets[j].contains(iter.codepoint, iter.codepointEnd)){ in TestExemplarSet() 204 for(int j=0; j<sets.length; j++){ in TestExemplarSet() 205 if(sets[j].contains(iter.string)){ in TestExemplarSet() 259 UnicodeSet[] sets = new UnicodeSet[scriptCodes.length]; in TestExemplarSet2() local 262 … sets[j] = new UnicodeSet("[:" + UScript.getShortName(scriptCodes[j]) + ":]"); in TestExemplarSet2() 269 for(int j=0; j<sets.length; j++){ in TestExemplarSet2() 270 if(sets[j].contains(iter.codepoint, iter.codepointEnd)){ in TestExemplarSet2() [all …]
|
/external/valgrind/callgrind/ |
D | threads.c | 116 t->lastdump_cost = CLG_(get_eventset_cost)( CLG_(sets).full ); in new_thread() 117 t->sighandler_cost = CLG_(get_eventset_cost)( CLG_(sets).full ); in new_thread() 118 CLG_(init_cost)( CLG_(sets).full, t->lastdump_cost ); in new_thread() 119 CLG_(init_cost)( CLG_(sets).full, t->sighandler_cost ); in new_thread() 214 CLG_(zero_cost)( CLG_(sets).full, es->cost ); in CLG_() 283 CLG_(add_and_zero_cost)( CLG_(sets).full, in CLG_() 333 es->cost = CLG_(get_eventset_cost)(CLG_(sets).full); in new_exec_state() 334 CLG_(zero_cost)( CLG_(sets).full, es->cost ); in new_exec_state() 427 CLG_(print_cost)(-9, CLG_(sets).full, es->cost); in exec_state_save() 454 CLG_(print_cost)(-9, CLG_(sets).full, es->cost); in exec_state_restore()
|
D | dump.c | 426 c->cost = CLG_(get_eventset_cost)( CLG_(sets).full ); in init_fcost() 427 CLG_(init_cost)( CLG_(sets).full, c->cost ); in init_fcost() 546 CLG_(print_cost)(-5, CLG_(sets).full, c->cost); in fprint_fcost() 555 CLG_(add_and_zero_cost)( CLG_(sets).full, dump_total_cost, c->cost ); in fprint_fcost() 584 CLG_ASSERT(CLG_(is_zero_cost)( CLG_(sets).full, jcc->cost)); in fprint_jcc() 651 if (!CLG_(is_zero_cost)( CLG_(sets).full, jcc->cost)) { in fprint_jcc() 660 CLG_(init_cost)( CLG_(sets).full, jcc->cost ); in fprint_jcc() 718 if (!CLG_(is_zero_cost)( CLG_(sets).full, currCost->cost )) { in fprint_bbcc() 739 (!CLG_(is_zero_cost)( CLG_(sets).full, jcc->cost ))) in fprint_bbcc() 743 if (!CLG_(is_zero_cost)( CLG_(sets).full, currCost->cost )) { in fprint_bbcc() [all …]
|
D | sim.c | 74 int sets; member 158 for (i = 0; i < c->sets * c->assoc; i++) in cachesim_clearcache() 161 for (i = 0; i < c->sets * c->assoc; i++) { in cachesim_clearcache() 183 c->sets = (c->size / c->line_size) / c->assoc; in cachesim_initcache() 184 c->sets_min_1 = c->sets - 1; in cachesim_initcache() 186 c->tag_shift = c->line_size_bits + VG_(log2)(c->sets); in cachesim_initcache() 204 sizeof(UWord) * c->sets * c->assoc); in cachesim_initcache() 219 for (i = 0, set = 0; set < c->sets; set++) { 612 sizeof(line_use) * c->sets * c->assoc); in cacheuse_initcache() 614 sizeof(line_loaded) * c->sets * c->assoc); in cacheuse_initcache() [all …]
|
/external/bison/tests/ |
D | sets.at | 22 # Extract the information about the grammar sets from a bison 81 AT_BISON_CHECK([[--trace=sets input.y]], [], [], [stderr]) 82 AT_EXTRACT_SETS([stderr], [sets]) 83 AT_CHECK([[cat sets]], [], 165 AT_BISON_CHECK([[--trace=sets input.y]], [], [], [stderr]) 211 AT_BISON_CHECK([[--trace=sets input.y]], [], [], [stderr]) 212 AT_EXTRACT_SETS([stderr], [sets]) 213 AT_CHECK([[cat sets]], [],
|
/external/valgrind/cachegrind/ |
D | cg_sim.c | 45 Int sets; member 62 c->sets = (c->size / c->line_size) / c->assoc; in cachesim_initcache() 63 c->sets_min_1 = c->sets - 1; in cachesim_initcache() 65 c->tag_shift = c->line_size_bits + VG_(log2)(c->sets); in cachesim_initcache() 76 sizeof(UWord) * c->sets * c->assoc); in cachesim_initcache() 78 for (i = 0; i < c->sets * c->assoc; i++) in cachesim_initcache()
|
/external/jetty/src/java/org/eclipse/jetty/io/nio/ |
D | SelectorManager.java | 141 SelectSet[] sets=_selectSet; in register() local 142 if (sets!=null) in register() 144 SelectSet set=sets[s]; in register() 165 SelectSet[] sets=_selectSet; in register() local 166 if (sets!=null) in register() 168 SelectSet set=sets[s]; in register() 277 SelectSet[] sets=_selectSet; in doStart() 278 if (sets==null) in doStart() 280 SelectSet set=sets[id]; in doStart() 323 SelectSet[] sets= _selectSet; in doStop() local [all …]
|
/external/guava/guava-testlib/src/com/google/common/collect/testing/features/ |
D | FeatureUtil.java | 308 public static <T> Set<T> intersection(Set<? extends T> ... sets) { in intersection() argument 309 if (sets.length == 0) { in intersection() 313 Set<T> results = Helpers.copyToSet(sets[0]); in intersection() 314 for (int i = 1; i < sets.length; i++) { in intersection() 315 Set<? extends T> set = sets[i]; in intersection()
|
/external/libxml2/os400/iconv/ |
D | README.iconv | 4 - Supported character sets names are all of the form IBMCCSIDccsid..., where 20 http://www.iana.org/assignments/character-sets/character-sets.xhtml 33 - http://www.iana.org/assignments/character-sets/character-sets.xhtml provides
|
/external/eigen/bench/ |
D | check_cache_queries.cpp | 68 int sets = (abcd[2]); // C[31:0] in main() local 69 int cache_size = (ways+1) * (partitions+1) * (line_size+1) * (sets+1); in main() 76 cout << "cache[" << cache_id << "].sets = " << sets << "\n"; in main()
|
/external/autotest/client/site_tests/network_ModemManagerSMS/src/ |
D | fake-gsm | 6 # sets CONNECT response 9 # sets DCD mode 34 # Get supported character sets
|
/external/autotest/client/site_tests/network_ModemManagerSMSSignal/src/ |
D | fake-gsm | 6 # sets CONNECT response 9 # sets DCD mode 34 # Get supported character sets
|
/external/llvm/lib/Support/ |
D | regfree.c | 65 if (g->sets != NULL) in llvm_regfree() 66 free((char *)g->sets); in llvm_regfree()
|
/external/elfutils/config/ |
D | known-dwarf.awk | 40 n = asorti(DW, sets); 42 set = sets[i];
|
/external/autotest/client/site_tests/buffet_BasicDBusAPI/ |
D | buffet_BasicDBusAPI.py | 9 import sets 86 expected_base_keys = sets.Set( 89 missing_base_keys = sets.Set(expected_base_keys).difference(
|
/external/gtest/test/ |
D | gtest_filter_unittest.py | 47 import sets 246 self.assertEqual(sets.Set(set_var), sets.Set(full_partition)) 253 return list(sets.Set(tests_to_run) - sets.Set(PARAM_TESTS))
|
/external/vulkan-validation-layers/tests/gtest-1.7.0/test/ |
D | gtest_filter_unittest.py | 47 import sets 246 self.assertEqual(sets.Set(set_var), sets.Set(full_partition)) 253 return list(sets.Set(tests_to_run) - sets.Set(PARAM_TESTS))
|
/external/google-breakpad/src/testing/gtest/test/ |
D | gtest_filter_unittest.py | 47 import sets 246 self.assertEqual(sets.Set(set_var), sets.Set(full_partition)) 253 return list(sets.Set(tests_to_run) - sets.Set(PARAM_TESTS))
|
/external/protobuf/gtest/test/ |
D | gtest_filter_unittest.py | 47 import sets 246 self.assertEqual(sets.Set(set_var), sets.Set(full_partition)) 253 return list(sets.Set(tests_to_run) - sets.Set(PARAM_TESTS))
|