| /external/pigweed/pw_hex_dump/ |
| D | hex_dump_test.cc | 212 constexpr const char* expected2 = "23 1a 2a 7a bc e2 40 a0"; in TEST_F() local 228 constexpr const char* expected2 = "ff33e52b9e9f6b3c be9b893c7e4a7a48"; in TEST_F() local 249 constexpr const char* expected2 = "73 74 72 69 6e 67 0a string."; in TEST_F() local 267 constexpr const char* expected2 = "73747269 6e670a string."; in TEST_F() local 290 constexpr const char* expected2 = "73 74 72 69 6e 67 0a string."; in TEST_F() local 312 constexpr const char* expected2 = "0010:"; in TEST_F() local 351 constexpr const char* expected2 = "0010:"; in TEST_F() local 374 std::array<char, kHexAddrStringSize + 1> expected2; in TEST_F() local
|
| /external/harfbuzz_ng/test/api/ |
| D | test-draw.c | 219 char expected2[] = "M275,442C246,442 221,435 198,420C175,405 158,382 145,353" in test_hb_draw_glyf() local 325 char expected2[] = "M323,448C356,448 380,441 411,427L333,469L339,401" in test_hb_draw_cff2() local 453 char expected2[] = "M639,-20Q396,-20 256,128Q115,276 115,539Q115,804 246,960Q376,1116 596,1116" in test_hb_draw_font_kit_glyphs_tests() local 495 char expected2[] = "M155,624L155,84Q150,90 146,95Q141,99 136,105" in test_hb_draw_font_kit_glyphs_tests() local 802 char expected2[] = "M120,693Q120,545 177,414Q233,282 333,182Q433,81 567,24" in test_hb_draw_estedad_vf() local 866 char expected2[] = "M436,1522Q436,1280 531,1060Q625,839 784,680Q943,521 1164,427" in test_hb_draw_stroking() local 900 char expected2[] = "M106,372C106,532 237,662 397,662C557,662 688,532 688,372" in test_hb_draw_stroking() local 1029 char expected2[] = "M402,2924L1228,2924Q1810,2924 2070,2750Q2330,2576 2330,2200" in test_hb_draw_subfont_scale() local 1057 …char expected2[] = "M180,0L516,0C912,0 1128,244 1128,662C1128,1078 912,1312 508,1312L180,1312L180,… in test_hb_draw_subfont_scale() local
|
| /external/tensorflow/tensorflow/lite/kernels/ |
| D | if_test.cc | 90 const std::vector<int> expected2(kNumLargeTensors, 20); in TEST_F() local 115 const std::vector<int> expected2(kNumLargeTensors, 7); in TEST_F() local
|
| D | while_test.cc | 108 const std::vector<int> expected2(1000000, expected[i]); in TEST_F() local
|
| /external/deqp/external/openglcts/modules/gl/ |
| D | gl4cProgramInterfaceQueryTests.cpp | 534 GLint expected2[] = { 6, GL_FLOAT_VEC4, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0 }; in Run() local 641 GLint expected2[] = { 2, GL_INT_VEC4, 1, 0, 0, 0, 0, 0, 1, 4, 0 }; in Run() local 757 GLint expected2[] = { 2, GL_UNSIGNED_INT, 1, 0, 1, 0, 0, 0, 0, 2, 0, 0 }; in Run() local 877 GLint expected2[] = { 14, GL_INT, 1, 0, 0, 0, 0, 0, 1, -1, 0 }; in Run() local 954 GLint expected2[] = { 17, GL_INT, 1, 0, 1, 0, 0, 0, 0, -1, 0, -1 }; in Run() local 1055 GLint expected2[] = { 2, GL_INT_VEC4, 1, 0, 0, 0, 0, 0, 1, 4, 0 }; in Run() local 1167 GLint expected2[] = { 2, GL_UNSIGNED_INT, 1, 0, 1, 0, 0, 0, 0, 2, 0, 0 }; in Run() local 1318 GLint expected2[] = { in Run() local 1486 GLint expected2[] = { 2, GL_INT_VEC3, 1, -1, -1, -1, -1, 0, in Run() local 1688 GLint expected2[] = { 18, 2, 0, 0, 0, 0, 0, 1, size }; in Run() local [all …]
|
| /external/deqp/external/openglcts/modules/gles31/ |
| D | es31cProgramInterfaceQueryTests.cpp | 435 GLint expected2[] = { 6, 35666, 1, 0, 1, 0, 0 }; in Run() local 739 GLint expected2[] = { 2, 35666, 1, 0, 0, 1, 4 }; in Run() local 815 GLint expected2[] = { 14, 5124, 1, 0, 0, 1, -1 }; in Run() local 905 GLint expected2[] = { 2, 35666, 1, 0, 0, 1, 4 }; in Run() local 1074 …GLint expected2[] = { 8, 35666, 1, -1, -1, -1, -1, 0, -1, 0, 1, 0, glGetUniformLocation(program, "… in Run() local 1231 …GLint expected2[] = { 2, 35668, 1, -1, -1, -1, -1, 0, -1, 0, 0, 1, glGetUniformLocation(program, "… in Run() local 1403 GLint expected2[] = { 18, 2, 0, 0, 1, size }; in Run() local 1653 GLint expected2[] = { 5, 5126, 1 }; in Run() local 1744 GLint expected2[] = { 2, GL_FLOAT, 2 }; in Run() local 1855 GLint expected2[] = { 2, 8, 2 }; in Run() local [all …]
|
| /external/guava/guava-tests/test/com/google/common/hash/ |
| D | Murmur3Hash128Test.java | 47 private static void assertHash(int seed, long expected1, long expected2, String stringInput) { in assertHash()
|
| /external/guava/android/guava-tests/test/com/google/common/hash/ |
| D | Murmur3Hash128Test.java | 47 private static void assertHash(int seed, long expected1, long expected2, String stringInput) { in assertHash()
|
| /external/cronet/net/third_party/quiche/src/quiche/quic/tools/ |
| D | quic_tcp_like_trace_converter_test.cc | 68 QuicInterval<uint64_t> expected2; in TEST() local
|
| /external/libchrome/base/android/ |
| D | path_utils_unittest.cc | 19 const std::string& expected2, in ExpectEither()
|
| /external/cronet/base/android/ |
| D | path_utils_unittest.cc | 19 const std::string& expected2, in ExpectEither()
|
| /external/tensorflow/tensorflow/core/common_runtime/ |
| D | isolate_placer_inspection_required_ops_pass_test.cc | 303 GraphDef expected2 = GDef( in TEST() local 370 GraphDef expected2 = GDef( in TEST() local
|
| /external/cronet/third_party/icu/source/test/intltest/ |
| D | tsdcfmsy.cpp | 355 const char16_t* expected2; // Expected pattern separator in testNumberingSystem() member 379 UnicodeString expected2(cas.expected2); in testNumberingSystem() local
|
| /external/icu/icu4c/source/test/intltest/ |
| D | tsdcfmsy.cpp | 355 const char16_t* expected2; // Expected pattern separator in testNumberingSystem() member 379 UnicodeString expected2(cas.expected2); in testNumberingSystem() local
|
| /external/cronet/third_party/icu/source/test/cintltst/ |
| D | ncnvtst.c | 344 static const uint8_t expected2[] = { 0x31, 0x1a, 0x32}; in TestErrorBehaviour() local 382 static const uint8_t expected2[] = { 0xa2, 0xae, 0xa1, 0xe0, 0xa2, 0xb4}; in TestErrorBehaviour() local 458 static const uint8_t expected2[] = { 0x31,0x1A,0x32}; in TestErrorBehaviour() local 498 static const uint8_t expected2[] = { 0x31, 0x1A,0x32}; in TestErrorBehaviour() local 549 static const uint8_t expected2[] = { 0x1b, 0x24, 0x29, 0x43, 0x31, 0x1A, 0x32}; in TestErrorBehaviour() local 590 static const uint8_t expected2[] = { 0x7e, 0x7d, 0x31, 0x1A, 0x32 }; in TestErrorBehaviour() local
|
| /external/cronet/crypto/ |
| D | sha2_unittest.cc | 59 int expected2[] = { 0x24, 0x8d, 0x6a, 0x61, in TEST() local
|
| /external/libchrome/crypto/ |
| D | sha2_unittest.cc | 59 int expected2[] = { 0x24, 0x8d, 0x6a, 0x61, in TEST() local
|
| /external/robolectric/robolectric/src/test/java/org/robolectric/interceptors/ |
| D | AndroidInterceptorsIntegrationTest.java | 52 String expected2 = in systemLog_shouldWriteToStderr() local
|
| /external/robolectric/integration_tests/nativegraphics/src/test/java/org/robolectric/integrationtests/nativegraphics/ |
| D | ShadowNativeInterpolatorTest.java | 46 int expected2 = 200; in testReset2() local
|
| /external/icu/icu4c/source/test/cintltst/ |
| D | ncnvtst.c | 350 static const uint8_t expected2[] = { 0x31, 0x1a, 0x32}; in TestErrorBehaviour() local 388 static const uint8_t expected2[] = { 0xa2, 0xae, 0xa1, 0xe0, 0xa2, 0xb4}; in TestErrorBehaviour() local 464 static const uint8_t expected2[] = { 0x31,0x1A,0x32}; in TestErrorBehaviour() local 561 static const uint8_t expected2[] = { 0x1b, 0x24, 0x29, 0x43, 0x31, 0x1A, 0x32}; in TestErrorBehaviour() local 602 static const uint8_t expected2[] = { 0x7e, 0x7d, 0x31, 0x1A, 0x32 }; in TestErrorBehaviour() local
|
| /external/mesa3d/src/gallium/tests/graw/ |
| D | occlusion-query.c | 15 static int expected2 = 420; variable
|
| /external/ow2-asm/asm-analysis/src/main/java/org/objectweb/asm/tree/analysis/ |
| D | BasicVerifier.java | 191 BasicValue expected2; in binaryOperation() local
|
| /external/rust/crates/der-parser/tests/ |
| D | der_parser.rs | 337 let expected2 = DerObject::from_obj(BerObjectContent::Optional(None)); in test_der_explicit_optional() localVariable 409 let expected2 = DerObject::from_seq(vec![ in test_der_optional() localVariable
|
| /external/cronet/net/websockets/ |
| D | websocket_frame_parser_test.cc | 183 std::vector<char> expected2(kHello + cutting_pos, kHello + kHelloLength); in TEST() local 251 std::vector<char> expected2(kHello + cutting_pos, kHello + kHelloLength); in TEST() local
|
| /external/libwebsockets/minimal-examples/api-tests/api-test-lws_tokenize/ |
| D | main.c | 41 expected2[] = { variable
|