Home
last modified time | relevance | path

Searched defs:read (Results 1 – 25 of 630) sorted by relevance

12345678910>>...26

/third_party/rust/rust/tests/ui/statics/auxiliary/
Dstatic-methods-crate.rs4 pub trait read: Sized { trait
24 pub fn read<T:read>(s: String) -> T { in read() function
/third_party/rust/rust/tests/ui/associated-types/
Dissue-41868.rs12 fn read(rdr: &mut Foo) -> Option<Self::Output>; in read() method
16 fn read(rdr: &mut Foo) -> Option<Self::Output> { Some(42) } in read() method
20 fn read(rdr: &mut Foo) -> Option<u16> { Some(17) } in read() method
/third_party/mesa3d/src/intel/tools/
Daub_read.c74 parse_error(struct aub_read *read, const uint32_t *p, const char *fmt, ...) in parse_error()
90 handle_trace_header(struct aub_read *read, const uint32_t *p) in handle_trace_header()
120 handle_memtrace_version(struct aub_read *read, const uint32_t *p) in handle_memtrace_version()
145 handle_trace_block(struct aub_read *read, const uint32_t *p) in handle_trace_block()
189 handle_memtrace_reg_write(struct aub_read *read, const uint32_t *p) in handle_memtrace_reg_write()
273 do_write(struct aub_read *read, uint32_t address_space, uint64_t addr, const void *data, uint32_t s… in do_write()
299 handle_memtrace_mem_write(struct aub_read *read, const uint32_t *p) in handle_memtrace_mem_write()
310 handle_memtrace_mem_write_discont(struct aub_read *read, const uint32_t *p) in handle_memtrace_mem_write_discont()
331 aub_read_command(struct aub_read *read, const void *data, uint32_t data_len) in aub_read_command()
/third_party/musl/libc-test/src/functionalext/supplement/stdio/
Dgetline.c37 ssize_t read = getline(&line, &len, fp); in getline_0100() local
58 ssize_t read = getline(NULL, &len, fp); in getline_0200() local
78 ssize_t read = getline(&line, 0, fp); in getline_0300() local
/third_party/skia/third_party/externals/brotli/java/org/brotli/wrapper/dec/
DBrotliInputStream.java52 public int read() throws IOException { in read() method in BrotliInputStream
72 public int read(byte[] b) throws IOException { in read() method in BrotliInputStream
77 public int read(byte[] b, int off, int len) throws IOException { in read() method in BrotliInputStream
/third_party/rust/rust/tests/rustdoc/intra-doc/
Dcrate-relative-assoc.rs3 fn read(&mut self); in read() method
16 fn read(&mut self) {} in read() method
/third_party/typescript/tests/cases/compiler/
DelaboratedErrors.ts2 read: number; property
11 read: string; property in WorkerFS
/third_party/typescript/tests/baselines/reference/
DdestructureOptionalParameter.js19 new (selector: Type | string, {descendants, read}?: { property
54 new (selector: Type | string, { descendants, read }?: { property
DunwitnessedTypeParameterVariance.js32 var unk = { read: function (origin) { return unk; } }; method
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/data/
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
/third_party/rust/rust/tests/rustdoc/
Dissue-89309-heading-levels.rs9 fn read(&mut self, buf: &mut [u8]) -> Result<usize, ()>; in read() method
26 fn read(&mut self, buf: &mut [u8]) -> Result<usize, ()> { in read() method
/third_party/icu/icu4j/tools/build/src/com/ibm/icu/dev/tool/docs/
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/backends/backend/
Depson2_net.c40 ssize_t read = -1; in sanei_epson_net_read_raw() local
70 ssize_t read = 0; in sanei_epson_net_read_buf() local
106 ssize_t read = 0; in sanei_epson_net_read() local
/third_party/rust/rust/tests/ui/traits/bound/
Dgeneric_trait.rs7 fn read(&self) -> isize; in read() method
18 fn read(&self) -> isize { 43 } in read() method
/third_party/skia/third_party/externals/brotli/java/org/brotli/dec/
DBrotliInputStream.java111 public int read() throws IOException { in read() method in BrotliInputStream
126 public int read(byte[] destBuffer, int destOffset, int destLen) throws IOException { in read() method in BrotliInputStream
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
DIterableByteBufferInputStream.java90 public int read() throws IOException { in read() method in IterableByteBufferInputStream
106 public int read(byte[] output, int offset, int length) throws IOException { in read() method in IterableByteBufferInputStream
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/pipeline/jit/pi/graph_capture/
Dlocal_liveness.cc31 BitMap read(cfg_->GetLocalCount()); in CollectAlive() local
43 void Liveness::BuildRW(const Instr &instr, BitMap *read, BitMap *write) { in BuildRW()
/third_party/protobuf/java/core/src/test/java/com/google/protobuf/
DParseExceptionsTest.java261 public int read() throws IOException { in broken() method
269 public int read(byte[] b, int off, int len) throws IOException { in broken() method
/third_party/skia/tests/
DFakeStreams.h30 size_t read(void* buf, size_t bytes) override { in read() function
58 size_t read(void* buffer, size_t size) override { in read() function
/third_party/musl/src/unistd/
Dread.c4 ssize_t read(int fd, void *buf, size_t count) in read() function
/third_party/skia/third_party/externals/oboe/samples/parselib/src/main/cpp/wav/
DWavChunkHeader.cpp24 void WavChunkHeader::read(InputStream *stream) { in read() function in parselib::WavChunkHeader
/third_party/lz4/examples/
DdictionaryRandomAccess.c41 size_t read = fread(i, sizeof(*i), 1, fp); in read_int() local
46 size_t read = fread(array, 1, arrayBytes, fp); in read_bin() local
123 size_t read = read_bin(inpFp, magic, sizeof(magic)); in test_decompress() local
151 const size_t read = read_bin(inpFp, cmpBuf, (size_t)cmpBytes); in test_decompress() local
/third_party/flatbuffers/grpc/flatbuffers-java-grpc/src/main/java/com/google/flatbuffers/grpc/
DFlatbuffersUtils.java68 public int read() throws IOException { in read() method in FlatbuffersUtils.FBInputStream
74 public int read(byte[] b, int off, int len) throws IOException { in read() method in FlatbuffersUtils.FBInputStream
/third_party/rust/rust/tests/ui/typeck/
Dissue-91210-ptr-method.rs7 struct Foo { read: i32 } field
/third_party/skia/m133/tests/
DFakeStreams.h30 size_t read(void* buf, size_t bytes) override { in read() function
73 size_t read(void* buffer, size_t size) override { in read() function

12345678910>>...26