Home
last modified time | relevance | path

Searched refs:sets (Results 1 – 25 of 653) sorted by relevance

12345678910>>...27

/external/compiler-rt/test/cfi/
DREADME.txt2 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/
Dtoken-delta.py63 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/
DUnicodeSetStringSpanTest.java565 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/
DUnicodeSetStringSpanTest.java569 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/
Dusettest.h172 … 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/
DLocaleDataTest.java191 UnicodeSet[] sets = new UnicodeSet[scriptCodes.length]; in TestExemplarSet() local
194sets[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
266sets[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/
DLocaleDataTest.java187 UnicodeSet[] sets = new UnicodeSet[scriptCodes.length]; in TestExemplarSet() local
190sets[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
262sets[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/
Dthreads.c116 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()
Ddump.c426 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 …]
Dsim.c74 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/
Dsets.at22 # 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/
Dcg_sim.c45 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/
DSelectorManager.java141 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/
DFeatureUtil.java308 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/
DREADME.iconv4 - 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/
Dcheck_cache_queries.cpp68 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/
Dfake-gsm6 # sets CONNECT response
9 # sets DCD mode
34 # Get supported character sets
/external/autotest/client/site_tests/network_ModemManagerSMSSignal/src/
Dfake-gsm6 # sets CONNECT response
9 # sets DCD mode
34 # Get supported character sets
/external/llvm/lib/Support/
Dregfree.c65 if (g->sets != NULL) in llvm_regfree()
66 free((char *)g->sets); in llvm_regfree()
/external/elfutils/config/
Dknown-dwarf.awk40 n = asorti(DW, sets);
42 set = sets[i];
/external/autotest/client/site_tests/buffet_BasicDBusAPI/
Dbuffet_BasicDBusAPI.py9 import sets
86 expected_base_keys = sets.Set(
89 missing_base_keys = sets.Set(expected_base_keys).difference(
/external/gtest/test/
Dgtest_filter_unittest.py47 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/
Dgtest_filter_unittest.py47 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/
Dgtest_filter_unittest.py47 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/
Dgtest_filter_unittest.py47 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))

12345678910>>...27