HomeSort by relevance Sort by last modified time
    Searched full:expected2 (Results 1 - 25 of 45) sorted by null

1 2

  /cts/tests/tests/database/src/android/database/cts/
CursorIndexOutOfBoundsExceptionTest.java 28 String expected2 = "Index " + INDEX + " requested, with a size of " + SIZE; local
46 assertEquals(expected2, e.getMessage());
  /cts/tests/tests/os/src/android/os/cts/
PatternMatcherTest.java 70 String expected2 = "test2"; local
72 mPatternMatcher = new PatternMatcher(expected2, PatternMatcher.PATTERN_LITERAL);
73 assertEquals(expected2, mPatternMatcher.getPath());
81 String expected2 = "PatternMatcher{PREFIX: test}"; local
88 assertEquals(expected2, mPatternMatcher.toString());
  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
PhoneNumberWatcherTest.java 94 final String expected2 = "(650) 145-6723"; local
100 assertEquals(expected2, number.toString());
122 final String expected2 ="(650 123"; local
130 assertEquals(expected2, number.toString());
171 final String expected2 = "650-1234"; local
178 assertEquals(expected2, number.toString());
180 assertEquals(expected2.length(), Selection.getSelectionEnd(number));
263 String expected2 = "1 650-123-4567"; local
264 testReplacement(init2, replacement2, expected2);
  /external/elfutils/tests/
sha1-tst.c 55 static const char expected2[SHA1_DIGEST_SIZE] = local
58 if (memcmp (buf, expected2, SHA1_DIGEST_SIZE) != 0)
  /cts/tests/src/android/renderscript/cts/
sample.rs 63 float4 expected0, float4 expected1, float4 expected2, float4 expected3) {
72 _RS_ASSERT(compare(expected2, result));
80 float4 expected0, float4 expected1, float4 expected2, float4 expected3) {
89 _RS_ASSERT(compare(expected2, result));
  /cts/tests/tests/util/src/android/util/cts/
TypedValueTest.java 108 final float expected2 = 0.013092041f; local
110 assertEquals(expected2, TypedValue.complexToFraction(data2, base2, pbase2));
186 final float expected2 = 0.0f; local
190 assertEquals(expected2, TypedValue.complexToFloat(complex2));
  /external/chromium_org/third_party/mesa/src/src/gallium/tests/graw/
occlusion-query.c 14 static int expected2 = 420; variable
155 int expected2_min = (int) (expected2 * 0.95);
156 int expected2_max = (int) (expected2 * 1.05);
194 printf(" Failure: result2 should be near %d\n", expected2);
  /external/chromium_org/v8/test/mjsunit/
sparse-array-reverse.js 104 var expected2 = '';
111 expected2 += letter;
115 expected2 += letter;
121 assertEquals(expected + expected2, a.join(''), 'join' + size);
  /external/mesa3d/src/gallium/tests/graw/
occlusion-query.c 14 static int expected2 = 420; variable
155 int expected2_min = (int) (expected2 * 0.95);
156 int expected2_max = (int) (expected2 * 1.05);
194 printf(" Failure: result2 should be near %d\n", expected2);
  /external/v8/test/mjsunit/
sparse-array-reverse.js 104 var expected2 = '';
111 expected2 += letter;
115 expected2 += letter;
121 assertEquals(expected + expected2, a.join(''), 'join' + size);
  /libcore/luni/src/test/java/tests/targets/security/
MessageDigestTestMD5.java 28 super.expected2 = multiblock;
MessageDigestTestSHA1.java 28 super.expected2 = multiblock;
MessageDigestTestSHA256.java 28 super.expected2 = multiblock;
MessageDigestTestSHA384.java 28 super.expected2 = multiblock;
MessageDigestTestSHA512.java 28 super.expected2 = multiblock;
  /external/chromium_org/ppapi/proxy/
file_chooser_resource_unittest.cc 46 const char* expected2) {
51 const char* expected[kCount] = { expected1, expected2 };
  /external/chromium/crypto/
sha2_unittest.cc 57 int expected2[] = { 0x24, 0x8d, 0x6a, 0x61, local
69 EXPECT_EQ(expected2[i], static_cast<int>(output2[i]));
75 EXPECT_EQ(expected2[i], static_cast<int>(output_truncated2[i]));
  /external/chromium_org/crypto/
sha2_unittest.cc 57 int expected2[] = { 0x24, 0x8d, 0x6a, 0x61, local
69 EXPECT_EQ(expected2[i], static_cast<int>(output2[i]));
75 EXPECT_EQ(expected2[i], static_cast<int>(output_truncated2[i]));
  /external/chromium_org/v8/test/mjsunit/harmony/
proxies-json.js 82 var expected2 = '{"a":"delete","b":{"a":"A","b":"B","c":"C"}}'; variable
83 assertEquals(expected2, JSON.stringify(parent2));
85 assertEquals(expected2, JSON.stringify(parent2, undefined, 0));
  /libcore/support/src/test/java/tests/security/
MessageDigestTest.java 60 expected2 = null;
158 protected String expected2; field in class:MessageDigestTest
198 assertEquals("computed and check digest differ", expected2, sb.toString());
  /external/chromium_org/third_party/icu/source/test/cintltst/
ncnvtst.c 339 static const uint8_t expected2[] = { 0x31, 0x1a, 0x32}; local
350 expected2, sizeof(expected2), "ibm-920", 0, TRUE, U_ZERO_ERROR))
363 expected2, sizeof(expected2), "LATIN_1", 0, TRUE, U_ZERO_ERROR))
377 static const uint8_t expected2[] = { 0xa2, 0xae, 0xa1, 0xe0, 0xa2, 0xb4}; local
405 expected2, sizeof(expected2), "ibm-1363", 0, TRUE, U_ZERO_ERROR))
408 expected2, sizeof(expected2), "ibm-1363", offsets2, TRUE, U_ZERO_ERROR)
453 static const uint8_t expected2[] = { 0x31,0x1A,0x32}; local
493 static const uint8_t expected2[] = { 0x31, 0x1A,0x32}; local
544 static const uint8_t expected2[] = { 0x1b, 0x24, 0x29, 0x43, 0x31, 0x1A, 0x32}; local
585 static const uint8_t expected2[] = { 0x7e, 0x7d, 0x31, 0x1A, 0x32 }; local
    [all...]
  /external/icu4c/test/cintltst/
