HomeSort by relevance Sort by last modified time
    Searched refs:check (Results 101 - 125 of 5165) sorted by null

1 2 3 45 6 7 8 91011>>

  /prebuilts/go/darwin-x86/src/go/types/
errors.go 26 func (check *Checker) qualifier(pkg *Package) string {
27 if pkg != check.pkg {
33 func (check *Checker) sprintf(format string, args ...interface{}) string {
41 arg = operandString(a, check.qualifier)
43 arg = check.fset.Position(a).String()
47 arg = ObjectString(a, check.qualifier)
49 arg = TypeString(a, check.qualifier)
56 func (check *Checker) trace(pos token.Pos, format string, args ...interface{}) {
58 check.fset.Position(pos),
59 strings.Repeat(". ", check.indent)
    [all...]
  /prebuilts/go/linux-x86/src/go/types/
errors.go 26 func (check *Checker) qualifier(pkg *Package) string {
27 if pkg != check.pkg {
33 func (check *Checker) sprintf(format string, args ...interface{}) string {
41 arg = operandString(a, check.qualifier)
43 arg = check.fset.Position(a).String()
47 arg = ObjectString(a, check.qualifier)
49 arg = TypeString(a, check.qualifier)
56 func (check *Checker) trace(pos token.Pos, format string, args ...interface{}) {
58 check.fset.Position(pos),
59 strings.Repeat(". ", check.indent)
    [all...]
  /external/elfutils/tests/
hash.c 27 check (const char *name, unsigned long int expected) function
40 /* Check some names. We know what the expected result is. */
41 status = check ("_DYNAMIC", 165832675);
42 status |= check ("_GLOBAL_OFFSET_TABLE_", 102264335);
elfshphehdr.c 34 check (const char *msg, bool statement) function
70 check ("e_shnum == 0", ehdr.e_shnum == 0);
71 check ("e_phnum == 0", ehdr.e_phnum == 0);
72 check ("e_shoff == 0", ehdr.e_shoff == 0);
73 check ("e_phoff == 0", ehdr.e_phoff == 0);
77 check ("shnum == 0", shnum == 0);
81 check ("phnum == 0", phnum == 0);
93 check ("EI_DATA", ehdr.e_ident[EI_DATA] != ELFDATANONE);
94 check ("e_version", ehdr.e_version == EV_CURRENT);
97 check ("e_shnum == 0", ehdr.e_shnum == 0)
    [all...]
  /external/bison/tests/
Makefile.am 70 check-local: atconfig atlocal $(TESTSUITE)
80 .PHONY: maintainer-check-g++
81 maintainer-check-g++: atconfig atlocal $(TESTSUITE)
84 .PHONY: maintainer-check-posix
85 maintainer-check-posix: atconfig atlocal $(TESTSUITE)
88 .PHONY: maintainer-check-valgrind
89 maintainer-check-valgrind: atconfig atlocal $(TESTSUITE)
93 VALGRIND_OPTS='--leak-check=full --show-reachable=yes'
95 .PHONY: maintainer-check
96 maintainer-check: maintainer-check-posix maintainer-check-valgrind maintainer-check-g+
    [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
CheckerDocumentation.cpp 37 class CheckerDocumentation : public Checker< check::PreStmt<ReturnStmt>,
38 check::PostStmt<DeclStmt>,
39 check::PreObjCMessage,
40 check::PostObjCMessage,
41 check::ObjCMessageNil,
42 check::PreCall,
43 check::PostCall,
44 check::BranchCondition,
45 check::Location,
46 check::Bind
    [all...]
  /external/libcxxabi/test/
catch_function_03.pass.cpp 19 void check() function
59 check<false, false>();
60 check<false, true>();
61 check<true, false>();
62 check<true, true>();
catch_member_function_pointer_02.pass.cpp 22 void check() function
62 check<false, false>();
63 check<false, true>();
64 check<true, false>();
65 check<true, true>();
  /frameworks/support/testutils/src/main/java/android/support/testutils/
PollingCheck.java 43 protected abstract boolean check(); method in class:PollingCheck
46 * Start running the polling check.
49 if (check()) {
61 if (check()) {
73 * @param condition The condition to check for success.
78 protected boolean check() { method
87 * @param condition The condition to check for success.
92 protected boolean check() { method
  /prebuilts/go/darwin-x86/test/interface/
embed.go 31 func check(s string, v int64) { func
39 check("t.M()", t.M())
40 check("pt.M()", pt.M())
41 check("ti.M()", ti.M())
42 check("s.M()", s.M())
43 check("ps.M()", ps.M())
46 check("i = t; i.M()", i.M())
49 check("i = pt; i.M()", i.M())
52 check("i = s; i.M()", i.M())
55 check("i = ps; i.M()", i.M()
    [all...]
  /prebuilts/go/linux-x86/test/interface/
embed.go 31 func check(s string, v int64) { func
39 check("t.M()", t.M())
40 check("pt.M()", pt.M())
41 check("ti.M()", ti.M())
42 check("s.M()", s.M())
43 check("ps.M()", ps.M())
46 check("i = t; i.M()", i.M())
49 check("i = pt; i.M()", i.M())
52 check("i = s; i.M()", i.M())
55 check("i = ps; i.M()", i.M()
    [all...]
  /external/valgrind/memcheck/tests/
str_tester.c 49 check (int thing, int number) function
62 check(a != NULL && b != NULL && STREQ (a, b), number);
73 check (strcmp ("", "") == 0, 1); /* Trivial case. */
74 check (strcmp ("a", "a") == 0, 2); /* Identity. */
75 check (strcmp ("abc", "abc") == 0, 3); /* Multicharacter. */
76 check (strcmp ("abc", "abcd") < 0, 4); /* Length mismatches. */
77 check (strcmp ("abcd", "abc") > 0, 5);
78 check (strcmp ("abcd", "abce") < 0, 6); /* Honest miscompares. */
79 check (strcmp ("abce", "abcd") > 0, 7);
80 check (strcmp ("a\203", "a") > 0, 8); /* Tricky if char signed. *
    [all...]
  /external/clang/test/Parser/
cxx-ambig-paren-expr.cpp 50 bool check();
54 if (result((cls::type) i).check())
57 if (result((ns::type) i).check())
60 if (result((::type) i).check())
63 if (result((cls::rec) i).check())
66 if (result((ns::rec) i).check())
69 if (result((::rec) i).check())
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/wizards/templates/
FmCamelCaseToUnderscoreMethodTest.java 29 private void check(String s, String expected) throws TemplateModelException { method in class:FmCamelCaseToUnderscoreMethodTest
36 check("", "");
40 check("foo", "foo");
44 check("Foo", "foo");
48 check("FooBar", "foo_bar");
52 check("testXML", "test_xml");
56 check("testFoo", "test_foo");
FmUnderscoreToCamelCaseMethodTest.java 29 private void check(String s, String expected) throws TemplateModelException { method in class:FmUnderscoreToCamelCaseMethodTest
36 check("", "");
40 check("_", "");
44 check("foo", "Foo");
48 check("foo_bar", "FooBar");
52 check("foo__bar", "FooBar");
56 check("foo_", "Foo");
  /toolchain/binutils/binutils-2.25/gold/testsuite/
tls_test_main.cc 63 check(const char* name, bool val) function
87 check("t1", t1());
88 check("t2", t2());
89 check("t3", t3());
90 check("t4", t4());
92 check("t5", t5());
94 check("t6", t6());
95 check("t8", t8());
96 check("t9", t9());
98 check("t10", t10())
    [all...]
  /external/ltp/testcases/kernel/fs/fs_bind/cloneNS/
child06 31 check dir1/x dir2/x dir3/x dir4/x
35 check -n dir1/x/a dir2/x/a
36 check "$disk2" dir2/x/a dir3/x/a dir4/x/a
39 check -n dir1/x/b dir3/x/b
40 check -n dir2/x/b dir3/x/b
41 check dir3/x/b dir4/x/b
44 check -n dir1/x/c dir4/x/c
45 check -n dir2/x/c dir4/x/c
46 check -n dir3/x/c dir4/x/c
parent06 32 check dir1/x dir2/x dir3/x dir4/x
35 check -n dir1/x/a dir2/x/a
36 check dir2/x/a dir3/x/a dir4/x/a
42 check -n dir1/x/b dir3/x/b
43 check -n dir2/x/b dir3/x/b
44 check dir3/x/b dir4/x/b
45 check "$disk3" dir3/x/b
47 check -n "$disk4" dir4/x/c
48 check dir1/x/c dir2/x/c dir3/x/c dir4/x/c
child02 31 check "$disk2" dir1/a dir2/a
32 check -n "$disk3" d2/b
33 check -n "$disk3" d1/b
36 check dir1/c dir2/c
39 check -n dir1/a dir2/a
parent05 31 check parent/child1/a parent/child2/child1/a
34 check parent/child1/b parent/child2/child1/b
39 check "$disk4" parent/child2/child1/c parent/child1/c
40 check -n "$disk3" parent/child1/b
41 check parent/child1/b parent/child2/child1/b
parent07 30 check parent2 parent2/a parent2/a/a
33 check parent2/b parent2/a/b parent2/a/a/b
40 check parent2 parent2/a parent2/a/a
41 check parent2/c parent2/a/c parent2/a/a/c
44 check parent2/c parent2/a/c parent2/a/a/c
  /libcore/ojluni/src/test/java/nio/file/attribute/
BasicFileAttributeViewTest.java 45 static void check(boolean okay, String msg) { method in class:BasicFileAttributeViewTest
54 check(attrs.isDirectory(), "is a directory");
55 check(!attrs.isRegularFile(), "is not a regular file");
56 check(!attrs.isSymbolicLink(), "is not a link");
57 check(!attrs.isOther(), "is not other");
61 check(f.lastModified()/1000 == attrs.lastModifiedTime().to(TimeUnit.SECONDS),
69 check(attrs.isRegularFile(), "is a regular file");
70 check(!attrs.isDirectory(), "is not a directory");
71 check(!attrs.isSymbolicLink(), "is not a link");
72 check(!attrs.isOther(), "is not other")
    [all...]
  /external/compiler-rt/lib/tsan/
check_cmake.sh 14 ninja check-sanitizer
15 ninja check-tsan
16 ninja check-asan
17 ninja check-msan
18 ninja check-lsan
  /art/test/122-npe/src/
Main.java 49 check(npe, thisLine += 4); method
57 check(npe, thisLine += 8); method
65 check(npe, thisLine += 8); method
72 check(npe, thisLine += 7); method
79 check(npe, thisLine += 7); method
86 check(npe, thisLine += 7); method
93 check(npe, thisLine += 7); method
100 check(npe, thisLine += 7); method
107 check(npe, thisLine += 7); method
114 check(npe, thisLine += 7) method
121 check(npe, thisLine += 7); method
128 check(npe, thisLine += 7); method
135 check(npe, thisLine += 7); method
142 check(npe, thisLine += 7); method
149 check(npe, thisLine += 7); method
156 check(npe, thisLine += 7); method
163 check(npe, thisLine += 7); method
170 check(npe, thisLine += 7); method
177 check(npe, thisLine += 7); method
184 check(npe, thisLine += 7); method
191 check(npe, thisLine += 7); method
198 check(npe, thisLine += 7); method
205 check(npe, thisLine += 7); method
212 check(npe, thisLine += 7); method
219 check(npe, thisLine += 7); method
226 check(npe, thisLine += 7); method
233 check(npe, thisLine += 7); method
240 check(npe, thisLine += 7); method
247 check(npe, thisLine += 7); method
254 check(npe, thisLine += 7); method
261 check(npe, thisLine += 7); method
268 check(npe, thisLine += 7); method
275 check(npe, thisLine += 7); method
282 check(npe, thisLine += 7); method
289 check(npe, thisLine += 7); method
296 check(npe, thisLine += 7); method
303 check(npe, thisLine += 7); method
310 check(npe, thisLine += 7); method
317 check(npe, thisLine += 7); method
324 check(npe, thisLine += 7); method
331 check(npe, thisLine += 7); method
338 check(npe, thisLine += 7); method
345 check(npe, thisLine += 7); method
352 check(npe, thisLine += 7); method
359 check(npe, thisLine += 7); method
366 check(npe, thisLine += 7); method
373 check(npe, thisLine += 7); method
380 check(npe, thisLine += 7); method
387 check(npe, thisLine += 7); method
394 check(npe, thisLine += 7); method
401 check(npe, thisLine += 7); method
408 check(npe, thisLine += 7); method
415 check(npe, thisLine += 7); method
422 check(npe, thisLine += 7); method
429 check(npe, thisLine += 7); method
436 check(npe, thisLine += 7); method
443 check(npe, thisLine += 7); method
450 check(npe, thisLine += 7); method
457 check(npe, thisLine += 7); method
464 check(npe, thisLine += 7); method
471 check(npe, thisLine += 7); method
478 check(npe, thisLine += 7); method
485 check(npe, thisLine += 7); method
492 check(npe, thisLine += 7); method
499 check(npe, thisLine += 7); method
506 check(npe, thisLine += 7); method
514 check(npe, thisLine += 8); method
522 check(npe, thisLine += 8); method
536 check(npe, thisLine += 13); method
549 check(npe, thisLine += 14); method
552 static void check(NullPointerException npe, int firstLine) { method in class:Main
    [all...]
  /external/linux-kselftest/tools/testing/selftests/powerpc/switch_endian/
check.S 7 * r15: pattern to check registers against.
13 cmpd r9,r3 # check r3
15 addi r9,r15,4 # check r4
18 lis r9,0x00FF # check CR
25 addi r9,r15,32 # check LR
29 addi r9,r15,5 # check r5
32 addi r9,r15,6 # check r6
35 addi r9,r15,7 # check r7
38 addi r9,r15,8 # check r8
41 addi r9,r15,13 # check r1
    [all...]

Completed in 654 milliseconds

1 2 3 45 6 7 8 91011>>