/external/tensorflow/tensorflow/core/platform/windows/ |
D | stacktrace_handler.cc | 105 (void)_write(_fileno(stderr), begin_msg, strlen(begin_msg)); in SafePrintStackTracePointers() 114 (void)_write(_fileno(stderr), buffer, strlen(buffer)); in SafePrintStackTracePointers() 118 (void)_write(_fileno(stderr), end_msg, strlen(end_msg)); in SafePrintStackTracePointers() 133 (void)write(_fileno(stderr), buf, strlen(buf)); in StacktraceHandler() 143 (void)write(_fileno(stderr), stacktrace.c_str(), stacktrace.length()); in StacktraceHandler() 171 (void)write(_fileno(stderr), buf, strlen(buf)); in InstallStacktraceHandler() 178 (void)write(_fileno(stderr), buf, strlen(buf)); in InstallStacktraceHandler()
|
/external/lz4/programs/ |
D | platform.h | 113 # define IS_CONSOLE(stdStream) _isatty(_fileno(stdStream)) 121 …return _isatty(_fileno(stdStream)) && GetConsoleMode((HANDLE)_get_osfhandle(_fileno(stdStream)), &… 137 # define SET_BINARY_MODE(file) { int unused=_setmode(_fileno(file), _O_BINARY); (void)unused; } 138 # define SET_SPARSE_FILE_MODE(file) { DWORD dw; DeviceIoControl((HANDLE) _get_osfhandle(_fileno(…
|
/external/python/cpython3/Lib/asyncio/ |
D | unix_events.py | 445 self._fileno = pipe.fileno() 450 mode = os.fstat(self._fileno).st_mode 455 self._fileno = None 459 os.set_blocking(self._fileno, False) 464 self._fileno, self._read_ready) 480 selector, self._fileno, selectors.EVENT_READ) 493 data = os.read(self._fileno, self.max_size) 505 self._loop._remove_reader(self._fileno) 513 self._loop._remove_reader(self._fileno) 521 self._loop._add_reader(self._fileno, self._read_ready) [all …]
|
/external/boringssl/src/tool/ |
D | tool.cc | 95 if (_setmode(_fileno(stdin), _O_BINARY) == -1) { in main() 99 if (_setmode(_fileno(stdout), _O_BINARY) == -1) { in main() 103 if (_setmode(_fileno(stderr), _O_BINARY) == -1) { in main()
|
/external/python/cpython3/Lib/ |
D | asyncore.py | 226 self._fileno = None 269 map[self._fileno] = self 272 fd = self._fileno 278 self._fileno = None 288 self._fileno = sock.fileno() 641 self._fileno = self.socket.fileno()
|
/external/python/cpython2/Lib/ |
D | asyncore.py | 239 self._fileno = None 284 map[self._fileno] = self 287 fd = self._fileno 293 self._fileno = None 304 self._fileno = sock.fileno() 662 self._fileno = self.socket.fileno()
|
/external/libdivsufsort/examples/ |
D | mksary.c | 97 if(_setmode(_fileno(stdin), _O_BINARY) == -1) { 121 if(_setmode(_fileno(stdout), _O_BINARY) == -1) {
|
D | unbwt.c | 111 if(_setmode(_fileno(stdin), _O_BINARY) == -1) { 135 if(_setmode(_fileno(stdout), _O_BINARY) == -1) {
|
D | bwt.c | 118 if(_setmode(_fileno(stdin), _O_BINARY) == -1) { 143 if(_setmode(_fileno(stdout), _O_BINARY) == -1) {
|
D | suftest.c | 97 if(_setmode(_fileno(stdin), _O_BINARY) == -1) {
|
/external/libchrome/mojo/core/test/ |
D | test_utils_win.cc | 23 reinterpret_cast<HANDLE>(_get_osfhandle(_fileno(fp.get()))), in PlatformHandleFromFILE()
|
/external/arm-trusted-firmware/tools/fiptool/ |
D | win_posix.h | 48 #define fileno(fileptr) _fileno(fileptr)
|
/external/skia/src/ports/ |
D | SkOSFile_win.cpp | 41 int fileno = _fileno((FILE*)f); in sk_ino() 119 return _fileno((FILE*)f); in sk_fileno()
|
/external/skqp/src/ports/ |
D | SkOSFile_win.cpp | 41 int fileno = _fileno((FILE*)f); in sk_ino() 119 return _fileno((FILE*)f); in sk_fileno()
|
/external/skqp/tools/ |
D | skp_parser.cpp | 71 (void)_setmode(_fileno(stdout), _O_BINARY); in main()
|
/external/skia/tools/ |
D | skp_parser.cpp | 71 (void)_setmode(_fileno(stdout), _O_BINARY); in main()
|
/external/tensorflow/tensorflow/lite/ |
D | allocation.cc | 50 #define FILENO(_x) _fileno(_x) in FileCopyAllocation()
|
/external/skia/third_party/icu/ |
D | SkLoadICU.cpp | 31 int fileno = _fileno(stream.get()); in win_mmap()
|
/external/clang/tools/c-arcmt-test/ |
D | c-arcmt-test.c | 117 _setmode( _fileno(stdout), _O_BINARY ); in main()
|
/external/libgav1/libgav1/examples/ |
D | file_reader.cc | 40 _setmode(_fileno(stream), _O_BINARY); in SetBinaryMode()
|
/external/libaom/libaom/common/ |
D | tools_common.h | 54 #define fileno _fileno
|
/external/compiler-rt/lib/profile/ |
D | InstrProfilingPort.h | 21 #define COMPILER_RT_FTRUNCATE(f,l) _chsize(_fileno(f),l)
|
/external/libcxx/utils/google-benchmark/src/ |
D | colorprint.cc | 162 return 0 != _isatty(_fileno(stdout)); in IsColorTerminal()
|
/external/google-benchmark/src/ |
D | colorprint.cc | 162 return 0 != _isatty(_fileno(stdout)); in IsColorTerminal()
|
/external/catch2/include/internal/ |
D | catch_output_redirect.cpp | 22 #define fileno _fileno
|