Home
last modified time | relevance | path

Searched defs:read (Results 476 - 500 of 504) sorted by relevance

1...<<1112131415161718192021

/third_party/python/Lib/
H A Dtyping.py3228 def read(self, n: int = -1) -> AnyStr: member in IO
/third_party/python/Lib/test/
H A Dtest_xml_etree.py2032 def read(self, x): member in BugsTest.test_bug_xmltoolkit60.ExceptionFile
[all...]
H A Dtest_ssl.py2511 def read(self): global() member in ThreadedEchoServer.ConnectionHandler
[all...]
H A Dtest_tarfile.py2830 def read(self, n): global() member in Bz2PartialReadTest._test_partial_input.MyBytesIO
[all...]
H A Dtest_io.py149 def read(self, n=None): member in MockRawIO
168 def read(self, n=None): member in MisbehavedRawIO
225 def read(self, n=None): member in MockFileIO
475 read = self.BufferedIOBase.read global() variable in IOTest.test_optional_abilities.text_writer.UnseekableWriter
924 def read(self, size): global() member in IOTest.test_buffered_readinto_mixin.Stream
976 def read(self, size): global() member in IOTest.test_BufferedIOBase_readinto.Reader
3721 def read(self, len_): global() member in MemviewBytesIO
4335 def read(self, n=-1): global() member in CMiscIOTest.test_readinto_buffer_overflow.BadReader
[all...]
/third_party/vk-gl-cts/modules/gles3/performance/
H A Des3pBufferDataUploadTests.cpp286 SingleOperationStatistics read; member
304 SingleOperationStatistics read; member
323 SingleOperationStatistics read; member
[all...]
/foundation/graphic/graphic_3d/lume/LumeRender/src/gles/
H A Drender_backend_gles.cpp2000 const bool read = IS_BIT(accessFlags, CORE_ACCESS_SHADER_READ_BIT); in BindImage() local
/third_party/backends/backend/
H A Dumax_pp_low.c4089 int read; DirectpausedBufferRead() local
5196 int read; pausedReadData() local
8462 int read, needed, max; cmdGetBuffer610p() local
8566 int word[5], read; cmdGetBuffer() local
8705 int word[5], read; cmdGetBuffer32() local
8851 int word[5], read; cmdGetBlockBuffer() local
10217 long int somme, len, read, blocksize; sanei_umax_pp_scan() local
[all...]
/third_party/rust/crates/libc/src/windows/
H A Dmod.rs496 pub fn read(fd: ::c_int, buf: *mut ::c_void, count: ::c_uint) -> ::c_int; in read() functions
/third_party/rust/crates/rust-openssl/openssl/src/ssl/
H A Dmod.rs2317 fn read(&mut self, buf: &mut [u8]) -> c_int { in fmt() functions
3532 let mut read = 0; in fmt() variables
3799 fn read(&mut self, buf: &mut [u8]) -> io::Result<usize> { read() functions
[all...]
/third_party/ffmpeg/libavformat/
H A Dmxfdec.c320 MXFMetadataReadFunc *read; member
3300 static int mxf_parse_klv(MXFContext *mxf, KLVPacket klv, MXFMetadataReadFunc *read, in mxf_parse_klv() argument
[all...]
H A Dmatroskadec.c893 int read, n = 1; in ebml_read_num() local
4071 int read; webm_clusters_start_with_keyframe() local
[all...]
/third_party/rust/crates/libc/src/solid/
H A Dmod.rs826 pub fn read(arg1: c_int, arg2: *mut c_void, arg3: c_int) -> c_int; in read() functions
/third_party/rust/crates/libc/src/
H A Dwasi.rs463 pub fn read(fd: c_int, ptr: *mut c_void, size: size_t) -> ssize_t; in read() functions
/third_party/rust/crates/libc/src/unix/
H A Dmod.rs916 pub fn read(fd: ::c_int, buf: *mut ::c_void, count: ::size_t) -> ::ssize_t; in read() functions
/third_party/python/Modules/
H A D_pickle.c689 PyObject *read; /* read() method of the input stream. */ member
[all...]
H A Dposixmodule.c10260 HANDLE read, write; os_pipe_impl() local
[all...]
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/
H A Ddhd_pcie.c5399 serialized_backplane_access(dhd_bus_t *bus, uint addr, uint size, uint *val, bool read) serialized_backplane_access() argument
10165 dhd_bus_readwrite_bp_addr(dhd_pub_t *dhdp, uint addr, uint size, uint* data, bool read) dhd_bus_readwrite_bp_addr() argument
10185 dhd_sbreg_op(dhd_pub_t *dhd, uint addr, uint *val, bool read) dhd_sbreg_op() argument
[all...]
H A Ddhd_sdio.c10425 dhd_bus_readwrite_bp_addr(dhd_pub_t *dhdp, uint addr, uint size, uint* data, bool read) dhd_bus_readwrite_bp_addr() argument
[all...]
/third_party/astc-encoder/Source/
H A Dstb_image.h411 int (*read) (void *user,char *data,int size); // fill 'data' with 'size' bytes. return number of bytes actually read member
[all...]
/third_party/nghttp2/src/
H A Dshrpx_config.h600 ev_tstamp read; member
1001 ev_tstamp read; global() member
1047 ev_tstamp read; global() member
1052 RateLimitConfig read; global() member
[all...]
/third_party/rust/crates/libc/src/vxworks/
H A Dmod.rs1606 pub fn read(fd: ::c_int, buf: *mut ::c_void, count: ::size_t) -> ::ssize_t; in read() functions
/third_party/skia/third_party/externals/angle2/src/libANGLE/capture/
H A DFrameCapture.cpp788 CaptureMakeCurrent(EGLDisplay display, EGLSurface draw, EGLSurface read, EGLContext context) CaptureMakeCurrent() argument
/third_party/toybox/toys/pending/
H A Dbc.c1092 size_t size, read; in bc_read_file() local
/third_party/mksh/
H A Dsh.h1642 int read; /* pipe from co-process's stdout */ member
[all...]

Completed in 131 milliseconds

1...<<1112131415161718192021