Searched refs:seen (Results 1 - 20 of 20) sorted by relevance

/external/webkit/WebCore/platform/text/mac/
H A 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 error "saw $new_alias twice in character-sets.txt $seen{$new_alias}, $canonical_name", if $seen{$new_alias} && $seen{$new_alias} ne $canonical_name && !$exceptions{$new_alias};
194 push @aliases, $new_alias if !$seen{$new_alias};
195 $seen{$new_alias} = $canonical_name;
/external/kernel-headers/original/linux/netfilter/
H A Dnf_conntrack_tcp.h43 struct ip_ct_tcp_state seen[2]; /* connection parameters per direction */ member in struct:ip_ct_tcp
49 u_int32_t last_seq; /* Last sequence number seen in dir */
50 u_int32_t last_ack; /* Last sequence number seen in opposite dir */
/external/webkit/JavaScriptCore/bytecode/
H A DStructureStubInfo.h57 , seen(false)
135 return seen;
140 seen = true;
144 int seen : 1; member in struct:JSC::StructureStubInfo
/external/icu4c/i18n/
H A Danytrans.cpp336 Hashtable seen(TRUE, ec);
352 if (seen.geti(target) != 0) continue;
354 seen.puti(target, 1, ec);
/external/v8/tools/
H A Dtickprocessor.py88 seen = []
93 if (not region.name in seen):
94 seen.append(region.name)
97 if len(seen) == 0:
101 for name in seen:
/external/bluetooth/glib/gio/inotify/
H A Dinotify-kernel.c71 gboolean seen; member in struct:ik_event_internal
553 if (event->seen == TRUE || event->sent == TRUE)
580 event->seen = TRUE;
/external/openssl/apps/
H A Ds_client.c1036 int seen = 0; local
1040 seen = BIO_read(sbio,mbuf,BUFSIZZ);
1041 mbuf[seen] = 0;
1046 seen = BIO_read(sbio,mbuf,BUFSIZZ);
1047 mbuf[seen] = 0;
1050 seen = BIO_read(sbio,sbuf,BUFSIZZ);
1051 sbuf[seen] = 0;
/external/v8/test/cctest/
H A Dtest-regexp.cc531 bool seen[kLimit]; local
532 for (unsigned i = 0; i < kLimit; i++) seen[i] = false;
535 CHECK_EQ(seen[k], tree.Find(k, &loc)); \
540 if (seen[next]) {
541 // We've already seen this one. Check the value and remove
548 seen[next] = false;
557 seen[next] = true;
561 if (seen[val]) {
568 if (seen[val]) {
/external/webkit/WebKit/qt/Api/
H A Dqwebelement.cpp872 QSet<QString> seen; local
873 seen.reserve(n);
876 if (seen.contains(s))
878 seen.insert(s);
/external/bluetooth/glib/glib/
H A Dgoption.c593 gboolean seen[256]; local
637 memset (seen, 0, sizeof (gboolean) * 256);
649 if (seen[(guchar)entry->short_name])
652 seen[(guchar)entry->short_name] = TRUE;
669 if (seen[(guchar)entry->short_name] &&
673 seen[(guchar)entry->short_name] = TRUE;
/external/qemu/distrib/sdl-1.2.12/src/video/windx5/
H A DSDL_dx5video.c2184 int *seen, *order;
2206 seen = pool;
2207 SDL_memset(seen, 0, ncolors*sizeof(int));
2221 seen[next] = 1;
2228 if ( seen[i] ) {
2238 seen[next] = 1;
/external/icu4c/tools/tzcode/
H A Dlocaltime.c1888 int seen[TZ_MAX_TYPES]; local
1920 seen[i] = FALSE;
1923 if (!seen[sp->types[i]]) {
1924 seen[sp->types[i]] = TRUE;
/external/blktrace/btreplay/doc/
H A Dbtreplay.tex88 attempts to generate the same IOs seen during the sample workload phase.
95 \item[Device] The IOs are replayed on the same device as was seen
111 the precise order they were seen during the sample workload run.
167 ordering and timing of IOs seen during the sample workload. The reclaiming
/external/blktrace/btt/doc/
H A Dbtt.tex255 We have almost exclusively seen median and mode values of 0, indicating
602 \texttt{-I} option can be seen from the following output snippet --
778 seen within a 1-second window, and $\nu$ are the number of seeks seen
895 Prints out the simple help information, as seen at the top of
1130 the mouse. A sample screen shot can be seen in figure~\ref{fig:bno_plot} on
/external/jdiff/src/jdiff/
H A DRootDocToXML.java834 System.out.println("Warning: @ tag seen in comment: " +
/external/grub/docs/
H A Dtexinfo.tex2710 % contains an @itemize, we don't choke on the \item (seen as \crcr aka
2872 % Count number of #1's that we've seen.
6111 % Is this the first time we've seen this float type?
6611 % Haven't seen this figure type before.
/external/sqlite/dist/
H A Dsqlite3.c.orig7 ** of 5% are more are commonly seen when SQLite is compiled as a single
8299 ** within a trigger is not seen outside the trigger. Changes to views do not
8319 u8 mallocFailed; /* True if we have seen a malloc failure */
9470 u8 hasAgg; /* True if aggregates are seen */
9640 int nErr; /* Number of errors seen */
9684 int nVar; /* Number of '?' variables seen in the SQL so far */
13235 ** The minimum amount of free space that we have seen.
18812 ** Add the sign if we've seen at least one digit */
[all...]
H A Dsqlite3.c7 ** of 5% are more are commonly seen when SQLite is compiled as a single
8304 ** within a trigger is not seen outside the trigger. Changes to views do not
8324 u8 mallocFailed; /* True if we have seen a malloc failure */
9475 u8 hasAgg; /* True if aggregates are seen */
9645 int nErr; /* Number of errors seen */
9689 int nVar; /* Number of '?' variables seen in the SQL so far */
13240 ** The minimum amount of free space that we have seen.
18817 ** Add the sign if we've seen at least one digit */
71816 int seen; local
97886 int seen = 0; local
[all...]
/external/iproute2/doc/
H A Dip-cref.tex1846 This route differs from the ones seen before. It contains a ``normal'' part
/external/e2fsprogs/
H A Dconfigure6697 percolate back to the file as seen by read(). (This is a bug on

Completed in 584 milliseconds