| /third_party/rust/rust/tests/ui/statics/auxiliary/ |
| D | static-methods-crate.rs | 4 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/ |
| D | issue-41868.rs | 12 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/ |
| D | aub_read.c | 74 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/ |
| D | getline.c | 37 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/ |
| D | BrotliInputStream.java | 52 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/ |
| D | crate-relative-assoc.rs | 3 fn read(&mut self); in read() method 16 fn read(&mut self) {} in read() method
|
| /third_party/typescript/tests/cases/compiler/ |
| D | elaboratedErrors.ts | 2 read: number; property 11 read: string; property in WorkerFS
|
| /third_party/typescript/tests/baselines/reference/ |
| D | destructureOptionalParameter.js | 19 new (selector: Type | string, {descendants, read}?: { property 54 new (selector: Type | string, { descendants, read }?: { property
|
| D | unwitnessedTypeParameterVariance.js | 32 var unk = { read: function (origin) { return unk; } }; method
|
| /third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/data/ |
| D | FontInputStream.java | 115 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/ |
| D | issue-89309-heading-levels.rs | 9 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/ |
| D | APIData.java | 38 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/ |
| D | epson2_net.c | 40 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/ |
| D | generic_trait.rs | 7 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/ |
| D | BrotliInputStream.java | 111 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/ |
| D | IterableByteBufferInputStream.java | 90 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/ |
| D | local_liveness.cc | 31 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/ |
| D | ParseExceptionsTest.java | 261 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/ |
| D | FakeStreams.h | 30 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/ |
| D | read.c | 4 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/ |
| D | WavChunkHeader.cpp | 24 void WavChunkHeader::read(InputStream *stream) { in read() function in parselib::WavChunkHeader
|
| /third_party/lz4/examples/ |
| D | dictionaryRandomAccess.c | 41 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/ |
| D | FlatbuffersUtils.java | 68 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/ |
| D | issue-91210-ptr-method.rs | 7 struct Foo { read: i32 } field
|
| /third_party/skia/m133/tests/ |
| D | FakeStreams.h | 30 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
|