HomeSort by relevance Sort by last modified time
    Searched defs:found (Results 76 - 100 of 1692) sorted by null

1 2 34 5 6 7 8 91011>>

  /system/update_engine/payload_generator/
cycle_breaker.cc 158 bool found = false; // Was "f" in the original paper. local
183 found = true;
186 found = true;
193 if (found) {
208 return found;
  /art/runtime/arch/arm/
fault_handler_arm.cc 161 bool found = false; local
166 found = true;
171 if (found) {
231 VLOG(signals) << "Stack overflow found";
  /bootable/recovery/tools/ota/
add-property-tag.c 108 int found = 0; local
114 found = 1;
127 if (!found) {
128 fprintf(stderr, "property %s not found in %s\n", propname, filename);
  /build/kati/
main.cc 109 size_t found = l.find('='); local
110 CHECK(found != string::npos);
111 Symbol lhs = Intern(l.substr(0, found));
112 StringPiece rhs = l.substr(found + 1);
253 ERROR("*** No targets specified and no makefile found.");
var.cc 122 auto found = find(name); local
123 if (found == end())
125 Var* v = found->second;
  /external/antlr/antlr-3.4/tool/src/test/java/org/antlr/test/
TestFastQueue.java 46 String found = q.toString(); local
47 assertEquals(expecting, found);
65 String found = buf.toString(); local
66 assertEquals(expecting, found);
84 String found = buf.toString(); local
85 assertEquals(expecting, found);
98 String found = msg; local
99 assertEquals(expecting, found);
114 String found = msg; local
115 assertEquals(expecting, found);
129 String found = msg; local
    [all...]
TestLeftRecursion.java 18 String found = execParser("T.g", grammar, "TParser", "TLexer", local
21 assertEquals(expecting, found);
33 String found = execParser("T.g", grammar, "TParser", "TLexer", local
36 assertEquals(expecting, found);
376 String found = execRecognizer(); local
377 System.out.print(test+" -> "+found);
378 assertEquals(expecting, found);
TestSemanticPredicateEvaluation.java 39 String found = execParser("foo.g", grammar, "fooParser", "fooLexer", local
41 assertEquals("alt2\n", found);
51 String found = execParser("foo.g", grammar, "fooParser", "fooLexer", local
53 assertEquals("alt2\n", found);
67 String found = execParser("foo.g", grammar, "fooParser", "fooLexer", local
69 assertEquals("error: FailedPredicateException(a,{false}?)\n", found);
79 String found = execParser("foo.g", grammar, "fooParser", "fooLexer", local
82 assertEquals("token 2\n", found);
92 String found = execParser("foo.g", grammar, "fooParser", "fooLexer", local
95 assertEquals("token 1\n", found);
107 String found = execParser("foo.g", grammar, "fooParser", "fooLexer", local
119 String found = execParser("foo.g", grammar, "fooParser", "fooLexer", local
131 String found = execParser("foo.g", grammar, "fooParser", "fooLexer", local
142 String found = execParser("foo.g", grammar, "fooParser", "fooLexer", local
154 String found = execParser("foo.g", grammar, "fooParser", "fooLexer", local
166 String found = execParser("foo.g", grammar, "fooParser", "fooLexer", local
177 String found = execParser("foo.g", grammar, "fooParser", "fooLexer", local
191 String found = execParser("foo.g", grammar, "fooParser", "fooLexer", local
204 String found = execParser("foo.g", grammar, "fooParser", "fooLexer", local
218 String found = execParser("foo.g", grammar, "fooParser", "fooLexer", local
234 String found = execParser("t.g", grammar, "T", "TLexer", local
    [all...]
TestSyntacticPredicateEvaluation.java 53 String found = execParser("T.g", grammar, "TParser", "TLexer", local
60 assertEquals(expecting, found);
62 found = execParser("T.g", grammar, "TParser", "TLexer",
68 assertEquals(expecting, found);
70 found = execParser("T.g", grammar, "TParser", "TLexer",
79 assertEquals(expecting, found);
102 String found = execParser("T.g", grammar, "TParser", "TLexer", local
109 assertEquals(expecting, found);
111 found = execParser("T.g", grammar, "TParser", "TLexer",
117 assertEquals(expecting, found);
140 String found = execParser("T.g", grammar, "TParser", "TLexer", local
162 String found = execParser("T.g", grammar, "TParser", "TLexer", local
183 String found = execParser("T.g", grammar, "TParser", "TLexer", local
199 String found = execParser("T.g", grammar, "TParser", "TLexer", local
224 String found = execParser("T.g", grammar, "TParser", "TLexer", local
259 String found = execParser("T.g", grammar, "TParser", "TLexer", local
308 String found = execTreeParser("T.g", grammar, "TParser", "TP.g", local
335 String found = execTreeParser("T.g", grammar, "TParser", "TP.g", local
354 String found = execParser("T.g", grammar, "TParser", "TLexer", local
374 String found = execParser("T.g", grammar, "TParser", "TLexer", local
386 String found = execParser("T.g", grammar, "TParser", "TLexer", local
402 String found = execParser("T.g", grammar, "TParser", "TLexer", local
414 String found = execParser("T.g", grammar, "TParser", "TLexer", local
    [all...]
TestTreeIterator.java 47 String found = buf.toString(); local
48 assertEquals(expecting, found);
58 String found = buf.toString(); local
59 assertEquals(expecting, found);
69 String found = buf.toString(); local
70 assertEquals(expecting, found);
80 String found = buf.toString(); local
81 assertEquals(expecting, found);
91 String found = buf.toString(); local
92 assertEquals(expecting, found);
102 String found = buf.toString(); local
113 String found = buf.toString(); local
    [all...]
TestTreeParsing.java 48 String found = execTreeParser("T.g", grammar, "TParser", "TP.g", local
50 assertEquals("abc, 34\n", found);
68 String found = execTreeParser("T.g", grammar, "TParser", "TP.g", local
70 assertEquals("abc, 34\n", found);
91 String found = execTreeParser("T.g", grammar, "TParser", "TP.g", local
93 assertEquals("^(a 1)b 2\n", found);
114 String found = execTreeParser("T.g", grammar, "TParser", "TP.g", local
117 assertEquals("^(a 3)b 5\n", found);
137 String found = execTreeParser("T.g", grammar, "TParser", "TP.g", local
139 assertEquals("alt 1\n", found);
158 String found = execTreeParser("T.g", grammar, "TParser", "TP.g", local
178 String found = execTreeParser("T.g", grammar, "TParser", "TP.g", local
199 String found = execTreeParser("T.g", grammar, "TParser", "TP.g", local
221 String found = execTreeParser("T.g", grammar, "TParser", "TP.g", local
242 String found = execTreeParser("T.g", grammar, "TParser", "TP.g", local
263 String found = execTreeParser("T.g", grammar, "TParser", "TP.g", local
287 String found = execTreeParser("T.g", grammar, "TParser", "TP.g", local
311 String found = execTreeParser("T.g", grammar, "TParser", "TP.g", local
335 String found = execTreeParser("T.g", grammar, "TParser", "TP.g", local
    [all...]
  /external/apache-http/src/org/apache/http/message/
BasicHeaderElement.java 183 * Returns parameter with the given name, if found. Otherwise null
193 NameValuePair found = null; local
197 found = current;
201 return found;
  /external/deqp/modules/egl/
teglClientExtensionTests.cpp 148 bool found = false; local
156 found = true;
161 if (found)
  /external/e2fsprogs/ext2ed/
inode_com.c 372 int found=0; local
382 while (!found && group_num>=0 && group_num<file_system_info.groups_count) {
385 found=1;
391 if (!found)
  /external/elfutils/libdw/
fde.c 252 struct dwarf_fde **found = tfind (&fde_key, &cache->fde_tree, &compare_fde); local
253 if (found != NULL)
254 return *found;
321 /* We found no FDE covering this address. */
  /external/elfutils/libelf/
nlist.c 113 /* We haven't found anything. Fail. */
116 /* Re-get the section header in case we found only the dynamic symbol
180 const struct hashentry *found; local
184 found = nlist_fshash_find (table, nl->n_name, 0, &search);
186 if (found != NULL)
188 /* Found it. */
189 nl->n_value = found->sym.st_value;
190 nl->n_scnum = found->sym.st_shndx;
191 nl->n_type = GELF_ST_TYPE (found->sym.st_info);
  /external/google-breakpad/src/processor/
static_address_map_unittest.cc 99 bool found; local
102 found = addr_map[testcase].Retrieve(target, &entry, &address);
106 ASSERT_EQ(found, found_test);
108 if (found && found_test) {
  /external/harfbuzz_ng/src/
hb-ot-map.cc 202 hb_bool_t found = false; local
209 found |= hb_ot_layout_language_find_feature (face,
216 if (!found && (info->flags & F_GLOBAL_SEARCH))
220 found |= hb_ot_layout_table_find_feature (face,
226 if (!found && !(info->flags & F_HAS_FALLBACK))
251 map->needs_fallback = !found;
  /external/icu/icu4c/source/common/
uarrsort.c 67 UBool found=FALSE; local
75 * Found the item. We look for the *last* occurrence of such
82 * (where found will never become TRUE in the insertion sort)
85 found=TRUE;
98 found=TRUE;
104 return found ? (start-1) : ~start;
  /external/javassist/src/main/javassist/
ClassMap.java 133 Object found = super.get(jvmClassName); local
134 if (found == null && parent != null)
137 return found;
  /external/mesa3d/src/gallium/auxiliary/util/
u_debug_refcnt.c 71 boolean found = TRUE; local
98 found = FALSE;
102 return found;
  /external/mesa3d/src/gallium/drivers/r600/
r600_buffer.c 71 bool found = false; local
77 found = true;
81 if (found) {
  /external/minijail/test/
libminijail_test.cpp 79 bool found = false; local
83 found = true;
87 if (!found) {
88 LOG(ERROR) << "Expected GID " << expected_list[i] << " not found.";
  /external/opencv3/3rdparty/libjasper/
jp2_dec.c 99 int found; local
155 found = 0;
162 found = 1;
205 if (found) {
210 if (!found) {
211 jas_eprintf("error: no code stream found\n");
  /external/pdfium/xfa/src/fdp/src/css/
fde_csscache.cpp 3 // found in the LICENSE file.
81 auto found = m_Stylesheets.end(); local
88 if (found == m_Stylesheets.end() ||
89 it->second->dwActivity > found->second->dwActivity) {
90 found = it;
93 if (found != m_Stylesheets.end()) {
94 FDE_DeleteWith(FDE_CSSCACHEITEM, m_pFixedStore, found->second);
95 m_Stylesheets.erase(found);

Completed in 578 milliseconds

1 2 34 5 6 7 8 91011>>