| /external/rust/crates/itertools/tests/ |
| D | merge_join.rs | 8 let expected_result: Vec<EitherOrBoth<u32, u32>> = vec![]; in empty() localVariable 18 let expected_result: Vec<EitherOrBoth<u32, u32>> = vec![ in left_only() localVariable 32 let expected_result: Vec<EitherOrBoth<u32, u32>> = vec![ in right_only() localVariable 46 let expected_result: Vec<EitherOrBoth<u32, u32>> = vec![ in first_left_then_right() localVariable 63 let expected_result: Vec<EitherOrBoth<u32, u32>> = vec![ in first_right_then_left() localVariable 80 let expected_result: Vec<EitherOrBoth<u32, u32>> = vec![ in interspersed_left_and_right() localVariable 97 let expected_result: Vec<EitherOrBoth<u32, u32>> = vec![ in overlapping_left_and_right() localVariable
|
| /external/python/python-api-core/tests/unit/ |
| D | test_path_template.py | 67 def test_expand_success(tmpl, args, kwargs, expected_result): argument 106 def test_get_field(request_obj, field, expected_result): argument 137 def test_delete_field(request_obj, field, expected_result): argument 194 def test_transcode_base_case(http_options, request_kwargs, expected_result): argument 220 def test_transcode_subfields(http_options, request_kwargs, expected_result): argument 264 def test_transcode_with_wildcard(http_options, request_kwargs, expected_result): argument 312 def test_transcode_with_body(http_options, request_kwargs, expected_result): argument 351 http_options, request_kwargs, expected_result argument
|
| /external/tensorflow/tensorflow/python/autograph/pyct/common_transformers/ |
| D | anf_test.py | 99 def expected_result(x, y, z): function 113 def expected_result(a, b, c, e, f, g): function 128 def expected_result(b, c, d, e): function 142 def expected_result(call_something, a, b, y, z, c, d, e, f, g, h, i): function 159 def expected_result(a, b, c): function 176 def expected_result(a, b, c): function 195 def expected_result(a): function 216 def expected_result(): function 230 def expected_result(a, b, c, d, e, f): function 244 def expected_result(a, b, c, d, e, f): function [all …]
|
| /external/tensorflow/tensorflow/lite/kernels/ |
| D | rfft2d_test.cc | 73 std::complex<float> expected_result[12] = { in TEST() local 91 std::complex<float> expected_result[12] = { in TEST() local 109 std::complex<float> expected_result[20] = { in TEST() local 135 std::complex<float> expected_result[12] = { in TEST() local
|
| D | irfft2d_test.cc | 72 float expected_result[16] = {1, 2, 3, 4, 3, 8, 6, 3, 5, 2, 7, 6, 9, 5, 8, 3}; in TEST() local 87 float expected_result[4] = {14, 18.5, 20.5, 22}; in TEST() local 103 float expected_result[32] = { in TEST() local 127 float expected_result[16] = {1., 2., 3., 4., 3., 8., 6., 3., in TEST() local
|
| /external/mesa3d/src/intel/compiler/ |
| D | test_eu_validate.cpp | 196 bool expected_result; in TEST_P() member 283 bool expected_result; in TEST_P() member 391 bool expected_result; in TEST_P() member 472 bool expected_result; in TEST_P() member 564 bool expected_result; member 832 bool expected_result; in TEST_P() member 1162 bool expected_result; in TEST_P() member 1250 bool expected_result; in TEST_P() member 1252 #define INST(dst_type, src_type, dst_stride, expected_result) \ in TEST_P() argument 1315 #define INST_C(dst_type, src_type, dst_stride, dst_subnr, expected_result) \ in TEST_P() argument [all …]
|
| /external/vboot_reference/tests/ |
| D | test_common.c | 21 int TEST_EQ(int result, int expected_result, const char* testname) { in TEST_EQ() 47 int TEST_PTR_EQ(const void* result, const void* expected_result, in TEST_PTR_EQ() 75 int TEST_STR_EQ(const char* result, const char* expected_result, in TEST_STR_EQ()
|
| /external/angle/third_party/vulkan-deps/spirv-tools/src/test/opt/ |
| D | cfg_test.cpp | 68 std::vector<uint32_t> expected_result = {10, 9, 8}; in TEST_F() local 154 std::vector<uint32_t> expected_result = {8, 9, 10}; in TEST_F() local 226 const std::string expected_result = R"(OpCapability Shader in TEST_F() local 316 std::list<BasicBlock*> expected_result = {context->get_instr_block(9), in TEST_F() local
|
| /external/swiftshader/third_party/SPIRV-Tools/test/opt/ |
| D | cfg_test.cpp | 68 std::vector<uint32_t> expected_result = {10, 9, 8}; in TEST_F() local 154 std::vector<uint32_t> expected_result = {8, 9, 10}; in TEST_F() local 226 const std::string expected_result = R"(OpCapability Shader in TEST_F() local 316 std::list<BasicBlock*> expected_result = {context->get_instr_block(9), in TEST_F() local
|
| /external/deqp-deps/SPIRV-Tools/test/opt/ |
| D | cfg_test.cpp | 68 std::vector<uint32_t> expected_result = {10, 9, 8}; in TEST_F() local 154 std::vector<uint32_t> expected_result = {8, 9, 10}; in TEST_F() local 226 const std::string expected_result = R"(OpCapability Shader in TEST_F() local 316 std::list<BasicBlock*> expected_result = {context->get_instr_block(9), in TEST_F() local
|
| /external/webrtc/modules/audio_mixer/ |
| D | audio_frame_manipulator_unittest.cc | 43 const int16_t expected_result[total_samples] = {0, 0, 1, 1, 2, 2, 3, 3, 4, 4}; in TEST() local 60 const int16_t expected_result[total_samples] = {5, 4, 3, 2, 1}; in TEST() local
|
| /external/openscreen/cast/common/certificate/ |
| D | cast_crl_unittest.cc | 35 bool TestVerifyCertificate(TestStepResult expected_result, in TestVerifyCertificate() 52 bool TestVerifyCRL(TestStepResult expected_result, in TestVerifyCRL() 69 bool TestVerifyRevocation(Error::Code expected_result, in TestVerifyRevocation()
|
| /external/tensorflow/tensorflow/python/data/experimental/kernel_tests/service/ |
| D | metadata_test.py | 104 def testCardinality(self, dataset_fn, sharding_policy, expected_result): argument 113 expected_result): argument
|
| /external/tensorflow/tensorflow/lite/tools/optimize/calibration/ |
| D | calibrator_test.cc | 343 auto expected_result = expected_calibration_result.find(e.first)->second; in TEST() local 405 auto expected_result = expected_calibration_result.find(e.first)->second; in TEST() local 481 auto expected_result = expected_calibration_result.find(e.first)->second; in TEST() local 550 auto expected_result = expected_calibration_result.find(e.first)->second; in TEST() local 608 auto expected_result = expected_calibration_result.find(e.first)->second; in TEST() local
|
| /external/rust/crates/ring/tests/ |
| D | constant_time_tests.rs | 62 let expected_result = if i < len { in test_verify_slices_are_equal() localVariable
|
| /external/tensorflow/tensorflow/compiler/xla/tests/ |
| D | compilation_cache_test.cc | 43 float expected_result, bool expect_cache_hit) { in ExecuteComputationR0F32() 59 std::initializer_list<std::initializer_list<float>> expected_result, in ExecuteComputationR2F32()
|
| /external/compiler-rt/test/builtins/Unit/ |
| D | divmodsi4_test.c | 23 si_int expected_result, si_int expected_rem) in test__divmodsi4()
|
| D | udivmodsi4_test.c | 22 su_int expected_result, su_int expected_rem) in test__udivmodsi4()
|
| /external/vboot_reference/tests/tpm_lite/ |
| D | tlcl_tests.h | 19 #define TPM_EXPECT(tpm_command, expected_result) do { \ argument
|
| /external/autotest/client/site_tests/hardware_DiskFirmwareUpgrade/ |
| D | hardware_DiskFirmwareUpgrade.py | 21 expected_result=0, argument
|
| /external/python/setuptools/setuptools/_distutils/tests/ |
| D | test_text_file.py | 50 def test_input(count, description, file, expected_result): argument
|
| /external/python/cpython3/Lib/distutils/tests/ |
| D | test_text_file.py | 50 def test_input(count, description, file, expected_result): argument
|
| /external/python/cpython2/Lib/distutils/tests/ |
| D | test_text_file.py | 50 def test_input(count, description, file, expected_result): argument
|
| /external/tensorflow/tensorflow/python/data/kernel_tests/ |
| D | cardinality_test.py | 191 def testCardinality(self, dataset_fn, expected_result): argument
|
| /external/OpenCL-CTS/test_conformance/subgroups/ |
| D | test_subgroup_ballot.cpp | 147 cl_uint4 expected_result = in chk() local 243 cl_uint4 expected_result, device_result; in chk() local 364 cl_uint4 expected_result, device_result; in chk() local 542 cl_uint expected_result, device_result; in chk() local 719 Ty expected_result, device_result; in chk() local
|