Home
last modified time | relevance | path

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

12

/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 = "73 74 72 69 6e 67 0a string."; in TEST_F() local
246 constexpr const char* expected2 = "73747269 6e670a string."; in TEST_F() local
269 constexpr const char* expected2 = "73 74 72 69 6e 67 0a string."; in TEST_F() local
291 constexpr const char* expected2 = "0010"; in TEST_F() local
314 std::array<char, kHexAddrStringSize + 1> expected2; in TEST_F() 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
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/
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, "… 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/
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.cc19 const std::string& expected2, in ExpectEither()
/external/tensorflow/tensorflow/core/common_runtime/
Disolate_placer_inspection_required_ops_pass_test.cc299 GraphDef expected2 = GDef( in TEST() local
366 GraphDef expected2 = GDef( 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/libchrome/crypto/
Dsha2_unittest.cc59 int expected2[] = { 0x24, 0x8d, 0x6a, 0x61, in TEST() local
/external/mesa3d/src/gallium/tests/graw/
Docclusion-query.c15 static int expected2 = 420; variable
/external/icu/icu4c/source/test/cintltst/
Dncnvtst.c349 static const uint8_t expected2[] = { 0x31, 0x1a, 0x32}; in TestErrorBehaviour() local
387 static const uint8_t expected2[] = { 0xa2, 0xae, 0xa1, 0xe0, 0xa2, 0xb4}; in TestErrorBehaviour() local
463 static const uint8_t expected2[] = { 0x31,0x1A,0x32}; in TestErrorBehaviour() local
560 static const uint8_t expected2[] = { 0x1b, 0x24, 0x29, 0x43, 0x31, 0x1A, 0x32}; in TestErrorBehaviour() local
601 static const uint8_t expected2[] = { 0x7e, 0x7d, 0x31, 0x1A, 0x32 }; in TestErrorBehaviour() local
Dcustrtst.c1162 const UChar expected2[] = {0xd841, 0xd900, 0xdc05, 0}; in TestUnescapeRepeatedSurrogateLead20725() local
/external/libwebsockets/minimal-examples/api-tests/api-test-lws_tokenize/
Dmain.c41 expected2[] = { variable
/external/rust/crates/tinyvec/tests/
Dtinyvec.rs280 let expected2 = tiny_vec![1.1; 3]; in TinyVec_macro() localVariable
Darrayvec.rs24 let expected2 = array_vec![1.1; 3]; in test_a_vec() localVariable
/external/pdfium/core/fpdfapi/parser/
Dcpdf_array_unittest.cpp50 const int expected2[] = {1, 2, 3, 7, 10}; in TEST() local
/external/rust/crates/proc-macro2/tests/
Dtest.rs81 let expected2 = r#""'a#" is not a valid Ident"#; // 1.53.0 .. in lifetime_invalid() localVariable
/external/opencensus-java/exporters/stats/stackdriver/src/test/java/io/opencensus/exporter/stats/stackdriver/
DStackdriverExportUtilsTest.java498 TimeSeries expected2 = in createTimeSeriesList_cumulative() local
/external/libchrome/ui/gfx/geometry/
Dquad_unittest.cc76 QuadF expected2(PointF(-2.5f, 3.5f), in TEST() local
/external/guava/guava-tests/test/com/google/common/base/
DToStringHelperTest.java259 final String expected2 = "TestClass{field1=1, value1, field2=value2, 2}"; in testToString_ToStringTwice() local
/external/guava/android/guava-tests/test/com/google/common/base/
DToStringHelperTest.java259 final String expected2 = "TestClass{field1=1, value1, field2=value2, 2}"; in testToString_ToStringTwice() local
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/duration/
DICUDurationTest.java226 String expected2; in TestSimpleXMLDuration() local
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/duration/
DICUDurationTest.java223 String expected2; in TestSimpleXMLDuration() local
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
DStringTokenizerTest.java181 String expected2[] = {str}; in TestSupplementary() local
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/
DStringTokenizerTest.java184 String expected2[] = {str}; in TestSupplementary() local

12