Searched refs:read_output (Results 1 – 6 of 6) sorted by relevance
/external/OpenCL-CTS/test_conformance/ |
D | run_conformance.py | 111 read_output = open(output_name, 'r') 141 read_output.seek(pointer) 142 char_read = read_output.read(1) 172 read_output.close() 176 read_output = open(output_name, 'r') 178 read_output.seek(pointer) 179 if (read_output.read(1) != ""): 191 while (read_output.read(1) != ""): 192 log_file.write(read_output.read(1))
|
/external/ImageMagick/MagickCore/ |
D | nt-base.c | 2282 if (read_output != (HANDLE) NULL) \ in NTSystemCommand() 2284 CloseHandle(read_output); \ in NTSystemCommand() 2285 read_output=(HANDLE) NULL; \ in NTSystemCommand() 2315 read_output, in NTSystemCommand() local 2332 read_output=(HANDLE) NULL; in NTSystemCommand() 2350 read_output=(HANDLE) NULL; in NTSystemCommand() 2356 if (CreatePipe(&read_output,&write_output,NULL,0)) in NTSystemCommand() 2369 read_output=(HANDLE) NULL; in NTSystemCommand() 2395 if (read_output != (HANDLE) NULL) in NTSystemCommand() 2396 if (!PeekNamedPipe(read_output,NULL,0,NULL,&size,NULL)) in NTSystemCommand() [all …]
|
/external/pigweed/pw_ring_buffer/ |
D | prefixed_entry_ring_buffer.cc | 166 T read_output, in InternalRead() argument 193 read_output(std::span(buffer_ + data_read_idx, bytes_to_copy)); in InternalRead() 197 status = read_output(std::span(buffer_, read_bytes - bytes_to_copy)); in InternalRead()
|
/external/pigweed/pw_ring_buffer/public/pw_ring_buffer/ |
D | prefixed_entry_ring_buffer.h | 281 T read_output,
|
/external/libabigail/tests/data/test-annotate/ |
D | test21-pr19092.so.abi | 2483 <!-- FILE* pex_obj::read_output --> 2484 …<var-decl name='read_output' type-id='type-id-89' visibility='default' filepath='../.././libiberty… 12335 <!-- FILE* pex_obj::read_output --> 12336 …<var-decl name='read_output' type-id='type-id-89' visibility='default' filepath='../.././libiberty…
|
/external/libabigail/tests/data/test-read-dwarf/ |
D | test21-pr19092.so.abi | 1486 …<var-decl name='read_output' type-id='type-id-89' visibility='default' filepath='../.././libiberty… 8136 …<var-decl name='read_output' type-id='type-id-89' visibility='default' filepath='../.././libiberty…
|