Home
last modified time | relevance | path

Searched defs:expected (Results 1 – 25 of 1319) sorted by relevance

12345678910>>...53

/external/junit/src/junit/framework/
DAssert.java62 static public void assertEquals(String message, Object expected, Object actual) { in assertEquals()
73 static public void assertEquals(Object expected, Object actual) { in assertEquals()
79 static public void assertEquals(String message, String expected, String actual) { in assertEquals()
90 static public void assertEquals(String expected, String actual) { in assertEquals()
98 static public void assertEquals(String message, double expected, double actual, double delta) { in assertEquals()
108 static public void assertEquals(double expected, double actual, double delta) { in assertEquals()
116 static public void assertEquals(String message, float expected, float actual, float delta) { in assertEquals()
126 static public void assertEquals(float expected, float actual, float delta) { in assertEquals()
133 static public void assertEquals(String message, long expected, long actual) { in assertEquals()
139 static public void assertEquals(long expected, long actual) { in assertEquals()
[all …]
/external/chromium_org/cc/test/
Dgeometry_test_utils.h16 #define EXPECT_FLOAT_RECT_EQ(expected, actual) \ argument
24 #define EXPECT_RECT_NEAR(expected, actual, abs_error) \ argument
32 #define EXPECT_RECT_EQ(expected, actual) \ argument
40 #define EXPECT_SIZE_EQ(expected, actual) \ argument
46 #define EXPECT_POINT_EQ(expected, actual) \ argument
52 #define EXPECT_POINT3F_EQ(expected, actual) \ argument
59 #define EXPECT_VECTOR_EQ(expected, actual) \ argument
65 #define EXPECT_VECTOR2DF_EQ(expected, actual) \ argument
71 #define EXPECT_FLOAT_ARRAY_EQ(expected, actual, count) \ argument
86 #define EXPECT_TRANSFORMATION_MATRIX_EQ(expected, actual) \ argument
/external/chromium_org/third_party/angle/tests/preprocessor_tests/
Ddefine_test.cpp18 const char* expected = "\n" in TEST_F() local
39 const char* expected = "\n" in TEST_F() local
72 const char* expected = "\n" in TEST_F() local
87 const char* expected = "\n" in TEST_F() local
102 const char* expected = "\n" in TEST_F() local
118 const char* expected = "\n" in TEST_F() local
133 const char* expected = "\n" in TEST_F() local
150 const char* expected = "\n" in TEST_F() local
165 const char* expected = "\n" in TEST_F() local
181 const char* expected = "\n" in TEST_F() local
[all …]
Dif_test.cpp21 const char* expected = "pass_1\n" in TEST_F() local
37 const char* expected = "pass_1\n" in TEST_F() local
55 const char* expected = "pass_1\n" in TEST_F() local
75 const char* expected = "pass_1\n" in TEST_F() local
101 const char* expected = "pass_1\n" in TEST_F() local
131 const char* expected = "pass_1\n" in TEST_F() local
159 const char* expected = "pass_1\n" in TEST_F() local
188 const char* expected = "pass_1\n" in TEST_F() local
218 const char* expected = "pass_1\n" in TEST_F() local
241 const char* expected = "\n" in TEST_F() local
[all …]
Dpragma_test.cpp17 const char* expected = "\n"; in TEST_F() local
31 const char* expected = "\n"; in TEST_F() local
45 const char* expected = "\n"; in TEST_F() local
73 const char* expected = "\n"; in TEST_F() local
87 const char* expected = ""; in TEST_F() local
107 const char* expected = "\n"; in TEST_P() local
Derror_test.cpp17 const char* expected = "\n"; in TEST_F() local
30 const char* expected = "\n"; in TEST_F() local
44 const char* expected = "\n"; in TEST_F() local
68 const char* expected = "\n"; in TEST_F() local
82 const char* expected = ""; in TEST_F() local
/external/chromium/base/
Dlinked_list_unittest.cc81 const int expected[] = {1}; in TEST() local
91 const int expected[] = {1, 2}; in TEST() local
101 const int expected[] = {1, 2, 3}; in TEST() local
124 const int expected[] = {1, 2, 3, 4, 5}; in TEST() local
134 const int expected[] = {1, 2, 4, 5}; in TEST() local
144 const int expected[] = {1, 2, 4}; in TEST() local
154 const int expected[] = {2, 4}; in TEST() local
176 const int expected[] = {1, 2, 3, 4, 5}; in TEST() local
195 const int expected[] = {1, 2}; in TEST() local
204 const int expected[] = {1, 3, 2}; in TEST() local
[all …]
Dsha1_unittest.cc16 int expected[] = { 0xa9, 0x99, 0x3e, 0x36, in TEST() local
32 int expected[] = { 0x84, 0x98, 0x3e, 0x44, in TEST() local
47 int expected[] = { 0x34, 0xaa, 0x97, 0x3c, in TEST() local
63 unsigned char expected[] = { 0xa9, 0x99, 0x3e, 0x36, in TEST() local
81 unsigned char expected[] = { 0x84, 0x98, 0x3e, 0x44, in TEST() local
98 unsigned char expected[] = { 0x34, 0xaa, 0x97, 0x3c, in TEST() local
/external/chromium_org/base/containers/
Dlinked_list_unittest.cc81 const int expected[] = {1}; in TEST() local
91 const int expected[] = {1, 2}; in TEST() local
101 const int expected[] = {1, 2, 3}; in TEST() local
124 const int expected[] = {1, 2, 3, 4, 5}; in TEST() local
134 const int expected[] = {1, 2, 4, 5}; in TEST() local
144 const int expected[] = {1, 2, 4}; in TEST() local
154 const int expected[] = {2, 4}; in TEST() local
176 const int expected[] = {1, 2, 3, 4, 5}; in TEST() local
195 const int expected[] = {1, 2}; in TEST() local
204 const int expected[] = {1, 3, 2}; in TEST() local
[all …]
/external/guava/guava-tests/test/com/google/common/math/
DDoubleMathTest.java75 BigDecimal expected = new BigDecimal(d).setScale(0, mode); in testRoundIntegralDoubleToInt() local
92 BigDecimal expected = new BigDecimal(d).setScale(0, mode); in testRoundFractionalDoubleToInt() local
108 BigDecimal expected = new BigDecimal(d).setScale(0, UNNECESSARY); in testRoundExactIntegralDoubleToInt() local
155 BigDecimal expected = new BigDecimal(d).setScale(0, mode); in testRoundIntegralDoubleToLong() local
172 BigDecimal expected = new BigDecimal(d).setScale(0, mode); in testRoundFractionalDoubleToLong() local
189 BigDecimal expected = new BigDecimal(d).setScale(0, UNNECESSARY); in testRoundExactIntegralDoubleToLong() local
236 BigDecimal expected = new BigDecimal(d).setScale(0, mode); in testRoundIntegralDoubleToBigInteger() local
245 BigDecimal expected = new BigDecimal(d).setScale(0, mode); in testRoundFractionalDoubleToBigInteger() local
253 BigDecimal expected = new BigDecimal(d).setScale(0, UNNECESSARY); in testRoundExactIntegralDoubleToBigInteger() local
/external/chromium_org/third_party/WebKit/Source/modules/indexeddb/
DIDBKeyPathTest.cpp40 void checkKeyPath(const String& keyPath, const Vector<String>& expected, int parserError) in checkKeyPath()
59 Vector<String> expected; in TEST() local
66 Vector<String> expected; in TEST() local
74 Vector<String> expected; in TEST() local
84 Vector<String> expected; in TEST() local
91 Vector<String> expected; in TEST() local
98 Vector<String> expected; in TEST() local
106 Vector<String> expected; in TEST() local
114 Vector<String> expected; in TEST() local
122 Vector<String> expected; in TEST() local
/external/chromium_org/third_party/WebKit/Tools/GardeningServer/scripts/
Dresults_unittests.js38 "expected": "IMAGE", property
42 "expected": "WONTFIX", property
46 "expected": "PASS", property
51 "expected": "TEXT", property
56 "expected": "FAIL", property
63 "expected": "FAIL", property
67 "expected": "PASS", property
89 analyzer = new results.ResultAnalyzer({expected: 'PASS', actual: 'TEXT', is_unexpected: true}); property
95 …analyzer = new results.ResultAnalyzer({expected: 'PASS TIMEOUT', actual: 'TEXT', is_unexpected: tr… property
101 …analyzer = new results.ResultAnalyzer({expected: 'TEXT', actual: 'TEXT TIMEOUT', is_unexpected: tr… property
[all …]
/external/chromium_org/third_party/libaddressinput/chromium/cpp/test/util/
Dmd5_unittest.cc40 std::string expected = "d41d8cd98f00b204e9800998ecf8427e"; in TEST() local
51 int expected[] = { in TEST() local
68 int expected[] = { in TEST() local
89 int expected[] = { in TEST() local
107 int expected[] = { in TEST() local
144 int expected[] = { in TEST() local
158 std::string expected = "d41d8cd98f00b204e9800998ecf8427e"; in TEST() local
164 std::string expected = "0cc175b9c0f1b6a831c399e269772661"; in TEST() local
170 std::string expected = "900150983cd24fb0d6963f7d28e17f72"; in TEST() local
176 std::string expected = "f96b697d7cb7938d525a2f31aaf161d0"; in TEST() local
[all …]
/external/chromium_org/base/
Dmd5_unittest.cc29 std::string expected = "d41d8cd98f00b204e9800998ecf8427e"; in TEST() local
40 int expected[] = { in TEST() local
57 int expected[] = { in TEST() local
78 int expected[] = { in TEST() local
96 int expected[] = { in TEST() local
133 int expected[] = { in TEST() local
147 std::string expected = "d41d8cd98f00b204e9800998ecf8427e"; in TEST() local
153 std::string expected = "0cc175b9c0f1b6a831c399e269772661"; in TEST() local
159 std::string expected = "900150983cd24fb0d6963f7d28e17f72"; in TEST() local
165 std::string expected = "f96b697d7cb7938d525a2f31aaf161d0"; in TEST() local
[all …]
Dsha1_unittest.cc16 int expected[] = { 0xa9, 0x99, 0x3e, 0x36, in TEST() local
32 int expected[] = { 0x84, 0x98, 0x3e, 0x44, in TEST() local
47 int expected[] = { 0x34, 0xaa, 0x97, 0x3c, in TEST() local
63 unsigned char expected[] = { 0xa9, 0x99, 0x3e, 0x36, in TEST() local
81 unsigned char expected[] = { 0x84, 0x98, 0x3e, 0x44, in TEST() local
98 unsigned char expected[] = { 0x34, 0xaa, 0x97, 0x3c, in TEST() local
/external/chromium_org/gpu/command_buffer/client/
Dgles2_implementation_unittest_autogen.h19 Cmds expected; in TEST_F() local
31 Cmds expected; in TEST_F() local
45 Cmds expected; in TEST_F() local
59 Cmds expected; in TEST_F() local
73 Cmds expected; in TEST_F() local
84 Cmds expected; in TEST_F() local
95 Cmds expected; in TEST_F() local
106 Cmds expected; in TEST_F() local
117 Cmds expected; in TEST_F() local
130 Cmds expected; in TEST_F() local
[all …]
/external/chromium_org/v8/test/webkit/
Ddfg-arith-add-overflow-check-elimination-predicted-but-not-proven-int.js38 {a:2147483645, b:2147483644, c:9007199254740990, expected:-8}, property
39 {a:2147483643, b:2147483643, c:18014398509481980, expected:-16}, property
40 {a:2147483643, b:2147483642, c:36028797018963960, expected:-16}, property
41 {a:2147483642, b:2147483642, c:36028797018963960, expected:-16}, property
42 {a:2147483641, b:2147483640, c:144115188075855840, expected:-32}, property
43 {a:2147483640, b:2147483640, c:144115188075855840, expected:-64}, property
44 {a:2147483640, b:2147483639, c:288230376151711680, expected:-64}, property
45 {a:2147483639, b:2147483639, c:288230376151711680, expected:-64} property
52 var expected; variable
/external/chromium_org/third_party/WebKit/Tools/GardeningServer/scripts/ui/
Dresults_unittests.js50 "expected": "IMAGE", property
54 "expected": "TEXT", property
60 "expected": "PASS", property
69 "expected": "PASS", property
76 "expected": "PASS", property
86 "expected": "PASS", property
95 "expected": "TEXT", property
101 "expected": "TEXT", property
107 "expected": "TEXT", property
113 "expected": "TEXT", property
[all …]
/external/apache-harmony/support/src/test/java/org/apache/harmony/testframework/
DCharSinkTester.java82 private static void assertArrayEquals(char[] expected, char[] actual) { in assertArrayEquals()
93 char[] expected = new char[] {}; in sinkTestNoWriting() local
101 char[] expected = new char[] {}; in sinkTestWriteZeroChars() local
114 char[] expected = "EFGCDECBA".toCharArray(); in sinkTestWriteCharByChar() local
126 char[] expected = "EFGCDECBA".toCharArray(); in sinkTestWriteArray() local
139 char[] expected = "EFGCDECBA".toCharArray(); in sinkTestWriteOffset() local
166 char[] expected = new char[(1024 * 1024) + 1]; // 2 MB + 1 char in sinkTestWriteLargeArray() local
/external/chromium_org/cc/output/
Dfilter_operations_unittest.cc148 FilterOperation expected = FilterOperation::CreateGrayscaleFilter(0.f); in TEST() local
164 FilterOperation expected = FilterOperation::CreateGrayscaleFilter(0.75f); in TEST() local
177 FilterOperation expected = FilterOperation::CreateSepiaFilter(0.f); in TEST() local
193 FilterOperation expected = FilterOperation::CreateSepiaFilter(0.75f); in TEST() local
206 FilterOperation expected = FilterOperation::CreateSaturateFilter(0.f); in TEST() local
222 FilterOperation expected = FilterOperation::CreateSaturateFilter(0.25f); in TEST() local
235 FilterOperation expected = FilterOperation::CreateHueRotateFilter(0.f); in TEST() local
251 FilterOperation expected = FilterOperation::CreateHueRotateFilter(0.75f); in TEST() local
264 FilterOperation expected = FilterOperation::CreateInvertFilter(0.f); in TEST() local
280 FilterOperation expected = FilterOperation::CreateInvertFilter(0.75f); in TEST() local
[all …]
/external/guava/guava-tests/test/com/google/common/primitives/
DUnsignedLongTest.java59 BigInteger expected = (value >= 0) in testAsUnsignedBigIntegerValue() local
62 assertEquals(UnsignedLongs.toString(value), expected, in testAsUnsignedBigIntegerValue() local
113 long expected = aUnsigned in testAdd() local
128 long expected = aUnsigned in testSubtract() local
143 long expected = aUnsigned in testMultiply() local
159 long expected = aUnsigned in testDivide() local
185 long expected = aUnsigned in testRemainder() local
DUnsignedIntegerTest.java58 long expected = value & 0xffffffffL; in testAsUnsignedLongValue() local
59 assertEquals(UnsignedInts.toString(value), expected, UnsignedInteger.asUnsigned(value) in testAsUnsignedLongValue() local
110 int expected = aUnsigned.bigIntegerValue().add(bUnsigned.bigIntegerValue()).intValue(); in testAdd() local
122 int expected = in testSubtract() local
136 int expected = in testMultiply() local
150 int expected = in testDivide() local
174 int expected = in testRemainder() local
/external/chromium_org/tools/gyp/test/ios/
Dgyptest-archs.py20 def CheckFileType(file, expected): argument
62 expected = 'i386' variable
64 expected = 'x86_64' variable
/external/chromium_org/net/websockets/
Dwebsocket_extension_parser_test.cc25 WebSocketExtension expected("foo"); in TEST() local
35 WebSocketExtension expected("foo"); in TEST() local
46 WebSocketExtension expected("foo"); in TEST() local
57 WebSocketExtension expected("foo"); in TEST() local
111 WebSocketExtension expected("foo"); in TEST() local
/external/chromium/sdch/open-vcdiff/src/gtest/
Dgtest.h621 const T1& expected, in CmpHelperEQ()
653 const T1& expected, in Compare()
667 BiggestInt expected, in Compare()
686 const T1& expected, in Compare()
697 const T1& expected, in Compare()
848 RawType expected, in CmpHelperFloatingPointEQ()
1000 #define EXPECT_EQ(expected, actual) \ argument
1004 #define EXPECT_NE(expected, actual) \ argument
1015 #define ASSERT_EQ(expected, actual) \ argument
1046 #define EXPECT_STREQ(expected, actual) \ argument
[all …]

12345678910>>...53