Home
last modified time | relevance | path

Searched defs:check (Results 1 – 25 of 1220) sorted by relevance

12345678910>>...49

/external/llvm-project/polly/lib/External/isl/include/isl/
Dcpp-checked-conversion.h17 checked::aff check(aff obj) { in check() function
25 checked::aff_list check(aff_list obj) { in check() function
33 checked::ast_build check(ast_build obj) { in check() function
41 checked::ast_expr check(ast_expr obj) { in check() function
49 checked::ast_expr_id check(ast_expr_id obj) { in check() function
57 checked::ast_expr_int check(ast_expr_int obj) { in check() function
65 checked::ast_expr_op check(ast_expr_op obj) { in check() function
73 checked::ast_expr_op_access check(ast_expr_op_access obj) { in check() function
81 checked::ast_expr_op_add check(ast_expr_op_add obj) { in check() function
89 checked::ast_expr_op_address_of check(ast_expr_op_address_of obj) { in check() function
[all …]
/external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javaparser_new_src/javaparser-core/com/github/javaparser/ast/stmt/
DAssertStmt.java34 private Expression check; field in AssertStmt
41 public AssertStmt(final Expression check) { in AssertStmt()
45 public AssertStmt(final Expression check, final Expression msg) { in AssertStmt()
50 public AssertStmt(final Range range, final Expression check, final Expression msg) { in AssertStmt()
74 public AssertStmt setCheck(final Expression check) { in setCheck()
/external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javaparser_src/proper_source/com/github/javaparser/ast/stmt/
DAssertStmt.java33 private Expression check; field in AssertStmt
40 public AssertStmt(final Expression check) { in AssertStmt()
44 public AssertStmt(final Expression check, final Expression msg) { in AssertStmt()
50 final Expression check, final Expression msg) { in AssertStmt()
74 public void setCheck(final Expression check) { in setCheck()
/external/llvm-project/clang/test/Lexer/
Dcxx-features.cpp18 #define check(macro, cxx98, cxx11, cxx14, cxx17, cxx20) (cxx98 == 0 ? defined(__cpp_##macro) : __cp… macro
20 #define check(macro, cxx98, cxx11, cxx14, cxx17, cxx20) (cxx11 == 0 ? defined(__cpp_##macro) : __cp… macro
22 #define check(macro, cxx98, cxx11, cxx14, cxx17, cxx20) (cxx14 == 0 ? defined(__cpp_##macro) : __cp… macro
24 #define check(macro, cxx98, cxx11, cxx14, cxx17, cxx20) (cxx17 == 0 ? defined(__cpp_##macro) : __cp… macro
26 #define check(macro, cxx98, cxx11, cxx14, cxx17, cxx20) (cxx20 == 0 ? defined(__cpp_##macro) : __cp… macro
/external/clang/test/Lexer/
Dcxx-features.cpp13 #define check(macro, cxx98, cxx11, cxx14, cxx1z) cxx98 == 0 ? defined(__cpp_##macro) : __cpp_##macr… macro
15 #define check(macro, cxx98, cxx11, cxx14, cxx1z) cxx11 == 0 ? defined(__cpp_##macro) : __cpp_##macr… macro
17 #define check(macro, cxx98, cxx11, cxx14, cxx1z) cxx14 == 0 ? defined(__cpp_##macro) : __cpp_##macr… macro
19 #define check(macro, cxx98, cxx11, cxx14, cxx1z) cxx1z == 0 ? defined(__cpp_##macro) : __cpp_##macr… macro
/external/rust/crates/libz-sys/src/zlib-ng/
Dinflate_p.h14 # define UPDATE(check, buf, len) \ argument
17 # define UPDATE(check, buf, len) functable.adler32(check, buf, len) argument
22 # define CRC2(check, word) \ argument
29 # define CRC4(check, word) \ argument
/external/strace/tests/
Dbpf.c151 print_bpf_attr(const struct bpf_attr_check *check, unsigned long addr) in print_bpf_attr()
162 const struct bpf_attr_check *check = 0; in test_bpf() local
264 init_BPF_MAP_CREATE_attr7(struct bpf_attr_check *check) in init_BPF_MAP_CREATE_attr7()
538 init_BPF_PROG_LOAD_attr3(struct bpf_attr_check *check) in init_BPF_PROG_LOAD_attr3()
548 print_BPF_PROG_LOAD_attr3(const struct bpf_attr_check *check, unsigned long addr) in print_BPF_PROG_LOAD_attr3()
561 init_BPF_PROG_LOAD_attr4(struct bpf_attr_check *check) in init_BPF_PROG_LOAD_attr4()
574 print_BPF_PROG_LOAD_attr4(const struct bpf_attr_check *check, unsigned long addr) in print_BPF_PROG_LOAD_attr4()
671 init_BPF_OBJ_PIN_attr(struct bpf_attr_check *check) in init_BPF_OBJ_PIN_attr()
899 init_BPF_PROG_QUERY_attr4(struct bpf_attr_check *check) in init_BPF_PROG_QUERY_attr4()
912 print_BPF_PROG_QUERY_attr4(const struct bpf_attr_check *check, unsigned long addr) in print_BPF_PROG_QUERY_attr4()
[all …]
/external/strace/tests-m32/
Dbpf.c151 print_bpf_attr(const struct bpf_attr_check *check, unsigned long addr) in print_bpf_attr()
162 const struct bpf_attr_check *check = 0; in test_bpf() local
264 init_BPF_MAP_CREATE_attr7(struct bpf_attr_check *check) in init_BPF_MAP_CREATE_attr7()
538 init_BPF_PROG_LOAD_attr3(struct bpf_attr_check *check) in init_BPF_PROG_LOAD_attr3()
548 print_BPF_PROG_LOAD_attr3(const struct bpf_attr_check *check, unsigned long addr) in print_BPF_PROG_LOAD_attr3()
561 init_BPF_PROG_LOAD_attr4(struct bpf_attr_check *check) in init_BPF_PROG_LOAD_attr4()
574 print_BPF_PROG_LOAD_attr4(const struct bpf_attr_check *check, unsigned long addr) in print_BPF_PROG_LOAD_attr4()
671 init_BPF_OBJ_PIN_attr(struct bpf_attr_check *check) in init_BPF_OBJ_PIN_attr()
899 init_BPF_PROG_QUERY_attr4(struct bpf_attr_check *check) in init_BPF_PROG_QUERY_attr4()
912 print_BPF_PROG_QUERY_attr4(const struct bpf_attr_check *check, unsigned long addr) in print_BPF_PROG_QUERY_attr4()
[all …]
/external/strace/tests-mx32/
Dbpf.c151 print_bpf_attr(const struct bpf_attr_check *check, unsigned long addr) in print_bpf_attr()
162 const struct bpf_attr_check *check = 0; in test_bpf() local
264 init_BPF_MAP_CREATE_attr7(struct bpf_attr_check *check) in init_BPF_MAP_CREATE_attr7()
538 init_BPF_PROG_LOAD_attr3(struct bpf_attr_check *check) in init_BPF_PROG_LOAD_attr3()
548 print_BPF_PROG_LOAD_attr3(const struct bpf_attr_check *check, unsigned long addr) in print_BPF_PROG_LOAD_attr3()
561 init_BPF_PROG_LOAD_attr4(struct bpf_attr_check *check) in init_BPF_PROG_LOAD_attr4()
574 print_BPF_PROG_LOAD_attr4(const struct bpf_attr_check *check, unsigned long addr) in print_BPF_PROG_LOAD_attr4()
671 init_BPF_OBJ_PIN_attr(struct bpf_attr_check *check) in init_BPF_OBJ_PIN_attr()
899 init_BPF_PROG_QUERY_attr4(struct bpf_attr_check *check) in init_BPF_PROG_QUERY_attr4()
912 print_BPF_PROG_QUERY_attr4(const struct bpf_attr_check *check, unsigned long addr) in print_BPF_PROG_QUERY_attr4()
[all …]
/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/ast/stmt/
DAssertStmt.java47 private Expression check; field in AssertStmt
56 public AssertStmt(final Expression check) { in AssertStmt()
61 public AssertStmt(final Expression check, final Expression message) { in AssertStmt()
69 public AssertStmt(TokenRange tokenRange, Expression check, Expression message) { in AssertStmt()
99 public AssertStmt setCheck(final Expression check) { in setCheck()
/external/clang/test/CXX/lex/lex.literal/lex.ext/
Dp12.cpp5 struct check<char, 34, -47, -126, -48, -75, -47, -127, -47, -126, 32, -16, -112, -128, -128>{}; struct
7 struct check<char16_t, 34, 1090, 1077, 1089, 1090, 32, 55296, 56320>{}; struct
9 struct check<char32_t, 34, 1090, 1077, 1089, 1090, 32, 65536>{}; struct
/external/llvm-project/clang/test/CXX/lex/lex.literal/lex.ext/
Dp12.cpp5 struct check<char, 34, -47, -126, -48, -75, -47, -127, -47, -126, 32, -16, -112, -128, -128>{}; struct
7 struct check<char16_t, 34, 1090, 1077, 1089, 1090, 32, 55296, 56320>{}; struct
9 struct check<char32_t, 34, 1090, 1077, 1089, 1090, 32, 65536>{}; struct
/external/swiftshader/third_party/SPIRV-Tools/test/opt/loop_optimizations/
Dpeeling.cpp503 const std::string check = R"( in TEST_F() local
557 const std::string check = R"( in TEST_F() local
614 const std::string check = R"( in TEST_F() local
667 const std::string check = R"( in TEST_F() local
774 const std::string check = R"( in TEST_F() local
826 const std::string check = R"( in TEST_F() local
927 const std::string check = R"( in TEST_F() local
977 const std::string check = R"( in TEST_F() local
1099 const std::string check = R"( in TEST_F() local
1151 const std::string check = R"( in TEST_F() local
/external/deqp-deps/SPIRV-Tools/test/opt/loop_optimizations/
Dpeeling.cpp503 const std::string check = R"( in TEST_F() local
557 const std::string check = R"( in TEST_F() local
614 const std::string check = R"( in TEST_F() local
667 const std::string check = R"( in TEST_F() local
774 const std::string check = R"( in TEST_F() local
826 const std::string check = R"( in TEST_F() local
927 const std::string check = R"( in TEST_F() local
977 const std::string check = R"( in TEST_F() local
1099 const std::string check = R"( in TEST_F() local
1151 const std::string check = R"( in TEST_F() local
/external/angle/third_party/vulkan-deps/spirv-tools/src/test/opt/loop_optimizations/
Dpeeling.cpp503 const std::string check = R"( in TEST_F() local
557 const std::string check = R"( in TEST_F() local
614 const std::string check = R"( in TEST_F() local
667 const std::string check = R"( in TEST_F() local
774 const std::string check = R"( in TEST_F() local
826 const std::string check = R"( in TEST_F() local
927 const std::string check = R"( in TEST_F() local
977 const std::string check = R"( in TEST_F() local
1099 const std::string check = R"( in TEST_F() local
1151 const std::string check = R"( in TEST_F() local
/external/webrtc/modules/audio_coding/audio_network_adaptor/
Daudio_network_adaptor_impl_unittest.cc110 const Controller::NetworkMetrics& check) { in SetExpectCallToUpdateNetworkMetrics()
123 Controller::NetworkMetrics check; in TEST() local
133 Controller::NetworkMetrics check; in TEST() local
142 Controller::NetworkMetrics check; in TEST() local
152 Controller::NetworkMetrics check; in TEST() local
161 Controller::NetworkMetrics check; in TEST() local
209 Controller::NetworkMetrics check; in TEST() local
/external/jacoco/org.jacoco.report/src/org/jacoco/report/check/
DBundleChecker.java90 private void check(final IPackageCoverage packageCoverage) { in check() method in BundleChecker
105 private void check(final IClassCoverage classCoverage) { in check() method in BundleChecker
116 private void check(final ISourceFileCoverage sourceFile) { in check() method in BundleChecker
122 private void check(final IMethodCoverage method, final String className) { in check() method in BundleChecker
/external/llvm-project/clang/test/CXX/temp/temp.param/
Dp8-cxx20.cpp15 template<A a, typename T> void check() { in check() function
20 template void check<A{1}, T>(); variable
21 template void check<A{2}, T>(); // expected-note {{instantiation of}} variable
/external/python/cpython2/Lib/test/
Dtest_tcl.py280 def check(expr, expected): function
314 def check(expr, expected): function
345 def check(expr, expected): function
376 def check(expr, expected): function
415 def check(expr, expected): function
494 def check(value, expected=None, eq=self.assertEqual): function
669 def check(value): function
/external/python/cpython3/Lib/test/
Dtest_tcl.py256 def check(expr, expected): function
291 def check(expr, expected): function
323 def check(expr, expected): function
355 def check(expr, expected): function
395 def check(expr, expected): function
478 def check(value, expected=None, *, eq=self.assertEqual): function
667 def check(value): function
/external/angle/src/tests/egl_tests/
DEGLReadinessCheckTest.cpp38 auto check = eglGetProcAddress("WigglyWombats"); in TEST_P() local
55 auto check = [&systemInfo](const PlatformParameters &params) { in TEST_P() local
/external/rust/crates/remain/src/
Dlib.rs151 mod check; module
181 pub fn check(args: TokenStream, input: TokenStream) -> TokenStream { in check() function
/external/icu/icu4c/source/tools/toolutil/
Dpkgitems.cpp165 CheckDependency check, void *context, in checkIDSuffix()
176 checkParent(const char *itemName, CheckDependency check, void *context, in checkParent()
225 CheckDependency check, void *context, UErrorCode *pErrorCode) { in checkAlias()
284 CheckDependency check, void *context, in ures_enumDependencies()
371 CheckDependency check, void *context, in ures_enumDependencies()
450 CheckDependency check, void *context, in ucnv_enumDependencies()
580 Package::enumDependencies(Item *pItem, void *context, CheckDependency check) { in enumDependencies()
/external/libwebm/common/
Dwebm_endian.cc23 } check; in swap32_check_little_endian() local
46 } check; in swap64_check_little_endian() local
/external/tensorflow/tensorflow/python/kernel_tests/
Deinsum_op_test.py160 def check(dtype): function
219 def check(equation, *input_and_placeholder_shapes): function
254 def check(equation, input_shapes, output_shape): function
270 def check(equation, input_shapes, output_shape): function

12345678910>>...49