/third_party/ffmpeg/libavfilter/tests/ |
D | dnn-layer-pad.c | 52 float expected_output[1*9*9*3] = { in test_with_mode_symmetric() local 122 float expected_output[6*2*2*3] = { in test_with_mode_reflect() local 187 float expected_output[1*3*2*6] = { in test_with_mode_constant() local
|
D | dnn-layer-mathbinary.c | 78 float expected_output = get_expected(params.v, input[i], op); in test_broadcast_input0() local 118 float expected_output = get_expected(input[i], params.v, op); in test_broadcast_input1() local 166 float expected_output = get_expected(input0[i], input1[i], op); in test_no_broadcast() local
|
D | dnn-layer-avgpool.c | 69 float expected_output[] = { in test_with_same() local 152 float expected_output[1*4*5*3] = { in test_with_valid() local
|
D | dnn-layer-conv2d.c | 80 float expected_output[1*5*6*2] = { in test_with_same_dilate() local 188 float expected_output[1*3*4*2] = { in test_with_valid() local
|
D | dnn-layer-depth2space.c | 65 float expected_output[1*10*6*1] = { in test() local
|
D | dnn-layer-maximum.c | 52 float expected_output = input[i] > params.val.y ? input[i] : params.val.y; in test() local
|
D | dnn-layer-dense.c | 79 float expected_output[1*5*6*3] = { in test() local
|
D | dnn-layer-mathunary.c | 96 float expected_output = get_expected(input[i], op); in test() local
|
/third_party/ffmpeg/tests/dnn/ |
D | dnn-layer-pad-test.c | 52 float expected_output[1*9*9*3] = { in test_with_mode_symmetric() local 122 float expected_output[6*2*2*3] = { in test_with_mode_reflect() local 187 float expected_output[1*3*2*6] = { in test_with_mode_constant() local
|
D | dnn-layer-mathbinary-test.c | 78 float expected_output = get_expected(params.v, input[i], op); in test_broadcast_input0() local 118 float expected_output = get_expected(input[i], params.v, op); in test_broadcast_input1() local 166 float expected_output = get_expected(input0[i], input1[i], op); in test_no_broadcast() local
|
D | dnn-layer-avgpool-test.c | 69 float expected_output[] = { in test_with_same() local 152 float expected_output[1*4*5*3] = { in test_with_valid() local
|
D | dnn-layer-conv2d-test.c | 80 float expected_output[1*5*6*2] = { in test_with_same_dilate() local 188 float expected_output[1*3*4*2] = { in test_with_valid() local
|
D | dnn-layer-depth2space-test.c | 65 float expected_output[1*10*6*1] = { in test() local
|
D | dnn-layer-maximum-test.c | 52 float expected_output = input[i] > params.val.y ? input[i] : params.val.y; in test() local
|
D | dnn-layer-dense-test.c | 79 float expected_output[1*5*6*3] = { in test() local
|
D | dnn-layer-mathunary-test.c | 94 float expected_output = get_expected(input[i], op); in test() local
|
/third_party/skia/third_party/externals/abseil-cpp/absl/flags/ |
D | usage_config_test.cc | 161 std::string expected_output = "usage_config_test\n"; in TEST_F() local 163 std::string expected_output = in TEST_F() local
|
/third_party/openssl/demos/kdf/ |
D | pbkdf2.c | 46 static const unsigned char expected_output[] = { variable
|
D | scrypt.c | 48 static const unsigned char expected_output[] = { variable
|
/third_party/openssl/demos/mac/ |
D | cmac-aes256.c | 56 static const unsigned char expected_output[] = { variable
|
D | hmac-sha512.c | 60 static const unsigned char expected_output[] = { variable
|
D | gmac.c | 47 static const unsigned char expected_output[] = { variable
|
D | siphash.c | 36 static const unsigned char expected_output[] = { variable
|
D | poly1305.c | 74 static const unsigned char expected_output[] = { variable
|
/third_party/googletest/googletest/test/ |
D | gtest_list_output_unittest.py | 268 def _TestOutput(self, test_format, expected_output): argument
|