| /external/smali/dexlib2/src/test/java/org/jf/dexlib2/writer/util/ |
| D | TryListBuilderTest.java | 56 List<? extends TryBlock> expected = ImmutableList.of(new ImmutableTryBlock(0, 10, in testSingleCatchAll_Beginning() local 70 List<? extends TryBlock> expected = ImmutableList.of(new ImmutableTryBlock(5, 5, in testSingleCatchAll_Middle() local 84 List<? extends TryBlock> expected = ImmutableList.of(new ImmutableTryBlock(0, 10, in testSingleCatch_Beginning() local 98 List<? extends TryBlock> expected = ImmutableList.of(new ImmutableTryBlock(5, 5, in testSingleCatch_Middle() local 113 List<? extends TryBlock> expected = ImmutableList.of( in testOverlap_End_After() local 131 List<? extends TryBlock> expected = ImmutableList.of( in testOverlap_After_After() local 149 List<? extends TryBlock> expected = ImmutableList.of( in testOverlap_Before_Start() local 167 List<? extends TryBlock> expected = ImmutableList.of( in testOverlap_Before_Before() local 185 List<? extends TryBlock> expected = ImmutableList.of( in testOverlap_Start_End() local 203 List<? extends TryBlock> expected = ImmutableList.of( in testOverlap_Start_Middle() local [all …]
|
| /external/junit/src/junit/framework/ |
| D | Assert.java | 62 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/ |
| D | geometry_test_utils.h | 16 #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/ |
| D | define_test.cpp | 18 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 …]
|
| D | if_test.cpp | 21 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 …]
|
| D | pragma_test.cpp | 17 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
|
| D | error_test.cpp | 17 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_org/base/containers/ |
| D | linked_list_unittest.cc | 81 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/chromium_org/third_party/WebKit/Tools/GardeningServer/scripts/ |
| D | results_unittests.js | 38 "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/guava/guava-tests/test/com/google/common/math/ |
| D | DoubleMathTest.java | 75 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/ |
| D | IDBKeyPathTest.cpp | 40 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/deqp/framework/delibs/decpp/ |
| D | deRandom.cpp | 54 …static const bool expected[] = { true, false, false, false, true, true, false, false, false, false… in Random_selfTest() local 63 static const int expected[] = { -6628, -6483, 802, -7758, -8463, 3165, 9216, 3107, 1851, 8707 }; in Random_selfTest() local 72 …static const deUint32 expected[] = { 3694588092u, 3135240271u, 882874943u, 2108407657u, 376640368u… in Random_selfTest() local 81 …static const deUint64 expected[] = { 15868135030466279503ull, 3791919008751271785ull, 161765806430… in Random_selfTest() local 90 …static const float expected[] = { 0.763413f, 0.679680f, 0.288965f, 0.854431f, 0.403095f, 0.198132f… in Random_selfTest() local 100 …static const float expected[] = { 824.996643f, 675.039185f, -24.691774f, 987.999756f, 179.702286f,… in Random_selfTest() local 112 static const int expected[][numItemsPicked] = in Random_selfTest() local 140 static const int expected[] = { 43, 123, -90, -90, 0, 3, 43, 0, 654, 43 }; in Random_selfTest() local 153 static const int expected[] = { -90, 654, 45, 0, 45, 45, -123, -90, 45, 654 }; in Random_selfTest() local 164 static const int expected[][DE_LENGTH_OF_ARRAY(items)] = in Random_selfTest() local
|
| /external/nanohttpd/core/src/test/java/fi/iki/elonen/ |
| D | HttpDeleteRequestTest.java | 19 String[] expected = { in testDeleteRequestThatDoesntSendBackResponseBody_EmptyString() local 37 String[] expected = { in testDeleteRequestThatDoesntSendBackResponseBody_NullString() local 55 String[] expected = { in testDeleteRequestThatDoesntSendBackResponseBody_NullInputStream() local 73 String[] expected = { in testDeleteRequestThatSendsBackResponseBody_Success() local 92 String[] expected = { in testDeleteRequestThatSendsBackResponseBody_Accepted() local
|
| /external/chromium_org/third_party/libaddressinput/chromium/cpp/test/util/ |
| D | md5_unittest.cc | 39 std::string expected = "d41d8cd98f00b204e9800998ecf8427e"; in TEST() local 50 int expected[] = { in TEST() local 67 int expected[] = { in TEST() local 88 int expected[] = { in TEST() local 106 int expected[] = { in TEST() local 143 int expected[] = { in TEST() local 157 std::string expected = "d41d8cd98f00b204e9800998ecf8427e"; in TEST() local 163 std::string expected = "0cc175b9c0f1b6a831c399e269772661"; in TEST() local 169 std::string expected = "900150983cd24fb0d6963f7d28e17f72"; in TEST() local 175 std::string expected = "f96b697d7cb7938d525a2f31aaf161d0"; in TEST() local [all …]
|
| /external/chromium_org/third_party/libaddressinput/src/cpp/test/util/ |
| D | md5_unittest.cc | 40 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/gpu/command_buffer/client/ |
| D | gles2_implementation_unittest_autogen.h | 20 Cmds expected; in TEST_F() local 32 Cmds expected; in TEST_F() local 46 Cmds expected; in TEST_F() local 60 Cmds expected; in TEST_F() local 74 Cmds expected; in TEST_F() local 85 Cmds expected; in TEST_F() local 96 Cmds expected; in TEST_F() local 107 Cmds expected; in TEST_F() local 118 Cmds expected; in TEST_F() local 130 Cmds expected; in TEST_F() local [all …]
|
| /external/chromium_org/v8/test/webkit/ |
| D | dfg-arith-add-overflow-check-elimination-predicted-but-not-proven-int.js | 38 {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/ |
| D | results_unittests.js | 50 "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/chromium_org/base/ |
| D | md5_unittest.cc | 29 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 …]
|
| D | sha1_unittest.cc | 16 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/cc/output/ |
| D | filter_operations_unittest.cc | 148 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/apache-harmony/support/src/test/java/org/apache/harmony/testframework/ |
| D | CharSinkTester.java | 83 private static void assertArrayEquals(char[] expected, char[] actual) { in assertArrayEquals() 94 char[] expected = new char[] { }; in sinkTestNoWriting() local 102 char[] expected = new char[] { }; in sinkTestWriteZeroChars() local 115 char[] expected = "EFGCDECBA".toCharArray(); in sinkTestWriteCharByChar() local 127 char[] expected = "EFGCDECBA".toCharArray(); in sinkTestWriteArray() local 140 char[] expected = "EFGCDECBA".toCharArray(); in sinkTestWriteOffset() local 167 char[] expected = new char[(1024 * 1024) + 1]; // 2 MB + 1 char in sinkTestWriteLargeArray() local
|
| /external/chromium_org/third_party/libaddressinput/chromium/cpp/test/ |
| D | address_data_test.cc | 47 std::vector<std::string> expected; in TEST() local 73 std::vector<std::string> expected; in TEST() local 100 std::vector<std::string> expected; in TEST() local 127 std::vector<std::string> expected; in TEST() local 154 std::vector<std::string> expected; in TEST() local 181 std::vector<std::string> expected; in TEST() local 203 std::vector<std::string> expected( in TEST() local 222 std::vector<std::string> expected( in TEST() local
|
| /external/chromium_org/third_party/libaddressinput/src/cpp/test/ |
| D | address_input_helper_test.cc | 84 AddressData expected = address; in TEST_F() local 98 AddressData expected = address; in TEST_F() local 117 AddressData expected = address; in TEST_F() local 140 AddressData expected = address; in TEST_F() local 162 AddressData expected = address; in TEST_F() local 196 AddressData expected = address; in TEST_F() local 212 AddressData expected = address; in TEST_F() local 225 AddressData expected = address; in TEST_F() local 236 AddressData expected = address; in TEST_F() local 310 AddressData expected = address; in TEST_F() local [all …]
|
| /external/chromium_org/v8/test/promises-aplus/lib/ |
| D | assert.js | 34 function fail(actual, expected, message, operator) { argument 47 function equal(actual, expected, message) { argument 53 function notEqual(actual, expected, message) { argument 59 function strictEqual(actual, expected, message) { argument 65 function notStrictEqual(actual, expected, message) { argument
|