Home
last modified time | relevance | path

Searched defs:fdst (Results 1 – 16 of 16) sorted by relevance

/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/
Dshutil.py86 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 Dshutil.py86 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/
Dshutil.py86 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/
Dshutil.py86 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/
Dshutil.py86 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/
Dshutil.py86 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 Dprint-fddi.c230 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 Dprint-token.c95 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 DAMRWB_E_SAMPLE.c84 FILE *fdst = NULL; in encode() local
/aosp_15_r20/system/update_engine/scripts/
H A Dupdate_device.py51 def CopyFileObjLength(fsrc, fdst, buffer_size=128 * 1024, copy_length=None, speed_limit=None): argument
/aosp_15_r20/external/python/cpython2/Lib/
Dshutil.py60 def copyfileobj(fsrc, fdst, length=16*1024): argument
/aosp_15_r20/external/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_test_blend.c488 double fdst[LP_MAX_VECTOR_LENGTH]; in test_one() local
/aosp_15_r20/external/mesa3d/src/gallium/drivers/nouveau/nv30/
H A Dnvfx_vertprog.c420 tgsi_dst(struct nvfx_vpc *vpc, const struct tgsi_full_dst_register *fdst) { in tgsi_dst()
H A Dnvfx_fragprog.c417 tgsi_dst(struct nvfx_fpc *fpc, const struct tgsi_full_dst_register *fdst) { in tgsi_dst()
/aosp_15_r20/external/python/cpython3/Lib/test/
Dtest_shutil.py2508 def zerocopy_fun(self, fsrc, fdst): argument
/aosp_15_r20/external/vulkan-validation-layers/tests/
H A Dvklayertests_buffer_image_memory_sampler.cpp1558 …bool fdst = !ImageFormatAndFeaturesSupported(gpu(), f_float, VK_IMAGE_TILING_OPTIMAL, VK_FORMAT_FE… in TEST_F() local