/external/golang-protobuf/internal/encoding/json/ |
D | decode_test.go | 35 check(json.Token) string methodSpec 52 func (x kindOnly) check(tok json.Token) string { func 63 func (x Name) check(tok json.Token) string { func 78 func (x Bool) check(tok json.Token) string { func 93 func (x Str) check(tok json.Token) string { func 108 func (x F64) check(tok json.Token) string { func 127 func (x F32) check(tok json.Token) string { func 147 func (x xf64) check(tok json.Token) string { func 164 func (x xf32) check(tok json.Token) string { func 180 func (x I64) check(tok json.Token) string { func [all …]
|
/external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javaparser_new_src/javaparser-core/com/github/javaparser/ast/stmt/ |
D | AssertStmt.java | 34 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/rust/crates/num-bigint/tests/ |
D | bigint.rs | 26 fn check(s: &str, result: &str) { in test_from_bytes_be() function 42 fn check(s: &str, result: &str) { in test_to_bytes_be() function 61 fn check(s: &str, result: &str) { in test_from_bytes_le() function 77 fn check(s: &str, result: &str) { in test_to_bytes_le() function 96 fn check(s: &str, result: Vec<u8>) { in test_to_signed_bytes_le() function 117 fn check(s: &[u8], result: &str) { in test_from_signed_bytes_le() function 138 fn check(s: &str, result: Vec<u8>) { in test_to_signed_bytes_be() function 159 fn check(s: &[u8], result: &str) { in test_from_signed_bytes_be() function 260 fn check(b1: BigInt, i: i64) { in test_convert_i64() function 291 fn check(b1: BigInt, i: i128) { in test_convert_i128() function [all …]
|
D | biguint.rs | 29 fn check(s: &str, result: &str) { in test_from_bytes_be() function 44 fn check(s: &str, result: &str) { in test_to_bytes_be() function 62 fn check(s: &str, result: &str) { in test_from_bytes_le() function 77 fn check(s: &str, result: &str) { in test_to_bytes_le() function 220 fn check(s: &str, shift: usize, ans: &str) { in test_shl() function 367 fn check(s: &str, shift: usize, ans: &str) { in test_shr() function 511 fn check(b1: BigUint, i: i64) { in test_convert_i64() function 535 fn check(b1: BigUint, i: i128) { in test_convert_i128() function 560 fn check(b1: BigUint, u: u64) { in test_convert_u64() function 583 fn check(b1: BigUint, u: u128) { in test_convert_u128() function [all …]
|
D | biguint_scalar.rs | 14 fn check(x: &BigUint, y: &BigUint, z: &BigUint) { in test_scalar_add() function 33 fn check(x: &BigUint, y: &BigUint, z: &BigUint) { in test_scalar_sub() function 52 fn check(x: &BigUint, y: &BigUint, z: &BigUint) { in test_scalar_mul() function 77 fn check(x: &BigUint, y: &BigUint, z: &BigUint, r: &BigUint) { in test_scalar_div_rem() function
|
D | bigint_scalar.rs | 16 fn check(x: &BigInt, y: &BigInt, z: &BigInt) { in test_scalar_add() function 42 fn check(x: &BigInt, y: &BigInt, z: &BigInt) { in test_scalar_sub() function 68 fn check(x: &BigInt, y: &BigInt, z: &BigInt) { in test_scalar_mul() function 116 fn check(a: &BigInt, b: u32, q: &BigInt, r: &BigInt) { in test_scalar_div_rem() function
|
/external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javaparser_src/proper_source/com/github/javaparser/ast/stmt/ |
D | AssertStmt.java | 33 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/strace/tests-m32/ |
D | bpf.c | 151 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/ |
D | bpf.c | 151 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/ |
D | bpf.c | 151 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/clang/test/Lexer/ |
D | cxx-features.cpp | 13 #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/javaparser/javaparser-core/src/main/java/com/github/javaparser/ast/stmt/ |
D | AssertStmt.java | 47 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/rust/crates/libz-sys/src/zlib-ng/ |
D | inflate_p.h | 14 # 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/clang/test/CXX/lex/lex.literal/lex.ext/ |
D | p12.cpp | 5 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/deqp-deps/SPIRV-Tools/test/opt/loop_optimizations/ |
D | peeling.cpp | 503 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/ |
D | peeling.cpp | 503 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/swiftshader/third_party/SPIRV-Tools/test/opt/loop_optimizations/ |
D | peeling.cpp | 503 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/ |
D | audio_network_adaptor_impl_unittest.cc | 110 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/ |
D | BundleChecker.java | 91 private void check(final IPackageCoverage packageCoverage) { in check() method in BundleChecker 107 private void check(final IClassCoverage classCoverage) { in check() method in BundleChecker 118 private void check(final ISourceFileCoverage sourceFile) { in check() method in BundleChecker 124 private void check(final IMethodCoverage method, final String className) { in check() method in BundleChecker
|
/external/python/cpython3/Tools/c-analyzer/c_common/ |
D | fsutil.py | 169 def check(): function 310 def is_readable(file, *, user=None, check=False): argument 323 def is_writable(file, *, user=None, check=False): argument 336 def is_executable(file, *, user=None, check=False): argument 366 def _check_file(filename, check): argument 414 def _check_mode(st, mode, check, user): argument
|
/external/python/cpython3/Lib/test/ |
D | test_tcl.py | 292 def check(expr, expected): function 327 def check(expr, expected): function 359 def check(expr, expected): function 391 def check(expr, expected): function 431 def check(expr, expected): function 519 def check(value, expected=None, *, eq=self.assertEqual): function 713 def check(value): function
|
/external/python/cpython2/Lib/test/ |
D | test_tcl.py | 280 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/icu/icu4c/source/tools/toolutil/ |
D | pkgitems.cpp | 165 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/angle/src/tests/egl_tests/ |
D | EGLReadinessCheckTest.cpp | 38 auto check = eglGetProcAddress("WigglyWombats"); in TEST_P() local 55 auto check = [&systemInfo](const PlatformParameters ¶ms) { in TEST_P() local
|
/external/tensorflow/tensorflow/python/kernel_tests/ |
D | einsum_op_test.py | 160 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
|