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

1 2

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_zipfile.py 55 zipfp.writestr("strfile", self.data)
150 zipfp.writestr("name", "foo")
151 zipfp.writestr("name", "bar")
189 zipfp.writestr(TESTFN, data)
305 zipfp.writestr("strfile", '12')
326 zipfp.writestr("strfile", self.data)
386 zipfp.writestr("somefile.txt", "bogus")
394 zipfp.writestr(fpath, fdata)
416 zipfp.writestr(fpath, fdata)
440 zipfp.writestr(fname, content
    [all...]
test_pkgutil.py 65 z.writestr(pkg + '/__init__.py', "")
67 z.writestr(pkg + '/res.txt', RESOURCE_DATA)
68 z.writestr(pkg + '/sub/res.txt', RESOURCE_DATA)
test_zipfile64.py 56 zipfp.writestr("testfn%d" % num, self.data)
106 zipf.writestr("foo%08d" % i, "%d" % (i**3 % 57))
test_zipimport.py 75 z.writestr(zinfo, data)
213 z.writestr(zinfo, data)
257 z.writestr(zinfo, data)
291 z.writestr(name, data)
test_zipimport_support.py 122 z.writestr(mod_name + ".py", src)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_zipfile.py 55 zipfp.writestr("strfile", self.data)
150 zipfp.writestr("name", "foo")
151 zipfp.writestr("name", "bar")
189 zipfp.writestr(TESTFN, data)
305 zipfp.writestr("strfile", '12')
326 zipfp.writestr("strfile", self.data)
386 zipfp.writestr("somefile.txt", "bogus")
394 zipfp.writestr(fpath, fdata)
416 zipfp.writestr(fpath, fdata)
440 zipfp.writestr(fname, content
    [all...]
test_pkgutil.py 65 z.writestr(pkg + '/__init__.py', "")
67 z.writestr(pkg + '/res.txt', RESOURCE_DATA)
68 z.writestr(pkg + '/sub/res.txt', RESOURCE_DATA)
test_zipfile64.py 56 zipfp.writestr("testfn%d" % num, self.data)
106 zipf.writestr("foo%08d" % i, "%d" % (i**3 % 57))
test_zipimport.py 75 z.writestr(zinfo, data)
213 z.writestr(zinfo, data)
257 z.writestr(zinfo, data)
291 z.writestr(name, data)
test_zipimport_support.py 122 z.writestr(mod_name + ".py", src)
  /cts/suite/audio_quality/lib/src/
RWBuffer.h 81 void writeStr(const android::String8& str) {
SignalProcessingImpl.cpp 121 mBuffer.writeStr(functionScript);
  /external/pdfium/core/src/fxcodec/lcms2/lcms2-2.6/src/
cmscgats.c     [all...]
  /frameworks/native/cmds/atrace/
atrace.cpp 253 static bool writeStr(const char* filename, const char* str)
269 writeStr(k_traceMarkerPath, buffer);
276 return writeStr(filename, enable ? "1" : "0");
357 return writeStr(k_traceBufferSizePath, str);
409 return writeStr(k_traceClockPath, clock);
537 ok &= writeStr(k_currentTracerPath, "nop");
544 ok &= writeStr(k_currentTracerPath, "function_graph");
  /build/tools/releasetools/
test_common.py 252 # zipfile.writestr() doesn't work when the str size is over 2GiB even with
common.py 854 # limit. Note that `zipfile.writestr()` will not work for strings larger than
889 """Wrap zipfile.writestr() function to work around the zip64 limit.
922 zip_file.writestr(zinfo, data)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/
bundlebuilder.py 577 zf.writestr(path, pyc)
    [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 
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
zipfile.py 1196 def writestr(self, zinfo_or_arcname, bytes, compress_type=None): member in class:ZipFile
    [all...]
tarfile.py 2563 def writestr(self, zinfo, bytes): member in class:TarFileCompat
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
zipfile.py 1196 def writestr(self, zinfo_or_arcname, bytes, compress_type=None): member in class:ZipFile
    [all...]

Completed in 953 milliseconds

1 2