Home
last modified time | relevance | path

Searched defs:expected2 (Results 1 – 25 of 83) sorted by relevance

1234

/external/pigweed/pw_hex_dump/
Dhex_dump_test.cc212 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/
Dtest-draw.c219 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/ksp/integration-tests/src/test/kotlin/com/google/devtools/ksp/test/
DGetSealedSubclassesIncIT.kt18 val expected2 = listOf( in <lambda>() constant
/external/tensorflow/tensorflow/lite/kernels/
Dif_test.cc90 const std::vector<int> expected2(kNumLargeTensors, 20); in TEST_F() local
115 const std::vector<int> expected2(kNumLargeTensors, 7); in TEST_F() local
/external/sdv/vsomeip/third_party/boost/function_types/test/synthesis/
Dmem_func_ptr_cv1.cpp21 typedef int (C::* expected2)(int) const; typedef
Dmem_func_ptr_cv2.cpp21 typedef int (C::* expected2)(int) const; typedef
Dmember_function_pointer.cpp21 typedef int (C::* expected2)(int) const; typedef
/external/sdk-platform-java/gapic-generator-java/src/test/java/com/google/api/generator/gapic/protoparser/
DHttpRuleParserTest.java119 HttpBinding expected2 = in parseHttpAnnotation_shouldPutAllFieldsIntoQueryParamsIfPathParamAndBodyAreNotConfigured() local
163 HttpBinding expected2 = in parseHttpAnnotation_shouldExcludeFieldsFromQueryParamsIfPathParamsAreConfigured() local
/external/llvm-libc/test/src/stdio/printf_core/
Dparser_test.cpp69 LIBC_NAMESPACE::printf_core::FormatSection expected0, expected1, expected2; in TEST() local
293 LIBC_NAMESPACE::printf_core::FormatSection expected0, expected1, expected2; in TEST() local
345 LIBC_NAMESPACE::printf_core::FormatSection expected0, expected1, expected2; in TEST() local
379 LIBC_NAMESPACE::printf_core::FormatSection expected0, expected1, expected2; in TEST() local
433 LIBC_NAMESPACE::printf_core::FormatSection expected0, expected1, expected2, in TEST() local
524 LIBC_NAMESPACE::printf_core::FormatSection expected0, expected1, expected2; in TEST() local
/external/deqp/external/openglcts/modules/gl/
Dgl4cProgramInterfaceQueryTests.cpp534 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
1317 GLint expected2[] = { in Run() local
1483 GLint expected2[] = {2, GL_INT_VEC3, 1, -1, -1, -1, -1, 0, in Run() local
1675 GLint expected2[] = {18, 2, 0, 0, 0, 0, 0, 1, size}; in Run() local
[all …]
/external/sdv/vsomeip/third_party/boost/container/test/
Dslist_test.cpp111 slist<int> expected2; expected2.push_front(1); in test_for_splice() local
122 …slist<int> expected2; expected2.push_front(3); expected2.push_front(2); expected2.push_front(1); e… in test_for_splice() local
/external/deqp/external/openglcts/modules/gles31/
Des31cProgramInterfaceQueryTests.cpp435 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, "r… in Run() local
1235 …GLint expected2[] = {2, 35668, 1, -1, -1, -1, -1, 0, -1, 0, 0, 1, glGetUniformLocation(program, "b… in Run() local
1406 GLint expected2[] = {18, 2, 0, 0, 1, size}; in Run() local
1656 GLint expected2[] = {5, 5126, 1}; in Run() local
1747 GLint expected2[] = {2, GL_FLOAT, 2}; in Run() local
1858 GLint expected2[] = {2, 8, 2}; in Run() local
[all …]
/external/guava/guava-tests/test/com/google/common/hash/
DMurmur3Hash128Test.java47 private static void assertHash(int seed, long expected1, long expected2, String stringInput) { in assertHash()
/external/guava/android/guava-tests/test/com/google/common/hash/
DMurmur3Hash128Test.java47 private static void assertHash(int seed, long expected1, long expected2, String stringInput) { in assertHash()
/external/cronet/net/third_party/quiche/src/quiche/quic/tools/
Dquic_tcp_like_trace_converter_test.cc68 QuicInterval<uint64_t> expected2; in TEST() local
/external/libchrome/base/android/
Dpath_utils_unittest.cc19 const std::string& expected2, in ExpectEither()
/external/cronet/base/android/
Dpath_utils_unittest.cc19 const std::string& expected2, in ExpectEither()
/external/tensorflow/tensorflow/core/common_runtime/
Disolate_placer_inspection_required_ops_pass_test.cc303 GraphDef expected2 = GDef( in TEST() local
370 GraphDef expected2 = GDef( in TEST() local
/external/mesa3d/src/microsoft/compiler/
Ddxil_buffer_test.c102 uint8_t expected2[] = { 0x11, 0x11, 0x11, 0x21, 0x22, 0x22, 0x22, 0x02 }; in emit_bits() local
/external/llvm-libc/test/src/stdio/scanf_core/
Dparser_test.cpp70 LIBC_NAMESPACE::scanf_core::FormatSection expected0, expected1, expected2; in TEST() local
527 LIBC_NAMESPACE::scanf_core::FormatSection expected0, expected1, expected2; in TEST() local
579 LIBC_NAMESPACE::scanf_core::FormatSection expected0, expected1, expected2; in TEST() local
613 LIBC_NAMESPACE::scanf_core::FormatSection expected0, expected1, expected2; in TEST() local
668 LIBC_NAMESPACE::scanf_core::FormatSection expected0, expected1, expected2, in TEST() local
/external/icu/icu4c/source/test/intltest/
Dtsdcfmsy.cpp355 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/intltest/
Dtsdcfmsy.cpp355 const char16_t* expected2; // Expected pattern separator in testNumberingSystem() member
379 UnicodeString expected2(cas.expected2); in testNumberingSystem() local
/external/cronet/crypto/
Dsha2_unittest.cc59 int expected2[] = { 0x24, 0x8d, 0x6a, 0x61, in TEST() local
/external/libchrome/crypto/
Dsha2_unittest.cc59 int expected2[] = { 0x24, 0x8d, 0x6a, 0x61, in TEST() local
/external/cronet/third_party/icu/source/test/cintltst/
Dncnvtst.c344 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

1234