Home
last modified time | relevance | path

Searched defs:expected1 (Results 1 – 25 of 96) sorted by relevance

1234

/external/pigweed/pw_hex_dump/
Dhex_dump_test.cc211 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/
Dares-test-parse-txt.cc12 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/
Didentity_n_op_test.cc49 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/
Dsha2_unittest.cc15 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/
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
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/
Dparser_test.cpp69 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/
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
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/
Dsha2_unittest.cc33 int expected1[] = { 0xba, 0x78, 0x16, 0xbf, in TEST() local
58 int expected1[] = { 0xba, 0x78, 0x16, 0xbf, in TEST() local
/external/cronet/stable/crypto/
Dsha2_unittest.cc33 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/
Dmem_func_ptr_cv2.cpp20 typedef int (C::* expected1)(int); typedef
Dmember_function_pointer.cpp20 typedef int (C::* expected1)(int); typedef
Dmem_func_ptr_cv1.cpp20 typedef int (C::* expected1)(int); typedef
/external/sdk-platform-java/gapic-generator-java/src/test/java/com/google/api/generator/gapic/protoparser/
DHttpRuleParserTest.java117 HttpBinding expected1 = in parseHttpAnnotation_shouldPutAllFieldsIntoQueryParamsIfPathParamAndBodyAreNotConfigured() local
161 HttpBinding expected1 = in parseHttpAnnotation_shouldExcludeFieldsFromQueryParamsIfPathParamsAreConfigured() local
/external/s2-geometry-library-java/tests/com/google/common/geometry/
DS2Test.java144 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/
DBasicVerifier.java190 BasicValue expected1; in binaryOperation() local
319 BasicValue expected1; in ternaryOperation() local
/external/sdv/vsomeip/third_party/boost/container/test/
Dslist_test.cpp110 … 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/
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/stable/base/android/
Dpath_utils_unittest.cc18 void ExpectEither(const std::string& expected1, in ExpectEither()
/external/libchrome/base/android/
Dpath_utils_unittest.cc18 void ExpectEither(const std::string& expected1, in ExpectEither()
/external/cronet/tot/base/android/
Dpath_utils_unittest.cc18 void ExpectEither(const std::string& expected1, in ExpectEither()
/external/tensorflow/tensorflow/core/common_runtime/
Disolate_placer_inspection_required_ops_pass_test.cc286 GraphDef expected1 = GDef( in TEST() local
353 GraphDef expected1 = GDef( in TEST() local
/external/mesa3d/src/microsoft/compiler/
Ddxil_buffer_test.c95 uint8_t expected1[] = { 0xad, 0xde, 0xef, 0xbe }; in emit_bits() local
/external/cronet/tot/third_party/llvm-libc/src/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/cronet/stable/third_party/llvm-libc/src/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

1234