HomeSort by relevance Sort by last modified time
    Searched full:writestr (Results 51 - 75 of 89) sorted by null

1 23 4

  /external/python/cpython3/Lib/
zipapp.py 143 z.writestr('__main__.py', main_py.encode('utf-8'))
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_zipimport_support.py 122 z.writestr(mod_name + ".py", src)
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_zipimport_support.py 122 z.writestr(mod_name + ".py", src)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_zipimport_support.py 122 z.writestr(mod_name + ".py", src)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_zipimport_support.py 122 z.writestr(mod_name + ".py", src)
  /external/python/cpython2/Doc/library/
zipfile.rst 309 .. method:: ZipFile.writestr(zinfo_or_arcname, bytes[, compress_type])
315 opened with mode ``'w'`` or ``'a'`` -- calling :meth:`writestr` on a ZipFile
317 :meth:`writestr` on a closed ZipFile will raise a :exc:`RuntimeError`.
  /external/tensorflow/tensorflow/contrib/lite/testing/
generate_examples.py 435 archive.writestr(label + ".pb",
440 archive.writestr(label + ".bin", tflite_model_binary,
446 archive.writestr(label + ".inputs",
451 archive.writestr(label + "_tests.txt",
475 archive.writestr("report.html", report_io.getvalue())
477 archive.writestr("manifest.txt", "".join(zip_manifest), zipfile.ZIP_DEFLATED)
    [all...]
  /external/libmojo/build/android/gyp/util/
build_utils.py 277 zip_file.writestr(zipinfo, os.readlink(src_path))
294 zip_file.writestr(zipinfo, data, compress_type)
  /external/python/cpython3/Doc/library/
zipfile.rst 376 .. method:: ZipFile.writestr(zinfo_or_arcname, data[, compress_type])
399 Calling :meth:`writestr` on a ZipFile created with mode ``'r'`` or
  /external/syslinux/core/
bios.c 495 writestr(buf);
  /external/python/cpython2/Lib/plat-mac/
bundlebuilder.py 577 zf.writestr(path, pyc)
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/plat-mac/
bundlebuilder.py 577 zf.writestr(path, pyc)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/
bundlebuilder.py 577 zf.writestr(path, pyc)
    [all...]
  /build/make/tools/releasetools/
common.py     [all...]
  /external/libmojo/third_party/jinja2/
environment.py 649 zip_file.writestr(info, data)
    [all...]
  /prebuilts/devtools/tools/lib/
kxml2-2.3.0.jar 
  /prebuilts/misc/common/kxml2/
kxml2-2.3.0.jar 
  /prebuilts/tools/common/kxml2-tools/
kxml2-2.3.0.jar 
  /prebuilts/tools/common/m2/repository/net/sf/kxml/kxml2/2.3.0/
kxml2-2.3.0.jar 
  /prebuilts/tools/common/offline-m2/net/sf/kxml/kxml2/2.3.0/
kxml2-2.3.0.jar 
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
zipfile.py 1206 def writestr(self, zinfo_or_arcname, bytes, compress_type=None): member in class:ZipFile
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
zipfile.py 1105 def writestr(self, zinfo_or_arcname, bytes, compress_type=None): member in class:ZipFile
    [all...]
  /external/chromium-trace/catapult/third_party/zipfile/
zipfile_2_7_13.py 1211 def writestr(self, zinfo_or_arcname, bytes, compress_type=None): member in class:ZipFile
    [all...]
  /external/python/cpython2/Lib/
zipfile.py 1211 def writestr(self, zinfo_or_arcname, bytes, compress_type=None): member in class:ZipFile
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
zipfile.py 1196 def writestr(self, zinfo_or_arcname, bytes, compress_type=None): member in class:ZipFile
    [all...]

Completed in 671 milliseconds

1 23 4