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

  /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 \
LzmaUtil.dsp 89 SOURCE=..\..\7zFile.c
93 SOURCE=..\..\7zFile.h
LzmaUtil.c 11 #include "../../7zFile.h"
  /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/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
7z.dsp 128 SOURCE=..\..\7zFile.c
132 SOURCE=..\..\7zFile.h
7zMain.c 10 #include "../../7zFile.h"
  /external/lzma/C/Util/SfxSetup/
makefile 11 $O\7zFile.obj \
makefile_con 11 $O\7zFile.obj \
SfxSetup.dsp 130 SOURCE=..\..\7zFile.c
134 SOURCE=..\..\7zFile.h
SfxSetup.c 19 #include "../../7zFile.h"
  /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/sqlite/dist/orig/
shell.c     [all...]
sqlite3.c     [all...]
sqlite3.h     [all...]
  /external/sqlite/dist/
shell.c     [all...]
sqlite3.c     [all...]
sqlite3.h     [all...]

Completed in 1061 milliseconds