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

1 2 3 4

  /external/syslinux/core/
writestr.c 15 * writestr.c
32 * writestr: write a null-terminated string to the console, saving
35 * Note: writestr_early and writestr are distinct in
38 void writestr(char *str) function
46 writestr(MK_PTR(regs->ds, regs->esi.w[0]));
extern.inc 79 ; writestr.c
pxeboot.c 31 writestr(LOCALBOOT_MSG);
regdump.inc 46 call writestr
57 call writestr
  /external/python/cpython2/Lib/test/
test_zipfile64.py 56 zipfp.writestr("testfn%d" % num, self.data)
110 zipf.writestr("foo%08d" % i, "%d" % (i**3 % 57))
125 zipf.writestr("foo%08d" % i, "%d" % (i**3 % 57))
128 zipf.writestr("foo%08d" % numfiles, b'')
136 zipf.writestr("foo%08d" % numfiles, b'')
145 zipf.writestr("foo%08d" % i, "%d" % (i**3 % 57))
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_zipfile.py 58 zipfp.writestr("strfile", self.data)
153 zipfp.writestr("name", "foo")
155 zipfp.writestr("name", "bar")
194 zipfp.writestr(TESTFN, data)
310 zipfp.writestr("strfile", '12')
331 zipfp.writestr("strfile", self.data)
383 zipfp.writestr('strfile', self.data)
435 zipfp.writestr("somefile.txt", "bogus")
443 zipfp.writestr(fpath, fdata)
466 zipfp.writestr(fpath, fdata
    [all...]
  /external/python/cpython3/Lib/test/
test_zipfile64.py 49 zipfp.writestr("testfn%d" % num, self.data)
103 zipf.writestr("foo%08d" % i, "%d" % (i**3 % 57))
119 zipf.writestr("foo%08d" % i, "%d" % (i**3 % 57))
122 zipf.writestr("foo%08d" % numfiles, b'')
130 zipf.writestr("foo%08d" % numfiles, b'')
139 zipf.writestr("foo%08d" % i, "%d" % (i**3 % 57))
test_pkgutil.py 70 z.writestr(pkg + '/__init__.py', "")
72 z.writestr(pkg + '/res.txt', RESOURCE_DATA)
73 z.writestr(pkg + '/sub/res.txt', RESOURCE_DATA)
153 z.writestr(pkg2 + '/__init__.py', "")
154 z.writestr(pkg2 + '/' + pkg1 + '/__init__.py', "")
155 z.writestr(pkg2 + '/' + pkg1 + '/mod.py', "")
156 z.writestr(pkg1 + '/__init__.py', "")
157 z.writestr(pkg1 + '/' + pkg2 + '/__init__.py', "")
158 z.writestr(pkg1 + '/' + pkg2 + '/mod.py', "")
test_zipfile.py 60 zipfp.writestr("strfile", self.data)
279 zipfp.writestr("strfile", '12')
289 zipfp.writestr("b.txt", "hello world", compress_type=self.compression)
300 zipf.writestr('foo', junk)
308 zipf.writestr('strfile', self.data, compress_type=self.compression)
377 # Make sure that writestr and open(... mode='w') create files with
406 zipfp.writestr("strfile", self.data)
458 zipfp.writestr('strfile', self.data)
498 zipfp.writestr("somefile.txt", "bogus")
566 zipfp.writestr("strfile", self.data
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
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_zipfile.py 48 zipfp.writestr("strfile", self.data)
143 zipfp.writestr("name", "foo")
144 zipfp.writestr("name", "bar")
182 zipfp.writestr(TESTFN, data)
298 zipfp.writestr("strfile", '12')
319 zipfp.writestr("strfile", self.data)
361 zipfp.writestr("somefile.txt", "bogus")
369 zipfp.writestr(fpath, fdata)
394 zipfp.writestr(fpath, fdata)
412 zipfp.writestr("a.txt", "hello world", compress_type=zipfile.ZIP_STORED)
    [all...]
  /build/make/tools/releasetools/
test_common.py 265 # zipfile.writestr() doesn't work when the str size is over 2GiB even with
418 target_files_zip.writestr('META/apkcerts.txt', apkcerts_txt)
420 target_files_zip.writestr(entry, '')
522 target_files_zip.writestr('IMAGES/system.map', '')
523 target_files_zip.writestr('SYSTEM/file1', os.urandom(4096 * 8))
524 target_files_zip.writestr('SYSTEM/file2', os.urandom(4096 * 3))
552 target_files_zip.writestr('SYSTEM/file1', os.urandom(4096 * 8))
553 target_files_zip.writestr('SYSTEM/file2', os.urandom(4096 * 3))
569 target_files_zip.writestr(
574 target_files_zip.writestr('SYSTEM/file1', os.urandom(4096 * 7)
    [all...]
  /prebuilts/gdb/darwin-x86/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)
  /prebuilts/gdb/linux-x86/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)
  /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)
  /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)
  /cts/suite/audio_quality/lib/src/
RWBuffer.h 81 void writeStr(const android::String8& str) {
  /external/pdfium/third_party/lcms/src/
cmscgats.c     [all...]
  /external/skia/infra/bots/
zip_utils.py 47 z.writestr(zi, content)
  /external/skqp/infra/bots/
zip_utils.py 47 z.writestr(zi, content)

Completed in 715 milliseconds

1 2 3 4