Home
last modified time | relevance | path

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

/external/libchrome/crypto/
Dopenssl_bio_string_unittest.cc16 const std::string expected1("a one\nb 2\n"); in TEST() local
43 const std::string expected1("a b c\n"); in TEST() local
Dsha2_unittest.cc15 int expected1[] = { 0xba, 0x78, 0x16, 0xbf, in TEST() local
40 int expected1[] = { 0xba, 0x78, 0x16, 0xbf, in TEST() local
/external/libweave/third_party/chromium/crypto/
Dsha2_unittest.cc14 int expected1[] = { 0xba, 0x78, 0x16, 0xbf, in TEST() local
39 int expected1[] = { 0xba, 0x78, 0x16, 0xbf, in TEST() local
/external/libweave/src/states/
Dstate_change_queue_unittest.cc80 const std::string expected1 = "{'prop': {'name1': 3, 'name2': 2}}"; in TEST_F() local
109 const std::string expected1 = in TEST_F() local
/external/mockito/cglib-and-asm/src/org/mockito/asm/tree/analysis/
DBasicVerifier.java190 Value expected1; in binaryOperation() local
318 Value expected1; in ternaryOperation() local
/external/guava/guava-tests/test/com/google/common/hash/
DMurmur3Hash128Test.java51 private static void assertHash(int seed, long expected1, long expected2, String stringInput) { in assertHash()
DHashTestUtils.java453 HashCode expected1 = randomHash(hashFunction, new Random(1L), numActions); in assertIndependentHashers() local
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/
DStringTokenizerTest.java72 String expected1[] = {"this", "\t", "is", "\n", "a", "\r", "string", "\f", in TestConstructors() local
161 String expected1[] = {"bmp string ", in TestSupplementary() local
452 String expected1[] = {"abc", "def1ghi", "jkl3mno", "pqr", "stu1vwx", in TestNextNewDelimiters() local
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
DStringTokenizerTest.java68 String expected1[] = {"this", "\t", "is", "\n", "a", "\r", "string", "\f", in TestConstructors() local
157 String expected1[] = {"bmp string ", in TestSupplementary() local
448 String expected1[] = {"abc", "def1ghi", "jkl3mno", "pqr", "stu1vwx", in TestNextNewDelimiters() local
/external/deqp/modules/gles3/functional/
Des3fApiCase.cpp78 void ApiCase::expectError (deUint32 expected0, deUint32 expected1) in expectError()
Des3fFboStateQueryTests.cpp132 void checkIntEqualsAny (tcu::TestContext& testCtx, GLint got, GLint expected0, GLint expected1) in checkIntEqualsAny()
/external/deqp/modules/gles2/functional/
Des2fApiCase.cpp76 void ApiCase::expectError (deUint32 expected0, deUint32 expected1) in expectError()
/external/mesa3d/src/gallium/tests/graw/
Docclusion-query.c13 static int expected1 = (int) ((300 * 0.9) * (300 * 0.9)); variable
/external/icu/icu4c/source/test/cintltst/
Dncnvtst.c980 UChar expected1[] = { 0x0031, 0x4e8c, 0xfffd, 0x0061}; in TestWithBufferSize() local
1547 static const uint8_t expected1[] = {0xa2, 0xae,0xA2,0xB4,0xA1,0xD7,0xA1,0xA7}; in TestResetBehaviour() local
1589 static const uint8_t expected1[] = {0x1b, 0x24, 0x42,0x30,0x6c,0x43,0x7a,0x1b,0x28,0x42, in TestResetBehaviour() local
1680 static const uint8_t expected1[] = {0x1B, 0x24, 0x29, 0x43, in TestResetBehaviour() local
1726 static const uint8_t expected1[] = {0x7E, 0x7B, 0x52, 0x3B, in TestResetBehaviour() local
Dnccbtst.c913 UChar expected1[] = { 0x0031, 0x4e8c, 0x0061}; in TestSkip() local
925 UChar expected1[] = { 0x00ba, 0x008c, 0x00f8, 0x0061,0xfffe,0xfffe}; in TestSkip() local
1329 static const UChar expected1[] = { 0x0031, 0x4e8c,}; in TestStop() local
1340 static const UChar expected1[] = { 0x00ba, 0x008c, 0x00f8, 0x0061}; in TestStop() local
1619 UChar expected1[] = { 0x0031, 0x4e8c, 0xfffd, 0x0061}; in TestSub() local
1630 UChar expected1[] = { 0x00ba, 0x008c, 0x00f8, 0x0061,0xfffd,0xfffd}; in TestSub() local
/external/skia/tests/
DWArrayTest.cpp18 static const char* expected1 = "0[-1 0 -3 4 5 6 7 0 0 0 8]"; variable
DImageTest.cpp723 const SkPMColor expected1 = SkPreMultiplyColor(SK_ColorBLUE); in DEF_GPUTEST_FOR_NATIVE_CONTEXT() local
/external/v8/test/cctest/compiler/
Dtest-representation-change.cc462 IrOpcode::Value expected1, in CheckTwoChanges()
/external/google-breakpad/src/common/
Dbyte_cursor_unittest.cc709 uint8_t expected1[3] = { 0x5d, 0x31, 0x09 }; in TEST() local
/external/deqp/modules/gles31/functional/
Des31fShaderAtomicOpTests.cpp762 const deUint32 expected1 = randomValue ^ ~0u; in verify() local