Home
last modified time | relevance | path

Searched defs:expectedString (Results 1 – 13 of 13) sorted by relevance

/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/lang/
DDoubleTest.java186 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
DFloatTest.java88 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/
DLoginModuleUtilsTest.java60 String expectedString = PASSWORD_AS_STRING + "\r"; in testGetPassword() local
/external/guava/guava-tests/test/com/google/common/io/
DMultiReaderTest.java75 String expectedString = testString + testString; in testSimple() local
/external/webkit/Tools/TestWebKitAPI/
DJavaScriptTest.cpp40 const char* expectedString; member
/external/icu4c/test/intltest/
Ducharstrietest.cpp824 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
Dbytestrietest.cpp766 const char *expectedString=data[i].s; in checkNextWithState() local
821 const char *expectedString=data[i].s; in checkNextString() local
Drbbiapts.cpp1241 … testString, int32_t start, int32_t gotoffset, int32_t expectedOffset, const char* expectedString){ in doTest()
Ditrbnf.cpp1985 … UnicodeString expectedString = UnicodeString(expectedWords, -1, US_INV).unescape(); in doTest() local
/external/icu4c/test/iotest/
Dstream.cpp220 const UChar* expectedString, in testString()
/external/webkit/Source/WebCore/html/parser/
DHTMLTokenizer.cpp1665 inline bool HTMLTokenizer::temporaryBufferIs(const String& expectedString) in temporaryBufferIs()
/external/junit/src/org/junit/
DAssert.java654 String expectedString= String.valueOf(expected); in format() local
/external/apache-harmony/nio/src/test/java/common/org/apache/harmony/nio/tests/java/nio/channels/
DDatagramChannelTest.java1427 String expectedString) throws IOException { in receiveByChannel()
1468 InetSocketAddress address, String expectedString) in receiveByDatagramSocket()