Home
last modified time | relevance | path

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

123

/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/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/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
551 LIBC_NAMESPACE::printf_core::FormatSection expected0, expected1; in TEST() local
/external/cronet/crypto/
Dsha2_unittest.cc15 int expected1[] = { 0xba, 0x78, 0x16, 0xbf, in TEST() local
40 int expected1[] = { 0xba, 0x78, 0x16, 0xbf, in TEST() 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/sdv/vsomeip/third_party/boost/function_types/test/synthesis/
Dmem_func_ptr_cv1.cpp20 typedef int (C::* expected1)(int); typedef
Dmem_func_ptr_cv2.cpp20 typedef int (C::* expected1)(int); typedef
Dmember_function_pointer.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/libchrome/base/android/
Dpath_utils_unittest.cc18 void ExpectEither(const std::string& expected1, in ExpectEither()
/external/cronet/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/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/android_icu4j/src/main/tests/android/icu/dev/test/util/
DStringTokenizerTest.java79 String expected1[] = {"this", "\t", "is", "\n", "a", "\r", "string", "\f", in TestConstructors() local
169 String expected1[] = {"bmp string ", in TestSupplementary() local
465 String expected1[] = {"abc", "def1ghi", "jkl3mno", "pqr", "stu1vwx", in TestNextNewDelimiters() local
/external/icu/icu4j/main/core/src/test/java/com/ibm/icu/dev/test/util/
DStringTokenizerTest.java76 String expected1[] = {"this", "\t", "is", "\n", "a", "\r", "string", "\f", in TestConstructors() local
166 String expected1[] = {"bmp string ", in TestSupplementary() local
462 String expected1[] = {"abc", "def1ghi", "jkl3mno", "pqr", "stu1vwx", in TestNextNewDelimiters() local
/external/icu/icu4c/source/test/intltest/
Dtsdcfmsy.cpp354 const char16_t* expected1; // Expected number format string in testNumberingSystem() member
378 UnicodeString expected1(cas.expected1); in testNumberingSystem() local
/external/cronet/third_party/icu/source/test/intltest/
Dtsdcfmsy.cpp354 const char16_t* expected1; // Expected number format string in testNumberingSystem() member
378 UnicodeString expected1(cas.expected1); in testNumberingSystem() local
/external/deqp/modules/gles2/functional/
Des2fApiCase.cpp77 void ApiCase::expectError(uint32_t expected0, uint32_t expected1) in expectError()

123