/external/chromium-trace/catapult/telemetry/third_party/modulegraph/modulegraph/ |
D | zipio.py | 103 zf = _zipfile.ZipFile(path, 'r') 111 data = zf.read(rest) 113 zf.close() 117 zf.close() 136 zf = _zipfile.ZipFile(path, 'r') 146 for nm in zf.namelist(): 167 zf.close() 172 zf.close() 188 zf = _zipfile.ZipFile(path, 'r') 194 zf = None [all …]
|
/external/bzip2/ |
D | bzlib_private.h | 73 #define VPrintf0(zf) \ argument 74 fprintf(stderr,zf) 75 #define VPrintf1(zf,za1) \ argument 76 fprintf(stderr,zf,za1) 77 #define VPrintf2(zf,za1,za2) \ argument 78 fprintf(stderr,zf,za1,za2) 79 #define VPrintf3(zf,za1,za2,za3) \ argument 80 fprintf(stderr,zf,za1,za2,za3) 81 #define VPrintf4(zf,za1,za2,za3,za4) \ argument 82 fprintf(stderr,zf,za1,za2,za3,za4) [all …]
|
/external/valgrind/VEX/priv/ |
D | guest_arm64_helpers.c | 239 ULong zf = (cc_dep1 >> ARM64G_CC_SHIFT_Z) & 1; in arm64g_calculate_flag_z() local 240 return zf; in arm64g_calculate_flag_z() 247 ULong zf = res == 0; in arm64g_calculate_flag_z() local 248 return zf; in arm64g_calculate_flag_z() 255 ULong zf = res == 0; in arm64g_calculate_flag_z() local 256 return zf; in arm64g_calculate_flag_z() 263 ULong zf = res == 0; in arm64g_calculate_flag_z() local 264 return zf; in arm64g_calculate_flag_z() 271 ULong zf = res == 0; in arm64g_calculate_flag_z() local 272 return zf; in arm64g_calculate_flag_z() [all …]
|
D | guest_arm_helpers.c | 201 UInt zf = (cc_dep1 >> ARMG_CC_SHIFT_Z) & 1; in armg_calculate_flag_z() local 202 return zf; in armg_calculate_flag_z() 209 UInt zf = res == 0; in armg_calculate_flag_z() local 210 return zf; in armg_calculate_flag_z() 217 UInt zf = res == 0; in armg_calculate_flag_z() local 218 return zf; in armg_calculate_flag_z() 227 UInt zf = res == 0; in armg_calculate_flag_z() local 228 return zf; in armg_calculate_flag_z() 237 UInt zf = res == 0; in armg_calculate_flag_z() local 238 return zf; in armg_calculate_flag_z() [all …]
|
D | guest_x86_helpers.c | 151 { 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, sf, of; \ [all …]
|
D | guest_amd64_helpers.c | 195 { 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, sf, of; \ [all …]
|
/external/elfutils/libdwfl/ |
D | gzip.c | 72 gzFile zf; member 148 state->zf = gzdopen (d, "r"); in open_stream() 149 if (unlikely (state->zf == NULL)) in open_stream() 176 .zf = NULL, in unzip() 284 if (result == DWFL_E_NOERROR && gzdirect (state.zf)) in unzip() 286 gzclose (state.zf); in unzip() 298 gzclose (state.zf); in unzip() 301 int n = gzread (state.zf, state.buffer + pos, state.size - pos); in unzip() 305 gzerror (state.zf, &code); in unzip() 306 gzclose (state.zf); in unzip() [all …]
|
/external/valgrind/none/tests/x86/ |
D | aad_aam.c | 21 int cf __attribute__((unused)),pf,af __attribute__((unused)),zf,sf; in main() local 42 zf=!!(flags&0x40); in main() 50 if (zf && ((out&0xff)!=0)) { in main() 89 zf=!!(flags&0x40); in main() 97 if (zf && ((out&0xff)!=0)) { in main()
|
/external/icu/icu4j/tools/build/src/com/ibm/icu/dev/tool/docs/ |
D | APIData.java | 70 ZipFile zf = null; in read() local 74 zf = new ZipFile(file); in read() 75 Enumeration entryEnum = zf.entries(); in read() 78 is = zf.getInputStream(entry); in read() 96 if (zf != null) { in read() 98 zf.close(); in read()
|
/external/zlib/src/contrib/minizip/ |
D | minizip.c | 371 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) 451 err = zipOpenNewFileInZip3_64(zf,savefilenameinzip,&zi, 485 err = zipWriteInFileInZip (zf,buf,size_read); 502 err = zipCloseFileInZip(zf); 509 errclose = zipClose(zf,NULL);
|
/external/valgrind/drd/ |
D | drd_libstdcxx_intercepts.c | 50 #define LIBSTDCXX_FUNC(ret_ty, zf, implf, argl_decl, argl) \ argument 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 \
|
D | drd_pthread_intercepts.c | 158 #define PTH_FUNC(ret_ty, zf, implf, argl_decl, argl) \ argument 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) \ argument 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) \ argument 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_decl \ 192 #define PTH_FUNCS(ret_ty, zf, implf, argl_decl, argl) \ argument [all …]
|
/external/libmojo/mojo/public/tools/gn/ |
D | zip.py | 36 with zipfile.ZipFile(zf_name, 'r') as zf: 37 for f in zf.namelist(): 40 with zf.open(f) as zff:
|
/external/deqp/framework/referencerenderer/ |
D | rrRenderState.hpp | 320 float zf; member 325 , zf (1.0f) in ViewportState() 332 , zf (1.0f) in ViewportState()
|
/external/swiftshader/third_party/PowerVR_SDK/Tools/ |
D | PVRTMatrix.h | 588 const float zf, 605 const int zf, 623 const float zf, 640 const int zf,
|
D | PVRTMatrixF.cpp | 589 const float zf, in PVRTMatrixOrthoLHF() argument 604 mOut.f[10] = 1 / (zf - zn); in PVRTMatrixOrthoLHF() 605 mOut.f[11] = zn / (zn - zf); in PVRTMatrixOrthoLHF() 635 const float zf, in PVRTMatrixOrthoRHF() argument 650 mOut.f[10] = 1 / (zn - zf); in PVRTMatrixOrthoRHF() 651 mOut.f[11] = zn / (zn - zf); in PVRTMatrixOrthoRHF()
|
D | PVRTMatrixX.cpp | 589 const int zf, in PVRTMatrixOrthoLHX() argument 611 mOut.f[10] = PVRTXDIV(PVRTF2X(1.0f), zf - zn); in PVRTMatrixOrthoLHX() 612 mOut.f[11] = PVRTXDIV(zn, zn - zf); in PVRTMatrixOrthoLHX() 642 const int zf, in PVRTMatrixOrthoRHX() argument 664 mOut.f[10] = PVRTXDIV(PVRTF2X(1.0f), zn - zf); in PVRTMatrixOrthoRHX() 665 mOut.f[11] = PVRTXDIV(zn, zn - zf); in PVRTMatrixOrthoRHX()
|
/external/autotest/server/cros/ap_configurators/ |
D | pyauto_utils.py | 105 zf = zipfile.ZipFile(filename) 111 for info in zf.infolist(): 121 out.write(zf.read(name))
|
/external/autotest/server/site_tests/cheets_CTS/ |
D | generate_controlfiles.py | 307 with zipfile.ZipFile(filename) as zf: 308 zf.extractall()
|
/external/valgrind/VEX/switchback/ |
D | test_bzip2.c | 436 #define VPrintf0(zf) \ argument 437 fprintf(stderr,zf) 438 #define VPrintf1(zf,za1) \ argument 439 fprintf(stderr,zf,za1) 440 #define VPrintf2(zf,za1,za2) \ argument 441 fprintf(stderr,zf,za1,za2) 442 #define VPrintf3(zf,za1,za2,za3) \ argument 443 fprintf(stderr,zf,za1,za2,za3) 444 #define VPrintf4(zf,za1,za2,za3,za4) \ argument 445 fprintf(stderr,zf,za1,za2,za3,za4) [all …]
|
/external/deqp/modules/internal/ |
D | ditFrameworkTests.cpp | 693 const float zf = 1.0f; in runCase() local 771 viewport.zf = zf; in runCase() 796 const float refDepth = subCase.vtx[0].z()*(zf - zn)/2.0f + (zn + zf)/2.0f; in runCase()
|
/external/valgrind/memcheck/tests/ |
D | origin5-bz2.c | 452 #define VPrintf0(zf) \ argument 453 fprintf(stderr,zf) 454 #define VPrintf1(zf,za1) \ argument 455 fprintf(stderr,zf,za1) 456 #define VPrintf2(zf,za1,za2) \ argument 457 fprintf(stderr,zf,za1,za2) 458 #define VPrintf3(zf,za1,za2,za3) \ argument 459 fprintf(stderr,zf,za1,za2,za3) 460 #define VPrintf4(zf,za1,za2,za3,za4) \ argument 461 fprintf(stderr,zf,za1,za2,za3,za4) [all …]
|
D | varinfo6.c | 490 #define VPrintf0(zf) \ argument 491 fprintf(stderr,zf) 492 #define VPrintf1(zf,za1) \ argument 493 fprintf(stderr,zf,za1) 494 #define VPrintf2(zf,za1,za2) \ argument 495 fprintf(stderr,zf,za1,za2) 496 #define VPrintf3(zf,za1,za2,za3) \ argument 497 fprintf(stderr,zf,za1,za2,za3) 498 #define VPrintf4(zf,za1,za2,za3,za4) \ argument 499 fprintf(stderr,zf,za1,za2,za3,za4) [all …]
|
/external/valgrind/perf/ |
D | bz2.c | 452 #define VPrintf0(zf) \ argument 453 fprintf(stderr,zf) 454 #define VPrintf1(zf,za1) \ argument 455 fprintf(stderr,zf,za1) 456 #define VPrintf2(zf,za1,za2) \ argument 457 fprintf(stderr,zf,za1,za2) 458 #define VPrintf3(zf,za1,za2,za3) \ argument 459 fprintf(stderr,zf,za1,za2,za3) 460 #define VPrintf4(zf,za1,za2,za3,za4) \ argument 461 fprintf(stderr,zf,za1,za2,za3,za4) [all …]
|
/external/valgrind/exp-sgcheck/tests/ |
D | hackedbz2.c | 459 #define VPrintf0(zf) \ argument 460 fprintf(stderr,zf) 461 #define VPrintf1(zf,za1) \ argument 462 fprintf(stderr,zf,za1) 463 #define VPrintf2(zf,za1,za2) \ argument 464 fprintf(stderr,zf,za1,za2) 465 #define VPrintf3(zf,za1,za2,za3) \ argument 466 fprintf(stderr,zf,za1,za2,za3) 467 #define VPrintf4(zf,za1,za2,za3,za4) \ argument 468 fprintf(stderr,zf,za1,za2,za3,za4) [all …]
|