/external/webkit/Source/WebCore/platform/text/mac/ |
D | make-charset-table.pl | 165 my %seen; 178 … error "saw $new_canonical_name twice in character-sets.txt", if $seen{$new_canonical_name}; 179 $seen{$new_canonical_name} = $new_canonical_name; 193 …saw $new_alias twice in character-sets.txt $seen{$new_alias}, $canonical_name", if $seen{$new_alia… 194 push @aliases, $new_alias if !$seen{$new_alias}; 195 $seen{$new_alias} = $canonical_name;
|
/external/libsepol/src/ |
D | module.c | 447 unsigned i, seen = 0; in sepol_module_package_read() local 481 if (seen & SEEN_FC) { in sepol_module_package_read() 505 seen |= SEEN_FC; in sepol_module_package_read() 508 if (seen & SEEN_SEUSER) { in sepol_module_package_read() 528 seen |= SEEN_SEUSER; in sepol_module_package_read() 531 if (seen & SEEN_USER_EXTRA) { in sepol_module_package_read() 553 seen |= SEEN_USER_EXTRA; in sepol_module_package_read() 556 if (seen & SEEN_NETFILTER) { in sepol_module_package_read() 580 seen |= SEEN_NETFILTER; in sepol_module_package_read() 583 if (seen & SEEN_MOD) { in sepol_module_package_read() [all …]
|
/external/openfst/src/include/fst/ |
D | symbol-table-ops.h | 40 unordered_set<typename Arc::Label> seen; in PruneSymbolTable() local 41 seen.insert(0); // Always keep epslion in PruneSymbolTable() 48 seen.insert(sym); in PruneSymbolTable() 54 if (seen.find(label) != seen.end()) { in PruneSymbolTable()
|
/external/guava/guava-tests/test/com/google/common/io/ |
D | CharStreamsTest.java | 107 int seen; in testReadLines_withLineProcessor() 110 seen++; in testReadLines_withLineProcessor() 115 return seen; in testReadLines_withLineProcessor() 123 int seen; in testReadLines_withLineProcessor() 126 seen++; in testReadLines_withLineProcessor() 131 return seen; in testReadLines_withLineProcessor() 140 int seen; in testReadLines_withLineProcessor() 143 seen++; in testReadLines_withLineProcessor() 145 return seen < 2; in testReadLines_withLineProcessor() 149 return seen; in testReadLines_withLineProcessor()
|
/external/compiler-rt/make/ |
D | filter-inputs | 17 seen = set() 20 if base not in seen: 21 seen.add(base)
|
/external/chromium/chrome/browser/resources/options/ |
D | language_list.js | 389 var seen = {}; // Used to eliminiate duplicates. 392 if (!(languageCode in seen)) { 394 seen[languageCode] = true; 397 if (!(parts[0] in seen)) { 399 seen[parts[0]] = true; 413 var seen = {}; 418 !(languageCodes[i] in seen)) { 420 seen[languageCodes[i]] = true;
|
D | language_options.js | 686 var seen = {}; 690 if (preloadEngines[i] in dictionary && !(preloadEngines[i] in seen)) { 692 seen[preloadEngines[i]] = true;
|
/external/chromium/base/ |
D | dir_reader_posix_unittest.cc | 44 std::set<unsigned> seen; in TEST() local 71 EXPECT_EQ(0u, seen.count(value)); in TEST() 72 seen.insert(value); in TEST() 88 EXPECT_EQ(kNumFiles, seen.size()); in TEST()
|
/external/webkit/Source/JavaScriptCore/bytecode/ |
D | StructureStubInfo.h | 57 , seen(false) in StructureStubInfo() 123 return seen; in seenOnce() 128 seen = true; in setSeen() 132 int seen : 1; member
|
/external/regex-re2/re2/ |
D | make_unicode_casefold.py | 113 seen = {} 118 if c[i-1] in seen: 120 seen[c[i-1]] = True
|
/external/iptables/extensions/ |
D | libxt_state.man | 12 meaning that the packet is associated with a connection which has seen 16 associated with a connection which has not seen packets in both
|
D | libxt_conntrack.man | 49 with a connection which has not seen packets in both directions, and 52 meaning that the packet is associated with a connection which has seen packets 80 Conntrack has seen packets in both directions.
|
D | libipt_MIRROR.man | 11 seen by any packet filtering chains, connection tracking or NAT, to
|
/external/webkit/LayoutTests/platform/android/fast/dom/Geolocation/ |
D | notimer-after-unload-expected.txt | 2 You should have seen one unload alert appear.
|
/external/webkit/LayoutTests/fast/dom/Geolocation/ |
D | notimer-after-unload-expected.txt | 3 You should have seen one unload alert appear.
|
/external/icu4c/i18n/ |
D | anytrans.cpp | 336 Hashtable seen(TRUE, ec); in registerIDs() local 352 if (seen.geti(target) != 0) continue; in registerIDs() 354 seen.puti(target, 1, ec); in registerIDs()
|
/external/clang/test/Analysis/ |
D | security-syntax-checks.m | 189 …g {{Call to 'mkstemp' should have at least 6 'X's in the format string to be secure (2 'X's seen)}} 193 mkstemps("XXXXXX", 1); // expected-warning {{5 'X's seen}} 194 …ps' should have at least 6 'X's in the format string to be secure (4 'X's seen, 2 characters used … 195 mkdtemp("XX"); // expected-warning {{2 'X's seen}} 196 …ng {{Call to 'mkstemp' should have at least 6 'X's in the format string to be secure (1 'X' seen)}}
|
/external/kernel-headers/original/linux/netfilter/ |
D | nf_conntrack_tcp.h | 43 struct ip_ct_tcp_state seen[2]; /* connection parameters per direction */ member
|
/external/valgrind/main/docs/internals/ |
D | directory-structure.txt | 17 - include/ for declarations that must be seen by tools 18 - coregrind/ for code that need not be seen by tools
|
/external/clang/test/ARCMT/ |
D | verify.m | 11 // CHECK: error: 'error' diagnostics seen but not expected:
|
/external/v8/test/mjsunit/ |
D | array-sort.js | 83 var seen = {}; 89 if (%_IsSmi(x) && !seen[x]) { 90 seen[x] = 1;
|
/external/antlr/antlr-3.4/runtime/JavaScript/tests/functional/ |
D | t021hoist.g | 6 /* With this true, enum is seen as a keyword. False, it's an identifier */
|
/external/antlr/antlr-3.4/runtime/Python/tests/ |
D | t021hoist.g | 6 /* With this true, enum is seen as a keyword. False, it's an identifier */
|
/external/chromium/chrome/browser/ui/cocoa/applescript/examples/ |
D | window_operations.applescript | 7 get URL of active tab of window 1 -- The URL currently being seen.
|
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/hoistedPredicates/ |
D | T.g | 16 /* With this true, enum is seen as a keyword. False, it's an identifier */
|