HomeSort by relevance Sort by last modified time
    Searched full:seen (Results 1 - 25 of 2507) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium-trace/trace-viewer/tracing/third_party/vinn/third_party/parse5/test/data/tree_construction/
pending-spec-changes.dat 4 21: Start tag seen without seeing a doctype first. Expected ?<!DOCTYPE html>?.
5 31: ?frameset? start tag seen.
6 31: End of file seen and there were open elements.
17 47: End tag ?table? seen, but there were open elements.
33 7: Start tag seen without seeing a doctype first. Expected ?<!DOCTYPE html>?.
38 45: End of file seen and there were open elements.
main-element.dat 4 36: End of file seen and there were open elements.
  /packages/apps/Messaging/src/com/android/messaging/datamodel/action/
MarkAsSeenAction.java 33 * Action used to mark all messages as seen
40 * Mark all messages as seen.
48 * Mark all messages of a given conversation as seen.
57 * @param conversationId the conversation id for which to mark as seen, or null to mark all
58 * messages as seen
70 // Everything in telephony should already have the seen bit set.
71 // Possible exception are messages which did not have seen set and
74 // Now mark the messages as seen in the bugle db
80 values.put(MessageColumns.SEEN, 1);
84 MessageColumns.SEEN + " != 1 AND "
    [all...]
  /external/clang/test/Frontend/
verify-unknown-arg.c 5 // CHECK: error: 'error' diagnostics seen but not expected:
verify-fatal.c 10 // CHECK: error: 'error' diagnostics expected but not seen:
verify.c 51 // CHECK2: error: 'error' diagnostics expected but not seen:
54 // CHECK2-NEXT: error: 'error' diagnostics seen but not expected:
57 // CHECK2-NEXT: error: 'warning' diagnostics expected but not seen:
59 // CHECK2-NEXT: error: 'warning' diagnostics seen but not expected:
81 // CHECK3: error: 'note' diagnostics expected but not seen:
94 // CHECK4: error: 'error' diagnostics expected but not seen:
96 // CHECK4-NEXT: error: 'error' diagnostics seen but not expected:
105 // CHECK5: error: 'error' diagnostics expected but not seen:
115 // CHECK6-NEXT: error: 'error' diagnostics seen but not expected:
121 // CHECK7: error: 'error' diagnostics expected but not seen
    [all...]
verify2.c 16 // CHECK-NEXT: error: 'error' diagnostics seen but not expected:
34 // CHECK2: error: 'error' diagnostics expected but not seen:
36 // CHECK2-NEXT: error: 'error' diagnostics seen but not expected:
  /external/lldb/test/pexpect-2.4/examples/
ssh_session.py 50 seen = child.expect(self.keys)
52 if seen == 0:
54 seen = child.expect(self.keys)
55 if seen == 1:
63 seen = child.expect(self.keys)
64 if seen == 2:
89 seen = self.ssh("/bin/ls -ld %s" % file)
90 if string.find(seen, "No such file") > -1:
93 return seen.split()[0] # Return permission field of listing.
  /external/iproute2/include/linux/
gen_stats.h 18 * @bytes: number of seen bytes
19 * @packets: number of seen packets
  /external/libnl/include/linux/
gen_stats.h 15 * @bytes: number of seen bytes
16 * @packets: number of seen packets
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
gen_stats.h 18 * @bytes: number of seen bytes
19 * @packets: number of seen packets
ncp_no.h 4 /* these define the attribute byte as seen by NCP */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
gen_stats.h 18 * @bytes: number of seen bytes
19 * @packets: number of seen packets
ncp_no.h 4 /* these define the attribute byte as seen by NCP */
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setoolsgui/networkx/algorithms/components/
weakly_connected.py 28 seen={}
31 if v not in seen:
34 seen.update(c)
113 seen={} # level (number of hops) when seen in BFS
120 if v not in seen:
121 seen[v]=level # set the level of vertex v
126 return seen # return all path lengths as dictionary
  /external/iptables/extensions/
libipt_MIRROR.man 11 seen by any packet filtering chains, connection tracking or NAT, to
  /external/kernel-headers/original/uapi/linux/
ncp_no.h 4 /* these define the attribute byte as seen by NCP */
  /external/compiler-rt/make/
filter-inputs 17 seen = set()
20 if base not in seen:
21 seen.add(base)
  /external/llvm/test/CodeGen/X86/
tail-call-legality.ll 4 ; arguments seen by Analysis.cpp and ISelLowering. As seen by ISelLowering, they
8 ; As seen by Analysis.cpp: i64 -> i32 is a valid trunc, second i32 passes
  /external/guava/guava-tests/test/com/google/common/io/
CharStreamsTest.java 74 int seen;
77 seen++;
82 return seen;
91 int seen;
94 seen++;
99 return seen;
109 int seen;
112 seen++;
114 return seen < 2;
118 return seen;
    [all...]
  /external/jemalloc/test/unit/
ckh.c 157 bool seen[NITEMS]; local
160 memset(seen, 0, sizeof(seen));
169 assert_false(seen[k],
170 "Item %zu already seen", k);
171 seen[k] = true;
178 assert_true(seen[j], "Item %zu not seen", j);
180 assert_false(seen[j], "Item %zu seen", j)
    [all...]
  /external/antlr/antlr-3.4/runtime/JavaScript/tests/functional/
t021hoist.g 6 /* With this true, enum is seen as a keyword. False, it's an identifier */
  /external/antlr/antlr-3.4/runtime/Python/tests/
t021hoist.g 6 /* With this true, enum is seen as a keyword. False, it's an identifier */
  /external/clang/test/ARCMT/
verify.m 12 // CHECK-NEXT: error: 'error' diagnostics seen but not expected:
  /external/clang/test/Coverage/
codegen-next.m 4 // An error could be seen for targeting x86_64-win32;

Completed in 2026 milliseconds

1 2 3 4 5 6 7 8 91011>>