HomeSort by relevance Sort by last modified time
    Searched defs:testFile (Results 1 - 14 of 14) sorted by null

  /external/icu4c/test/intltest/
ucaconf.h 45 FILE *testFile;
tsmthred.cpp     [all...]
rbbitst.cpp 630 UChar *testFile = NULL;
648 testFile = ReadAndConvertFile(testFileName, len, NULL, status);
666 current = testFile;
    [all...]
  /frameworks/base/tests/CoreTests/android/core/
FileTest.java 30 public void testFile() throws Exception {
  /frameworks/base/core/tests/coretests/src/android/content/
MemoryFileProviderTest.java 69 public void testFile() throws Exception {
  /dalvik/libcore/luni/src/test/java/org/apache/harmony/luni/tests/java/io/
FileTest.java 184 File testFile = new File("test.ser");
185 SerializationTest.verifySelf(testFile);
  /dalvik/libcore/luni/src/test/java/tests/api/java/io/
PrintStreamTest.java 45 private File testFile = null;
79 tobj = new PrintStream(testFile);
83 assertEquals("output file has wrong length", 1, testFile.length());
84 tobj = new PrintStream(testFile);
87 assertEquals("output file should be empty", 0, testFile.length());
107 tobj = new PrintStream(testFile, "utf-8");
111 assertEquals("output file has wrong length", 1, testFile.length());
112 tobj = new PrintStream(testFile, "utf-8");
115 assertEquals("output file should be empty", 0, testFile.length());
126 tobj = new PrintStream(testFile, "invalidEncoding")
    [all...]
PrintWriterTest.java 60 private File testFile = null;
183 tobj = new PrintWriter(testFile);
186 assertEquals("output file has wrong length", 1, testFile.length());
187 tobj = new PrintWriter(testFile);
190 assertEquals("output file should be empty", 0, testFile.length());
213 tobj = new PrintWriter(testFile, "utf-8");
216 assertEquals("output file has wrong length", 1, testFile.length());
217 tobj = new PrintWriter(testFile, "utf-8");
220 assertEquals("output file should be empty", 0, testFile.length());
231 tobj = new PrintWriter(testFile, "invalidEncoding")
    [all...]
  /external/icu4c/test/iotest/
iotest.cpp 211 UFILE *testFile;
225 testFile = u_fopen(STANDARD_TEST_FILE, "w", fileLocale, "UTF-8");
226 if (!testFile) {
251 uFileBufferLenReturned = u_fprintf_u(testFile, format, dbl);
256 uFileBufferLenReturned = u_fprintf_u(testFile, format, i8);
261 uFileBufferLenReturned = u_fprintf_u(testFile, format, i16);
266 uFileBufferLenReturned = u_fprintf_u(testFile, format, i32);
271 uFileBufferLenReturned = u_fprintf_u(testFile, format, i64);
276 uFileBufferLenReturned = u_fprintf_u(testFile, format, cBuffer);
280 uFileBufferLenReturned = u_fprintf_u(testFile, format, argument)
    [all...]
  /frameworks/base/core/tests/coretests/src/android/content/pm/
AppCacheTest.java 239 File file1 = new File(fileArr[i], "testFile"+j+".txt");
293 File testFile = new File(testDir, "testFile"+i+".txt");
294 if(localLOGV) Log.i(TAG, "Creating "+i+"th test file "+testFile);
299 fos = new FileOutputStream(testFile);
301 Log.i(TAG, "Failed creating test file:"+testFile);
309 Log.i(TAG, "Failed to write to file:"+testFile);
316 Log.i(TAG, "Failed closing file:"+testFile);
321 createdFileBlks += getFileNumBlocks(testFile.length(), blkSize);
339 File testFile = new File(testDir, "testFile"+k+".txt")
    [all...]
  /frameworks/base/core/tests/coretests/src/android/net/
UriTest.java 257 public void testFile() {
  /dalvik/libcore/luni/src/test/java/org/apache/harmony/luni/tests/java/net/
URLTest.java 760 URL testFile = new URL("file:///pages/index.html");
766 assertTrue("file".equalsIgnoreCase(testFile.getProtocol()));
    [all...]
  /frameworks/base/media/java/android/media/
MediaScanner.java     [all...]
  /prebuilt/common/ant/
ant.jar 

Completed in 829 milliseconds