Home
last modified time | relevance | path

Searched refs:seen (Results 1 – 25 of 200) sorted by relevance

12345678

/external/webkit/Source/WebCore/platform/text/mac/
Dmake-charset-table.pl165 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/
Dmodule.c447 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/
Dsymbol-table-ops.h40 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/
DCharStreamsTest.java107 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/
Dfilter-inputs17 seen = set()
20 if base not in seen:
21 seen.add(base)
/external/chromium/chrome/browser/resources/options/
Dlanguage_list.js389 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;
Dlanguage_options.js686 var seen = {};
690 if (preloadEngines[i] in dictionary && !(preloadEngines[i] in seen)) {
692 seen[preloadEngines[i]] = true;
/external/chromium/base/
Ddir_reader_posix_unittest.cc44 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/
DStructureStubInfo.h57 , seen(false) in StructureStubInfo()
123 return seen; in seenOnce()
128 seen = true; in setSeen()
132 int seen : 1; member
/external/regex-re2/re2/
Dmake_unicode_casefold.py113 seen = {}
118 if c[i-1] in seen:
120 seen[c[i-1]] = True
/external/iptables/extensions/
Dlibxt_state.man12 meaning that the packet is associated with a connection which has seen
16 associated with a connection which has not seen packets in both
Dlibxt_conntrack.man49 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.
Dlibipt_MIRROR.man11 seen by any packet filtering chains, connection tracking or NAT, to
/external/webkit/LayoutTests/platform/android/fast/dom/Geolocation/
Dnotimer-after-unload-expected.txt2 You should have seen one unload alert appear.
/external/webkit/LayoutTests/fast/dom/Geolocation/
Dnotimer-after-unload-expected.txt3 You should have seen one unload alert appear.
/external/icu4c/i18n/
Danytrans.cpp336 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/
Dsecurity-syntax-checks.m189 …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/
Dnf_conntrack_tcp.h43 struct ip_ct_tcp_state seen[2]; /* connection parameters per direction */ member
/external/valgrind/main/docs/internals/
Ddirectory-structure.txt17 - include/ for declarations that must be seen by tools
18 - coregrind/ for code that need not be seen by tools
/external/clang/test/ARCMT/
Dverify.m11 // CHECK: error: 'error' diagnostics seen but not expected:
/external/v8/test/mjsunit/
Darray-sort.js83 var seen = {};
89 if (%_IsSmi(x) && !seen[x]) {
90 seen[x] = 1;
/external/antlr/antlr-3.4/runtime/JavaScript/tests/functional/
Dt021hoist.g6 /* With this true, enum is seen as a keyword. False, it's an identifier */
/external/antlr/antlr-3.4/runtime/Python/tests/
Dt021hoist.g6 /* With this true, enum is seen as a keyword. False, it's an identifier */
/external/chromium/chrome/browser/ui/cocoa/applescript/examples/
Dwindow_operations.applescript7 get URL of active tab of window 1 -- The URL currently being seen.
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/hoistedPredicates/
DT.g16 /* With this true, enum is seen as a keyword. False, it's an identifier */

12345678