Searched refs:check (Results 26 - 50 of 1870) sorted by relevance

1234567891011>>

/external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javaparser_new_src/javaparser-core/com/github/javaparser/ast/stmt/
H A DAssertStmt.java34 private Expression check; field in class:AssertStmt
41 public AssertStmt(final Expression check) { argument
42 setCheck(check);
45 public AssertStmt(final Expression check, final Expression msg) { argument
46 setCheck(check);
50 public AssertStmt(final Range range, final Expression check, final Expression msg) { argument
53 setCheck(check);
67 return check;
74 public AssertStmt setCheck(final Expression check) { argument
75 this.check
[all...]
/external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javaparser_src/proper_source/com/github/javaparser/ast/stmt/
H A DAssertStmt.java33 private Expression check; field in class:AssertStmt
40 public AssertStmt(final Expression check) { argument
41 setCheck(check);
44 public AssertStmt(final Expression check, final Expression msg) { argument
45 setCheck(check);
50 final Expression check, final Expression msg) {
53 setCheck(check);
67 return check;
74 public void setCheck(final Expression check) { argument
75 this.check
49 AssertStmt(final int beginLine, final int beginColumn, final int endLine, final int endColumn, final Expression check, final Expression msg) argument
[all...]
/external/clang/lib/StaticAnalyzer/Checkers/
H A DCheckerDocumentation.cpp37 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
[all...]
/external/libcxxabi/test/
H A Dcatch_function_03.pass.cpp19 void check() function
59 check<false, false>();
60 check<false, true>();
61 check<true, false>();
62 check<true, true>();
H A Dcatch_member_function_pointer_02.pass.cpp26 void check() function
66 check<false, false>();
67 check<false, true>();
68 check<true, false>();
69 check<true, true>();
/external/valgrind/memcheck/tests/
H A Dstr_tester.c49 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 (strcm
[all...]
/external/clang/test/Parser/
H A Dcxx-ambig-paren-expr.cpp50 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())
/external/elfutils/tests/
H A Delfshphehdr.c34 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_shnu
[all...]
/external/ltp/testcases/kernel/fs/fs_bind/cloneNS/
H A Dchild0631 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
H A Dparent0632 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
H A Dchild0231 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
H A Dparent0531 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
H A Dparent0730 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
H A Dchild0130 check "$disk2" dir1/a dir2/a
32 check dir1/b dir2/b
/external/compiler-rt/lib/tsan/
H A Dcheck_cmake.sh14 ninja check-sanitizer
15 ninja check-tsan
16 ninja check-asan
17 ninja check-msan
18 ninja check-lsan
/external/linux-kselftest/tools/testing/selftests/powerpc/switch_endian/
H A Dcheck.S8 * r15: pattern to check registers against.
14 cmpd r9,r3 # check r3
16 addi r9,r15,4 # check r4
19 lis r9,0x00FF # check CR
26 addi r9,r15,32 # check LR
30 addi r9,r15,5 # check r5
33 addi r9,r15,6 # check r6
36 addi r9,r15,7 # check r7
39 addi r9,r15,8 # check r8
42 addi r9,r15,13 # check r1
[all...]
/external/llvm/test/ExecutionEngine/RuntimeDyld/X86/
H A DCOFF_i386.s2 // RUN: llvm-rtdyld -triple i686-windows -dummy-extern _printf=0xfffffffd -dummy-extern _OutputDebugStringA@4=0xfffffffe -dummy-extern _ExitProcess@4=0xffffffff -verify -check=%s %t.obj
14 # rtdyld-check: decode_operand(rel1, 0) = (_function-_main-4-1)
18 # rtdyld-check: decode_operand(rel12, 0)[31:0] = (_printf-_main-4-8)
29 # rtdyld-check: decode_operand(rel3, 3) = __imp__OutputDebugStringA
34 # rtdyld-check: decode_operand(rel4, 3) = __imp__ExitProcess
44 # rtdyld-check: *{4}__imp__OutputDebugStringA = 0xfffffffe
50 # rtdyld-check: *{4}__imp__ExitProcess = 0xffffffff
61 # rtdyld-check: *{4}rel5 = _function - section_addr(COFF_i386.s.tmp.obj, .text)
63 # rtdyld-check: *{2}rel6 = 1
66 # rtdyld-check
[all...]
/external/eigen/test/
H A Dfastmath.cpp12 void check(bool b, bool ref) function
37 std::cout << "std::isfinite(" << m(3) << ") = "; check((std::isfinite)(m(3)),false); std::cout << " ; numext::isfinite = "; check((numext::isfinite)(m(3)), false); std::cout << "\n";
38 std::cout << "std::isinf(" << m(3) << ") = "; check((std::isinf)(m(3)),false); std::cout << " ; numext::isinf = "; check((numext::isinf)(m(3)), false); std::cout << "\n";
39 std::cout << "std::isnan(" << m(3) << ") = "; check((std::isnan)(m(3)),true); std::cout << " ; numext::isnan = "; check((numext::isnan)(m(3)), true); std::cout << "\n";
40 std::cout << "allFinite: "; check(m.allFinite(), 0); std::cout << "\n";
41 std::cout << "hasNaN: "; check(m.hasNaN(), 1); std::cout << "\n";
56 std::cout << "std::isfinite(" << m(4) << ") = "; check((st
[all...]
/external/expat/doc/
H A DMakefile.am44 clean-local: clean-local-check
46 .PHONY: clean-local-check
47 clean-local-check:
/external/ltp/testcases/misc/math/nextafter/
H A Dnextafter01.c61 double check; /* tmp variable */ local
68 check = (answer + 1.0) / 2;
69 if ((check != answer) && ((float)check != 1.0)) {
80 if ((check != answer) && (check != 1.0)) {
/external/clang/test/CXX/dcl.decl/dcl.fct.def/dcl.fct.def.general/
H A Dp8.cpp5 template<typename T> struct check;
6 template<size_t N> struct check<const char[N]> {}; struct
16 check<decltype(__func__)>();
/external/deqp/scripts/opengl/
H A Dgen_func_init.py32 def check(api, version): function in function:genFuncInit
38 check = check,
/external/libnl/tests/
H A Dutil.h1 #include <check.h>
/external/ltp/tools/pounder21/src/time_tests/
H A DMakefile23 bins = inconsistency-check
/external/valgrind/drd/tests/
H A Dfilter_stderr_solaris52 my $check = join "|", keys %regex;
54 s/($check)(.*drd_pthread_intercepts.c)/$regex{$1}$2/g;

Completed in 7942 milliseconds

1234567891011>>