HomeSort by relevance Sort by last modified time
    Searched refs:inputString (Results 1 - 10 of 10) sorted by null

  /frameworks/base/tests/CoreTests/android/core/
DeflateTest.java 45 String inputString = "blahblahblah??";
46 byte[] input = inputString.getBytes("UTF-8");
64 assertEquals(inputString, outputString);
  /dalvik/libcore/archive/src/test/java/org/apache/harmony/archive/tests/java/util/zip/
InflaterTest.java 796 String inputString = "blahblahblah??";
797 byte[] input = inputString.getBytes("UTF-8");
829 String inputString = "blahblahblah??";
830 byte[] input = inputString.getBytes("UTF-8");
890 String inputString = "blah string contains blahblahblahblah and blah";
904 defDictNo.setInput(inputString.getBytes());
905 defDict1.setInput(inputString.getBytes());
906 defDict2.setInput(inputString.getBytes());
    [all...]
DeflaterTest.java     [all...]
  /dalvik/libcore/luni/src/test/java/org/apache/harmony/luni/tests/java/lang/
FloatTest.java 651 String inputString = "0x" + part + "." + part + "0123456789abcdefp" + part;
653 float actual = Float.parseFloat(inputString);
658 String errorMsg = i + "th input string is:<" + inputString
706 String inputString = "0x" + part + "." + part + "0123456789abcdefp-" + part;
708 float actual = Float.parseFloat(inputString);
713 String errorMsg = i + "th input string is:<" + inputString
    [all...]
DoubleTest.java     [all...]
  /external/libxml2/
xmlregexp.c 332 const xmlChar *inputString; /* when operating on characters */
    [all...]
  /external/icu4c/test/intltest/
regextst.cpp 138 UnicodeString inputString(inputText);
139 UnicodeString unEscapedInput = inputString.unescape();
    [all...]
  /prebuilt/common/ant/
ant.jar 
  /prebuilt/common/commons-compress/
commons-compress-1.0.jar 
  /prebuilt/common/jfreechart/
jfreechart-1.0.9.jar 

Completed in 220 milliseconds