ncnvtst.c 345 static const uint8_t expected2[] = { 0x31, 0x1a, 0x32}; local
356 expected2, sizeof(expected2), "ibm-920", 0, TRUE, U_ZERO_ERROR))
369 expected2, sizeof(expected2), "LATIN_1", 0, TRUE, U_ZERO_ERROR))
383 static const uint8_t expected2[] = { 0xa2, 0xae, 0xa1, 0xe0, 0xa2, 0xb4}; local
411 expected2, sizeof(expected2), "ibm-1363", 0, TRUE, U_ZERO_ERROR))
414 expected2, sizeof(expected2), "ibm-1363", offsets2, TRUE, U_ZERO_ERROR)
459 static const uint8_t expected2[] = { 0x31,0x1A,0x32}; local
562 static const uint8_t expected2[] = { 0x1b, 0x24, 0x29, 0x43, 0x31, 0x1A, 0x32}; local
603 static const uint8_t expected2[] = { 0x7e, 0x7d, 0x31, 0x1A, 0x32 }; local
    [all...]
  /external/chromium_org/net/websockets/
websocket_frame_parser_test.cc 183 std::vector<char> expected2(kHello + cutting_pos, kHello + kHelloLength);
228 if (expected2.size() == 0) {
231 ASSERT_EQ(expected2.size(), static_cast<uint64>(frame2->data->size()));
233 std::equal(expected2.begin(), expected2.end(), frame2->data->data()));
250 std::vector<char> expected2(kHello + cutting_pos, kHello + kHelloLength);
295 if (expected2.size() == 0) {
298 ASSERT_EQ(expected2.size(), static_cast<uint64>(frame2->data->size()));
300 std::equal(expected2.begin(), expected2.end(), frame2->data->data()))
    [all...]
  /external/chromium_org/net/quic/
quic_stream_sequencer_test.cc 354 const char* expected2[] = {"ghi", "jkl", "mno"}; local
355 ASSERT_TRUE(VerifyReadableRegions(expected2, arraysize(expected2)));
380 const char* expected2[] = {"bc", "def", "ghi"}; local
381 ASSERT_TRUE(VerifyReadableRegions(expected2, arraysize(expected2)));
  /cts/tests/tests/hardware/src/android/hardware/cts/helpers/
SensorVerificationHelperTest.java 146 double[] expected2 = {2.5, 2.5, 5.5}; local
148 result = SensorVerificationHelper.verifyMean(events, expected2, threshold2);
220 int[] expected2 = {1, 0, 0, 0, -1}; local
222 result = SensorVerificationHelper.verifySignum(events, expected2, threshold2);

Completed in 1433 milliseconds

1 2