/external/compiler-rt/make/ |
filter-inputs | 17 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/ |
ea-nonzero.asm | 2 ; Also tests that this isn't seen as a circular reference.
|
/external/chromium_org/tools/ |
include_tracer.py | 140 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/openfst/src/include/fst/ |
symbol-table-ops.h | 40 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/ |
SynchronizedThisDetector.java | 39 public void sawOpcode(int seen) { 40 if (PATTERN[mStep] == seen) { 52 switch (seen) {
|
/development/tools/elftree/ |
elftree.c | 51 struct seen { struct 53 struct seen *next; 58 struct seen *seen; member in struct:tree_state 61 static int seen(struct tree_state *t, char *name) function 63 struct seen *s; 65 for (s = t->seen; s; s = s->next) { 75 struct seen *s = malloc(sizeof(*s)); 78 s->next = t->seen; 79 t->seen = s [all...] |
/external/chromium/base/ |
dir_reader_posix_unittest.cc | 44 std::set<unsigned> seen; local 71 EXPECT_EQ(0u, seen.count(value)); 72 seen.insert(value); 88 EXPECT_EQ(kNumFiles, seen.size());
|
/external/chromium_org/base/files/ |
dir_reader_posix_unittest.cc | 45 std::set<unsigned> seen; local 72 EXPECT_EQ(0u, seen.count(value)); 73 seen.insert(value); 89 EXPECT_EQ(kNumFiles, seen.size());
|
/frameworks/base/test-runner/src/android/test/ |
TestCaseUtil.java | 58 Set<Class<?>> seen) { 71 seen); 83 testCases.addAll(getTests(childTest, flatten, seen)); 96 Set<Class<?>> seen) { 107 && !seen.contains(testClass)) { 108 seen.add(testClass);
|
/external/chromium_org/third_party/sqlite/src/tool/ |
fragck.tcl | 108 global seen 111 if {[info exists seen($pg)]} return 112 set seen($pg) 1
|
/external/antlr/antlr-3.4/runtime/Ruby/test/functional/parser/ |
predicates.rb | 14 /* With this true, enum is seen as a keyword. False, it's an identifier */
|
/external/kernel-headers/original/linux/netfilter/ |
nf_conntrack_tcp.h | 43 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/chromium_org/tools/grit/grit/format/ |
rc_header.py | 53 seen = set() 58 if tid in tids and tid not in seen: 59 seen.add(tid) 68 if tid in tids and tid not in seen: 69 seen.add(tid)
|
resource_map.py | 110 seen = set() 118 if tid in tids and key not in seen: 119 seen.add(key)
|
/external/guava/guava-tests/test/com/google/common/io/ |
CharStreamsTest.java | 107 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/chromium_org/third_party/re2/re2/ |
make_unicode_casefold.py | 113 seen = {} 118 if c[i-1] in seen: 120 seen[c[i-1]] = True
|
/external/regex-re2/re2/ |
make_unicode_casefold.py | 113 seen = {} 118 if c[i-1] in seen: 120 seen[c[i-1]] = True
|
/external/libsepol/src/ |
module.c | 456 /* 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 |= SEEN_NETFILTER 655 unsigned i, seen = 0; local [all...] |
/external/chromium_org/third_party/sqlite/src/src/ |
notify.c | 60 int seen = 0; local 68 if( p2->xUnlockNotify==p->xUnlockNotify ) seen = 1; 69 assert( p2->xUnlockNotify==p->xUnlockNotify || !seen );
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
posixpath.py | 372 def _joinrealpath(path, rest, seen): 396 if newpath in seen: 397 # Already seen this path 398 path = seen[newpath] 405 seen[newpath] = None # not resolved symlink 406 path, ok = _joinrealpath(path, os.readlink(newpath), seen) 409 seen[newpath] = path # resolved symlink
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
posixpath.py | 372 def _joinrealpath(path, rest, seen): 396 if newpath in seen: 397 # Already seen this path 398 path = seen[newpath] 405 seen[newpath] = None # not resolved symlink 406 path, ok = _joinrealpath(path, os.readlink(newpath), seen) 409 seen[newpath] = path # resolved symlink
|
/build/core/ |
node_fns.mk | 224 $(if $($(1).$(_in).seen), \ 227 $(eval $(1).$(_in).seen := true) \
|
/external/chromium_org/third_party/sqlite/src/test/ |
make-where7.tcl | 99 if {[info exists seen($w)]} { 103 set seen($w) 1
|
/packages/apps/UnifiedEmail/src/com/android/mail/providers/ |
Conversation.java | 126 * @see UIProvider.ConversationColumns#SEEN 128 public boolean seen; field in class:Conversation 226 dest.writeInt(seen ? 1 : 0); 259 seen = (in.readInt() != 0); 337 seen = cursor.getInt(UIProvider.CONVERSATION_SEEN_COLUMN) != 0; 388 seen = other.seen; 422 boolean seen, boolean starred, FolderList rawFolders, int convFlags, int personalLevel, 442 conversation.seen = seen; [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/common/resources/platform/ |
AttributeInfoTest.java | 309 Set<String> seen = Sets.newHashSet(); local 311 checkDir(new File(git, "packages" + File.separator + "apps"), false, attributeMap, seen); 315 Map<String, AttributeInfo> map, Set<String> seen) throws IOException { 321 checkXmlFile(file, map, seen); 323 checkDir(file, isResourceDir || file.getName().equals("res"), map, seen); 330 Set<String> seen) throws IOException { 336 checkElement(file, doc.getDocumentElement(), map, seen); 342 Set<String> seen) { 373 if (!seen.contains(name)) { 374 seen.add(name) [all...] |