/external/tensorflow/tensorflow/python/autograph/pyct/common_transformers/ |
D | anf_test.py | 124 def expected_result(x, y, z): function 138 def expected_result(a, b, c, e, f, g): function 153 def expected_result(b, c, d, e): function 167 def expected_result(call_something, a, b, y, z, c, d, e, f, g, h, i): function 184 def expected_result(a, b, c): function 201 def expected_result(a, b, c): function 220 def expected_result(a): function 241 def expected_result(): function 255 def expected_result(a, b, c, d, e, f): function 269 def expected_result(a, b, c, d, e, f): function [all …]
|
/external/webrtc/webrtc/modules/audio_processing/beamformer/ |
D | matrix_unittest.cc | 32 Matrix<float> expected_result(*kValuesExpected, kNumRows, kNumCols); in TEST() local 56 Matrix<int> expected_result(*kValuesExpected, kNumRowsLeft, kNumColsRight); in TEST() local 77 Matrix<float> expected_result( in TEST() local 98 Matrix<int> expected_result(*kValuesExpected, kNumRows, kNumCols); in TEST() local 120 Matrix<float> expected_result(*kValuesExpected, kNumRows, kNumCols); in TEST() local 142 Matrix<float> expected_result(*kValuesExpected, kNumRows, kNumCols); in TEST() local 165 Matrix<float> expected_result(*kValuesExpected, kNumRows, kNumCols); in TEST() local 188 Matrix<float> expected_result(*kValuesExpected, kNumRows, kNumCols); in TEST() local 206 Matrix<int> expected_result(*kValuesExpected, kNumRows, kNumCols); in TEST() local 226 Matrix<complex<float> > expected_result(*kValuesExpected, kNumRows, kNumCols); in TEST() local [all …]
|
D | complex_matrix_unittest.cc | 34 ComplexMatrix<float> expected_result(*kValuesExpected, kNumRows, kNumCols); in TEST() local 66 ComplexMatrix<float> expected_result( in TEST() local 90 ComplexMatrix<float> expected_result(*kValuesExpected, kNumRows, kNumCols); in TEST() local
|
/external/tensorflow/tensorflow/lite/kernels/ |
D | rfft2d_test.cc | 74 std::complex<float> expected_result[12] = { in TEST() local 92 std::complex<float> expected_result[12] = { in TEST() local 110 std::complex<float> expected_result[20] = { in TEST() local 136 std::complex<float> expected_result[12] = { in TEST() local
|
/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/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/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 | 20 expected_result=0, argument
|
/external/tensorflow/tensorflow/python/data/experimental/kernel_tests/ |
D | cardinality_test.py | 170 def testCardinality(self, dataset_fn, 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/python/cpython3/Lib/distutils/tests/ |
D | test_text_file.py | 50 def test_input(count, description, file, expected_result): argument
|
/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/ltp/testcases/kernel/syscalls/fcntl/ |
D | fcntl27.c | 109 int lc, expected_result = -1; in main() local
|
D | fcntl28.c | 106 int lc, expected_result = -1; in main() 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/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/angle/third_party/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/nanopb-c/tests/intsizes/ |
D | intsizes_unittests.c | 15 int64, uint64, sint64, expected_result) \ argument
|
/external/compiler-rt/test/builtins/Unit/ppc/ |
D | fixtfdi_test.c | 458 int64_t expected_result, computed_result; in main() local
|
/external/grpc-grpc/third_party/nanopb/tests/intsizes/ |
D | intsizes_unittests.c | 15 int64, uint64, sint64, expected_result) \ argument
|
/external/deqp/external/openglcts/modules/glesext/gpu_shader5/ |
D | esextcGPUShader5SSBOArrayIndexing.cpp | 186 glw::GLuint expected_result[m_n_arrays] = { 0, 36, 0, 36 }; in iterate() local
|
/external/deqp/external/openglcts/modules/gl/ |
D | gl4cIncompleteTextureAccessTests.hpp | 121 glw::GLfloat expected_result[4]; member
|
/external/curl/tests/unit/ |
D | unit1604.c | 81 CURLcode expected_result; member
|