HomeSort by relevance Sort by last modified time
    Searched refs:expected1 (Results 1 - 25 of 26) sorted by null

1 2

  /cts/tests/tests/database/src/android/database/cts/
SQLExceptionTest.java 25 String expected1 = "Expected exception message"; local
36 throw new SQLException(expected1);
38 assertEquals(expected1, e.getMessage());
StaleDataExceptionTest.java 24 String expected1 = "Expected exception message"; local
35 throw new StaleDataException(expected1);
37 assertEquals(expected1, e.getMessage());
CursorIndexOutOfBoundsExceptionTest.java 27 String expected1 = "Expected exception message"; local
37 throw new CursorIndexOutOfBoundsException(expected1);
39 assertEquals(expected1, e.getMessage());
  /libcore/luni/src/test/java/tests/targets/security/
MessageDigestTestMD5.java 27 super.expected1 = singleblock;
MessageDigestTestSHA1.java 27 super.expected1 = singleblock;
MessageDigestTestSHA256.java 27 super.expected1 = singleblock;
MessageDigestTestSHA384.java 27 super.expected1 = singleblock;
MessageDigestTestSHA512.java 27 super.expected1 = singleblock;
  /external/elfutils/tests/
sha1-tst.c 42 static const char expected1[SHA1_DIGEST_SIZE] = local
45 if (memcmp (buf, expected1, SHA1_DIGEST_SIZE) != 0)
  /cts/tests/tests/os/src/android/os/cts/
PatternMatcherTest.java 65 String expected1 = "test1"; local
67 mPatternMatcher = new PatternMatcher(expected1, PatternMatcher.PATTERN_LITERAL);
68 assertEquals(expected1, mPatternMatcher.getPath());
80 String expected1 = "PatternMatcher{LITERAL: test}"; local
85 assertEquals(expected1, mPatternMatcher.toString());
  /external/chromium/crypto/
sha2_unittest.cc 13 int expected1[] = { 0xba, 0x78, 0x16, 0xbf, local
25 EXPECT_EQ(expected1[i], static_cast<int>(output1[i]));
31 EXPECT_EQ(expected1[i], static_cast<int>(output_truncated1[i]));
38 int expected1[] = { 0xba, 0x78, 0x16, 0xbf, local
50 EXPECT_EQ(expected1[i], static_cast<uint8>(output1[i]));
  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
PhoneNumberWatcherTest.java 79 final String expected1 = "650-123"; local
89 assertEquals(expected1, number.toString());
107 final String expected1 = "(650) 123 4"; local
117 assertEquals(expected1, number.toString());
119 assertEquals(expected1.length(), Selection.getSelectionEnd(number));
150 final String expected1 = "(650) 123 4"; local
160 assertEquals(expected1, number.toString());
162 assertEquals(expected1.length(), Selection.getSelectionEnd(number));
201 final String expected1 = ""; local
211 assertEquals(expected1, number.toString())
    [all...]
  /libcore/support/src/test/java/tests/security/
MessageDigestTest.java 59 expected1 = null;
157 protected String expected1; field in class:MessageDigestTest
182 assertEquals("computed and check digest differ", expected1, sb.toString());
  /cts/tests/tests/util/src/android/util/cts/
TypedValueTest.java 103 final float expected1 = 0.0f; local
109 assertEquals(expected1, TypedValue.complexToFraction(data1, base1, pbase1));
184 final float expected1 = 0.0f; local
189 assertEquals(expected1, TypedValue.complexToFloat(complex1));
  /cts/tests/tests/graphics/src/android/graphics/cts/
InterpolatorTest.java 49 int expected1 = 100; local
53 interpolator.reset(expected1, expected2);
54 assertEquals(expected1, interpolator.getValueCount());
PathTest.java 79 Path.FillType expected1 = Path.FillType.EVEN_ODD; local
88 assertEquals(expected1, path.getFillType());
  /external/skia/tests/
WArrayTest.cpp 20 const char* expected1 = "0[-1 0 -3 4 5 6 7 0 0 0 8]"; member in namespace:__anon15162
181 TestWData(reporter, data1, SK_ARRAY_COUNT(data1), NULL, 0, expected1);
  /external/icu4c/test/cintltst/
ncnvtst.c 978 UChar expected1[] = { 0x0031, 0x4e8c, 0xfffd, 0x0061}; local
1545 static const uint8_t expected1[] = {0xa2, 0xae,0xA2,0xB4,0xA1,0xD7,0xA1,0xA7}; local
1725 static const uint8_t expected1[] = {0x7E, 0x7B, 0x52, 0x3B, local
    [all...]
nccbtst.c 918 UChar expected1[] = { 0x0031, 0x4e8c, 0x0061}; local
930 UChar expected1[] = { 0x00ba, 0x008c, 0x00f8, 0x0061,0xfffe,0xfffe}; local
1339 static const UChar expected1[] = { 0x0031, 0x4e8c,}; local
1350 static const UChar expected1[] = { 0x00ba, 0x008c, 0x00f8, 0x0061}; local
1634 UChar expected1[] = { 0x0031, 0x4e8c, 0xfffd, 0x0061}; local
1645 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/
DigestOutputStreamTest.java 542 byte expected1[] = { -87, 121, -17, 16, -52, 111, 106, 54, -33,
546 java.util.Arrays.equals(digestResult, expected1));
  /libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/
DigestOutputStreamTest.java 556 byte expected1[] = { -87, 121, -17, 16, -52, 111, 106, 54, -33,
560 Arrays.equals(digestResult, expected1));
  /libcore/luni/src/test/java/libcore/java/text/
OldSimpleDateFormatTest.java 77 public void verifyFormatTimezone(String timeZoneId, String expected1,
81 assertEquals("Test z for TimeZone : " + timeZoneId, expected1,
  /external/apache-harmony/text/src/test/java/org/apache/harmony/text/tests/java/text/
SimpleDateFormatTest.java 93 public void verifyFormatTimezone(String timeZoneId, String expected1,
97 assertEquals("Test z for TimeZone : " + timeZoneId, expected1,
    [all...]
  /prebuilts/tools/common/asm-tools/
asm-debug-all-4.0.jar 
  /external/robolectric/lib/test/
mockito-core-1.8.5.jar 

Completed in 561 milliseconds

1 2