HomeSort by relevance Sort by last modified time
    Searched refs:found (Results 26 - 50 of 4611) sorted by null

12 3 4 5 6 7 8 91011>>

  /frameworks/compile/libbcc/bcinfo/Wrap/
in_memory_wrapper_input.cpp 30 size_t found = 0; local
36 while (found < wanted) {
38 return found;
40 buffer[found++] = _buffer[_pos++];
42 return found;
  /packages/apps/UnifiedEmail/src/org/apache/commons/io/input/
CountingInputStream.java 57 int found = super.read(b); local
58 this.count += (found >= 0) ? found : 0;
59 return found;
74 int found = super.read(b, off, len); local
75 this.count += (found >= 0) ? found : 0;
76 return found;
88 int found = super.read(); local
89 this.count += (found >= 0) ? 1 : 0
    [all...]
  /external/antlr/antlr-3.4/runtime/Python/tests/
t057autoAST.py 123 found = self.execParser(grammar, "a", "abc 34")
124 self.assertEquals("abc 34", found);
138 found = self.execParser(grammar,"a", "abc 34")
139 self.assertEquals("abc 34", found)
153 found = self.execParser(grammar, "a", "abc 34")
154 self.assertEquals("(abc 34)", found)
168 found = self.execParser(grammar, "a", "34 abc")
169 self.assertEquals("(abc 34)", found)
183 found = self.execParser(grammar, "a", "abc 34 dag 4532")
184 self.assertEquals("abc 4532", found)
    [all...]
t058rewriteAST.py 123 found = self.execParser(grammar, "a", "abc 34")
124 self.assertEquals("", found)
138 found = self.execParser(grammar, "a", "abc")
139 self.assertEquals("abc", found)
153 found = self.execParser(grammar, "a", "abc")
154 self.assertEquals("x", found)
168 found = self.execParser(grammar, "a", "abc")
169 self.assertEquals("(x INT)", found)
184 found = self.execParser(grammar, "a", "abc")
185 self.assertEquals("ID", found)
    [all...]
t051treeRewriteAST.py 76 found = self.execTreeParser(
82 self.failUnlessEqual("34 abc", found)
111 found = self.execTreeParser(
117 self.failUnlessEqual("(34 abc)", found)
146 found = self.execTreeParser(
152 self.failUnlessEqual("(34 abc)", found)
155 found = self.execTreeParser(
161 self.failUnlessEqual("34", found)
190 found = self.execTreeParser(
196 self.failUnlessEqual("(abc abc)", found)
    [all...]
t053hetero.py 120 found = self.execParser(
125 self.failUnlessEqual("a<V>", found)
141 found = self.execParser(
145 self.failUnlessEqual("a", found)
167 found = self.execParser(
172 self.failUnlessEqual("a<V>", found)
194 found = self.execParser(grammar, 'a', input="a")
195 self.assertEquals("a<V>", found)
218 found = self.execParser(
223 self.failUnlessEqual("a<V>", found)
    [all...]
t049treeparser.py 76 found = self.execTreeParser(
82 self.failUnlessEqual("abc, 34", found)
110 found = self.execTreeParser(
116 self.failUnlessEqual("abc, 34", found)
146 found = self.execTreeParser(
151 self.failUnlessEqual("^(a 1)b 2\n", found)
181 found = self.execTreeParser(
186 self.failUnlessEqual("^(a 3)b 5\n", found)
215 found = self.execTreeParser(
220 self.failUnlessEqual("alt 1", found)
    [all...]
  /external/antlr/antlr-3.4/tool/src/test/java/org/antlr/test/
TestRewriteAST.java 49 String found = execParser("T.g", grammar, "TParser", "TLexer", local
51 assertEquals("", found);
62 String found = execParser("T.g", grammar, "TParser", "TLexer", local
64 assertEquals("abc\n", found);
75 String found = execParser("T.g", grammar, "TParser", "TLexer", local
77 assertEquals("x\n", found);
88 String found = execParser("T.g", grammar, "TParser", "TLexer", local
90 assertEquals("(x INT)\n", found);
102 String found = execParser("TT.g", grammar, "TTParser", "TTLexer", local
104 assertEquals("ID\n", found);
115 String found = execParser("T.g", grammar, "TParser", "TLexer", local
128 String found = execParser("T.g", grammar, "TParser", "TLexer", local
142 String found = execParser("T.g", grammar, "TParser", "TLexer", local
155 String found = execParser("T.g", grammar, "TParser", "TLexer", local
169 String found = execParser("T.g", grammar, "TParser", "TLexer", local
182 String found = execParser("T.g", grammar, "TParser", "TLexer", local
195 String found = execParser("T.g", grammar, "TParser", "TLexer", local
210 String found = execParser("T.g", grammar, "TParser", "TLexer", local
223 String found = execParser("T.g", grammar, "TParser", "TLexer", local
236 String found = execParser("T.g", grammar, "TParser", "TLexer", local
249 String found = execParser("T.g", grammar, "TParser", "TLexer", local
263 String found = execParser("T.g", grammar, "TParser", "TLexer", local
277 String found = execParser("T.g", grammar, "TParser", "TLexer", local
291 String found = execParser("T.g", grammar, "TParser", "TLexer", local
304 String found = execParser("T.g", grammar, "TParser", "TLexer", local
318 String found = execParser("T.g", grammar, "TParser", "TLexer", local
331 String found = execParser("T.g", grammar, "TParser", "TLexer", local
344 String found = execParser("T.g", grammar, "TParser", "TLexer", local
360 String found = execParser("T.g", grammar, "TParser", "TLexer", local
376 String found = execParser("T.g", grammar, "TParser", "TLexer", local
390 String found = execParser("T.g", grammar, "TParser", "TLexer", local
404 String found = execParser("T.g", grammar, "TParser", "TLexer", local
419 String found = execParser("T.g", grammar, "TParser", "TLexer", local
434 String found = execParser("T.g", grammar, "TParser", "TLexer", local
449 String found = execParser("T.g", grammar, "TParser", "TLexer", local
464 String found = execParser("T.g", grammar, "TParser", "TLexer", local
479 String found = execParser("T.g", grammar, "TParser", "TLexer", local
494 String found = execParser("T.g", grammar, "TParser", "TLexer", local
511 String found = execParser("T.g", grammar, "TParser", "TLexer", local
527 String found = execParser("T.g", grammar, "TParser", "TLexer", local
547 String found = execParser("T.g", grammar, "TParser", "TLexer", local
564 String found = execParser("T.g", grammar, "TParser", "TLexer", local
578 String found = execParser("T.g", grammar, "TParser", "TLexer", local
592 String found = execParser("T.g", grammar, "TParser", "TLexer", local
607 String found = execParser("T.g", grammar, "TParser", "TLexer", local
622 String found = execParser("T.g", grammar, "TParser", "TLexer", local
636 String found = execParser("T.g", grammar, "TParser", "TLexer", local
652 String found = execParser("T.g", grammar, "TParser", "TLexer", local
668 String found = execParser("T.g", grammar, "TParser", "TLexer", local
685 String found = execParser("T.g", grammar, "TParser", "TLexer", local
698 String found = execParser("T.g", grammar, "TParser", "TLexer", local
712 String found = execParser("T.g", grammar, "TParser", "TLexer", local
726 String found = execParser("T.g", grammar, "TParser", "TLexer", local
740 String found = execParser("T.g", grammar, "TParser", "TLexer", local
754 String found = execParser("T.g", grammar, "TParser", "TLexer", local
768 String found = execParser("T.g", grammar, "TParser", "TLexer", local
783 String found = execParser("T.g", grammar, "TParser", "TLexer", local
797 String found = execParser("T.g", grammar, "TParser", "TLexer", local
812 String found = execParser("T.g", grammar, "TParser", "TLexer", local
829 String found = execParser("T.g", grammar, "TParser", "TLexer", local
843 String found = execParser("T.g", grammar, "TParser", "TLexer", local
856 String found = execParser("T.g", grammar, "TParser", "TLexer", local
892 String found = execParser("T.g", grammar, "TParser", "TLexer", local
906 String found = execParser("T.g", grammar, "TParser", "TLexer", local
920 String found = execParser("T.g", grammar, "TParser", "TLexer", local
934 String found = execParser("T.g", grammar, "TParser", "TLexer", local
948 String found = execParser("T.g", grammar, "TParser", "TLexer", local
962 String found = execParser("T.g", grammar, "TParser", "TLexer", local
976 String found = execParser("T.g", grammar, "TParser", "TLexer", local
990 String found = execParser("T.g", grammar, "TParser", "TLexer", local
1003 String found = execParser("T.g", grammar, "TParser", "TLexer", local
1016 String found = execParser("T.g", grammar, "TParser", "TLexer", local
1034 String found = execParser("T.g", grammar, "TParser", "TLexer", local
1049 String found = execParser("T.g", grammar, "TParser", "TLexer", local
1068 String found = execParser("T.g", grammar, "TParser", "TLexer", local
1088 String found = getFirstLineOfException(); local
1105 String found = getFirstLineOfException(); local
1122 String found = getFirstLineOfException(); local
1139 String found = getFirstLineOfException(); local
1151 String found = execParser("T.g", grammar, "TParser", "TLexer", local
1337 String found = execParser("foo.g", grammar, "fooParser", "fooLexer", local
1353 String found = execParser("foo.g", grammar, "fooParser", "fooLexer", local
1369 String found = execParser("foo.g", grammar, "fooParser", "fooLexer", local
1383 String found = execParser("foo.g", grammar, "fooParser", "fooLexer", local
1400 String found = execParser("foo.g", grammar, "fooParser", "fooLexer", local
1414 String found = execParser("foo.g", grammar, "fooParser", "fooLexer", local
1430 String found = execParser("foo.g", grammar, "fooParser", "fooLexer", local
1450 String found = execParser("foo.g", grammar, "fooParser", "fooLexer", local
    [all...]
TestRewriteTemplates.java 46 String found = execParser("T.g", grammar, "TParser", "TLexer", local
48 assertEquals("", found);
59 String found = execParser("T.g", grammar, "TParser", "TLexer", local
61 assertEquals("abc\n", found);
72 String found = execParser("T.g", grammar, "TParser", "TLexer", local
74 assertEquals("abc\n", found);
85 String found = execParser("T.g", grammar, "TParser", "TLexer", local
87 assertEquals("x:abc, y:34;\n", found);
100 String found = execParser("T.g", grammar, "TParser", "TLexer", local
102 assertEquals("abc 34\n", found);
115 String found = execParser("T.g", grammar, "TParser", "TLexer", local
128 String found = execParser("T.g", grammar, "TParser", "TLexer", local
145 String found = execParser("T.g", grammar, "TParser", "TLexer", local
159 String found = execParser("T.g", grammar, "TParser", "TLexer", local
173 String found = execParser("T.g", grammar, "TParser", "TLexer", local
189 String found = execParser("T.g", grammar, "TParser", "TLexer", local
211 String found = execTreeParser("T.g", grammar, "TParser", "TP.g", local
231 String found = execTreeParser("T.g", grammar, "TParser", "TP.g", 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...]
  /system/security/keystore/tests/
auth_token_table_test.cpp 105 const hw_auth_token_t* found; local
107 ASSERT_EQ(AuthTokenTable::OK, table.FindAuthorization(make_set(1), KM_PURPOSE_SIGN, 0, &found));
108 EXPECT_EQ(1U, found->user_id);
109 EXPECT_EQ(2U, found->authenticator_id);
111 ASSERT_EQ(AuthTokenTable::OK, table.FindAuthorization(make_set(2), KM_PURPOSE_SIGN, 0, &found));
112 EXPECT_EQ(1U, found->user_id);
113 EXPECT_EQ(2U, found->authenticator_id);
115 ASSERT_EQ(AuthTokenTable::OK, table.FindAuthorization(make_set(3), KM_PURPOSE_SIGN, 0, &found));
116 EXPECT_EQ(3U, found->user_id);
117 EXPECT_EQ(4U, found->authenticator_id)
134 const hw_auth_token_t* found; local
153 const hw_auth_token_t* found; local
225 const hw_auth_token_t* found; local
235 const hw_auth_token_t* found; local
252 const hw_auth_token_t* found; local
262 const hw_auth_token_t* found; local
272 const hw_auth_token_t* found; local
305 const hw_auth_token_t* found; local
    [all...]
  /toolchain/binutils/binutils-2.25/gold/testsuite/
exclude_libs_test.sh 36 found=`grep " $sym\$" $file`
37 if test -z "$found"; then
38 echo "Symbol $sym not found."
44 echo "Expected symbol $sym to have visibility $vis but found"
45 echo "$found"
  /external/libpcap/Win32/Src/
getnetbynm.c 38 goto found;
40 found:
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-pe/
exports.d 3 Entry 0 00000000 00000000 Export Directory \[\.edata \(or where ever we found it\)\]
exports64.d 3 Entry 0 0000000000000000 00000000 Export Directory \[\.edata \(or where ever we found it\)\]
  /external/mesa3d/src/gallium/drivers/svga/include/
svga3d_caps.h 51 * Record types that can be found in the caps block.
110 * Result: pointer to found record, or NULL if not found.
120 SVGA3dCapsRecord *record, *found = NULL; local
130 (!found || (record->header.type > found->header.type))) {
131 found = record;
135 return found;
  /external/libvpx/libvpx/build/make/
armlink_adapter.sh 6 ## that can be found in the LICENSE file in the root of the source
7 ## tree. An additional intellectual property rights grant can be found
9 ## be found in the AUTHORS file in the root of the source tree.
39 found=0
41 [ -f "$d/$f" ] && infiles="$infiles $d/$f" && found=1 && break
42 [ -f "$d/lib${f}.so" ] && infiles="$infiles $d/lib${f}.so" && found=1 && break
43 [ -f "$d/lib${f}.a" ] && infiles="$infiles $d/lib${f}.a" && found=1 && break
45 [ $found -eq 0 ] && infiles="$infiles $f"
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/build/make/
armlink_adapter.sh 6 ## that can be found in the LICENSE file in the root of the source
7 ## tree. An additional intellectual property rights grant can be found
9 ## be found in the AUTHORS file in the root of the source tree.
39 found=0
41 [ -f "$d/$f" ] && infiles="$infiles $d/$f" && found=1 && break
42 [ -f "$d/lib${f}.so" ] && infiles="$infiles $d/lib${f}.so" && found=1 && break
43 [ -f "$d/lib${f}.a" ] && infiles="$infiles $d/lib${f}.a" && found=1 && break
45 [ $found -eq 0 ] && infiles="$infiles $f"
  /external/selinux/libsepol/tests/
test-expander-users.c 37 unsigned char *found; /* array of booleans of roles found */ local
38 int extra = 0; /* number of extra roles found */
42 printf("%s not found\n", user_name);
43 CU_FAIL("user not found");
46 found = calloc(num_roles, sizeof(unsigned char));
47 CU_ASSERT_FATAL(found != NULL);
54 found[j] += 1;
61 if (found[j] != 1) {
62 printf("role %s associated with user %s %d times\n", role_names[j], user_name, found[j])
    [all...]
  /development/host/windows/usb/api/
adb_object_handle.cpp 113 AdbObjectHandleMap::iterator found = the_map.find(adb_handle()); local
114 ATLASSERT((found != the_map.end()) && (this == found->second));
116 if ((found != the_map.end()) && (this == found->second)) {
118 the_map.erase(found);
155 AdbObjectHandleMap::iterator found = the_map.find(adb_hndl); local
156 if (found != the_map.end()) {
157 ret = found->second;
  /external/javassist/src/main/javassist/compiler/
SymbolTable.java 34 Declarator found = (Declarator)get(name); local
35 if (found == null && parent != null)
38 return found;
  /external/opencv3/samples/python2/
_coverage.py 14 found = set() variable
18 found |= set(re.findall('cv2?\.\w+', code))
20 cv2_used = found & cv2_callable
  /frameworks/base/tools/layoutlib/create/tests/com/android/tools/layoutlib/create/
AsmAnalyzerTest.java 103 TreeMap<String, ClassReader> found = new TreeMap<>(); local
106 zipClasses, found);
111 found.keySet().toArray());
112 assertArrayEquals(new ClassReader[] { cr }, found.values().toArray());
122 TreeMap<String, ClassReader> found = new TreeMap<>(); local
125 found.clear();
126 mAa.findGlobs("mock_android.view", zipClasses, found);
129 found.keySet().toArray());
132 mAa.findGlobs("mock_android.*.*Group$*Layout*", zipClasses, found);
138 found.keySet().toArray())
185 TreeMap<String, ClassReader> found = new TreeMap<>(); local
    [all...]
  /external/libchrome/base/test/
trace_event_analyzer_unittest.cc 3 // found in the LICENSE file.
82 TraceEventVector found; local
83 analyzer->FindEvents(Query::Bool(true), &found); local
84 EXPECT_EQ(0u, found.size());
234 TraceEventVector found; local
238 analyzer->FindEvents(Query::EventCategory() == Query::String("cat1"), &found);
239 ASSERT_EQ(2u, found.size());
240 EXPECT_STREQ("name1", found[0]->name.c_str());
241 EXPECT_STREQ("name2", found[1]->name.c_str());
243 analyzer->FindEvents(Query::EventArg("num") == Query::Int(2), &found);
249 analyzer->FindEvents(Query::EventCategory() != Query::String("cat1"), &found); local
324 TraceEventVector found; local
380 TraceEventVector found; local
393 analyzer->FindEvents(Query::EventName() != Query::Pattern("name*"), &found); local
430 TraceEventVector found; local
472 TraceEventVector found; local
504 TraceEventVector found; local
505 analyzer->FindEvents(Query::MatchBeginWithEnd(), &found); local
527 TraceEventVector found; local
560 TraceEventVector found; local
561 analyzer->FindEvents(Query::MatchAsyncBeginWithNext(), &found); local
592 TraceEventVector found; local
593 analyzer->FindEvents(Query::MatchAsyncBeginWithNext(), &found); local
650 TraceEventVector found; local
654 Query::EventHasOther(), &found); local
659 !Query::EventHasOther(), &found); local
664 !Query::EventHasOther(), &found); local
    [all...]
  /external/chromium-libpac/test/js-unittest/
dns_fail.js 10 expectEq(null, dnsResolve("not-found"));
11 expectEq("", dnsResolveEx("not-found"));
13 expectEq(false, isResolvable("not-found"));
14 expectEq(false, isResolvableEx("not-found"));

Completed in 637 milliseconds

12 3 4 5 6 7 8 91011>>