HomeSort by relevance Sort by last modified time
    Searched refs:isatty (Results 201 - 225 of 356) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/iproute2/ip/
iprule.c 347 if (isatty(STDOUT_FILENO)) {
533 if (isatty(STDIN_FILENO)) {
  /external/libvpx/libvpx/third_party/googletest/src/include/gtest/internal/
gtest-port.h 391 // namespace (read, write, close, chdir, isatty, stat). We do not currently
    [all...]
  /external/llvm/utils/unittest/googletest/include/gtest/internal/
gtest-port.h 257 // namespace (read, write, close, chdir, isatty, stat). We do not currently
    [all...]
  /external/mesa3d/src/gtest/include/gtest/internal/
gtest-port.h 286 // namespace (read, write, close, chdir, isatty, stat). We do not currently
    [all...]
  /external/python/cpython2/Lib/test/
test_sys.py 419 (sys.__stdout__.isatty() and sys.__stderr__.isatty())):
  /external/python/cpython3/Python/
fileutils.c 47 valid = isatty(fd);
    [all...]
  /external/swiftshader/third_party/LLVM/utils/unittest/googletest/include/gtest/internal/
gtest-port.h 251 // namespace (read, write, close, chdir, isatty, stat). We do not currently
    [all...]
  /external/syslinux/mk/
lib.mk 120 sys/isatty.o sys/fstat.o \
  /external/v8/testing/gtest/include/gtest/internal/
gtest-port.h 390 // namespace (read, write, close, chdir, isatty, stat). We do not currently
    [all...]
  /external/vulkan-validation-layers/tests/gtest-1.7.0/include/gtest/internal/
gtest-port.h 286 // namespace (read, write, close, chdir, isatty, stat). We do not currently
    [all...]
  /libcore/luni/src/main/java/android/system/
Os.java 276 * See <a href="http://man7.org/linux/man-pages/man3/isatty.3.html">isatty(3)</a>.
278 public static boolean isatty(FileDescriptor fd) { return Libcore.os.isatty(fd); } method in class:Os
  /libcore/luni/src/main/java/libcore/io/
ForwardingOs.java 121 public boolean isatty(FileDescriptor fd) { return os.isatty(fd); } method in class:ForwardingOs
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_file2k.py 108 self.assertTrue(not f.isatty())
116 methods = ['fileno', 'flush', 'isatty', 'next', 'read', 'readinto',
547 self.f.isatty()
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_file2k.py 108 self.assertTrue(not f.isatty())
116 methods = ['fileno', 'flush', 'isatty', 'next', 'read', 'readinto',
547 self.f.isatty()
  /prebuilts/ndk/r16/sources/third_party/googletest/googletest/include/gtest/internal/
gtest-port.h 286 // namespace (read, write, close, chdir, isatty, stat). We do not currently
    [all...]
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/tests/gtest-1.7.0/include/gtest/internal/
gtest-port.h 286 // namespace (read, write, close, chdir, isatty, stat). We do not currently
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_file2k.py 108 self.assertTrue(not f.isatty())
116 methods = ['fileno', 'flush', 'isatty', 'next', 'read', 'readinto',
547 self.f.isatty()
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_file2k.py 108 self.assertTrue(not f.isatty())
116 methods = ['fileno', 'flush', 'isatty', 'next', 'read', 'readinto',
547 self.f.isatty()
  /external/python/cpython3/Lib/test/
test_builtin.py     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
rexec.py 34 ok_file_methods = ('fileno', 'flush', 'isatty', 'read', 'readline',
560 if fp.isatty():
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/_io/
fileio.c 925 res = isatty(self->fd);
996 "isatty() -> bool. True if the file is connected to a tty device.");
1022 {"isatty", (PyCFunction)fileio_isatty, METH_NOARGS, isatty_doc},
  /external/autotest/site_utils/
generate_test_report 36 _STDOUT_IS_TTY = hasattr(sys.stdout, 'isatty') and sys.stdout.isatty()
  /external/chromium-trace/catapult/third_party/pyserial/serial/
serialutil.py 217 def isatty(self): member in class:FileLike
  /external/fio/
eta.c 375 if (!isatty(STDOUT_FILENO) && (eta_print != FIO_ETA_ALWAYS))
  /external/kmod/testsuite/
testsuite.c 127 if (isatty(STDOUT_FILENO) == 0) {

Completed in 443 milliseconds

1 2 3 4 5 6 7 891011>>