Searched refs:zf (Results 1 - 25 of 57) sorted by relevance

123

/external/annotation-tools/asmx/src/org/objectweb/asm/optimizer/
H A DJarOptimizer.java61 ZipFile zf = new ZipFile(f);
63 Enumeration e = zf.entries();
71 InputStream is = zf.getInputStream(ze);
82 zf.close();
/external/valgrind/none/tests/x86/
H A Daad_aam.c21 int cf __attribute__((unused)),pf,af __attribute__((unused)),zf,sf; local
42 zf=!!(flags&0x40);
48 // flags,cf,pf,af,zf,sf,of);
50 if (zf && ((out&0xff)!=0)) {
51 printf("Error with aam (zf)!\n");
89 zf=!!(flags&0x40);
95 // flags,cf,pf,af,zf,sf,of);
97 if (zf && ((out&0xff)!=0)) {
98 printf("Error with aad (zf)!\n");
/external/bzip2/
H A Dbzlib_private.h73 #define VPrintf0(zf) \
74 fprintf(stderr,zf)
75 #define VPrintf1(zf,za1) \
76 fprintf(stderr,zf,za1)
77 #define VPrintf2(zf,za1,za2) \
78 fprintf(stderr,zf,za1,za2)
79 #define VPrintf3(zf,za1,za2,za3) \
80 fprintf(stderr,zf,za1,za2,za3)
81 #define VPrintf4(zf,za1,za2,za3,za4) \
82 fprintf(stderr,zf,za
[all...]
/external/valgrind/drd/
H A Ddrd_libstdcxx_intercepts.c50 #define LIBSTDCXX_FUNC(ret_ty, zf, implf, argl_decl, argl) \
51 ret_ty VG_WRAP_FUNCTION_ZZ(VG_Z_LIBSTDCXX_SONAME,zf) argl_decl; \
52 ret_ty VG_WRAP_FUNCTION_ZZ(VG_Z_LIBSTDCXX_SONAME,zf) argl_decl \
H A Ddrd_pthread_intercepts.c151 * @param[in] zf Z-encoded name of the interception function.
158 #define PTH_FUNC(ret_ty, zf, implf, argl_decl, argl) \
159 ret_ty VG_WRAP_FUNCTION_ZZ(VG_Z_LIBPTHREAD_SONAME,zf) argl_decl; \
160 ret_ty VG_WRAP_FUNCTION_ZZ(VG_Z_LIBPTHREAD_SONAME,zf) argl_decl \
174 #define PTH_FUNC(ret_ty, zf, implf, argl_decl, argl) \
175 ret_ty VG_WRAP_FUNCTION_ZZ(VG_Z_LIBC_SONAME,zf) argl_decl; \
176 ret_ty VG_WRAP_FUNCTION_ZZ(VG_Z_LIBC_SONAME,zf) argl_decl \
179 #define PTH_FUNC(ret_ty, zf, implf, argl_decl, argl) \
180 ret_ty VG_WRAP_FUNCTION_ZZ(VG_Z_LIBPTHREAD_SONAME,zf) argl_decl; \
181 ret_ty VG_WRAP_FUNCTION_ZZ(VG_Z_LIBPTHREAD_SONAME,zf) argl_dec
[all...]
/external/elfutils/libdwfl/
H A Dgzip.c72 gzFile zf; member in struct:unzip_state
148 state->zf = gzdopen (d, "r");
149 if (unlikely (state->zf == NULL))
176 .zf = NULL,
284 if (result == DWFL_E_NOERROR && gzdirect (state.zf))
286 gzclose (state.zf);
298 gzclose (state.zf);
301 int n = gzread (state.zf, state.buffer + pos, state.size - pos);
305 gzerror (state.zf, &code);
306 gzclose (state.zf);
[all...]
/external/libmojo/mojo/public/tools/gn/
H A Dzip.py42 with zipfile.ZipFile(zf_name, 'r') as zf:
43 for f in zf.namelist():
46 build_utils.AddToZipHermetic(outfile, f, data=zf.read(f))
/external/zlib/src/contrib/minizip/
H A Dminizip.c371 zipFile zf; local
376 zf = zipOpen2_64(filename_try,(opt_overwrite==2) ? 2 : 0,NULL,&ffunc);
378 zf = zipOpen64(filename_try,(opt_overwrite==2) ? 2 : 0);
381 if (zf == NULL)
414 err = zipOpenNewFileInZip(zf,filenameinzip,&zi,
451 err = zipOpenNewFileInZip3_64(zf,savefilenameinzip,&zi,
485 err = zipWriteInFileInZip (zf,buf,size_read);
502 err = zipCloseFileInZip(zf);
509 errclose = zipClose(zf,NULL);
/external/icu/icu4j/tools/build/src/com/ibm/icu/dev/tool/docs/
H A DAPIData.java70 ZipFile zf = null;
74 zf = new ZipFile(file);
75 Enumeration entryEnum = zf.entries();
78 is = zf.getInputStream(entry);
96 if (zf != null) {
98 zf.close();
/external/perfetto/tools/
H A Dinstall-build-deps217 def ExtractZipfilePreservePermissions(zf, info, path):
218 zf.extract(info.filename, path=path)
288 with zipfile.ZipFile(local_path, 'r') as zf:
289 for info in zf.infolist():
290 ExtractZipfilePreservePermissions(zf, info, zip_target_dir)
/external/deqp/framework/referencerenderer/
H A DrrRenderState.hpp331 float zf; member in struct:rr::ViewportState
336 , zf (1.0f)
343 , zf (1.0f)
/external/valgrind/VEX/priv/
H A Dguest_arm_helpers.c202 UInt zf = (cc_dep1 >> ARMG_CC_SHIFT_Z) & 1; local
203 return zf;
210 UInt zf = res == 0; local
211 return zf;
218 UInt zf = res == 0; local
219 return zf;
228 UInt zf = res == 0; local
229 return zf;
238 UInt zf = res == 0; local
239 return zf;
244 UInt zf = res == 0; local
250 UInt zf = res == 0; local
257 UInt zf = (resHi32|resLo32) == 0; local
477 UInt nf, zf, vf, cf, inv; local
[all...]
H A Dguest_arm64_helpers.c239 ULong zf = (cc_dep1 >> ARM64G_CC_SHIFT_Z) & 1; local
240 return zf;
247 ULong zf = res == 0; local
248 return zf;
255 ULong zf = res == 0; local
256 return zf;
263 ULong zf = res == 0; local
264 return zf;
271 ULong zf = res == 0; local
272 return zf;
281 ULong zf = res == 0; local
291 ULong zf = res == 0; local
301 ULong zf = res == 0; local
311 ULong zf = res == 0; local
317 ULong zf = res == 0; local
323 ULong zf = res == 0; local
617 ULong nf, zf, vf, cf; local
[all...]
H A Dguest_x86_helpers.c151 { UInt cf, pf, af, zf, sf, of; \
159 zf = ((DATA_UTYPE)res == 0) << 6; \
163 return cf | pf | af | zf | sf | of; \
172 { UInt cf, pf, af, zf, sf, of; \
180 zf = ((DATA_UTYPE)res == 0) << 6; \
184 return cf | pf | af | zf | sf | of; \
193 { UInt cf, pf, af, zf, sf, of; \
205 zf = ((DATA_UTYPE)res == 0) << 6; \
209 return cf | pf | af | zf | sf | of; \
218 { UInt cf, pf, af, zf, s
647 UInt of,sf,zf,cf,pf; local
[all...]
H A Dguest_amd64_helpers.c195 { ULong cf, pf, af, zf, sf, of; \
203 zf = ((DATA_UTYPE)res == 0) << 6; \
207 return cf | pf | af | zf | sf | of; \
216 { ULong cf, pf, af, zf, sf, of; \
224 zf = ((DATA_UTYPE)res == 0) << 6; \
228 return cf | pf | af | zf | sf | of; \
237 { ULong cf, pf, af, zf, sf, of; \
249 zf = ((DATA_UTYPE)res == 0) << 6; \
253 return cf | pf | af | zf | sf | of; \
262 { ULong cf, pf, af, zf, s
850 ULong of,sf,zf,cf,pf; local
[all...]
/external/swiftshader/third_party/PowerVR_SDK/Tools/
H A DPVRTMatrix.h579 @param[in] zf Far clipping distance
588 const float zf,
596 @param[in] zf Far clipping distance
605 const int zf,
614 @param[in] zf Far clipping distance
623 const float zf,
631 @param[in] zf Far clipping distance
640 const int zf,
H A DPVRTMatrixF.cpp580 @Input zf Far clipping distance
589 const float zf,
604 mOut.f[10] = 1 / (zf - zn);
605 mOut.f[11] = zn / (zn - zf);
626 @Input zf Far clipping distance
635 const float zf,
650 mOut.f[10] = 1 / (zn - zf);
651 mOut.f[11] = zn / (zn - zf);
584 PVRTMatrixOrthoLHF( PVRTMATRIXf &mOut, const float w, const float h, const float zn, const float zf, const bool bRotate) argument
630 PVRTMatrixOrthoRHF( PVRTMATRIXf &mOut, const float w, const float h, const float zn, const float zf, const bool bRotate) argument
/external/autotest/server/cros/ap_configurators/
H A Dpyauto_utils.py105 zf = zipfile.ZipFile(filename)
111 for info in zf.infolist():
121 out.write(zf.read(name))
/external/python/cpython2/Lib/
H A Dshutil.py451 compression=zipfile.ZIP_DEFLATED) as zf:
454 zf.write(path, path)
460 zf.write(path, path)
466 zf.write(path, path)
H A Dzipfile.py1496 with ZipFile(args[1], 'r') as zf:
1497 zf.printdir()
1503 with ZipFile(args[1], 'r') as zf:
1504 badfile = zf.testzip()
1514 with ZipFile(args[1], 'r') as zf:
1515 zf.extractall(args[2])
1522 def addToZip(zf, path, zippath):
1524 zf.write(path, zippath, ZIP_DEFLATED)
1527 zf.write(path, zippath)
1529 addToZip(zf,
[all...]
/external/python/cpython3/Lib/distutils/tests/
H A Dtest_archive_util.py246 with zipfile.ZipFile(tarball) as zf:
247 self.assertEqual(sorted(zf.namelist()),
273 with zipfile.ZipFile(tarball) as zf:
274 self.assertEqual(sorted(zf.namelist()),
/external/python/cpython2/Lib/test/
H A Dtest_zipfile.py930 with zipfile.ZipFile(TESTFN, "w") as zf:
931 zf.writestr(u"foo.txt", "Test for unicode filename")
932 zf.writestr(u"\xf6.txt", "Test for unicode filename")
933 self.assertIsInstance(zf.infolist()[0].filename, unicode)
935 with zipfile.ZipFile(TESTFN, "r") as zf:
936 self.assertEqual(zf.filelist[0].filename, "foo.txt")
937 self.assertEqual(zf.filelist[1].filename, u"\xf6.txt")
947 with zipfile.ZipFile(TESTFN, 'a') as zf:
948 zf.writestr(filename, content)
954 with zipfile.ZipFile(TESTFN, 'r') as zf
[all...]
H A Dtest_shutil.py483 with zipfile.ZipFile(res) as zf:
484 self.assertEqual(sorted(zf.namelist()),
496 with zipfile.ZipFile(res) as zf:
497 self.assertEqual(sorted(zf.namelist()),
521 with zipfile.ZipFile(archive) as zf:
522 names = zf.namelist()
523 with zipfile.ZipFile(archive2) as zf:
524 names2 = zf.namelist()
/external/chromium-trace/catapult/third_party/zipfile/
H A Dzipfile_2_7_13.py1496 with ZipFile(args[1], 'r') as zf:
1497 zf.printdir()
1503 with ZipFile(args[1], 'r') as zf:
1504 badfile = zf.testzip()
1514 with ZipFile(args[1], 'r') as zf:
1515 zf.extractall(args[2])
1522 def addToZip(zf, path, zippath):
1524 zf.write(path, zippath, ZIP_DEFLATED)
1527 zf.write(path, zippath)
1529 addToZip(zf,
[all...]
/external/python/cpython3/Lib/
H A Dzipfile.py965 def __init__(self, zf, zinfo, zip64):
968 self._zipfile = zf
1974 with ZipFile(args[1], 'r') as zf:
1975 zf.printdir()
1981 with ZipFile(args[1], 'r') as zf:
1982 badfile = zf.testzip()
1992 with ZipFile(args[1], 'r') as zf:
1993 zf.extractall(args[2])
2000 def addToZip(zf, path, zippath):
2002 zf
[all...]

Completed in 919 milliseconds

123