/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/ |
D | shutil.py | 86 def _fastcopy_fcopyfile(fsrc, fdst, flags): argument 106 def _fastcopy_sendfile(fsrc, fdst): argument 170 def _copyfileobj_readinto(fsrc, fdst, length=COPY_BUFSIZE): argument 189 def copyfileobj(fsrc, fdst, length=0): argument
|
/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/ |
H A D | shutil.py | 86 def _fastcopy_fcopyfile(fsrc, fdst, flags): argument 106 def _fastcopy_sendfile(fsrc, fdst): argument 170 def _copyfileobj_readinto(fsrc, fdst, length=COPY_BUFSIZE): argument 189 def copyfileobj(fsrc, fdst, length=0): argument
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/ |
D | shutil.py | 86 def _fastcopy_fcopyfile(fsrc, fdst, flags): argument 106 def _fastcopy_sendfile(fsrc, fdst): argument 170 def _copyfileobj_readinto(fsrc, fdst, length=COPY_BUFSIZE): argument 189 def copyfileobj(fsrc, fdst, length=0): argument
|
/aosp_15_r20/external/python/cpython3/Lib/ |
D | shutil.py | 86 def _fastcopy_fcopyfile(fsrc, fdst, flags): argument 106 def _fastcopy_sendfile(fsrc, fdst): argument 170 def _copyfileobj_readinto(fsrc, fdst, length=COPY_BUFSIZE): argument 189 def copyfileobj(fsrc, fdst, length=0): argument
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/ |
D | shutil.py | 86 def _fastcopy_fcopyfile(fsrc, fdst, flags): argument 106 def _fastcopy_sendfile(fsrc, fdst): argument 170 def _copyfileobj_readinto(fsrc, fdst, length=COPY_BUFSIZE): argument 189 def copyfileobj(fsrc, fdst, length=0): argument
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/ |
D | shutil.py | 86 def _fastcopy_fcopyfile(fsrc, fdst, flags): argument 106 def _fastcopy_sendfile(fsrc, fdst): argument 170 def _copyfileobj_readinto(fsrc, fdst, length=COPY_BUFSIZE): argument 189 def copyfileobj(fsrc, fdst, length=0): argument
|
/aosp_15_r20/external/tcpdump/ |
H A D | print-fddi.c | 230 extract_fddi_addrs(const struct fddi_header *fddip, char *fsrc, char *fdst) in extract_fddi_addrs() 256 const u_char *fsrc, const u_char *fdst) in fddi_hdr_print()
|
H A D | print-token.c | 95 extract_token_addrs(const struct token_header *trp, char *fsrc, char *fdst) in extract_token_addrs() 107 const u_char *fsrc, const u_char *fdst) in token_hdr_print()
|
/aosp_15_r20/frameworks/av/media/module/codecs/amrwb/enc/SampleCode/ |
H A D | AMRWB_E_SAMPLE.c | 84 FILE *fdst = NULL; in encode() local
|
/aosp_15_r20/system/update_engine/scripts/ |
H A D | update_device.py | 51 def CopyFileObjLength(fsrc, fdst, buffer_size=128 * 1024, copy_length=None, speed_limit=None): argument
|
/aosp_15_r20/external/python/cpython2/Lib/ |
D | shutil.py | 60 def copyfileobj(fsrc, fdst, length=16*1024): argument
|
/aosp_15_r20/external/mesa3d/src/gallium/drivers/llvmpipe/ |
H A D | lp_test_blend.c | 488 double fdst[LP_MAX_VECTOR_LENGTH]; in test_one() local
|
/aosp_15_r20/external/mesa3d/src/gallium/drivers/nouveau/nv30/ |
H A D | nvfx_vertprog.c | 420 tgsi_dst(struct nvfx_vpc *vpc, const struct tgsi_full_dst_register *fdst) { in tgsi_dst()
|
H A D | nvfx_fragprog.c | 417 tgsi_dst(struct nvfx_fpc *fpc, const struct tgsi_full_dst_register *fdst) { in tgsi_dst()
|
/aosp_15_r20/external/python/cpython3/Lib/test/ |
D | test_shutil.py | 2508 def zerocopy_fun(self, fsrc, fdst): argument
|
/aosp_15_r20/external/vulkan-validation-layers/tests/ |
H A D | vklayertests_buffer_image_memory_sampler.cpp | 1558 …bool fdst = !ImageFormatAndFeaturesSupported(gpu(), f_float, VK_IMAGE_TILING_OPTIMAL, VK_FORMAT_FE… in TEST_F() local
|