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

/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/libweave/src/states/
H A Dstate_change_queue_unittest.cc80 const std::string expected1 = "{'prop': {'name1': 3, 'name2': 2}}"; local
83 EXPECT_JSON_EQ(expected1, *changes[0].changed_properties);
109 const std::string expected1 = local
112 EXPECT_JSON_EQ(expected1, *changes[0].changed_properties);
/external/libweave/third_party/chromium/crypto/
H A Dsha2_unittest.cc14 int expected1[] = { 0xba, 0x78, 0x16, 0xbf, local
26 EXPECT_EQ(expected1[i], static_cast<int>(output1[i]));
32 EXPECT_EQ(expected1[i], static_cast<int>(output_truncated1[i]));
39 int expected1[] = { 0xba, 0x78, 0x16, 0xbf, local
51 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/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/v8/test/cctest/compiler/
H A Dtest-representation-change.cc424 IrOpcode::Value expected1,
433 CHECK_EQ(expected1, c1->opcode());
423 CheckTwoChanges(IrOpcode::Value expected2, IrOpcode::Value expected1, MachineRepresentation from, Type* from_type, MachineRepresentation to) argument
/external/skia/tests/
H A DWArrayTest.cpp18 static const char* expected1 = "0[-1 0 -3 4 5 6 7 0 0 0 8]"; variable
175 TestWData(reporter, data1, SK_ARRAY_COUNT(data1), nullptr, 0, expected1);
H A DImageTest.cpp723 const SkPMColor expected1 = SkPreMultiplyColor(SK_ColorBLUE); local
724 sk_memset32(storage, expected1, w * h);
731 check_image_color(reporter, refImg, expected1);
/external/icu/icu4c/source/test/cintltst/
H A Dncnvtst.c980 UChar expected1[] = { 0x0031, 0x4e8c, 0xfffd, 0x0061}; local
984 expected1, sizeof(expected1)/sizeof(expected1[0]),"utf8", UCNV_TO_U_CALLBACK_SUBSTITUTE, offsets1,FALSE))
1547 static const uint8_t expected1[] = {0xa2, 0xae,0xA2,0xB4,0xA1,0xD7,0xA1,0xA7}; local
1558 if(!testConvertToU(expected1, sizeof(expected1),
1570 if(!testConvertToU(expected1, sizeof(expected1),
1589 static const uint8_t expected1[] local
1680 static const uint8_t expected1[] = {0x1B, 0x24, 0x29, 0x43, local
1726 static const uint8_t expected1[] = {0x7E, 0x7B, 0x52, 0x3B, local
[all...]
H A Dnccbtst.c913 UChar expected1[] = { 0x0031, 0x4e8c, 0x0061}; local
917 expected1, sizeof(expected1)/sizeof(expected1[0]),"utf8",
925 UChar expected1[] = { 0x00ba, 0x008c, 0x00f8, 0x0061,0xfffe,0xfffe}; local
929 expected1, sizeof(expected1)/sizeof(expected1[0]),"SCSU",
1329 static const UChar expected1[] = { 0x0031, 0x4e8c,}; local
1333 expected1, sizeo
1340 static const UChar expected1[] = { 0x00ba, 0x008c, 0x00f8, 0x0061}; local
1619 UChar expected1[] = { 0x0031, 0x4e8c, 0xfffd, 0x0061}; local
1630 UChar expected1[] = { 0x00ba, 0x008c, 0x00f8, 0x0061,0xfffd,0xfffd}; local
[all...]
/external/jacoco/
H A Dasm-debug-all-5.0.1.jarMETA-INF/MANIFEST.MF org/ org/objectweb/ org/objectweb/asm/ org/objectweb/asm/AnnotationVisitor.class AnnotationVisitor ...
/external/dexmaker/lib/
H A Dmockito-core-1.9.1-SNAPSHOT.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/mockito/ org/mockito/asm/ org/mockito/asm/signature/ ...
/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 578 milliseconds