Searched refs:read_output (Results 1 – 6 of 6) sorted by relevance
/external/OpenCL-CTS/test_conformance/ |
D | run_conformance.py | 121 read_output = open(output_name, 'r') 151 read_output.seek(pointer) 152 char_read = read_output.read(1) 182 read_output.close() 186 read_output = open(output_name, 'r') 188 read_output.seek(pointer) 189 if read_output.read(1) != "": 200 while read_output.read(1) != "": 201 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 | 182 T read_output, in InternalRead() argument 208 Status status = read_output(span(buffer_ + data_read_idx, bytes_to_copy)); in InternalRead() 212 status = read_output(span(buffer_, read_bytes - bytes_to_copy)); in InternalRead()
|
/external/pigweed/pw_ring_buffer/public/pw_ring_buffer/ |
D | prefixed_entry_ring_buffer.h | 420 T read_output,
|
/external/libabigail/tests/data/test-annotate/ |
D | test21-pr19092.so.abi | 1891 <!-- FILE* pex_obj::read_output --> 1892 …<var-decl name='read_output' type-id='type-id-73' visibility='default' filepath='../.././libiberty… 10592 <!-- FILE* pex_obj::read_output --> 10593 …<var-decl name='read_output' type-id='type-id-73' visibility='default' filepath='../.././libiberty…
|
/external/libabigail/tests/data/test-read-dwarf/ |
D | test21-pr19092.so.abi | 1153 …<var-decl name='read_output' type-id='type-id-73' visibility='default' filepath='../.././libiberty… 6855 …<var-decl name='read_output' type-id='type-id-73' visibility='default' filepath='../.././libiberty…
|