/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/lang/ |
D | DoubleTest.java | 186 String expectedString) { in doTestCompareRawBits() 432 String testString, expectedString; in test_parseDoubleLjava_lang_String() local 449 String testString, expectedString; in test_parseDoubleLjava_lang_String() local 764 String expectedString = "0x" + Long.toHexString(Double.doubleToLongBits(expected)); in test_parseDouble_LString_NormalPositiveExponent() local 825 String expectedString = "0x" + Long.toHexString(Double.doubleToLongBits(expected)); in test_parseDouble_LString_NormalNegativeExponent() local 889 String expectedString = "0x" + Long.toHexString(Double.doubleToLongBits(expected)); in test_parseDouble_LString_MaxNormalBoundary() local 953 String expectedString = "0x" + Long.toHexString(Double.doubleToLongBits(expected)); in test_parseDouble_LString_MinNormalBoundary() local 1017 String expectedString = "0x" + Long.toHexString(Double.doubleToLongBits(expected)); in test_parseDouble_LString_MaxSubNormalBoundary() local 1081 String expectedString = "0x" + Long.toHexString(Double.doubleToLongBits(expected)); in test_parseDouble_LString_MinSubNormalBoundary() local 1128 String expectedString = "0x" + Long.toHexString(Double.doubleToLongBits(expected)); in test_parseDouble_LString_ZeroBoundary() local
|
D | FloatTest.java | 88 String expectedString) { in doTestCompareRawBits() 476 String expectedString = Integer.toHexString(Float.floatToIntBits(expected)); in test_parseFloat_LString_NormalPositiveExponent() local 525 String expectedString = Integer.toHexString(Float.floatToIntBits(expected)); in test_parseFloat_LString_NormalNegativeExponent() local 575 String expectedString = Integer.toHexString(Float.floatToIntBits(expected)); in test_parseFloat_LString_MaxNormalBoundary() local 625 String expectedString = Integer.toHexString(Float.floatToIntBits(expected)); in test_parseFloat_LString_MinNormalBoundary() local 675 String expectedString = Integer.toHexString(Float.floatToIntBits(expected)); in test_parseFloat_LString_MaxSubNormalBoundary() local 725 String expectedString = Integer.toHexString(Float.floatToIntBits(expected)); in test_parseFloat_LString_MinSubNormalBoundary() local 775 String expectedString = Integer.toHexString(Float.floatToIntBits(expected)); in test_parseFloat_LString_ZeroBoundary() local
|
/external/apache-harmony/auth/src/test/java/common/org/apache/harmony/auth/tests/module/ |
D | LoginModuleUtilsTest.java | 60 String expectedString = PASSWORD_AS_STRING + "\r"; in testGetPassword() local
|
/external/guava/guava-tests/test/com/google/common/io/ |
D | MultiReaderTest.java | 75 String expectedString = testString + testString; in testSimple() local
|
/external/webkit/Tools/TestWebKitAPI/ |
D | JavaScriptTest.cpp | 40 const char* expectedString; member
|
/external/icu4c/test/intltest/ |
D | ucharstrietest.cpp | 824 UnicodeString expectedString=UnicodeString(data[i].s, -1, US_INV).unescape(); in checkFirst() local 860 UnicodeString expectedString=UnicodeString(data[i].s, -1, US_INV).unescape(); in checkNext() local 938 UnicodeString expectedString=UnicodeString(data[i].s, -1, US_INV).unescape(); in checkNextWithState() local 993 UnicodeString expectedString=UnicodeString(data[i].s, -1, US_INV).unescape(); in checkNextString() local 1034 UnicodeString expectedString=UnicodeString(data[i].s, -1, US_INV).unescape(); in checkIterator() local
|
D | bytestrietest.cpp | 766 const char *expectedString=data[i].s; in checkNextWithState() local 821 const char *expectedString=data[i].s; in checkNextString() local
|
D | rbbiapts.cpp | 1241 … testString, int32_t start, int32_t gotoffset, int32_t expectedOffset, const char* expectedString){ in doTest()
|
D | itrbnf.cpp | 1985 … UnicodeString expectedString = UnicodeString(expectedWords, -1, US_INV).unescape(); in doTest() local
|
/external/icu4c/test/iotest/ |
D | stream.cpp | 220 const UChar* expectedString, in testString()
|
/external/webkit/Source/WebCore/html/parser/ |
D | HTMLTokenizer.cpp | 1665 inline bool HTMLTokenizer::temporaryBufferIs(const String& expectedString) in temporaryBufferIs()
|
/external/junit/src/org/junit/ |
D | Assert.java | 654 String expectedString= String.valueOf(expected); in format() local
|
/external/apache-harmony/nio/src/test/java/common/org/apache/harmony/nio/tests/java/nio/channels/ |
D | DatagramChannelTest.java | 1427 String expectedString) throws IOException { in receiveByChannel() 1468 InetSocketAddress address, String expectedString) in receiveByDatagramSocket()
|