Home
last modified time | relevance | path

Searched refs:in_handle (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/core/platform/windows/
Dsubprocess.cc51 HANDLE in_handle = args->iohandle; in InputThreadFunction() local
58 ok = WriteFile(in_handle, input->data() + total_bytes_written, in InputThreadFunction()
63 CloseHandle(in_handle); in InputThreadFunction()
/external/clang/tools/scan-build-py/tests/functional/cases/
Dtest_from_cdb.py23 with open(source_file, 'r') as in_handle:
25 for line in in_handle:
/external/llvm-project/clang/tools/scan-build-py/tests/functional/cases/
Dtest_from_cdb.py22 with open(source_file, 'r') as in_handle:
24 for line in in_handle: