/dalvik/libcore/archive/src/test/java/org/apache/harmony/archive/tests/java/util/zip/ |
ZipFileTest.java | 59 private ZipFile zfile; field in class:ZipFileTest 100 zfile.close(); // about to reopen the same temp file 148 zfile.close(); // about to reopen the same temp file 263 Enumeration<? extends ZipEntry> enumer = zfile.entries(); 271 Enumeration<? extends ZipEntry> enumeration = zfile.entries(); 272 zfile.close(); 286 zfile.entries(); 303 java.util.zip.ZipEntry zentry = zfile.getEntry("File1.txt"); 308 zentry = zfile.getEntry("testdir1/File1.txt"); 310 zentry = zfile.getEntry("testdir1/") [all...] |
ZipEntryTest.java | 55 java.util.zip.ZipFile zfile; field in class:ZipEntryTest 84 zentry = zfile.getEntry("File3.txt"); 87 zentry = zfile.getEntry(null); 191 zentry = zfile.getEntry("File1.txt"); 194 zentry = zfile.getEntry("File3.txt"); 275 zentry = zfile.getEntry("File1.txt"); 367 zentry = zfile.getEntry("File1.txt"); 413 zentry = zfile.getEntry("File3.txt"); 615 zfile = new java.util.zip.ZipFile(f); 616 zentry = zfile.getEntry("File1.txt") [all...] |
/external/zlib/contrib/pascal/ |
example.pas | 87 zfile: gzFile; 92 zfile := gzopen(fname, 'wb'); 93 if zfile = NIL then 98 gzputc(zfile, 'h'); 99 if gzputs(zfile, 'ello') <> 4 then 101 WriteLn('gzputs err: ', gzerror(zfile, err)); 105 if gzprintf(zfile, ', %s!', 'hello') <> 8 then 107 WriteLn('gzprintf err: ', gzerror(zfile, err)); 111 if gzputs(zfile, ', hello!') <> 8 then 113 WriteLn('gzputs err: ', gzerror(zfile, err)) [all...] |
/external/sqlite/dist/ |
shell.c | [all...] |
sqlite3.h | [all...] |
sqlite3.h.orig | [all...] |
sqlite3.c | [all...] |
sqlite3.c.orig | [all...] |
/external/webkit/WebKitLibraries/WebCoreSQLite3/ |
sqlite3.h | [all...] |