Home
last modified time | relevance | path

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

1234567891011

/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/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/llvm/tools/llvm-config/
Dfind-cycles.pl111 my %seen;
113 unless ($seen{$cycle}) {
114 $seen{$cycle} = 1;
/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
Dlibxt_recent.man31 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/
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/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/kernel-headers/original/linux/netfilter/
Dnf_conntrack_tcp.h43 struct ip_ct_tcp_state seen[2]; /* connection parameters per direction */ member
/external/icu4c/data/mappings/
DREADME.emoji30 The most authoritative sources we have seen are:
43 We also have seen this informative, but unofficial, source:
/external/bluetooth/glib/gio/inotify/
Dinotify-kernel.c71 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/
Dwindow_operations.applescript7 get URL of active tab of window 1 -- The URL currently being seen.
/external/openssl/apps/
Ds_client.c1263 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/
Dbluetooth-hid2hci.rules22 # Unfortunately the only event seen is the BT device disappearing, so the mouse
/external/llvm/lib/Target/MSP430/
DREADME.txt6 seen nor worked with this MCU, all information was gathered from datasheet
/external/chromium/chrome/browser/ui/cocoa/
Dinfo_bubble_view.mm22 // Make room for the border to be seen.
/external/v8/test/cctest/
Dtest-regexp.cc552 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/
DREADME.58618 This may also mean that better improvements will be seen on a Pentium
/external/jdiff/
DREADME.txt18 be seen at http://www.jdiff.org

1234567891011