Home
last modified time | relevance | path

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

1...<<11121314151617181920>>...52

/third_party/rust/crates/aho-corasick/src/
H A Dtests.rs1202 fn read(&mut self, buf: &mut [u8]) -> ::std::io::Result<usize> { in regression_stream_rare_byte_prefilter() functions
[all...]
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
H A DAbstractMessageLite.java293 public int read() throws IOException { in read() method in AbstractMessageLite.Builder.LimitedInputStream
305 public int read(final byte[] b, final int off, int len) throws IOException { in read() method in AbstractMessageLite.Builder.LimitedInputStream
/third_party/python/Lib/
H A Dgzip.py86 def read(self, size): member in _PaddedFile
296 def read(self, size=-1): global() member in GzipFile
474 def read(self, size=-1): global() member in _GzipReader
[all...]
H A Dwave.py164 def read(self, size=-1): member in _Chunk
[all...]
/third_party/python/Lib/asyncio/
H A Dstreams.py648 async def read(self, n=-1): member in StreamReader
[all...]
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DBinaryStream.h165 void read(T *v, size_t num) in read() function in gl::BinaryInputStream
191 void read(T *v) in read() function in gl::BinaryInputStream
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
H A DCOFFModuleDefinition.cpp160 void read() { in read() function in llvm::object::Parser
[all...]
/third_party/vk-gl-cts/execserver/
H A DxsExecutionServer.cpp60 void MessageBuilder::read (ByteBuffer& src) in read() function in xs::MessageBuilder
H A DxsWin32TestProcess.hpp121 int read (deUint8* dst, int numBytes) { return m_logBuffer.tryRead(numBytes, dst); } in read() function in xs::win32::TestLogReader
/third_party/skia/src/gpu/
H A DGrCaps.cpp350 SupportedRead read = this->onSupportedReadPixelsColorType(srcColorType, srcFormat, in supportedReadPixelsColorType() local
/third_party/skia/src/core/
H A DSkFontStream.cpp40 static bool read(SkStream* stream, void* buffer, size_t amount) { in read() function
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dcollationdatareader.cpp47 CollationDataReader::read(const CollationTailoring *base, const uint8_t *inBytes, int32_t inLength, in read() function in CollationDataReader
/third_party/skia/third_party/externals/oboe/src/opensles/
H A DAudioStreamBuffered.cpp219 ResultWithValue<int32_t> AudioStreamBuffered::read(void *buffer, in read() function in oboe::AudioStreamBuffered
/third_party/skia/tests/
H A DGrSurfaceTest.cpp373 SkAutoPixmapStorage read; in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() local
H A DSRGBReadWritePixelsTest.cpp141 uint32_t read = static_cast<uint32_t*>(readPM.addr())[j * w + i]; in read_and_check_pixels() local
[all...]
/third_party/skia/src/utils/win/
H A DSkDWriteFontFileStream.cpp35 size_t SkDWriteFontFileStream::read(void* buffer, size_t size) { in read() function in SkDWriteFontFileStream
68 size_t read = fileSize - fPos; in read() local
/third_party/skia/third_party/externals/freetype/src/gzip/
H A Dinfutil.h56 Bytef *read; /* window read pointer */ member
/third_party/skia/third_party/externals/freetype/src/pshinter/
H A Dpshglob.c139 psh_blues_set_zones_0( PSH_Blues target, FT_Bool is_others, FT_UInt read_count, FT_Short* read, PSH_Blue_Table top_table, PSH_Blue_Table bot_table ) psh_blues_set_zones_0() argument
656 FT_Short* read; psh_globals_new() local
[all...]
/third_party/skia/third_party/externals/tint/src/utils/io/
H A Dcommand_posix.cc94 File read; member in tint::utils::__anon26162::Pipe
[all...]
H A Dcommand_windows.cc96 Handle read; member in tint::utils::__anon26164::Pipe
[all...]
/third_party/skia/third_party/externals/zlib/
H A Dgzguts.h48 # define read _read macro
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
H A DFaultMaps.h101 template <typename T> static T read(const uint8_t *P, const uint8_t *E) { in read() function in llvm::FaultMapParser
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant_lib/
H A Ddriver_nl80211_hisi.h137 u32 read; member
/third_party/vk-gl-cts/framework/common/
H A DtcuThreadUtil.cpp88 void Object::read (SharedPtr<Event> event, std::vector<SharedPtr<Event> >& deps) in read() function in tcu::ThreadUtil::Object
/third_party/vk-gl-cts/framework/delibs/decpp/
H A DdeBlockBuffer.hpp374 void BlockBuffer<T>::read (int numElements, T* elements) in read() function in de::BlockBuffer

Completed in 31 milliseconds

1...<<11121314151617181920>>...52