/external/cpuinfo/src/x86/cache/ |
D | deterministic.c | 29 const uint32_t sets = 1 + regs.ecx; in cpuinfo_x86_decode_deterministic_cache_parameters() local 50 .size = associativity * partitions * line_size * sets, in cpuinfo_x86_decode_deterministic_cache_parameters() 52 .sets = sets, in cpuinfo_x86_decode_deterministic_cache_parameters() 61 .size = associativity * partitions * line_size * sets, in cpuinfo_x86_decode_deterministic_cache_parameters() 63 .sets = sets, in cpuinfo_x86_decode_deterministic_cache_parameters() 72 .size = associativity * partitions * line_size * sets, in cpuinfo_x86_decode_deterministic_cache_parameters() 74 .sets = sets, in cpuinfo_x86_decode_deterministic_cache_parameters() 92 .size = associativity * partitions * line_size * sets, in cpuinfo_x86_decode_deterministic_cache_parameters() 94 .sets = sets, in cpuinfo_x86_decode_deterministic_cache_parameters() 112 .size = associativity * partitions * line_size * sets, in cpuinfo_x86_decode_deterministic_cache_parameters() [all …]
|
D | descriptor.c | 110 .sets = 64, in cpuinfo_x86_decode_cache_descriptor() 125 .sets = 128, in cpuinfo_x86_decode_cache_descriptor() 140 .sets = 128, in cpuinfo_x86_decode_cache_descriptor() 155 .sets = 128, in cpuinfo_x86_decode_cache_descriptor() 183 .sets = 128, in cpuinfo_x86_decode_cache_descriptor() 198 .sets = 64, in cpuinfo_x86_decode_cache_descriptor() 213 .sets = 64, in cpuinfo_x86_decode_cache_descriptor() 226 .sets = 1024, in cpuinfo_x86_decode_cache_descriptor() 241 .sets = 512, in cpuinfo_x86_decode_cache_descriptor() 257 .sets = 2048, in cpuinfo_x86_decode_cache_descriptor() [all …]
|
/external/cldr/tools/java/org/unicode/cldr/util/props/ |
D | RandomStringGenerator.java | 33 private UnicodeSet[] sets; field in RandomStringGenerator 67 sets = new UnicodeSet[values.size()]; in RandomStringGenerator() 68 for (int i = 0; i < sets.length; ++i) { in RandomStringGenerator() 69 sets[i] = map.keySet(values.get(i)); in RandomStringGenerator() 70 sets[i].removeAll(SUPPLEMENTARIES); in RandomStringGenerator() 72 int first = sets[i].charAt(0); in RandomStringGenerator() 73 sets[i].retainAll(DEBUG_REDUCE_SET_SIZE); in RandomStringGenerator() 74 if (sets[i].size() == 0) sets[i].add(first); in RandomStringGenerator() 94 UnicodeSet us = sets[random.nextInt(sets.length)]; in next()
|
/external/u-boot/arch/arm/dts/ |
D | k3-am654.dtsi | 43 i-cache-sets = <256>; 46 d-cache-sets = <128>; 57 i-cache-sets = <256>; 60 d-cache-sets = <128>; 71 i-cache-sets = <256>; 74 d-cache-sets = <128>; 85 i-cache-sets = <256>; 88 d-cache-sets = <128>; 98 cache-sets = <512>; 107 cache-sets = <512>;
|
/external/u-boot/arch/riscv/dts/ |
D | fu540-c000.dtsi | 29 i-cache-sets = <128>; 43 d-cache-sets = <64>; 45 d-tlb-sets = <1>; 49 i-cache-sets = <64>; 51 i-tlb-sets = <1>; 66 d-cache-sets = <64>; 68 d-tlb-sets = <1>; 72 i-cache-sets = <64>; 74 i-tlb-sets = <1>; 89 d-cache-sets = <64>; [all …]
|
/external/guava/android/guava-tests/benchmark/com/google/common/collect/ |
D | MultipleSetContainsBenchmark.java | 41 private final ImmutableSet<Object>[] sets = new ImmutableSet[0x1000]; field in MultipleSetContainsBenchmark 55 sets[i] = ImmutableSet.of(); in setUp() 57 sets[i] = ImmutableSet.of(PRESENT); in setUp() 59 sets[i] = ImmutableSet.of(PRESENT, new Object()); in setUp() 72 ImmutableSet<Object>[] sets = this.sets; in contains() local 77 result ^= sets[j].contains(queries[j]); in contains()
|
/external/guava/guava-tests/benchmark/com/google/common/collect/ |
D | MultipleSetContainsBenchmark.java | 41 private final ImmutableSet<Object>[] sets = new ImmutableSet[0x1000]; field in MultipleSetContainsBenchmark 55 sets[i] = ImmutableSet.of(); in setUp() 57 sets[i] = ImmutableSet.of(PRESENT); in setUp() 59 sets[i] = ImmutableSet.of(PRESENT, new Object()); in setUp() 72 ImmutableSet<Object>[] sets = this.sets; in contains() local 77 result ^= sets[j].contains(queries[j]); in contains()
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Analysis/AliasSet/ |
D | memtransfer.ll | 1 ; RUN: opt -basicaa -print-alias-sets -S -o - < %s 2>&1 | FileCheck %s 6 ; CHECK: Alias sets for function 'test1': 7 ; CHECK: Alias Set Tracker: 3 alias sets for 4 pointer values. 22 ; CHECK: Alias sets for function 'test1_atomic': 23 ; CHECK: Alias Set Tracker: 3 alias sets for 4 pointer values. 38 ; CHECK: Alias sets for function 'test2': 39 ; CHECK: Alias Set Tracker: 3 alias sets for 4 pointer values. 54 ; CHECK: Alias sets for function 'test3': 55 ; CHECK: Alias Set Tracker: 3 alias sets for 4 pointer values. 70 ; CHECK: Alias sets for function 'test3_atomic': [all …]
|
/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/python/cpython2/Doc/library/ |
D | sets.rst | 2 :mod:`sets` --- Unordered collections of unique elements 5 .. module:: sets 6 :synopsis: Implementation of sets of unique elements. 19 The :mod:`sets` module provides classes for constructing and manipulating 22 operations on sets such as intersection, union, difference, and symmetric 25 Like other collections, sets support ``x in set``, ``len(set)``, and ``for x in 26 set``. Being an unordered collection, sets do not record element position or 27 order of insertion. Accordingly, sets do not support indexing, slicing, or 40 sets cannot contain mutable elements such as lists or dictionaries. However, 42 :class:`ImmutableSet`. For convenience in implementing sets of sets, inner sets [all …]
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/lang/ |
D | UnicodeSetStringSpanTest.java | 570 void verifySpan(final UnicodeSetWithStrings sets[], final String s, int whichSpans, in verifySpan() argument 592 … limitsCount = getSpans(sets[i], (0 != (i & 1)), s, whichSpans, type, typeName, limits, in verifySpan() 637 if (!sets[SLOW].getSet().containsAll(string)) { in verifySpan() 642 if (!sets[FAST].getSet().containsAll(string)) { in verifySpan() 648 if (!sets[SLOW].getSet().containsNone(string)) { in verifySpan() 653 if (!sets[FAST].getSet().containsNone(string)) { in verifySpan() 666 void verifySpan(final UnicodeSetWithStrings sets[], final String s, int whichSpans, in verifySpan() argument 670 verifySpan(sets, s, whichSpans, expectLimits, expectCount, testName, index); in verifySpan() 677 void verifySpanBothUTFs(final UnicodeSetWithStrings sets[], final String s16, int whichSpans, in verifySpanBothUTFs() argument 685 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 | 573 void verifySpan(final UnicodeSetWithStrings sets[], final String s, int whichSpans, in verifySpan() argument 595 … limitsCount = getSpans(sets[i], (0 != (i & 1)), s, whichSpans, type, typeName, limits, in verifySpan() 640 if (!sets[SLOW].getSet().containsAll(string)) { in verifySpan() 645 if (!sets[FAST].getSet().containsAll(string)) { in verifySpan() 651 if (!sets[SLOW].getSet().containsNone(string)) { in verifySpan() 656 if (!sets[FAST].getSet().containsNone(string)) { in verifySpan() 669 void verifySpan(final UnicodeSetWithStrings sets[], final String s, int whichSpans, in verifySpan() argument 673 verifySpan(sets, s, whichSpans, expectLimits, expectCount, testName, index); in verifySpan() 680 void verifySpanBothUTFs(final UnicodeSetWithStrings sets[], final String s16, int whichSpans, in verifySpanBothUTFs() argument 688 verifySpan(sets, s16, whichSpans, expectLimits, expectCount, testName, index); in verifySpanBothUTFs() [all …]
|
/external/fonttools/Lib/fontTools/misc/ |
D | classifyTools.py | 30 things, sets, mapping = self._things, self._sets, self._mapping 41 sets.append(difference) 58 sets.append(old_class_intersection) 75 sets = self._sets 76 self._sets = [s for s in sets if s]
|
/external/icu/icu4c/source/test/intltest/ |
D | usettest.h | 177 … void testSpan(const UnicodeSetWithStrings *sets[4], const void *s, int32_t length, UBool isUTF16, 181 … void testSpan(const UnicodeSetWithStrings *sets[4], const void *s, int32_t length, UBool isUTF16, 184 void testSpanBothUTFs(const UnicodeSetWithStrings *sets[4], 188 …void testSpanContents(const UnicodeSetWithStrings *sets[4], uint32_t whichSpans, const char *testN… 189 …void testSpanUTF16String(const UnicodeSetWithStrings *sets[4], uint32_t whichSpans, const char *te… 190 …void testSpanUTF8String(const UnicodeSetWithStrings *sets[4], uint32_t whichSpans, const char *tes…
|
/external/deqp-deps/SPIRV-Tools/source/opt/ |
D | loop_fission.cpp | 189 std::vector<std::set<Instruction*>> sets{}; in GroupInstructionsByUseDef() local 245 if (!inst_set.empty()) sets.push_back(std::move(inst_set)); in GroupInstructionsByUseDef() 252 if (sets.size() < 2) { in GroupInstructionsByUseDef() 259 for (size_t index = 0; index < sets.size() / 2; ++index) { in GroupInstructionsByUseDef() 260 cloned_loop_instructions_.insert(sets[index].begin(), sets[index].end()); in GroupInstructionsByUseDef() 262 for (size_t index = sets.size() / 2; index < sets.size(); ++index) { in GroupInstructionsByUseDef() 263 original_loop_instructions_.insert(sets[index].begin(), sets[index].end()); in GroupInstructionsByUseDef()
|
/external/swiftshader/third_party/SPIRV-Tools/source/opt/ |
D | loop_fission.cpp | 189 std::vector<std::set<Instruction*>> sets{}; in GroupInstructionsByUseDef() local 245 if (!inst_set.empty()) sets.push_back(std::move(inst_set)); in GroupInstructionsByUseDef() 252 if (sets.size() < 2) { in GroupInstructionsByUseDef() 259 for (size_t index = 0; index < sets.size() / 2; ++index) { in GroupInstructionsByUseDef() 260 cloned_loop_instructions_.insert(sets[index].begin(), sets[index].end()); in GroupInstructionsByUseDef() 262 for (size_t index = sets.size() / 2; index < sets.size(); ++index) { in GroupInstructionsByUseDef() 263 original_loop_instructions_.insert(sets[index].begin(), sets[index].end()); in GroupInstructionsByUseDef()
|
/external/angle/third_party/spirv-tools/src/source/opt/ |
D | loop_fission.cpp | 189 std::vector<std::set<Instruction*>> sets{}; in GroupInstructionsByUseDef() local 245 if (!inst_set.empty()) sets.push_back(std::move(inst_set)); in GroupInstructionsByUseDef() 252 if (sets.size() < 2) { in GroupInstructionsByUseDef() 259 for (size_t index = 0; index < sets.size() / 2; ++index) { in GroupInstructionsByUseDef() 260 cloned_loop_instructions_.insert(sets[index].begin(), sets[index].end()); in GroupInstructionsByUseDef() 262 for (size_t index = sets.size() / 2; index < sets.size(); ++index) { in GroupInstructionsByUseDef() 263 original_loop_instructions_.insert(sets[index].begin(), sets[index].end()); in GroupInstructionsByUseDef()
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/ |
D | LocaleDataTest.java | 228 UnicodeSet[] sets = new UnicodeSet[scriptCodes.length]; in TestExemplarSet() local 231 … sets[j] = new UnicodeSet("[:" + UScript.getShortName(scriptCodes[j]) + ":]"); in TestExemplarSet() 238 for(int j=0; j<sets.length; j++){ in TestExemplarSet() 239 if(sets[j].contains(iter.codepoint, iter.codepointEnd)){ in TestExemplarSet() 245 for(int j=0; j<sets.length; j++){ in TestExemplarSet() 246 if(sets[j].contains(iter.string)){ in TestExemplarSet() 301 UnicodeSet[] sets = new UnicodeSet[scriptCodes.length]; in TestExemplarSet2() local 304 … sets[j] = new UnicodeSet("[:" + UScript.getShortName(scriptCodes[j]) + ":]"); in TestExemplarSet2() 311 for(int j=0; j<sets.length; j++){ in TestExemplarSet2() 312 if(sets[j].contains(iter.codepoint, iter.codepointEnd)){ in TestExemplarSet2() [all …]
|
/external/python/cpython3/Doc/c-api/ |
D | objbuffer.rst | 25 interface. On success, returns ``0``, sets *buffer* to the memory location 26 and *buffer_len* to the buffer length. Returns ``-1`` and sets a 34 interface. On success, returns ``0``, sets *buffer* to the memory location 35 and *buffer_len* to the buffer length. Returns ``-1`` and sets a 53 returns ``0``, sets *buffer* to the memory location and *buffer_len* to the 54 buffer length. Returns ``-1`` and sets a :exc:`TypeError` on error.
|
/external/python/cpython2/Doc/c-api/ |
D | objbuffer.rst | 20 interface. On success, returns ``0``, sets *buffer* to the memory location 21 and *buffer_len* to the buffer length. Returns ``-1`` and sets a 35 interface. On success, returns ``0``, sets *buffer* to the memory location 36 and *buffer_len* to the buffer length. Returns ``-1`` and sets a 58 returns ``0``, sets *buffer* to the memory location and *buffer_len* to the 59 buffer length. Returns ``-1`` and sets a :exc:`TypeError` on error.
|
/external/iptables/iptables/ |
D | nft-cache.c | 187 list = h->cache->table[t->type].sets; in nftnl_set_list_cb() 253 h->cache->table[type].sets = nftnl_set_list_alloc(); in fetch_set_cache() 254 if (!h->cache->table[type].sets) in fetch_set_cache() 257 } else if (!h->cache->table[t->type].sets) { in fetch_set_cache() 258 h->cache->table[t->type].sets = nftnl_set_list_alloc(); in fetch_set_cache() 287 s = nftnl_set_list_lookup_byname(h->cache->table[t->type].sets, in fetch_set_cache() 291 nftnl_set_list_foreach(h->cache->table[t->type].sets, in fetch_set_cache() 300 nftnl_set_list_foreach(h->cache->table[type].sets, in fetch_set_cache() 603 if (c->table[table->type].sets) in flush_cache() 604 nftnl_set_list_foreach(c->table[table->type].sets, in flush_cache() [all …]
|
/external/python/cpython2/Parser/ |
D | spark.py | 302 sets = [ [(1,0), (2,0)] ] 316 sets.append([]) 318 if sets[i] == []: 320 self.makeSet(tokens[i], sets, i) 322 sets.append([]) 323 self.makeSet(None, sets, len(tokens)) 328 if finalitem not in sets[-2]: 335 tokens, len(sets)-2) 471 def makeSet(self, token, sets, i): argument 472 cur, next = sets[i], sets[i+1] [all …]
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/ |
D | LocaleDataTest.java | 225 UnicodeSet[] sets = new UnicodeSet[scriptCodes.length]; in TestExemplarSet() local 228 … sets[j] = new UnicodeSet("[:" + UScript.getShortName(scriptCodes[j]) + ":]"); in TestExemplarSet() 235 for(int j=0; j<sets.length; j++){ in TestExemplarSet() 236 if(sets[j].contains(iter.codepoint, iter.codepointEnd)){ in TestExemplarSet() 242 for(int j=0; j<sets.length; j++){ in TestExemplarSet() 243 if(sets[j].contains(iter.string)){ in TestExemplarSet() 298 UnicodeSet[] sets = new UnicodeSet[scriptCodes.length]; in TestExemplarSet2() local 301 … sets[j] = new UnicodeSet("[:" + UScript.getShortName(scriptCodes[j]) + ":]"); in TestExemplarSet2() 308 for(int j=0; j<sets.length; j++){ in TestExemplarSet2() 309 if(sets[j].contains(iter.codepoint, iter.codepointEnd)){ in TestExemplarSet2() [all …]
|
/external/tensorflow/tensorflow/python/kernel_tests/ |
D | sets_test.py | 30 from tensorflow.python.ops import sets 158 sets.set_size(sparse_data, validate_indices=True), 159 sets.set_size(sparse_data, validate_indices=False) 529 sets.set_intersection( 531 sets.set_intersection( 533 sets.set_intersection( 535 sets.set_intersection( 542 op = sets.set_size(sets.set_intersection(a, b)) 972 sets.set_difference( 974 sets.set_difference( [all …]
|