Home
last modified time | relevance | path

Searched defs:expected_result (Results 1 – 25 of 124) sorted by relevance

12345

/external/rust/crates/itertools/tests/
Dmerge_join.rs8 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/
Danf_test.py103 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/
Drfft2d_test.cc73 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/
Dtest_eu_validate.cpp196 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/
Dtest_common.c21 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/
Daudio_frame_manipulator_unittest.cc43 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/
Dcast_crl_unittest.cc35 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/
Dconstant_time_tests.rs63 let expected_result = if i < len { in test_verify_slices_are_equal() localVariable
/external/llvm-project/compiler-rt/test/builtins/Unit/
Ddivmodsi4_test.c13 si_int expected_result, si_int expected_rem) in test__divmodsi4()
Dudivmodsi4_test.c12 su_int expected_result, su_int expected_rem) in test__udivmodsi4()
/external/vboot_reference/tests/tpm_lite/
Dtlcl_tests.h19 #define TPM_EXPECT(tpm_command, expected_result) do { \ argument
/external/compiler-rt/test/builtins/Unit/
Dudivmodsi4_test.c22 su_int expected_result, su_int expected_rem) in test__udivmodsi4()
Ddivmodsi4_test.c23 si_int expected_result, si_int expected_rem) in test__divmodsi4()
/external/autotest/client/site_tests/hardware_DiskFirmwareUpgrade/
Dhardware_DiskFirmwareUpgrade.py20 expected_result=0, argument
/external/llvm-project/compiler-rt/test/builtins/Unit/arm/
Daeabi_idivmod_test.c13 si_int expected_result, si_int expected_rem) in test__aeabi_idivmod()
Daeabi_uidivmod_test.c13 su_int expected_result, su_int expected_rem) in test__aeabi_uidivmod()
/external/tensorflow/tensorflow/compiler/xla/tests/
Dcompilation_cache_test.cc43 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/
Dtest_text_file.py50 def test_input(count, description, file, expected_result): argument
/external/python/cpython3/Lib/distutils/tests/
Dtest_text_file.py50 def test_input(count, description, file, expected_result): argument
/external/tensorflow/tensorflow/python/data/kernel_tests/
Dcardinality_test.py190 def testCardinality(self, dataset_fn, expected_result): argument
/external/angle/third_party/vulkan-deps/spirv-tools/src/test/opt/
Dcfg_test.cpp68 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/
Dcfg_test.cpp68 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/
Dcfg_test.cpp68 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/
Dtest_subgroup_ballot.cpp49 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/
Dfcntl27.c109 int lc, expected_result = -1; in main() local

12345