| /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/chromium_org/mojo/android/javatests/src/org/chromium/mojo/bindings/ |
| D | ValidationTestUtilTest.java | 43 ByteBuffer expected = ByteBuffer.allocateDirect(0); in testCorrectMessageParsing() local 51 ByteBuffer expected = ByteBuffer.allocateDirect(0); in testCorrectMessageParsing() local 59 ByteBuffer expected = ByteBuffer.allocateDirect(17); in testCorrectMessageParsing() local 73 ByteBuffer expected = ByteBuffer.allocateDirect(15); in testCorrectMessageParsing() local 85 ByteBuffer expected = ByteBuffer.allocateDirect(3); in testCorrectMessageParsing() local 96 ByteBuffer expected = ByteBuffer.allocateDirect(12); in testCorrectMessageParsing() local 106 ByteBuffer expected = ByteBuffer.allocateDirect(14); in testCorrectMessageParsing() local 118 ByteBuffer expected = ByteBuffer.allocateDirect(8); in testCorrectMessageParsing() local 144 ByteBuffer expected = ByteBuffer.allocateDirect(0); in testCorrectMessageParsing() local
|
| /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/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/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/chromium_org/third_party/WebKit/Source/modules/indexeddb/ |
| D | IDBKeyPathTest.cpp | 39 void checkKeyPath(const String& keyPath, const Vector<String>& expected, int parserError) in checkKeyPath() 58 Vector<String> expected; in TEST() local 65 Vector<String> expected; in TEST() local 73 Vector<String> expected; in TEST() local 83 Vector<String> expected; in TEST() local 90 Vector<String> expected; in TEST() local 97 Vector<String> expected; in TEST() local 105 Vector<String> expected; in TEST() local 113 Vector<String> expected; in TEST() local 121 Vector<String> expected; in TEST() local
|
| /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/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/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/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/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/v8/test/cctest/compiler/ |
| D | test-run-machops.cc | 567 int expected = static_cast<int32_t>(*i + *j); in TEST() local 583 int32_t expected = *i + (*j >> shift); in TEST() local 597 int32_t expected = (*i >> shift) + *k; in TEST() local 615 int32_t expected = *i + (*j << shift); in TEST() local 629 int32_t expected = (*i << shift) + *k; in TEST() local 647 int32_t expected = *i + (*j >> shift); in TEST() local 661 int32_t expected = (*i >> shift) + *k; in TEST() local 685 int32_t expected = (*i + *j) == 0 ? constant : 0 - constant; in TEST() local 703 int32_t expected = (*i + *j) != 0 ? constant : 0 - constant; in TEST() local 720 uint32_t expected = (*i + *j) == 0 ? constant : 0 - constant; in TEST() local [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/third_party/libaddressinput/src/cpp/test/ |
| D | address_input_helper_test.cc | 78 AddressData expected = address; in TEST_F() local 92 AddressData expected = address; in TEST_F() local 111 AddressData expected = address; in TEST_F() local 134 AddressData expected = address; in TEST_F() local 156 AddressData expected = address; in TEST_F() local 190 AddressData expected = address; in TEST_F() local 206 AddressData expected = address; in TEST_F() local 219 AddressData expected = address; in TEST_F() local 230 AddressData expected = address; in TEST_F() local 298 AddressData expected = address; in TEST_F() local [all …]
|
| /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/tools/gn/ |
| D | parser_unittest.cc | 22 void DoParserPrintTest(const char* input, const char* expected) { in DoParserPrintTest() 40 void DoExpressionPrintTest(const char* input, const char* expected) { in DoExpressionPrintTest() 133 const char* expected = in TEST() local 151 const char* expected = in TEST() local 165 const char* expected = in TEST() local 300 const char* expected = in TEST() local 330 const char* expected = in TEST() local 368 const char* expected = in TEST() local 437 const char* expected = in TEST() local 468 const char* expected = in TEST() local [all …]
|
| D | ninja_binary_target_writer_unittest.cc | 37 const char expected[] = in TEST() local 70 const char expected[] = in TEST() local 107 const char expected[] = in TEST() local 137 const char expected[] = in TEST() local 193 const char expected[] = in TEST() local 246 const char expected[] = in TEST() local
|
| /external/chromium_org/third_party/libaddressinput/src/java/test/com/android/i18n/addressinput/ |
| D | FormatInterpreterTest.java | 148 List<String> expected = new ArrayList<String>(); in testUsEnvelopeAddress() local 160 List<String> expected = new ArrayList<String>(); in testTwEnvelopeAddress() local 173 List<String> expected = new ArrayList<String>(); in testEnvelopeAddressIncompleteAddress() local 186 List<String> expected = new ArrayList<String>(); in testEnvelopeAddressEmptyAddress() local 194 List<String> expected = new ArrayList<String>(); in testEnvelopeAddressLeadingPostPrefix() local 212 List<String> expected = new ArrayList<String>(); in testSvAddress() local
|