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

12345

/external/compiler-rt/make/
H A Dfilter-inputs17 seen = set()
20 if base not in seen:
21 seen.add(base)
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/tests/
H A Dea-nonzero.asm2 ; Also tests that this isn't seen as a circular reference.
/external/chromium_org/tools/
H A Dinclude_tracer.py140 def Walk(seen, filename, parent, indent):
156 if filename in seen:
158 seen.add(filename)
184 seen, line.split('"')[1], resolved_filename, indent + 2)
188 seen, include, resolved_filename, indent + 2)
191 seen, line.split('"')[1], resolved_filename, indent + 2)
/external/lldb/test/pexpect-2.4/examples/
H A Dssh_session.py50 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/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_org/tools/android/findbugs_plugin/src/org/chromium/tools/findbugs/plugin/
H A DSynchronizedThisDetector.java39 public void sawOpcode(int seen) { argument
40 if (PATTERN[mStep] == seen) {
52 switch (seen) {
/external/chromium_org/base/files/
H A Ddir_reader_posix_unittest.cc45 std::set<unsigned> seen; local
72 EXPECT_EQ(0u, seen.count(value));
73 seen.insert(value);
89 EXPECT_EQ(kNumFiles, seen.size());
/external/chromium_org/third_party/sqlite/src/tool/
H A Dfragck.tcl108 global seen
111 if {[info exists seen($pg)]} return
112 set seen($pg) 1
/external/chromium_org/tools/grit/grit/format/
H A Dresource_map.py110 seen = set()
118 if tid not in tids or key in seen:
120 seen.add(key)
H A Drc_header.py58 seen = set()
63 if tid in tids and tid not in seen:
64 seen.add(tid)
74 if tid in tids and tid not in seen:
75 seen.add(tid)
/external/chromium_org/v8/test/webkit/fast/js/
H A DJSON-parse-reviver.js117 if (seen) {
122 seen = true;
172 var seen = false; variable
/external/antlr/antlr-3.4/runtime/Ruby/test/functional/parser/
H A Dpredicates.rb14 /* With this true, enum is seen as a keyword. False, it's an identifier */
/external/chromium_org/v8/src/compiler/
H A Dgap-resolver.cc31 std::set<InstructionOperand*, InstructionOperandComparator> seen; local
33 SLOW_DCHECK(seen.find(i->destination()) == seen.end());
34 seen.insert(i->destination());
/external/guava/guava-tests/test/com/google/common/io/
H A DCharStreamsTest.java107 int seen;
110 seen++;
115 return seen;
123 int seen;
126 seen++;
131 return seen;
140 int seen;
143 seen++;
145 return seen < 2;
149 return seen;
[all...]
/external/jemalloc/test/unit/
H A Dckh.c148 bool seen[NITEMS]; local
151 memset(seen, 0, sizeof(seen));
161 assert_false(seen[k],
162 "Item %zu already seen", k);
163 seen[k] = true;
170 assert_true(seen[j], "Item %zu not seen", j);
172 assert_false(seen[j], "Item %zu seen",
[all...]
/external/chromium_org/third_party/re2/re2/
H A Dmake_unicode_casefold.py113 seen = {}
118 if c[i-1] in seen:
120 seen[c[i-1]] = True
/external/regex-re2/re2/
H A Dmake_unicode_casefold.py113 seen = {}
118 if c[i-1] in seen:
120 seen[c[i-1]] = True
/external/libsepol/src/
H A Dmodule.c456 /* Flags for which sections have been seen during parsing of module package. */
470 unsigned i, seen = 0; local
504 if (seen & SEEN_FC) {
528 seen |= SEEN_FC;
531 if (seen & SEEN_SEUSER) {
551 seen |= SEEN_SEUSER;
554 if (seen & SEEN_USER_EXTRA) {
576 seen |= SEEN_USER_EXTRA;
579 if (seen & SEEN_NETFILTER) {
603 seen |
655 unsigned i, seen = 0; local
[all...]
/external/chromium_org/chrome/browser/power/
H A Dprocess_power_collector.h54 void set_seen_this_cycle(bool seen) { seen_this_cycle_ = seen; } argument
/external/ltrace/
H A Ddict.c233 /* If there is a loop, but we've seen an erased
509 char *seen = data; local
510 assert(seen[*key] == 0);
511 seen[*key] = 1;
523 verify(struct dict *di, size_t len, char *seen) argument
527 for (it = NULL; (it = DICT_EACH(di, int, int, it, dump, seen)) != NULL;)
530 memset(seen, 0, len);
547 char seen[100000] = {}; local
549 for (i = 0; i < sizeof(seen); ++i) {
559 verify(&di, sizeof(seen), see
[all...]
/external/chromium_org/third_party/sqlite/src/src/
H A Dnotify.c60 int seen = 0; local
68 if( p2->xUnlockNotify==p->xUnlockNotify ) seen = 1;
69 assert( p2->xUnlockNotify==p->xUnlockNotify || !seen );
/external/chromium_org/third_party/cython/src/Cython/Compiler/
H A DPipeline.py66 def use_utility_code_definitions(scope, target, seen=None):
67 if seen is None:
68 seen = set()
71 if entry in seen:
74 seen.add(entry)
80 use_utility_code_definitions(entry.as_module, target, seen)
/external/chromium_org/third_party/cython/src/Cython/Build/
H A DDependencies.py71 seen = set()
79 if path not in seen:
80 seen.add(path)
83 if path not in seen:
84 seen.add(path)
549 seen = self._transitive_cache[extract, merge]
551 seen = self._transitive_cache[extract, merge] = {}
553 node, extract, merge, seen, {}, self.cimported_files)[0]
555 def transitive_merge_helper(self, node, extract, merge, seen, stack, outgoing):
556 if node in seen
[all...]
/external/chromium_org/third_party/sqlite/src/test/
H A Dmake-where7.tcl99 if {[info exists seen($w)]} {
103 set seen($w) 1
/external/chromium_org/v8/test/cctest/compiler/
H A Dtest-gap-resolver.cc113 std::set<InstructionOperand*, InstructionOperandComparator> seen; local
116 if (!mo.IsRedundant() && seen.find(mo.destination()) == seen.end()) {
118 seen.insert(mo.destination());

Completed in 800 milliseconds

12345