Home
last modified time | relevance | path

Searched defs:read (Results 226 - 250 of 1323) sorted by relevance

12345678910>>...53

/third_party/rust/crates/cxx/gen/build/src/gen/
H A Dout.rs174 let mut read = self.blocks.len() - self.blocks_pending; in flush_blocks() variables
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/data/
H A DFontInputStream.java115 public int read() throws IOException { in read() method in FontInputStream
127 public int read(byte[] b, int off, int len) throws IOException { in read() method in FontInputStream
138 public int read(byte[] b) throws IOException { in read() method in FontInputStream
[all...]
/third_party/skia/third_party/externals/oboe/apps/OboeTester/app/src/main/cpp/
H A DMultiChannelRecording.h130 int32_t read(float *buffer, int32_t numFrames) { in read() function in MultiChannelRecording
/third_party/skia/src/pdf/
H A DSkJpegInfo.cpp22 bool read() { in read() function in __anon18904::JpegSegment
/third_party/skia/tests/
H A DPDFDeflateWStreamTest.cpp79 size_t read = src->read(&inputBuffer, kBufferSize); in stream_inflate() local
/third_party/python/Lib/
H A Dmimetypes.py201 def read(self, filename, strict=True): member in MimeTypes
H A Dlzma.py193 def read(self, size=-1): member in LZMAFile
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
H A DEndian.h65 inline value_type read(const void *memory, endianness endian) { in read() function
78 inline value_type read(const void *memory) { in read() function
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
H A DEndian.h48 inline value_type read(const void *memory) { in read() function
[all...]
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
H A DIterableByteBufferInputStream.java113 public int read() throws IOException { in read() method in IterableByteBufferInputStream
129 public int read(byte[] output, int offset, int length) throws IOException { in read() method in IterableByteBufferInputStream
/third_party/python/Lib/urllib/
H A Drobotparser.py59 def read(self): member in RobotFileParser
/third_party/python/Lib/wsgiref/
H A Dtypes.py35 def read(self, size: int = ..., /) -> bytes: ... member in InputStream
47 def read(self, size: int = ..., /) -> bytes: ... member in _Readable
/third_party/rust/crates/rustix/src/backend/linux_raw/fs/
H A Ddir.rs54 pub fn read(&mut self) -> Option<io::Result<DirEntry>> { in read() functions
/third_party/rust/crates/version_check/src/
H A Dversion.rs21 pub fn read() -> Option<Version> { in read() functions
/third_party/vk-gl-cts/framework/common/
H A DtcuResource.cpp61 void FileResource::read (deUint8* dst, int numBytes) in read() function in tcu::FileResource
/third_party/vk-gl-cts/framework/egl/
H A DegluUnique.cpp86 ScopedCurrentContext::ScopedCurrentContext (const Library& egl, EGLDisplay display, EGLSurface draw, EGLSurface read, EGLContext context) in ScopedCurrentContext() argument
/third_party/node/lib/
H A Dfs.js614 function read(fd, buffer, offsetOrOptions, length, position, callback) { function
[all...]
/base/hiviewdfx/hidumper/frameworks/native/src/executor/
H A Dfile_stream_dumper.cpp108 ssize_t read = 0; in ReadLineInFile() local
/device/soc/hisilicon/hi3861v100/hi3861_adapter/kal/posix/src/
H A Dfile.c213 ssize_t read(int fd, void *buf, size_t nbytes) in read() function
/foundation/graphic/graphic_3d/lume/LumeEngine/src/image/
H A Dimage_loader_manager.cpp97 const uint64_t read = file.Read(buffer.get(), byteLength); in LoadImage() local
152 const uint64_t read = file.Read(buffer.get(), byteLength); in LoadAnimatedImage() local
/foundation/graphic/graphic_3d/lume/LumeEngine/src/image/loaders/
H A Dimage_loader_libpng.cpp231 const uint64_t read = file.Read(buffer.get(), byteLength); variable
/kernel/linux/linux-5.10/arch/um/include/shared/
H A Dnet_kern.h37 int (*read)(int, struct sk_buff *skb, struct uml_net_private *); member
48 int (*read)(int, struct sk_buff *skb, struct uml_net_private *); member
/kernel/linux/linux-5.10/arch/x86/pci/
H A Dce4100.c33 void (*read)(struct sim_dev_reg *reg, u32 *value); member
40 void (*read)(struct sim_dev_reg *reg, u32 value); member
[all...]
/kernel/linux/linux-5.10/drivers/char/hw_random/
H A Damd-rng.c65 size_t read = 0; in amd_rng_read() local
H A Dvirtio-rng.c83 size_t read; in virtio_read() local

Completed in 18 milliseconds

12345678910>>...53