Home
last modified time | relevance | path

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

12345678910>>...21

/external/qemu-pc-bios/bochs/bios/
Dnotes24 * drive sets the busy bit in Status Reg to 1
26 > drive sets the aborted-command bit in the Error register and
28 > Drive also sets the busy bit in the Status register to 0.
34 transferred, the drive sets the data-request bit to 1, sets
37 the data, the drive sets the data-request bit and the busy bit to 0.
39 the first sector of data, the drive sets the data-request bit to 0,
41 transferred, the drive sets the data-request bit to 1, the busy bit to 0,
43 the drive sets the data-request bit and busy bit to 0.
/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/smack/src/org/xbill/DNS/
DZone.java44 RRset [] sets = allRRsets(originNode); in ZoneIterator() local
45 current = new RRset[sets.length]; in ZoneIterator()
46 for (int i = 0, j = 2; i < sets.length; i++) { in ZoneIterator()
47 int type = sets[i].getType(); in ZoneIterator()
49 current[0] = sets[i]; in ZoneIterator()
51 current[1] = sets[i]; in ZoneIterator()
53 current[j++] = sets[i]; in ZoneIterator()
78 RRset [] sets = allRRsets(entry.getValue()); in next() local
79 if (sets.length == 0) in next()
81 current = sets; in next()
[all …]
/external/icu4c/test/intltest/
Dusettest.h167 … void testSpan(const UnicodeSetWithStrings *sets[4], const void *s, int32_t length, UBool isUTF16,
171 … void testSpan(const UnicodeSetWithStrings *sets[4], const void *s, int32_t length, UBool isUTF16,
174 void testSpanBothUTFs(const UnicodeSetWithStrings *sets[4],
178 …void testSpanContents(const UnicodeSetWithStrings *sets[4], uint32_t whichSpans, const char *testN…
179 …void testSpanUTF16String(const UnicodeSetWithStrings *sets[4], uint32_t whichSpans, const char *te…
180 …void testSpanUTF8String(const UnicodeSetWithStrings *sets[4], uint32_t whichSpans, const char *tes…
/external/valgrind/main/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/valgrind/main/callgrind/
Dthreads.c113 t->lastdump_cost = CLG_(get_eventset_cost)( CLG_(sets).full ); in new_thread()
114 t->sighandler_cost = CLG_(get_eventset_cost)( CLG_(sets).full ); in new_thread()
115 CLG_(init_cost)( CLG_(sets).full, t->lastdump_cost ); in new_thread()
116 CLG_(init_cost)( CLG_(sets).full, t->sighandler_cost ); in new_thread()
211 CLG_(zero_cost)( CLG_(sets).full, es->cost ); in CLG_()
280 CLG_(add_and_zero_cost)( CLG_(sets).full, in CLG_()
330 es->cost = CLG_(get_eventset_cost)(CLG_(sets).full); in new_exec_state()
331 CLG_(zero_cost)( CLG_(sets).full, es->cost ); in new_exec_state()
424 CLG_(print_cost)(-9, CLG_(sets).full, es->cost); in exec_state_save()
451 CLG_(print_cost)(-9, CLG_(sets).full, es->cost); in exec_state_restore()
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++) {
600 sizeof(line_use) * c->sets * c->assoc); in cacheuse_initcache()
602 sizeof(line_loaded) * c->sets * c->assoc); in cacheuse_initcache()
[all …]
Ddump.c513 c->cost = CLG_(get_eventset_cost)( CLG_(sets).full ); in init_fcost()
514 CLG_(init_cost)( CLG_(sets).full, c->cost ); in init_fcost()
638 CLG_(print_cost)(-5, CLG_(sets).full, c->cost); in fprint_fcost()
647 CLG_(add_and_zero_cost)( CLG_(sets).full, dump_total_cost, c->cost ); in fprint_fcost()
675 CLG_ASSERT(CLG_(is_zero_cost)( CLG_(sets).full, jcc->cost)); in fprint_jcc()
749 if (!CLG_(is_zero_cost)( CLG_(sets).full, jcc->cost)) { in fprint_jcc()
759 CLG_(init_cost)( CLG_(sets).full, jcc->cost ); in fprint_jcc()
817 if (!CLG_(is_zero_cost)( CLG_(sets).full, currCost->cost )) { in fprint_bbcc()
838 (!CLG_(is_zero_cost)( CLG_(sets).full, jcc->cost ))) in fprint_bbcc()
842 if (!CLG_(is_zero_cost)( CLG_(sets).full, currCost->cost )) { in fprint_bbcc()
[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/llvm/lib/DebugInfo/
DDWARFDebugAranges.cpp71 SetCollection sets; in extract() local
76 sets.push_back(set); in extract()
80 std::for_each(sets.begin(), sets.end(), CountArangeDescriptors(count)); in extract()
85 std::for_each(sets.begin(), sets.end(), range_adder); in extract()
/external/iptables/extensions/
Dlibxt_SET.man1 This modules adds and/or deletes entries from IP sets which can be defined
5 add the address(es)/port(s) of the packet to the sets
8 delete the address(es)/port(s) of the packet from the sets
/external/guava/guava-testlib/src/com/google/common/collect/testing/features/
DFeatureUtil.java310 public static <T> Set<T> intersection(Set<? extends T> ... sets) { in intersection() argument
311 if (sets.length == 0) { in intersection()
315 Set<T> results = Helpers.copyToSet(sets[0]); in intersection()
316 for (int i = 1; i < sets.length; i++) { in intersection()
317 Set<? extends T> set = sets[i]; in intersection()
/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/llvm/lib/Support/
Dregfree.c65 if (g->sets != NULL) in llvm_regfree()
66 free((char *)g->sets); in llvm_regfree()
/external/libppp/src/
Dprompt.c136 int sets; in prompt_UpdateSet() local
138 sets = 0; in prompt_UpdateSet()
141 return sets; in prompt_UpdateSet()
147 sets++; in prompt_UpdateSet()
152 sets++; in prompt_UpdateSet()
154 if (sets && *n < p->fd_in + 1) in prompt_UpdateSet()
160 return sets; in prompt_UpdateSet()
Dexec.c121 int sets; in exec_RemoveFromSet() local
124 sets = physical_RemoveFromSet(p, r, w, e); in exec_RemoveFromSet()
131 sets++; in exec_RemoveFromSet()
136 sets++; in exec_RemoveFromSet()
140 return sets; in exec_RemoveFromSet()
/external/protobuf/gtest/scripts/
Dfuse_gtest_files.py63 import sets
150 processed_files = sets.Set() # Holds all gtest headers we've processed.
178 processed_files = sets.Set()
/external/chromium/testing/gtest/scripts/
Dfuse_gtest_files.py63 import sets
150 processed_files = sets.Set() # Holds all gtest headers we've processed.
178 processed_files = sets.Set()
/external/gtest/scripts/
Dfuse_gtest_files.py63 import sets
150 processed_files = sets.Set() # Holds all gtest headers we've processed.
178 processed_files = sets.Set()
/external/chromium/testing/gmock/scripts/
Dfuse_gmock_files.py66 import sets
123 processed_files = sets.Set() # Holds all gmock headers we've processed.
162 processed_files = sets.Set()
/external/libvpx/libvpx/third_party/googletest/src/scripts/
Dfuse_gtest_files.py63 import sets
150 processed_files = sets.Set() # Holds all gtest headers we've processed.
178 processed_files = sets.Set()
/external/libvpx/libvpx/third_party/googletest/src/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/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
202 self.assertEqual(sets.Set(set_var), sets.Set(full_partition))
209 return list(sets.Set(tests_to_run) - sets.Set(PARAM_TESTS))
/external/chromium/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))

12345678910>>...21