HomeSort by relevance Sort by last modified time
    Searched full:zfile (Results 1 - 25 of 66) sorted by null

1 2 3

  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/zip/
ZipFileTest.java 37 private ZipFile zfile; field in class:ZipFileTest
43 zfile.close(); // about to reopen the same temp file
71 zfile.close(); // about to reopen the same temp file
154 Enumeration<? extends ZipEntry> enumer = zfile.entries();
162 Enumeration<? extends ZipEntry> enumeration = zfile.entries();
163 zfile.close();
177 zfile.entries();
189 java.util.zip.ZipEntry zentry = zfile.getEntry("File1.txt");
194 zentry = zfile.getEntry("testdir1/File1.txt");
196 zentry = zfile.getEntry("testdir1/")
    [all...]
ZipEntryTest.java 32 private ZipFile zfile; field in class:ZipEntryTest
44 zentry = zfile.getEntry("File3.txt");
47 zentry = zfile.getEntry(null);
122 zentry = zfile.getEntry("File1.txt");
125 zentry = zfile.getEntry("File3.txt");
175 zentry = zfile.getEntry("File1.txt");
249 zentry = zfile.getEntry("File1.txt");
289 zentry = zfile.getEntry("File3.txt");
434 zfile = new ZipFile(f);
435 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
Android.mk 7 LOCAL_SRC_FILES := LzmaUtil.c ../../Alloc.c ../../LzFind.c ../../LzmaDec.c ../../LzmaEnc.c ../../7zFile.c ../../7zStream.c
makefile 15 $O\7zFile.obj \
  /libcore/luni/src/test/java/libcore/java/util/zip/
OldZipFileTest.java 42 zfile.close();
44 zfile.size();
51 java.util.zip.ZipEntry zentry = zfile.getEntry("File1.txt");
56 zentry = zfile.getEntry("testdir1");
58 in = zfile.getInputStream(zentry);
74 private ZipFile zfile; field in class:OldZipFileTest
108 java.util.zip.ZipEntry zentry = zfile.getEntry("File1.txt");
111 zfile.close();
113 zfile.getEntry("File2.txt");
129 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/
BUILD.gn 20 "7zFile.c",
21 "7zFile.h",
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
  /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);

Completed in 358 milliseconds

1 2 3