OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:zos
(Results
1 - 24
of
24
) sorted by null
/external/apache-harmony/archive/src/test/java/org/apache/harmony/archive/tests/java/util/zip/
ZipOutputStreamTest.java
32
ZipOutputStream
zos
;
field in class:ZipOutputStreamTest
45
zos
.close();
51
zos
= new ZipOutputStream(bos);
52
zos
.putNextEntry(new ZipEntry("XX"));
53
zos
.closeEntry();
54
zos
.close();
57
ZipOutputStream
zos
= new ZipOutputStream(new ByteArrayOutputStream());
local
58
zos
.putNextEntry(new ZipEntry("myFile"));
59
zos
.close();
60
zos
.close(); // Should be a no-o
87
ZipOutputStream
zos
= new ZipOutputStream(new ByteArrayOutputStream());
local
[
all
...]
ZipInputStreamTest.java
54
ZipOutputStream
zos
= new ZipOutputStream(bos);
local
56
zos
.putNextEntry(entry);
57
zos
.write(dataBytes);
58
zos
.closeEntry();
59
zos
.close();
/libcore/luni/src/test/java/libcore/java/util/zip/
OldZipInputStreamTest.java
45
ZipOutputStream
zos
= new ZipOutputStream(bos);
local
47
zos
.putNextEntry(entry);
48
zos
.write(dataBytes);
49
zos
.closeEntry();
50
zos
.close();
/packages/apps/Launcher3/src/com/android/launcher3/
MemoryDumpActivity.java
49
ZipOutputStream
zos
= null;
local
52
zos
= new ZipOutputStream(new BufferedOutputStream(os));
58
zos
.putNextEntry(entry);
61
zos
.write(buf, 0, len);
63
zos
.closeEntry();
72
if (
zos
!= null) {
74
zos
.close();
/libcore/luni/src/main/java/java/util/zip/
GZIPOutputStream.java
34
* GZIPOutputStream
zos
= new GZIPOutputStream(new BufferedOutputStream(os));
36
*
zos
.write(bytes);
38
*
zos
.close();
ZipOutputStream.java
45
* ZipOutputStream
zos
= new ZipOutputStream(new BufferedOutputStream(os));
51
*
zos
.putNextEntry(entry);
52
*
zos
.write(bytes);
53
*
zos
.closeEntry();
56
*
zos
.close();
/frameworks/base/core/java/com/android/internal/util/
FileRotator.java
152
final ZipOutputStream
zos
= new ZipOutputStream(os);
local
158
zos
.putNextEntry(entry);
163
Streams.copy(is,
zos
);
168
zos
.closeEntry();
172
IoUtils.closeQuietly(
zos
);
/external/chromium_org/third_party/icu/source/
runConfigureICU
51
zOS
Use the IBM cxx compiler on z/OS (os/390)
299
zOS
)
/external/icu4c/
runConfigureICU
58
zOS
Use the IBM cxx compiler on z/OS (os/390)
325
zOS
)
readme.html
[
all
...]
/external/icu4c/common/
icuplug.c
735
/* There are potentially a lot of ways to implement a plugin directory on OS390/
zOS
*/
/external/icu4c/tools/pkgdata/
pkgdata.cpp
151
/*21*/ UOPTION_DEF( "
zos
-pds-build", 'z', UOPT_NO_ARG)
[
all
...]
/prebuilts/tools/common/asm-tools/
asm-xml-4.0.jar
/sdk/files/typos/
typos-pt.txt
[
all
...]
/external/chromium_org/third_party/icu/
readme.html
[
all
...]
/external/chromium_org/third_party/WebKit/PerformanceTests/SVG/resources/
CrawFishGanson.svg
[
all
...]
/external/srec/config/en.us/dictionary/
large.ok
[
all
...]
/packages/apps/Camera/perftests/panorama/input/
test_001.ppm
[
all
...]
test_002.ppm
[
all
...]
test_008.ppm
[
all
...]
test_018.ppm
[
all
...]
/prebuilts/gcc/darwin-x86/x86/i686-linux-android-4.7/lib/gcc/i686-linux-android/4.7/
libgcc.a
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/lib/gcc/x86_64-linux/4.6.x-google/
libgcc.a
[
all
...]
/prebuilts/gcc/linux-x86/x86/i686-linux-android-4.7/lib/gcc/i686-linux-android/4.7/
libgcc.a
[
all
...]
Completed in 249 milliseconds