/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]));
|
/external/chromium_org/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...] |
/external/chromium_org/third_party/mesa/src/src/gallium/tests/graw/ |
occlusion-query.c | 13 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/mesa3d/src/gallium/tests/graw/ |
occlusion-query.c | 13 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);
|
/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));
|
/external/chromium_org/ppapi/proxy/ |
file_chooser_resource_unittest.cc | 45 const char* expected1, 51 const char* expected[kCount] = { expected1, expected2 };
|
/external/chromium_org/tools/deep_memory_profiler/tests/ |
range_dict_tests.py | 88 expected1 = [ 93 self.assertEqual(expected1, result1)
|
/cts/tests/tests/hardware/src/android/hardware/cts/helpers/ |
SensorVerificationHelperTest.java | 136 double[] expected1 = {2.0, 3.0, 6.0}; local 138 VerificationResult result = SensorVerificationHelper.verifyMean(events, expected1, 213 int[] expected1 = {1, 1, 0, -1, -1}; local 215 VerificationResult result = SensorVerificationHelper.verifySignum(events, expected1,
|
/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());
|
/external/chromium_org/net/websockets/ |
websocket_frame_parser_test.cc | 182 std::vector<char> expected1(kHello, kHello + cutting_pos); 198 if (expected1.size() == 0) { 203 std::equal(expected1.begin(), expected1.end(), frame1->data->data())); 249 std::vector<char> expected1(kHello, kHello + cutting_pos); 265 if (expected1.size() == 0) { 268 ASSERT_EQ(expected1.size(), static_cast<uint64>(frame1->data->size())); 270 std::equal(expected1.begin(), expected1.end(), frame1->data->data()));
|
/external/chromium_org/third_party/icu/source/test/cintltst/ |
ncnvtst.c | 960 UChar expected1[] = { 0x0031, 0x4e8c, 0xfffd, 0x0061}; local 1527 static const uint8_t expected1[] = {0xa2, 0xae,0xA2,0xB4,0xA1,0xD7,0xA1,0xA7}; local 1569 static const uint8_t expected1[] = {0x1b, 0x24, 0x42,0x30,0x6c,0x43,0x7a,0x1b,0x28,0x42, local 1609 static const uint8_t expected1[] = { local 1654 static const uint8_t expected1[] = {0x1B, 0x24, 0x29, 0x43, local 1700 static const uint8_t expected1[] = {0x7E, 0x7B, 0x52, 0x3B, local [all...] |
/external/skia/tests/ |
WArrayTest.cpp | 19 static const char* expected1 = "0[-1 0 -3 4 5 6 7 0 0 0 8]"; variable 178 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 1587 static const uint8_t expected1[] = {0x1b, 0x24, 0x42,0x30,0x6c,0x43,0x7a,0x1b,0x28,0x42, local 1678 static const uint8_t expected1[] = {0x1B, 0x24, 0x29, 0x43, local 1725 static const uint8_t expected1[] = {0x7E, 0x7B, 0x52, 0x3B, local [all...] |