/external/skqp/infra/bots/recipe_modules/doxygen/resources/ |
D | generate_and_upload_doxygen.py | 56 shutil.copyfileobj(reader, writer)
|
/external/skia/infra/bots/recipe_modules/doxygen/resources/ |
D | generate_and_upload_doxygen.py | 56 shutil.copyfileobj(reader, writer)
|
/external/skia/tools/skqp/ |
D | download_model.py | 36 shutil.copyfileobj(urllib2.urlopen(url), o)
|
/external/skqp/tools/skqp/ |
D | download_model | 38 shutil.copyfileobj(urllib2.urlopen(url), o)
|
/external/tensorflow/tensorflow/lite/tutorials/ |
D | dataset.py | 81 shutil.copyfileobj(f_in, f_out)
|
/external/autotest/server/site_tests/platform_BootPerfServer/ |
D | platform_BootPerfServer.py | 166 shutil.copyfileobj(client_results, server_results)
|
/external/boringssl/src/util/bot/ |
D | extract.py | 154 shutil.copyfileobj(entry.fileobj, out)
|
/external/python/cpython2/Lib/ |
D | SimpleHTTPServer.py | 192 shutil.copyfileobj(source, outputfile)
|
D | shutil.py | 60 def copyfileobj(fsrc, fdst, length=16*1024): function 98 copyfileobj(fsrc, fdst)
|
D | tarfile.py | 259 def copyfileobj(src, dst, length=None): function 266 shutil.copyfileobj(src, dst) 2054 copyfileobj(fileobj, self.fileobj, tarinfo.size) 2235 copyfileobj(source, target)
|
/external/python/cpython3/Lib/ |
D | zipapp.py | 70 shutil.copyfileobj(src, dst)
|
D | tarfile.py | 234 def copyfileobj(src, dst, length=None, exception=OSError, bufsize=None): function 242 shutil.copyfileobj(src, dst, bufsize) 2007 copyfileobj(fileobj, self.fileobj, tarinfo.size, bufsize=bufsize) 2195 copyfileobj(source, target, size, ReadError, bufsize) 2199 copyfileobj(source, target, tarinfo.size, ReadError, bufsize)
|
D | shutil.py | 197 def copyfileobj(fsrc, fdst, length=0): function 285 copyfileobj(fsrc, fdst)
|
/external/autotest/server/ |
D | base_utils.py | 78 shutil.copyfileobj(location, tmpfileobj)
|
D | crashcollect.py | 379 shutil.copyfileobj(raw_messages_file, messages_file)
|
/external/llvm-project/clang/utils/analyzer/ |
D | SATestBuild.py | 482 shutil.copyfileobj(build_log_file, LOCAL.stderr) 739 shutil.copyfileobj(failed_log, LOCAL.stdout)
|
/external/python/cpython2/Tools/msi/ |
D | msi.py | 917 shutil.copyfileobj(open(os.path.join(srcdir, "LICENSE")), out) 918 shutil.copyfileobj(open("crtlicense.txt"), out) 932 shutil.copyfileobj(open(os.path.join(dir, file)), out)
|
/external/python/cpython2/Doc/library/ |
D | gzip.rst | 114 shutil.copyfileobj(f_in, f_out)
|
/external/llvm-project/clang/tools/scan-build-py/libscanbuild/ |
D | report.py | 104 shutil.copyfileobj(input_handle, handle)
|
/external/clang/tools/scan-build-py/libscanbuild/ |
D | report.py | 141 shutil.copyfileobj(input_handle, handle)
|
/external/clang/utils/analyzer/ |
D | SATestBuild.py | 515 shutil.copyfileobj(FailLogI, SummaryLog);
|
/external/python/cpython3/Doc/library/ |
D | shutil.rst | 40 .. function:: copyfileobj(fsrc, fdst[, length]) 459 :func:`shutil.copyfileobj` is used. 463 :func:`copyfileobj` function internally.
|
D | gzip.rst | 215 shutil.copyfileobj(f_in, f_out)
|
/external/python/cpython3/Lib/test/ |
D | test_shutil.py | 2206 shutil.copyfileobj(src, dst) 2211 shutil.copyfileobj(src, dst) 2217 shutil.copyfileobj(src, dst) 2364 shutil.copyfileobj(src, dst) 2373 shutil.copyfileobj(src, dst)
|
/external/python/cpython3/Lib/http/ |
D | server.py | 859 shutil.copyfileobj(source, outputfile)
|