/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/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/llvm/tools/llvm-config/ |
D | find-cycles.pl | 111 my %seen; 113 unless ($seen{$cycle}) { 114 $seen{$cycle} = 1;
|
/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
|
D | libxt_recent.man | 31 Like \fB\-\-rcheck\fP, except it will update the "last seen" timestamp if it 42 address is in the list and was seen within the last given number of seconds.
|
/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/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/kernel-headers/original/linux/netfilter/ |
D | nf_conntrack_tcp.h | 43 struct ip_ct_tcp_state seen[2]; /* connection parameters per direction */ member
|
/external/icu4c/data/mappings/ |
D | README.emoji | 30 The most authoritative sources we have seen are: 43 We also have seen this informative, but unofficial, source:
|
/external/bluetooth/glib/gio/inotify/ |
D | inotify-kernel.c | 71 gboolean seen; member 553 if (event->seen == TRUE || event->sent == TRUE) in ik_pair_moves() 580 event->seen = TRUE; in ik_pair_moves()
|
/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/openssl/apps/ |
D | s_client.c | 1263 int seen = 0; in MAIN() local 1267 seen = BIO_read(sbio,mbuf,BUFSIZZ); in MAIN() 1268 mbuf[seen] = 0; in MAIN() 1273 seen = BIO_read(sbio,mbuf,BUFSIZZ); in MAIN() 1274 mbuf[seen] = 0; in MAIN() 1277 seen = BIO_read(sbio,sbuf,BUFSIZZ); in MAIN() 1278 sbuf[seen] = 0; in MAIN()
|
/external/bluetooth/bluez/scripts/ |
D | bluetooth-hid2hci.rules | 22 # Unfortunately the only event seen is the BT device disappearing, so the mouse
|
/external/llvm/lib/Target/MSP430/ |
D | README.txt | 6 seen nor worked with this MCU, all information was gathered from datasheet
|
/external/chromium/chrome/browser/ui/cocoa/ |
D | info_bubble_view.mm | 22 // Make room for the border to be seen.
|
/external/v8/test/cctest/ |
D | test-regexp.cc | 552 bool seen[kLimit]; in TEST() local 553 for (unsigned i = 0; i < kLimit; i++) seen[i] = false; in TEST() 556 CHECK_EQ(seen[k], tree.Find(k, &loc)); \ in TEST() 561 if (seen[next]) { in TEST() 569 seen[next] = false; in TEST() 578 seen[next] = true; in TEST() 582 if (seen[val]) { in TEST() 589 if (seen[val]) { in TEST()
|
/external/zlib/contrib/asm586/ |
D | README.586 | 18 This may also mean that better improvements will be seen on a Pentium
|
/external/jdiff/ |
D | README.txt | 18 be seen at http://www.jdiff.org
|