Searched refs:sets (Results 26 - 50 of 203) sorted by relevance

123456789

/external/google-breakpad/src/testing/gtest/scripts/
H A Dfuse_gtest_files.py63 import sets namespace
150 processed_files = sets.Set() # Holds all gtest headers we've processed.
178 processed_files = sets.Set()
/external/google-breakpad/src/testing/scripts/
H A Dfuse_gmock_files.py66 import sets namespace
123 processed_files = sets.Set() # Holds all gmock headers we've processed.
162 processed_files = sets.Set()
/external/googletest/googlemock/scripts/
H A Dfuse_gmock_files.py66 import sets namespace
123 processed_files = sets.Set() # Holds all gmock headers we've processed.
162 processed_files = sets.Set()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/
H A DLocaleDataTest.java228 UnicodeSet[] sets = new UnicodeSet[scriptCodes.length];
231 sets[j] = new UnicodeSet("[:" + UScript.getShortName(scriptCodes[j]) + ":]");
238 for(int j=0; j<sets.length; j++){
239 if(sets[j].contains(iter.codepoint, iter.codepointEnd)){
245 for(int j=0; j<sets.length; j++){
246 if(sets[j].contains(iter.string)){
301 UnicodeSet[] sets = new UnicodeSet[scriptCodes.length];
304 sets[j] = new UnicodeSet("[:" + UScript.getShortName(scriptCodes[j]) + ":]");
311 for(int j=0; j<sets.length; j++){
312 if(sets[
[all...]
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
H A DLocaleDataTest.java225 UnicodeSet[] sets = new UnicodeSet[scriptCodes.length];
228 sets[j] = new UnicodeSet("[:" + UScript.getShortName(scriptCodes[j]) + ":]");
235 for(int j=0; j<sets.length; j++){
236 if(sets[j].contains(iter.codepoint, iter.codepointEnd)){
242 for(int j=0; j<sets.length; j++){
243 if(sets[j].contains(iter.string)){
298 UnicodeSet[] sets = new UnicodeSet[scriptCodes.length];
301 sets[j] = new UnicodeSet("[:" + UScript.getShortName(scriptCodes[j]) + ":]");
308 for(int j=0; j<sets.length; j++){
309 if(sets[
[all...]
/external/protobuf/gtest/scripts/
H A Dfuse_gtest_files.py63 import sets namespace
150 processed_files = sets.Set() # Holds all gtest headers we've processed.
178 processed_files = sets.Set()
/external/v8/testing/gmock/scripts/
H A Dfuse_gmock_files.py66 import sets namespace
123 processed_files = sets.Set() # Holds all gmock headers we've processed.
162 processed_files = sets.Set()
/external/v8/testing/gtest/scripts/
H A Dfuse_gtest_files.py63 import sets namespace
150 processed_files = sets.Set() # Holds all gtest headers we've processed.
178 processed_files = sets.Set()
/external/vulkan-validation-layers/tests/gtest-1.7.0/scripts/
H A Dfuse_gtest_files.py63 import sets namespace
150 processed_files = sets.Set() # Holds all gtest headers we've processed.
178 processed_files = sets.Set()
/external/curl/docs/cmdline-opts/
H A Dkeepalive-time.d6 This option sets the time a connection needs to remain idle before sending
/external/python/cpython2/Modules/
H A Dspwdmodule.c60 sets(PyObject *v, int i, char* val) function
78 #define SETS(i,val) sets(v, i, val)
H A Dpwdmodule.c49 sets(PyObject *v, int i, char* val) function
68 #define SETS(i,val) sets(v, i, val)
/external/python/cpython3/PCbuild/
H A Denv.bat4 rem of the tools on PATH and use PlatformToolset instead. Ideally, both sets of
/external/valgrind/callgrind/
H A Dsim.c74 int sets; member in struct:__anon28841
119 /* The offsets are only correct because all per-instruction event sets get
158 for (i = 0; i < c->sets * c->assoc; i++)
161 for (i = 0; i < c->sets * c->assoc; i++) {
183 c->sets = (c->size / c->line_size) / c->assoc;
184 c->sets_min_1 = c->sets - 1;
186 c->tag_shift = c->line_size_bits + VG_(log2)(c->sets);
204 sizeof(UWord) * c->sets * c->assoc);
219 for (i = 0, set = 0; set < c->sets; set++) {
310 VG_(tool_panic)("item straddles more than two cache sets");
[all...]
H A Ddump.c426 c->cost = CLG_(get_eventset_cost)( CLG_(sets).full );
427 CLG_(init_cost)( CLG_(sets).full, c->cost );
546 CLG_(print_cost)(-5, CLG_(sets).full, c->cost);
555 CLG_(add_and_zero_cost)( CLG_(sets).full, dump_total_cost, c->cost );
584 CLG_ASSERT(CLG_(is_zero_cost)( CLG_(sets).full, jcc->cost));
651 if (!CLG_(is_zero_cost)( CLG_(sets).full, jcc->cost)) {
660 CLG_(init_cost)( CLG_(sets).full, jcc->cost );
718 if (!CLG_(is_zero_cost)( CLG_(sets).full, currCost->cost )) {
739 (!CLG_(is_zero_cost)( CLG_(sets).full, jcc->cost )))
743 if (!CLG_(is_zero_cost)( CLG_(sets)
[all...]
/external/autotest/client/site_tests/camera_HAL3/
H A Dcamera_HAL3.py11 from sets import Set
/external/autotest/client/site_tests/firmware_TouchMTB/tests/
H A Dgeometry_unittest.py14 from sets import Set
114 # The set of the expected sets should be equal to the set of
115 # the actual sets.
/external/icu/icu4c/source/common/
H A Drbbisetb.h47 // Unicode sets that include this range.
76 // to set numbers in the non-overlapping set of sets.
86 void addValToSets(UVector *sets, uint32_t val);
/external/google-breakpad/src/testing/gtest/test/
H A Dgtest_filter_unittest.py47 import sets namespace
231 """Asserts that two sets are equal."""
246 self.assertEqual(sets.Set(set_var), sets.Set(full_partition))
253 return list(sets.Set(tests_to_run) - sets.Set(PARAM_TESTS))
350 sets the flags accordingly.
/external/protobuf/gtest/test/
H A Dgtest_filter_unittest.py47 import sets namespace
231 """Asserts that two sets are equal."""
246 self.assertEqual(sets.Set(set_var), sets.Set(full_partition))
253 return list(sets.Set(tests_to_run) - sets.Set(PARAM_TESTS))
350 sets the flags accordingly.
/external/v8/testing/gtest/test/
H A Dgtest_filter_unittest.py47 import sets namespace
231 """Asserts that two sets are equal."""
246 self.assertEqual(sets.Set(set_var), sets.Set(full_partition))
253 return list(sets.Set(tests_to_run) - sets.Set(PARAM_TESTS))
350 sets the flags accordingly.
/external/vulkan-validation-layers/tests/gtest-1.7.0/test/
H A Dgtest_filter_unittest.py47 import sets namespace
231 """Asserts that two sets are equal."""
246 self.assertEqual(sets.Set(set_var), sets.Set(full_partition))
253 return list(sets.Set(tests_to_run) - sets.Set(PARAM_TESTS))
350 sets the flags accordingly.
/external/swiftshader/third_party/LLVM/tools/llvm-config/
H A Dllvm-config.in.in262 my %LIB_TO_SET_MAP; # Maps internal library names to their sets.
263 my %SET_DEPS; # Maps sets to a list of libraries they depend on.
277 # Expand the library sets into libraries.
389 # Given a list of internal library names, return all sets of libraries which
413 # Print a list of sets, with a label. Used for debugging.
415 my ($label, @sets) = @_;
417 foreach my $set (@sets) { push @output, join(',', @$set); }
438 # Given a list of sets, topologically sort them using dependencies.
440 my @sets = @_;
443 SCAN: while (@sets) { # W
[all...]
/external/google-breakpad/src/testing/scripts/generator/cpp/
H A Dgmock_class.py43 import sets namespace
44 set = sets.Set
/external/python/cpython3/Modules/
H A Dpwdmodule.c54 sets(PyObject *v, int i, const char* val) function
75 #define SETS(i,val) sets(v, i, val)

Completed in 3732 milliseconds

123456789