| /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/tensorflow/tensorflow/python/autograph/pyct/common_transformers/ |
| D | anf_test.py | 103 def expected_result(x, y, z): function 117 def expected_result(a, b, c, e, f, g): function 132 def expected_result(b, c, d, e): function 146 def expected_result(call_something, a, b, y, z, c, d, e, f, g, h, i): function 163 def expected_result(a, b, c): function 180 def expected_result(a, b, c): function 199 def expected_result(a): function 220 def expected_result(): function 234 def expected_result(a, b, c, d, e, f): function 248 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
|
| /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/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/rust/crates/ring/tests/ |
| D | constant_time_tests.rs | 63 let expected_result = if i < len { in test_verify_slices_are_equal() localVariable
|
| /external/llvm-project/compiler-rt/test/builtins/Unit/ |
| D | divmodsi4_test.c | 13 si_int expected_result, si_int expected_rem) in test__divmodsi4()
|
| D | udivmodsi4_test.c | 12 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/compiler-rt/test/builtins/Unit/ |
| D | udivmodsi4_test.c | 22 su_int expected_result, su_int expected_rem) in test__udivmodsi4()
|
| D | divmodsi4_test.c | 23 si_int expected_result, si_int expected_rem) in test__divmodsi4()
|
| /external/autotest/client/site_tests/hardware_DiskFirmwareUpgrade/ |
| D | hardware_DiskFirmwareUpgrade.py | 20 expected_result=0, argument
|
| /external/llvm-project/compiler-rt/test/builtins/Unit/arm/ |
| D | aeabi_idivmod_test.c | 13 si_int expected_result, si_int expected_rem) in test__aeabi_idivmod()
|
| D | aeabi_uidivmod_test.c | 13 su_int expected_result, su_int expected_rem) in test__aeabi_uidivmod()
|
| /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/python/cpython2/Lib/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/tensorflow/tensorflow/python/data/kernel_tests/ |
| D | cardinality_test.py | 190 def testCardinality(self, dataset_fn, expected_result): argument
|
| /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
|
| /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
|
| /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
|
| /external/OpenCL-CTS/test_conformance/subgroups/ |
| D | test_subgroup_ballot.cpp | 49 cl_uint expected_result, device_result; in chk() local 167 cl_uint4 expected_result, device_result; in chk() local 293 cl_uint4 expected_result, device_result; in chk() local 472 cl_uint4 expected_result, device_result; in chk() local 642 Ty expected_result, device_result; in chk() local
|
| /external/ltp/testcases/kernel/syscalls/fcntl/ |
| D | fcntl27.c | 109 int lc, expected_result = -1; in main() local
|