HomeSort by relevance Sort by last modified time
    Searched refs:expected1 (Results 1 - 25 of 38) 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());
  /external/tensorflow/tensorflow/core/kernels/
identity_n_op_test.cc 48 Tensor expected1(allocator(), DT_DOUBLE, TensorShape({6}));
49 test::FillValues<double>(&expected1, {7.3, 8.3, 9.3, 10.3, 11.3, 12.3});
50 test::ExpectTensorEqual<double>(expected1, *GetOutput(1));
73 Tensor expected1(allocator(), DT_INT32, TensorShape({8}));
74 test::FillValues<int32>(&expected1, {1, 3, 5, 7, 9, 11, 13, 15});
75 test::ExpectTensorEqual<int32>(expected1, *GetOutput(1));
  /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/deqp/modules/gles2/functional/
es2fApiCase.cpp 76 void ApiCase::expectError (deUint32 expected0, deUint32 expected1)
79 if (err != expected0 && err != expected1)
81 m_log << tcu::TestLog::Message << "// ERROR: expected " << glu::getErrorStr(expected0) << " or " << glu::getErrorStr(expected1) << tcu::TestLog::EndMessage;
  /external/deqp/modules/gles3/functional/
es3fApiCase.cpp 78 void ApiCase::expectError (deUint32 expected0, deUint32 expected1)
81 if (err != expected0 && err != expected1)
83 m_log << TestLog::Message << "// ERROR: expected " << glu::getErrorStr(expected0) << " or " << glu::getErrorStr(expected1) << TestLog::EndMessage;
  /external/libchrome/crypto/
