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

1234

/external/compiler-rt/make/
H A Dfilter-inputs17 seen = set()
20 if base not in seen:
21 seen.add(base)
/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/google-breakpad/src/client/linux/minidump_writer/
H A Ddirectory_reader_unittest.cc63 unsigned seen = 0; local
68 seen++;
76 ASSERT_EQ(dent_set.size(), seen);
/external/guava/guava-tests/test/com/google/common/io/
H A DCharStreamsTest.java74 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/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/selinux/policycoreutils/sepolicy/sepolicy/
H A Dtransition.py38 self.seen = []
62 if name in self.seen:
64 self.seen.append(name)
80 self.seen = []
/external/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/jemalloc/test/unit/
H A Dckh.c157 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",
[all...]
/external/deqp/scripts/egl/
H A Dproc_address_tests.py93 seen = set()
96 if not name in seen:
98 seen.add(name)
/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/selinux/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/toybox/toys/posix/
H A Dprintf.c83 int seen = 0; local
107 seen = sprintf(to, "*.*%c", c);;
139 if (!seen || !*arg) break;
/external/llvm/lib/Transforms/Scalar/
H A DFloat2Int.cpp43 // If a non-mappable instruction is seen, this entire def-use graph is marked
66 ConstantRange seen(Instruction *I, ConstantRange R);
145 ConstantRange Float2Int::seen(Instruction *I, ConstantRange R) { function in class:Float2Int
195 seen(I, badRange());
203 seen(I, validateRange(ConstantRange(Min, Max)));
212 seen(I, validateRange(ConstantRange(SMin, SMax)));
222 seen(I, unknownRange());
234 seen(I, badRange());
240 // Walk forwards down the list of seen instructions, so we visit defs before
302 "def not seen befor
[all...]
H A DPlaceSafepoints.cpp279 std::set<BasicBlock *> &seen,
295 if (seen.count(Succ) == 0) {
297 seen.insert(Succ);
305 std::set<BasicBlock *> &seen) {
308 seen.insert(start->getParent());
309 scanOneBB(start, end, calls, seen, worklist);
313 scanOneBB(&*BB->begin(), end, calls, seen, worklist);
482 std::set<T> seen; local
487 if (seen.insert(V).second) {
277 scanOneBB(Instruction *start, Instruction *end, std::vector<CallInst *> &calls, std::set<BasicBlock *> &seen, std::vector<BasicBlock *> &worklist) argument
303 scanInlinedCode(Instruction *start, Instruction *end, std::vector<CallInst *> &calls, std::set<BasicBlock *> &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-trace/trace-viewer/third_party/webapp2/webapp2_extras/
H A Dauth.py110 seen = set()
112 return [a for a in attrs if a not in seen and not seen.add(a)]
120 seen = set()
122 return [a for a in attrs if a not in seen and not seen.add(a)]
/external/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());
/external/elfutils/src/libdwfl/
H A Ddwfl_frame.c305 bool seen; local
315 if (! oa->seen && INTUSE(dwfl_thread_tid) (thread) == oa->tid)
317 oa->seen = true;
366 .arg = arg, .seen = false };
369 if (err == DWARF_CB_ABORT && oa.seen)
372 if (err == DWARF_CB_OK && ! oa.seen)
/external/fio/engines/
H A Dposixaio.c87 io_u->seen = 0;
117 if (io_u->seen || !(io_u->flags & IO_U_F_FLIGHT))
129 io_u->seen = 1;
/external/icu/icu4j/main/classes/currdata/src/com/ibm/icu/impl/
H A DICUCurrencyMetaInfo.java176 private Set<T> seen = new HashSet<T>(); field in class:ICUCurrencyMetaInfo.UniqueList
184 if (!seen.contains(value)) {
186 seen.add(value);
/external/icu/icu4c/source/i18n/
H A Danytrans.cpp355 Hashtable seen(TRUE, ec);
371 if (seen.geti(target) != 0) continue;
373 seen.puti(target, 1, ec);
/external/icu/icu4j/main/classes/translit/src/com/ibm/icu/text/
H A DAnyTransliterator.java232 HashMap<String, Set<String>> seen = new HashMap<String, Set<String>>(); // old code used set, but was dependent on order
250 Set<String> seenVariants = seen.get(target);
252 seen.put(target, seenVariants = new HashSet<String>());
/external/v8/test/mjsunit/
H A Darray-sort.js83 var seen = {};
89 if (%_IsSmi(x) && !seen[x]) {
90 seen[x] = 1;

Completed in 1059 milliseconds

1234