/external/pigweed/pw_hex_dump/ |
D | hex_dump_test.cc | 211 constexpr const char* expected1 = "a4 cc 32 62 9b 46 38 1a"; in TEST_F() local 227 constexpr const char* expected1 = "a4cc32629b46381a 231a2a7abce240a0"; in TEST_F() local 248 constexpr const char* expected1 = "6d 79 20 74 65 73 74 20 my test "; in TEST_F() local 266 constexpr const char* expected1 = "6d792074 65737420 my test "; in TEST_F() local 289 constexpr const char* expected1 = "6d 79 20 74 65 73 74 20 my test "; in TEST_F() local 311 constexpr const char* expected1 = "0000:"; in TEST_F() local 350 constexpr const char* expected1 = "0000:"; in TEST_F() local 373 std::array<char, kHexAddrStringSize + 1> expected1; in TEST_F() local
|
/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/cares/cares/test/ |
D | ares-test-parse-txt.cc | 12 std::string expected1 = "txt1.example.com"; in TEST_F() local 43 std::string expected1 = "txt1.example.com"; in TEST_F() local 189 std::string expected1 = "txt1.example.com"; in TEST_F() local 245 std::string expected1 = "txt1.example.com"; in TEST_F() local
|
/external/tensorflow/tensorflow/core/kernels/ |
D | identity_n_op_test.cc | 49 Tensor expected1(allocator(), DT_DOUBLE, TensorShape({6})); in TEST_F() local 74 Tensor expected1(allocator(), DT_INT32, TensorShape({8})); in TEST_F() local
|
/external/libchrome/crypto/ |
D | sha2_unittest.cc | 15 int expected1[] = { 0xba, 0x78, 0x16, 0xbf, in TEST() local 40 int expected1[] = { 0xba, 0x78, 0x16, 0xbf, in TEST() local
|
/external/cronet/stable/third_party/llvm-libc/src/test/src/stdio/printf_core/ |
D | parser_test.cpp | 69 LIBC_NAMESPACE::printf_core::FormatSection expected0, expected1, expected2; in TEST() local 293 LIBC_NAMESPACE::printf_core::FormatSection expected0, expected1, expected2; in TEST() local 386 LIBC_NAMESPACE::printf_core::FormatSection expected0, expected1, expected2; in TEST() local 420 LIBC_NAMESPACE::printf_core::FormatSection expected0, expected1, expected2; in TEST() local 474 LIBC_NAMESPACE::printf_core::FormatSection expected0, expected1, expected2, in TEST() local 565 LIBC_NAMESPACE::printf_core::FormatSection expected0, expected1, expected2; in TEST() local 592 LIBC_NAMESPACE::printf_core::FormatSection expected0, expected1; in TEST() local
|
/external/llvm-libc/test/src/stdio/printf_core/ |
D | parser_test.cpp | 69 LIBC_NAMESPACE::printf_core::FormatSection expected0, expected1, expected2; in TEST() local 303 LIBC_NAMESPACE::printf_core::FormatSection expected0, expected1, expected2; in TEST() local 400 LIBC_NAMESPACE::printf_core::FormatSection expected0, expected1, expected2; in TEST() local 435 LIBC_NAMESPACE::printf_core::FormatSection expected0, expected1, expected2; in TEST() local 490 LIBC_NAMESPACE::printf_core::FormatSection expected0, expected1, expected2, in TEST() local 583 LIBC_NAMESPACE::printf_core::FormatSection expected0, expected1, expected2; in TEST() local 612 LIBC_NAMESPACE::printf_core::FormatSection expected0, expected1; in TEST() local
|
/external/cronet/tot/third_party/llvm-libc/src/test/src/stdio/printf_core/ |
D | parser_test.cpp | 69 LIBC_NAMESPACE::printf_core::FormatSection expected0, expected1, expected2; in TEST() local 293 LIBC_NAMESPACE::printf_core::FormatSection expected0, expected1, expected2; in TEST() local 386 LIBC_NAMESPACE::printf_core::FormatSection expected0, expected1, expected2; in TEST() local 420 LIBC_NAMESPACE::printf_core::FormatSection expected0, expected1, expected2; in TEST() local 474 LIBC_NAMESPACE::printf_core::FormatSection expected0, expected1, expected2, in TEST() local 565 LIBC_NAMESPACE::printf_core::FormatSection expected0, expected1, expected2; in TEST() local 592 LIBC_NAMESPACE::printf_core::FormatSection expected0, expected1; in TEST() local
|
/external/cronet/tot/crypto/ |
D | sha2_unittest.cc | 33 int expected1[] = { 0xba, 0x78, 0x16, 0xbf, in TEST() local 58 int expected1[] = { 0xba, 0x78, 0x16, 0xbf, in TEST() local
|
/external/cronet/stable/crypto/ |
D | sha2_unittest.cc | 33 int expected1[] = { 0xba, 0x78, 0x16, 0xbf, in TEST() local 58 int expected1[] = { 0xba, 0x78, 0x16, 0xbf, in TEST() local
|
/external/sdv/vsomeip/third_party/boost/function_types/test/synthesis/ |
D | mem_func_ptr_cv2.cpp | 20 typedef int (C::* expected1)(int); typedef
|
D | member_function_pointer.cpp | 20 typedef int (C::* expected1)(int); typedef
|
D | mem_func_ptr_cv1.cpp | 20 typedef int (C::* expected1)(int); typedef
|
/external/sdk-platform-java/gapic-generator-java/src/test/java/com/google/api/generator/gapic/protoparser/ |
D | HttpRuleParserTest.java | 117 HttpBinding expected1 = in parseHttpAnnotation_shouldPutAllFieldsIntoQueryParamsIfPathParamAndBodyAreNotConfigured() local 161 HttpBinding expected1 = in parseHttpAnnotation_shouldExcludeFieldsFromQueryParamsIfPathParamsAreConfigured() local
|
/external/s2-geometry-library-java/tests/com/google/common/geometry/ |
D | S2Test.java | 144 double expected1 = 0.5 * eps * eps; in testAngleArea() local 145 assertDoubleNear(S2.area(pepsx, pepsy, pz), expected1, 1e-14 * expected1); in testAngleArea() local
|
/external/ow2-asm/asm-analysis/src/main/java/org/objectweb/asm/tree/analysis/ |
D | BasicVerifier.java | 190 BasicValue expected1; in binaryOperation() local 319 BasicValue expected1; in ternaryOperation() local
|
/external/sdv/vsomeip/third_party/boost/container/test/ |
D | slist_test.cpp | 110 … slist<int> expected1; expected1.push_front(3); expected1.push_front(2); expected1.push_front(0); in test_for_splice() local 121 slist<int> expected1; in test_for_splice() local
|
/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/stable/base/android/ |
D | path_utils_unittest.cc | 18 void ExpectEither(const std::string& expected1, in ExpectEither()
|
/external/libchrome/base/android/ |
D | path_utils_unittest.cc | 18 void ExpectEither(const std::string& expected1, in ExpectEither()
|
/external/cronet/tot/base/android/ |
D | path_utils_unittest.cc | 18 void ExpectEither(const std::string& expected1, in ExpectEither()
|
/external/tensorflow/tensorflow/core/common_runtime/ |
D | isolate_placer_inspection_required_ops_pass_test.cc | 286 GraphDef expected1 = GDef( in TEST() local 353 GraphDef expected1 = GDef( in TEST() local
|
/external/mesa3d/src/microsoft/compiler/ |
D | dxil_buffer_test.c | 95 uint8_t expected1[] = { 0xad, 0xde, 0xef, 0xbe }; in emit_bits() local
|
/external/cronet/tot/third_party/llvm-libc/src/test/src/stdio/scanf_core/ |
D | parser_test.cpp | 70 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/cronet/stable/third_party/llvm-libc/src/test/src/stdio/scanf_core/ |
D | parser_test.cpp | 70 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
|