Searched refs:expected1 (Results 1 - 25 of 25) sorted by relevance

/external/libchrome/crypto/
H A Dopenssl_bio_string_unittest.cc16 const std::string expected1("a one\nb 2\n");
23 EXPECT_EQ(static_cast<int>(expected1.size()),
25 EXPECT_EQ(expected1, s);
28 EXPECT_EQ(expected1, s);
32 EXPECT_EQ(expected1 + expected2, s);
36 EXPECT_EQ(expected1 + expected2 + expected3, s);
38 EXPECT_EQ(expected1 + expected2 + expected3, s);
43 const std::string expected1("a b c\n");
49 EXPECT_EQ(static_cast<int>(expected1.size()),
50 BIO_write(bio.get(), expected1
[all...]
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/mockito/cglib-and-asm/src/org/mockito/asm/tree/analysis/
H A DBasicVerifier.java190 Value expected1;
194 expected1 = newValue(Type.getType("[I"));
199 expected1 = newValue(Type.getType("[Z"));
201 expected1 = newValue(Type.getType("[B"));
206 expected1 = newValue(Type.getType("[C"));
210 expected1 = newValue(Type.getType("[S"));
214 expected1 = newValue(Type.getType("[J"));
218 expected1 = newValue(Type.getType("[F"));
222 expected1 = newValue(Type.getType("[D"));
226 expected1
[all...]
/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/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/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/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/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);
H A DHashTestUtils.java453 HashCode expected1 = randomHash(hashFunction, new Random(1L), numActions);
466 Assert.assertEquals(expected1, hasher1.hash());
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/
H A DStringTokenizerTest.java72 String expected1[] = {"this", "\t", "is", "\n", "a", "\r", "string", "\f",
77 for (int i = 0; i < expected1.length; i ++) {
78 if (!(stdelimiterreturn.nextElement().equals(expected1[i])
79 && stdelimitersetreturn.nextElement().equals(expected1[i]))) {
161 String expected1[] = {"bmp string ",
166 if (!tokenizer.nextElement().equals(expected1[i ++])) {
452 String expected1[] = {"abc", "def1ghi", "jkl3mno", "pqr", "stu1vwx",
454 for (int i = 0; i < expected1.length; i ++) {
456 expected1[i])) {
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
H A DStringTokenizerTest.java68 String expected1[] = {"this", "\t", "is", "\n", "a", "\r", "string", "\f",
73 for (int i = 0; i < expected1.length; i ++) {
74 if (!(stdelimiterreturn.nextElement().equals(expected1[i])
75 && stdelimitersetreturn.nextElement().equals(expected1[i]))) {
157 String expected1[] = {"bmp string ",
162 if (!tokenizer.nextElement().equals(expected1[i ++])) {
448 String expected1[] = {"abc", "def1ghi", "jkl3mno", "pqr", "stu1vwx",
450 for (int i = 0; i < expected1.length; i ++) {
452 expected1[i])) {
/external/chromium-trace/catapult/telemetry/telemetry/internal/image_processing/
H A Dcv_util_unittest.py81 expected1 = ((0.0, 5.0, 0.0, -5.0))
82 self.assertAlmostEqual(np.sum(np.abs(np.subtract(lines[1], expected1))),
/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/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/
H A DDigestOutputStreamTest.java543 byte expected1[] = { -87, 121, -17, 16, -52, 111, 106, 54, -33,
547 java.util.Arrays.equals(digestResult, expected1));
/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/deqp/modules/gles31/functional/
H A Des31fShaderAtomicOpTests.cpp762 const deUint32 expected1 = randomValue ^ ~0u;
772 const deUint32 expected = (numXorZeros%2 == 0) ? expected0 : expected1;
777 << " or " << tcu::toHex(expected1) << " (compare mask " << tcu::toHex(compareMask)
789 (outputValue & compareMask) != (expected1&compareMask))
/external/v8/test/cctest/compiler/
H A Dtest-representation-change.cc462 IrOpcode::Value expected1,
473 CHECK_EQ(expected1, c1->opcode());
461 CheckTwoChanges(IrOpcode::Value expected2, IrOpcode::Value expected1, MachineRepresentation from, Type* from_type, MachineRepresentation to) argument
/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/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/ ...
/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/ ...

Completed in 438 milliseconds