Home
last modified time | relevance | path

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

1234567

/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/python/python-api-core/tests/unit/
Dtest_path_template.py67 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/
Danf_test.py99 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/
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
Dirfft2d_test.cc72 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/
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/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
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/
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
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/
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
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/
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/tensorflow/tensorflow/python/data/experimental/kernel_tests/service/
Dmetadata_test.py104 def testCardinality(self, dataset_fn, sharding_policy, expected_result): argument
113 expected_result): argument
/external/tensorflow/tensorflow/lite/tools/optimize/calibration/
Dcalibrator_test.cc343 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/
Dconstant_time_tests.rs62 let expected_result = if i < len { in test_verify_slices_are_equal() localVariable
/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/compiler-rt/test/builtins/Unit/
Ddivmodsi4_test.c23 si_int expected_result, si_int expected_rem) in test__divmodsi4()
Dudivmodsi4_test.c22 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/autotest/client/site_tests/hardware_DiskFirmwareUpgrade/
Dhardware_DiskFirmwareUpgrade.py21 expected_result=0, argument
/external/python/setuptools/setuptools/_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/python/cpython2/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.py191 def testCardinality(self, dataset_fn, expected_result): argument
/external/OpenCL-CTS/test_conformance/subgroups/
Dtest_subgroup_ballot.cpp147 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

1234567