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

12 3 4 5 6 7 8 91011>>

  /toolchain/binutils/binutils-2.27/gold/testsuite/
memory_test.sh 38 found=`grep "$pattern" $file`
39 if test -z "$found"; then
40 echo "pattern \"$pattern\" not found in file $file."
41 echo $found
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"
script_test_14.sh 31 found=`fgrep "Contents of section $section:" -A1 $file | tail -n 1`
32 if test -z "$found"; then
33 echo "Section \"$section\" not found in file $file"
39 match_pattern=`echo "$found" | grep -e "$pattern"`
41 echo "Expected pattern was not found in section \"$section\":"
  /frameworks/base/tools/bit/
adb.h 41 string get_bundle_string(const ResultsBundle& bundle, bool* found, ...);
42 int32_t get_bundle_int(const ResultsBundle& bundle, bool* found, ...);
43 float get_bundle_float(const ResultsBundle& bundle, bool* found, ...);
44 double get_bundle_double(const ResultsBundle& bundle, bool* found, ...);
45 int64_t get_bundle_long(const ResultsBundle& bundle, bool* found, ...);
  /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...]
  /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...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Other/Maintained/Tools/Pccts/sorcerer/lib/
errsupport.c 14 mismatched_range( STreeParser *_parser, int looking_for, int upper_token, SORAST *found )
16 mismatched_range( _parser, looking_for, upper_token, found )
19 SORAST *found;
23 if ( found!=NULL ) {
25 "parse error: expected token range %d..%d found token %d\n",
27 found->token);
31 "parse error: expected token range %d..%d found NULL tree\n",
44 fprintf(stderr, "parse error: expected any token/tree found found NULL tree\n");
49 mismatched_token( STreeParser *_parser, int looking_for, SORAST *found )
    [all...]
  /system/security/keystore/tests/
auth_token_table_test.cpp 99 const HardwareAuthToken* found; local
102 table.FindAuthorization(make_set(1), KeyPurpose::SIGN, 0, &found));
103 EXPECT_EQ(1U, found->userId);
104 EXPECT_EQ(2U, found->authenticatorId);
107 table.FindAuthorization(make_set(2), KeyPurpose::SIGN, 0, &found));
108 EXPECT_EQ(1U, found->userId);
109 EXPECT_EQ(2U, found->authenticatorId);
112 table.FindAuthorization(make_set(3), KeyPurpose::SIGN, 0, &found));
113 EXPECT_EQ(3U, found->userId);
114 EXPECT_EQ(4U, found->authenticatorId)
132 const HardwareAuthToken* found; local
154 const HardwareAuthToken* found; local
240 const HardwareAuthToken* found; local
249 const HardwareAuthToken* found; local
266 const HardwareAuthToken* found; local
276 const HardwareAuthToken* found; local
286 const HardwareAuthToken* found; local
319 const HardwareAuthToken* found; local
    [all...]
  /external/linux-kselftest/tools/testing/selftests/powerpc/cache_shape/
cache_shape.c 59 int found; local
63 found = 0;
67 found++;
73 found++;
79 found++;
85 found++;
91 found++;
97 found++;
103 found++;
109 found++
    [all...]
  /external/syslinux/com32/gpllib/disk/
swsusp.c 17 int found; local
24 found = !memcmp(SWSUSP_SIG, header_p.sig, 10);
25 return found;
  /system/core/debuggerd/libdebuggerd/test/
open_files_list_test.cpp 40 bool found = false; local
44 found = true;
48 EXPECT_TRUE(found);
  /test/vts/drivers/libdrivercomm/
VtsDriverFileUtil.cpp 36 size_t found = str.find_last_of("/\\"); local
37 if (found == string::npos) {
41 return str.substr(0, found);
  /external/compiler-rt/test/scudo/
quarantine.cpp 31 bool found = false; local
32 for (int i = 0; i < 0x100 && found == false; i++) {
36 found = (p == old_p);
39 if (found == false)
  /prebuilts/go/darwin-x86/test/
varinit.go 5 // license that can be found in the LICENSE file.
14 print("found ", x, ", expected 1\n")
20 print("found ", x, ", expected 2\n")
27 print("found ", x, ", expected 2\n")
  /prebuilts/go/linux-x86/test/
varinit.go 5 // license that can be found in the LICENSE file.
14 print("found ", x, ", expected 1\n")
20 print("found ", x, ", expected 2\n")
27 print("found ", x, ", expected 2\n")
  /toolchain/binutils/binutils-2.27/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/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"
  /external/annotation-tools/annotation-file-utilities/src/annotator/scanner/
AnonymousClassScanner.java 42 if (lvts.found) {
51 private boolean found; field in class:AnonymousClassScanner
62 this.found = false;
74 if (!found && CommonScanner.hasClassKind(anonclass)) {
76 found = true;
90 if (!found && anonclass.getKind() == Tree.Kind.NEW_CLASS) {
92 found = true;
  /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...]

Completed in 361 milliseconds

12 3 4 5 6 7 8 91011>>