Searched defs:seen (Results 1 - 25 of 25) sorted by relevance

/external/openfst/src/include/fst/
H A Dsymbol-table-ops.h40 unordered_set<typename Arc::Label> seen; local
41 seen.insert(0); // Always keep epslion
48 seen.insert(sym);
54 if (seen.find(label) != seen.end()) {
/external/chromium/base/
H A Ddir_reader_posix_unittest.cc44 std::set<unsigned> seen; local
71 EXPECT_EQ(0u, seen.count(value));
72 seen.insert(value);
88 EXPECT_EQ(kNumFiles, seen.size());
/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/Source/JavaScriptCore/bytecode/
H A DStructureStubInfo.h57 , seen(false)
123 return seen;
128 seen = true;
132 int seen : 1; member in struct:JSC::StructureStubInfo
/external/libsepol/src/
H A Dmodule.c433 /* Flags for which sections have been seen during parsing of module package. */
447 unsigned i, seen = 0; local
481 if (seen & SEEN_FC) {
505 seen |= SEEN_FC;
508 if (seen & SEEN_SEUSER) {
528 seen |= SEEN_SEUSER;
531 if (seen & SEEN_USER_EXTRA) {
553 seen |= SEEN_USER_EXTRA;
556 if (seen & SEEN_NETFILTER) {
580 seen |
632 unsigned i, seen = 0; local
[all...]
/external/guava/guava/src/com/google/common/collect/
H A DStandardTable.java877 final Map<C, V> seen = factory.get(); field in class:StandardTable.ColumnKeyIterator
885 if (!seen.containsKey(entry.getKey())) {
886 seen.put(entry.getKey(), entry.getValue());
/external/llvm/lib/CodeGen/
H A DMachineVerifier.cpp1192 SmallPtrSet<const MachineBasicBlock*, 8> seen; local
1195 seen.clear();
1202 seen.insert(Pre);
1212 if (!seen.count(*PrI)) {
/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/openssl/apps/
H A Ds_client.c1482 int seen = 0; local
1486 seen = BIO_read(sbio,mbuf,BUFSIZZ);
1487 mbuf[seen] = 0;
1492 seen = BIO_read(sbio,mbuf,BUFSIZZ);
1493 mbuf[seen] = 0;
1496 seen = BIO_read(sbio,sbuf,BUFSIZZ);
1497 sbuf[seen] = 0;
/external/v8/test/cctest/
H A Dtest-regexp.cc559 bool seen[kLimit]; local
560 for (unsigned i = 0; i < kLimit; i++) seen[i] = false;
563 CHECK_EQ(seen[k], tree.Find(k, &loc)); \
568 if (seen[next]) {
569 // We've already seen this one. Check the value and remove
576 seen[next] = false;
585 seen[next] = true;
589 if (seen[val]) {
596 if (seen[val]) {
/external/valgrind/main/helgrind/
H A Dhg_main.c2052 /* More kludgery. If the lock has never been seen before, do
3309 Word seen = 0; local
3337 seen++;
3346 // Sol 1: garbage collect at seen * 2
3380 "univ_laog_do_GC exit seen %'8d next gc at cardinality %'10d\n",
3381 (Int)seen, next_gc_univ_laog);
/external/elfutils/src/
H A Dreadelf.c555 bool seen = false; local
556 only_one = dwfl_getmodules (dwfl, &count_dwflmod, &seen, 0) == 0;
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.common_3.6.0.v20100503.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.ui.views_3.5.0.I20100527-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.core.databinding_1.3.100.I20100601-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.core.resources_3.6.1.R36x_v20101007-1215.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.ui.workbench_3.6.1.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/sqlite/dist/orig/
H A Dsqlite3.c7 ** of 5% or more are commonly seen when SQLite is compiled as a single
9727 u8 mallocFailed; /* True if we have seen a malloc failure */
10916 u8 hasAgg; /* True if aggregates are seen */
11100 int nErr; /* Number of errors seen */
11142 int nVar; /* Number of '?' variables seen in the SQL so far */
16106 ** The minimum amount of free space that we have seen.
21403 ** Add the sign if we've seen at least one digit */
26627 ** around a bug in BSD NFS lockd (also seen on MacOSX 10.3+) that fails to
86688 int seen; local
115550 int seen = 0; local
[all...]
/external/sqlite/dist/
H A Dsqlite3.c7 ** of 5% or more are commonly seen when SQLite is compiled as a single
9727 u8 mallocFailed; /* True if we have seen a malloc failure */
10916 u8 hasAgg; /* True if aggregates are seen */
11100 int nErr; /* Number of errors seen */
11142 int nVar; /* Number of '?' variables seen in the SQL so far */
16106 ** The minimum amount of free space that we have seen.
21403 ** Add the sign if we've seen at least one digit */
26638 ** around a bug in BSD NFS lockd (also seen on MacOSX 10.3+) that fails to
86701 int seen; local
115578 int seen = 0; local
[all...]
/external/antlr/antlr-3.4/runtime/ActionScript/project/lib/
H A DFlexAntTasks.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/adobe/ com/adobe/ac/ com/adobe/ac/ant/ ...
/external/antlr/antlr-3.4/lib/
H A Dantlr-3.4-complete.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/antlr/ org/antlr/analysis/ org/antlr/codegen/ org/ ...

Completed in 2394 milliseconds