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

1 2

  /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/database/src/android/database/cts/
CursorIndexOutOfBoundsExceptionTest.java 27 String expected1 = "Expected exception message"; local
37 throw new CursorIndexOutOfBoundsException(expected1);
39 assertEquals(expected1, e.getMessage());
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());
  /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]));
  /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());
  /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...]
  /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/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);
  /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/chrome/browser/spellchecker/
spellcheck_custom_dictionary_unittest.cc 218 WordSet expected1; local
223 expected1.insert("foo");
224 expected1.insert("bar");
232 EXPECT_EQ(actual1, expected1);
    [all...]
  /external/skia/tests/
WArrayTest.cpp 20 const char* expected1 = "0[-1 0 -3 4 5 6 7 0 0 0 8]"; member in namespace:__anon28016
181 TestWData(reporter, data1, SK_ARRAY_COUNT(data1), NULL, 0, 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());
  /external/chromium_org/chrome/browser/extensions/api/storage/
settings_sync_unittest.cc 396 DictionaryValue expected1, expected2; local
411 expected1.Set("foo", value1.DeepCopy());
420 EXPECT_PRED_FORMAT2(SettingsEq, expected1, storage1->Get());
436 DictionaryValue expected1, expected2; local
443 expected1.Set("foo", value1.DeepCopy());
462 expected1.Set("bar", value2.DeepCopy());
465 EXPECT_PRED_FORMAT2(SettingsEq, expected1, storage1->Get());
476 expected1.Set("bar", value2.DeepCopy());
479 EXPECT_PRED_FORMAT2(SettingsEq, expected1, storage1->Get());
490 expected1.Remove("foo", NULL)
    [all...]
  /external/chromium_org/chrome/browser/autocomplete/
history_url_provider_unittest.cc 691 const UrlAndLegalDefault expected1[] = { local
696 expected1, arraysize(expected1)));
    [all...]
  /external/chromium_org/ui/gfx/
transform_unittest.cc 718 Transform expected1; local
719 expected1.RotateAbout(axes[index], 130.0 + 45.0 * t);
724 EXPECT_TRUE(MatricesAreNearlyEqual(expected1, to1));
    [all...]
  /external/chromium_org/chrome/browser/extensions/api/web_request/
web_request_api_unittest.cc 1978 std::multimap<std::string, std::string> expected1; local
2046 std::multimap<std::string, std::string> expected1; local
    [all...]
  /external/chromium_org/net/websockets/
websocket_channel_test.cc 1666 static const InitFrameChunk expected1[] = { local
1706 static const InitFrameChunk expected1[] = { local
1744 static const InitFrameChunk expected1[] = { local
    [all...]
  /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...]
nccbtst.c 907 UChar expected1[] = { 0x0031, 0x4e8c, 0x0061}; local
919 UChar expected1[] = { 0x00ba, 0x008c, 0x00f8, 0x0061,0xfffe,0xfffe}; local
1323 static const UChar expected1[] = { 0x0031, 0x4e8c,}; local
1334 static const UChar expected1[] = { 0x00ba, 0x008c, 0x00f8, 0x0061}; local
1613 UChar expected1[] = { 0x0031, 0x4e8c, 0xfffd, 0x0061}; local
1624 UChar expected1[] = { 0x00ba, 0x008c, 0x00f8, 0x0061,0xfffd,0xfffd}; local
    [all...]
  /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...]
nccbtst.c 913 UChar expected1[] = { 0x0031, 0x4e8c, 0x0061}; local
925 UChar expected1[] = { 0x00ba, 0x008c, 0x00f8, 0x0061,0xfffe,0xfffe}; local
1329 static const UChar expected1[] = { 0x0031, 0x4e8c,}; local
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...]

Completed in 793 milliseconds

1 2