Searched defs:expected1 (Results 1 - 15 of 15) sorted by relevance

/external/libmojo/base/android/
H A Dpath_utils_unittest.cc18 void ExpectEither(const std::string& expected1, argument
21 EXPECT_TRUE(expected1 == actual || expected2 == actual)
23 << "Expected either: " << expected1 << std::endl
/external/guava/guava-tests/test/com/google/common/hash/
H A DMurmur3Hash128Test.java51 private static void assertHash(int seed, long expected1, long expected2, String stringInput) { argument
52 HashCode expected = toHashCode(expected1, expected2);
/external/libchrome/crypto/
H A Dsha2_unittest.cc15 int expected1[] = { 0xba, 0x78, 0x16, 0xbf, local
27 EXPECT_EQ(expected1[i], static_cast<int>(output1[i]));
33 EXPECT_EQ(expected1[i], static_cast<int>(output_truncated1[i]));
40 int expected1[] = { 0xba, 0x78, 0x16, 0xbf, local
52 EXPECT_EQ(expected1[i], static_cast<uint8_t>(output1[i]));
/external/deqp/modules/gles2/functional/
H A Des2fApiCase.cpp76 void ApiCase::expectError (deUint32 expected0, deUint32 expected1) argument
79 if (err != expected0 && err != expected1)
81 m_log << tcu::TestLog::Message << "// ERROR: expected " << glu::getErrorStr(expected0) << " or " << glu::getErrorStr(expected1) << tcu::TestLog::EndMessage;
/external/deqp/modules/gles3/functional/
H A Des3fApiCase.cpp78 void ApiCase::expectError (deUint32 expected0, deUint32 expected1) argument
81 if (err != expected0 && err != expected1)
83 m_log << TestLog::Message << "// ERROR: expected " << glu::getErrorStr(expected0) << " or " << glu::getErrorStr(expected1) << TestLog::EndMessage;
H A Des3fFboStateQueryTests.cpp132 void checkIntEqualsAny (tcu::TestContext& testCtx, GLint got, GLint expected0, GLint expected1) argument
136 if (got != expected0 && got != expected1)
138 testCtx.getLog() << TestLog::Message << "// ERROR: Expected " << expected0 << " or " << expected1 << "; got " << got << TestLog::EndMessage;
/external/google-breakpad/src/common/
H A Dbyte_cursor_unittest.cc709 uint8_t expected1[3] = { 0x5d, 0x31, 0x09 }; local
712 EXPECT_TRUE(memcmp(received1, expected1, 3) == 0);
/external/icu/icu4c/source/test/intltest/
H A Dtsdcfmsy.cpp257 const char16_t* expected1; // Expected number format string member in struct:testcase
279 UnicodeString expected1(cas.expected1);
285 Verify(1234.56, "#,##0.##", dfs, expected1);
/external/mesa3d/src/gallium/tests/graw/
H A Docclusion-query.c13 static int expected1 = (int) ((300 * 0.9) * (300 * 0.9)); variable
153 int expected1_min = (int) (expected1 * 0.95);
154 int expected1_max = (int) (expected1 * 1.05);
192 printf(" Failure: result1 should be near %d\n", expected1);
/external/tensorflow/tensorflow/compiler/tf2xla/
H A Dxla_compiler_test.cc354 std::unique_ptr<xla::Literal> expected1 = local
357 xla::Literal::MakeTuple({expected0.get(), expected1.get()});
738 std::unique_ptr<xla::Literal> expected1 = local
741 xla::Literal::MakeTuple({expected0.get(), expected1.get()});
803 std::unique_ptr<xla::Literal> expected1 = local
806 xla::Literal::MakeTuple({expected0.get(), expected1.get()});
/external/icu/icu4c/source/test/cintltst/
H A Dncnvtst.c978 UChar expected1[] = { 0x0031, 0x4e8c, 0xfffd, 0xfffd, 0x0061}; local
982 expected1, UPRV_LENGTHOF(expected1),"utf8", UCNV_TO_U_CALLBACK_SUBSTITUTE, offsets1,FALSE))
1545 static const uint8_t expected1[] = {0xa2, 0xae,0xA2,0xB4,0xA1,0xD7,0xA1,0xA7}; local
1556 if(!testConvertToU(expected1, sizeof(expected1),
1568 if(!testConvertToU(expected1, sizeof(expected1),
1587 static const uint8_t expected1[] = {0x1b, 0x24, 0x42,0x30,0x6c,0x43,0x7a,0x1b,0x28,0x42, local
1599 if(!testConvertToU(expected1, sizeo
1678 static const uint8_t expected1[] = {0x1B, 0x24, 0x29, 0x43, local
1724 static const uint8_t expected1[] = {0x7E, 0x7B, 0x52, 0x3B, local
[all...]
H A Dnccbtst.c915 UChar expected1[] = { 0x0031, 0x4e8c, 0x0061}; local
919 expected1, UPRV_LENGTHOF(expected1),"utf8",
927 UChar expected1[] = { 0x00ba, 0x008c, 0x00f8, 0x0061,0xfffe,0xfffe}; local
931 expected1, UPRV_LENGTHOF(expected1),"SCSU",
1331 static const UChar expected1[] = { 0x0031, 0x4e8c,}; local
1335 expected1, UPRV_LENGTHOF(expected1),"utf8",
1342 static const UChar expected1[] local
1621 UChar expected1[] = { 0x0031, 0x4e8c, 0xfffd, 0xfffd, 0x0061}; local
1632 UChar expected1[] = { 0x00ba, 0x008c, 0x00f8, 0x0061,0xfffd,0xfffd}; local
[all...]
/external/expat/tests/
H A Druntests.c5263 const XML_Char *expected1 = XCS("Hi"); local
5277 CharData_CheckXMLChars(&storage, expected1);
/external/annotation-tools/annotation-file-utilities/
H A Dannotation-file-utilities.jarMETA-INF/ META-INF/MANIFEST.MF annotations/ annotations/el/ annotations/field/ annotations/io/ annotations/io/classfile/ ...
/external/robolectric/v1/lib/test/
H A Dmockito-core-1.8.5.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/mockito/ org/mockito/asm/ org/mockito/asm/signature/ ...

Completed in 484 milliseconds