/libcore/luni/src/test/java/org/apache/harmony/archive/tests/java/util/zip/ |
ZipFileTest.java | 54 private ZipFile zfile; field in class:ZipFileTest 84 zfile.close(); // about to reopen the same temp file 113 zfile.close(); // about to reopen the same temp file 196 Enumeration<? extends ZipEntry> enumer = zfile.entries(); 204 Enumeration<? extends ZipEntry> enumeration = zfile.entries(); 205 zfile.close(); 219 zfile.entries(); 231 java.util.zip.ZipEntry zentry = zfile.getEntry("File1.txt"); 236 zentry = zfile.getEntry("testdir1/File1.txt"); 238 zentry = zfile.getEntry("testdir1/") [all...] |
/external/apache-harmony/archive/src/test/java/org/apache/harmony/archive/tests/java/util/zip/ |
ZipFileTest.java | 49 private ZipFile zfile; field in class:ZipFileTest 57 zfile.close(); // about to reopen the same temp file 68 zfile.close(); // about to reopen the same temp file 90 * try { zfile = new java.util.zip.ZipFile(zipName); zfile.close(); } 139 zfile.close(); 140 zfile.getInputStream(zfile.getEntry("ztest/file1.txt")); 152 Enumeration<? extends ZipEntry> enumer = zfile.entries(); 160 Enumeration<? extends ZipEntry> enumeration = zfile.entries() [all...] |
ZipEntryTest.java | 44 java.util.zip.ZipFile zfile; field in class:ZipEntryTest 67 zentry = zfile.getEntry("File3.txt"); 70 zentry = zfile.getEntry(null); 145 zentry = zfile.getEntry("File1.txt"); 148 zentry = zfile.getEntry("File3.txt"); 198 zentry = zfile.getEntry("File1.txt"); 272 zentry = zfile.getEntry("File1.txt"); 312 zentry = zfile.getEntry("File3.txt"); 468 zfile = new java.util.zip.ZipFile(f); 469 zentry = zfile.getEntry("File1.txt") [all...] |
/external/lzma/C/Util/Lzma/ |
makefile.gcc | 13 7zFile.o \
37 7zFile.o: ../../7zFile.c
38 $(CXX) $(CFLAGS) ../../7zFile.c
|
makefile | 15 $O\7zFile.obj \
|
/libcore/luni/src/test/java/libcore/java/util/zip/ |
OldZipFileTest.java | 49 zfile.close(); 51 zfile.size(); 58 java.util.zip.ZipEntry zentry = zfile.getEntry("File1.txt"); 63 zentry = zfile.getEntry("testdir1"); 65 in = zfile.getInputStream(zentry); 81 private ZipFile zfile; field in class:OldZipFileTest 115 java.util.zip.ZipEntry zentry = zfile.getEntry("File1.txt"); 118 zfile.close(); 120 zfile.getEntry("File2.txt"); 136 zentry = zfile.getEntry("File2.txt") [all...] |
/external/chromium_org/third_party/sqlite/src/test/ |
thread003.test | 80 foreach zFile {test.db test2.db} { 95 } $nSecond $zFile] 97 unset -nocomplain finished($zFile) 98 thread_spawn finished($zFile) $thread_procs $SCRIPT 100 foreach zFile {test.db test2.db} { 101 if {![info exists finished($zFile)]} { 102 vwait finished($zFile) 116 foreach zFile {test.db test2.db} { 135 } $nSecond $zFile] 137 unset -nocomplain finished($zFile) [all...] |
threadtest1.c | 61 const char *zFile; /* Filename - used for error reporting */ 86 fprintf(stdout,"%s: malloc failed\n", pResult->zFile); 102 char **db_query(sqlite *db, const char *zFile, const char *zFormat, ...){ 112 sResult.zFile = zFile; 113 if( verbose ) printf("QUERY %s: %s\n", zFile, zSql); 119 if( verbose ) printf("DONE %s %s\n", zFile, zSql); 121 fprintf(stdout,"%s: query failed: %s - %s\n", zFile, zSql, zErrMsg); 137 void db_execute(sqlite *db, const char *zFile, const char *zFormat, ...){ 145 if( verbose ) printf("EXEC %s: %s\n", zFile, zSql) [all...] |
wal_common.tcl | 20 proc wal_frame_count {zFile pgsz} { 21 if {[file exists $zFile]==0} { return 0 } 22 set f [file size $zFile]
|
/external/chromium_org/third_party/lzma_sdk/ |
lzma_sdk.gyp | 17 '7zFile.c', 18 '7zFile.h',
|
7zFile.h | 1 /* 7zFile.h -- File IO
|
7zFile.c | 1 /* 7zFile.c -- File IO 4 #include "7zFile.h"
|
/external/lzma/C/Util/7z/ |
makefile | 12 $O\7zFile.obj \
|
makefile.gcc | 7 OBJS = 7zMain.o 7zAlloc.o 7zBuf.o 7zBuf2.o 7zCrc.o 7zCrcOpt.o 7zDec.o 7zIn.o CpuArch.o LzmaDec.o Lzma2Dec.o Bra.o Bra86.o Bcj2.o Ppmd7.o Ppmd7Dec.o 7zFile.o 7zStream.o
62 7zFile.o: ../../7zFile.c
63 $(CXX) $(CFLAGS) ../../7zFile.c
|
/external/lzma/C/Util/SfxSetup/ |
makefile | 11 $O\7zFile.obj \
|
makefile_con | 11 $O\7zFile.obj \
|
/external/chromium_org/third_party/sqlite/src/src/ |
test_btree.c | 36 const char *zFile = sqlite3PagerFilename(pBt->pPager); 37 Tcl_ListObjAppendElement(interp, pRet, Tcl_NewStringObj(zFile, -1));
|
test_hexio.c | 105 const char *zFile; 115 zFile = Tcl_GetString(objv[1]); 120 in = fopen(zFile, "rb"); 122 in = fopen(zFile, "r"); 125 Tcl_AppendResult(interp, "cannot open input file ", zFile, 0); 155 const char *zFile; 165 zFile = Tcl_GetString(objv[1]); 172 out = fopen(zFile, "r+b"); 174 out = fopen(zFile, "r+"); 177 Tcl_AppendResult(interp, "cannot open output file ", zFile, 0) [all...] |
loadext.c | 379 ** zFile. The entry point is zProc. zProc may be 0 in which case a 391 const char *zFile, /* Name of the shared library containing extension */ 421 handle = sqlite3OsDlOpen(pVfs, zFile); 427 "unable to open shared library [%s]", zFile); 440 "no entry point [%s] in shared library [%s]", zProc,zFile); 471 const char *zFile, /* Name of the shared library containing extension */ 477 rc = sqlite3LoadExtension(db, zFile, zProc, pzErrMsg);
|
test_osinst.c | 711 char *zFile; 731 zFile = (char *)&p->base.zName[nVfs+1]; 732 pParent->xFullPathname(pParent, zLog, pParent->mxPathname, zFile); 735 pParent->xDelete(pParent, zFile, 0); 736 rc = pParent->xOpen(pParent, zFile, p->pLog, flags, &flags); 805 char *zFile; /* File name for pFd */ 866 char *zFile; 876 p->zFile = &((char *)p->pFd)[pVfs->szOsFile]; 878 zFile = sqlite3_mprintf("%s", argv[3]); 879 if( !zFile ){ [all...] |
attach.c | 72 const char *zFile; 78 zFile = (const char *)sqlite3_value_text(argv[0]); 80 if( zFile==0 ) zFile = ""; 127 rc = sqlite3BtreeOpen(zFile, db, &aNew->pBt, 0, 212 zErrDyn = sqlite3MPrintf(db, "unable to open database: %s", zFile);
|
/external/zlib/src/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/lzma/C/ |
7zFile.h | 1 /* 7zFile.h -- File IO
|
7zFile.c | 1 /* 7zFile.c -- File IO
4 #include "7zFile.h"
|
/external/chromium_org/third_party/sqlite/src/tool/ |
speedtest8inst1.c | 81 static char *readScriptFile(const char *zFile, int *pnScript){ 90 rc = pVfs->xOpen(pVfs, zFile, p, flags, &flags);
|