sha2_unittest.cc 15 int expected1[] = { 0xba, 0x78, 0x16, 0xbf, local
27 EXPECT_EQ(expected1[i], static_cast<int>(output1[i]));
33 EXPECT_EQ(expected1[i], static_cast<int>(output_truncated1[i]));
40 int expected1[] = { 0xba, 0x78, 0x16, 0xbf, local
52 EXPECT_EQ(expected1[i], static_cast<uint8_t>(output1[i]));
  /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);
  /external/guava/guava-tests/test/com/google/common/hash/
Murmur3Hash128Test.java 51 private static void assertHash(int seed, long expected1, long expected2, String stringInput) {
52 HashCode expected = toHashCode(expected1, expected2);
  /external/tensorflow/tensorflow/python/ops/ragged/
ragged_segment_ids_to_row_splits_op_test.py 63 expected1 = [0, 3, 3, 5, 6, 9]
67 self.assertAllEqual(splits1, expected1)
ragged_segment_op_test.py 160 expected1 = [[[111, 112, 113, 114], [121]], # row 0
164 self.assertRaggedEqual(segmented1, expected1)
  /external/epid-sdk/epid/member/tiny/math/unittests/internal/
onetimepad-test.cc 35 const std::vector<unsigned int> expected1({0x07050301, 0});
40 EXPECT_EQ(expected1, actual1);
50 const std::vector<unsigned int> expected1({0x07050301, 0});
56 EXPECT_EQ(expected1, actual1);
79 std::vector<uint8_t> expected1({0x01, 0x00, 0x00, 0x00});
85 EXPECT_EQ(expected1, actual);
  /bionic/tests/
math_data_test.h 55 RT1 expected1; member in struct:data_2_1_t
62 RT1 expected1; member in struct:data_1_int_1_t
69 RT1 expected1; member in struct:data_1_int_2_t
235 EXPECT_PRED_FORMAT2(predicate1, data[i].expected1, out1) << "Failed on element " << i;
252 EXPECT_PRED_FORMAT2(predicate1, data[i].expected1, out1) << "Failed on element " << i;
268 EXPECT_PRED_FORMAT2(predicate1, data[i].expected1, out1) << "Failed on element " << i;
284 EXPECT_PRED_FORMAT2(predicate1, data[i].expected1, out1) << "Failed on element " << i;
  /external/python/setuptools/pkg_resources/tests/
test_working_set.py 76 expected1, expected2
85 (name, False, expected1),
  /cts/tests/tests/util/src/android/util/cts/
TypedValueTest.java 120 final float expected1 = 0.0f; local
126 assertEquals(expected1, TypedValue.complexToFraction(data1, base1, pbase1), 0.0f);
205 final float expected1 = 0.0f; local
210 assertEquals(expected1, TypedValue.complexToFloat(complex1), 0.0f);
  /external/libchrome/mojo/public/tools/bindings/pylib/mojom_tests/parse/
parser_unittest.py 742 expected1 = ast.Mojom(
750 self.assertEquals(parser.Parse(source1, "my_file.mojom"), expected1)
785 expected1 = ast.Mojom(
798 self.assertEquals(parser.Parse(source1, "my_file.mojom"), expected1)
960 expected1 = ast.Mojom(
964 self.assertEquals(parser.Parse(source1, "my_file.mojom"), expected1)
    [all...]
  /cts/tests/tests/graphics/src/android/graphics/cts/
InterpolatorTest.java 63 int expected1 = 100; local
67 interpolator.reset(expected1, expected2);
68 assertEquals(expected1, interpolator.getValueCount());
PathTest.java 115 Path.FillType expected1 = Path.FillType.EVEN_ODD; local
124 assertEquals(expected1, path.getFillType());
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/
StringTokenizerTest.java 79 String expected1[] = {"this", "\t", "is", "\n", "a", "\r", "string", "\f", local
84 for (int i = 0; i < expected1.length; i ++) {
85 if (!(stdelimiterreturn.nextElement().equals(expected1[i])
86 && stdelimitersetreturn.nextElement().equals(expected1[i]))) {
169 String expected1[] = {"bmp string ", local
174 if (!tokenizer.nextElement().equals(expected1[i ++])) {
465 String expected1[] = {"abc", "def1ghi", "jkl3mno", "pqr", "stu1vwx", local
467 for (int i = 0; i < expected1.length; i ++) {
469 expected1[i])) {
    [all...]
  /external/icu/icu4c/source/test/intltest/
tsdcfmsy.cpp 354 const char16_t* expected1; // Expected number format string member in struct:testcase
378 UnicodeString expected1(cas.expected1);
384 Verify(1234.56, "#,##0.##", dfs, expected1);
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
StringTokenizerTest.java 76 String expected1[] = {"this", "\t", "is", "\n", "a", "\r", "string", "\f", local
81 for (int i = 0; i < expected1.length; i ++) {
82 if (!(stdelimiterreturn.nextElement().equals(expected1[i])
83 && stdelimitersetreturn.nextElement().equals(expected1[i]))) {
166 String expected1[] = {"bmp string ", local
171 if (!tokenizer.nextElement().equals(expected1[i ++])) {
462 String expected1[] = {"abc", "def1ghi", "jkl3mno", "pqr", "stu1vwx", local
464 for (int i = 0; i < expected1.length; i ++) {
466 expected1[i])) {
    [all...]
  /external/icu/icu4c/source/test/cintltst/
ncnvtst.c 978 UChar expected1[] = { 0x0031, 0x4e8c, 0xfffd, 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
1724 static const uint8_t expected1[] = {0x7E, 0x7B, 0x52, 0x3B, local
    [all...]
nccbtst.c 915 UChar expected1[] = { 0x0031, 0x4e8c, 0x0061}; local
927 UChar expected1[] = { 0x00ba, 0x008c, 0x00f8, 0x0061,0xfffe,0xfffe}; local
1331 static const UChar expected1[] = { 0x0031, 0x4e8c,}; local
1342 static const UChar expected1[] = { 0x00ba, 0x008c, 0x00f8, 0x0061}; local
1621 UChar expected1[] = { 0x0031, 0x4e8c, 0xfffd, 0xfffd, 0x0061}; local
1632 UChar expected1[] = { 0x00ba, 0x008c, 0x00f8, 0x0061,0xfffd,0xfffd}; local
    [all...]
  /cts/tests/tests/text/src/android/text/format/cts/
TimeTest.java 456 Time expected1 = new Time(newTz); local
457 Fields.set(expected1, 2006, 9, 5, 5, 0, 0, 1 /* isDst */, -25200, 277, 4);
458 Fields.verifyTimeEquals(expected1, t);
478 Time expected1 = new Time(zone2); local
479 Fields.set(expected1, 2007, 2, 10, 4, 0, 0, 0 /* isDst */, -28800, 68, 6);
480 Fields.verifyTimeEquals(expected1, t);
500 Time expected1 = new Time(zone2); local
501 Fields.set(expected1, 2007, 2, 26, 4, 0, 0, 1 /* isDst */, -25200, 84, 1);
502 Fields.verifyTimeEquals(expected1, t);
522 Time expected1 = new Time(zone2) local
547 Time expected1 = new Time(zone2); local
563 Time expected1 = new Time(zone2); local
    [all...]

Completed in 1798 milliseconds

1 2