Home
last modified time | relevance | path

Searched defs:read (Results 201 - 225 of 1291) sorted by relevance

12345678910>>...52

/third_party/icu/icu4j/tools/build/src/com/ibm/icu/dev/tool/docs/
H A DAPIData.java38 static APIData read(BufferedReader br, boolean internal) { in read() method in APIData
68 public static APIData read(File file, boolean internal) { in read() method in APIData
108 static APIData read(String fileName, boolean internal) { in read() method in APIData
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
H A DUCharacterNameReader.java61 protected void read(UCharacterName data) throws IOException in read() method in UCharacterNameReader
/third_party/libwebsockets/include/libwebsockets/
H A Dlws-gpio.h54 int (*read)(_lws_plat_gpio_t gpio); member
/third_party/mesa3d/src/gallium/frontends/dri/
H A Ddri_context.c292 struct dri_drawable *read = dri_drawable(driReadPriv); in dri_make_current() local
/third_party/mesa3d/src/glx/
H A Dapplegl_glx.c52 applegl_bind_context( struct glx_context *gc, struct glx_context *old, GLXDrawable draw, GLXDrawable read) applegl_bind_context() argument
H A Dglxcurrent.c121 MakeContextCurrent(Display * dpy, GLXDrawable draw, GLXDrawable read, GLXContext gc_user, int opcode) MakeContextCurrent() argument
/third_party/node/src/
H A Dnode_threadsafe_cow.h28 const T* read() const { return data_.get(); } in read() function in node::final
94 Read read() const { return Read(this); } in read() function in node::final
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/packaging/
H A D_tokenizer.py143 def read(self) -> Token: member in Tokenizer
/third_party/libfuse/include/
H A Dcuse_lowlevel.h54 void (*read) (fuse_req_t req, size_t size, off_t off, member
/third_party/mesa3d/src/gallium/auxiliary/rbug/
H A Drbug_connection.c76 size_t read = 0; in rbug_get_message() local
/third_party/libphonenumber/metadata/src/main/java/com/google/i18n/phonenumbers/metadata/model/
H A DExamplesTableSchema.java120 private static ExampleNumberKey read(List<String> parts) { in read() method in ExamplesTableSchema
/third_party/libphonenumber/migrator/src/main/java/com/google/phonenumbers/migrator/
H A DRecipesTableSchema.java94 public static RangeKey read(List<String> parts) { in read() method in RecipesTableSchema
/third_party/rust/crates/cxx/gen/cmd/src/gen/
H A Dout.rs174 let mut read = self.blocks.len() - self.blocks_pending; in flush_blocks() variables
/third_party/rust/crates/cxx/gen/src/
H A Dout.rs174 let mut read = self.blocks.len() - self.blocks_pending; in flush_blocks() variables
/third_party/rust/crates/cxx/gen/lib/src/gen/
H A Dout.rs174 let mut read = self.blocks.len() - self.blocks_pending; in flush_blocks() variables
/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

Completed in 10 milliseconds

12345678910>>...52