HomeSort by relevance Sort by last modified time
    Searched refs:isatty (Results 276 - 300 of 415) sorted by null

<<11121314151617

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_file.py 91 self.assertTrue(not f.isatty())
102 ('isatty', ()),
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_file.py 91 self.assertTrue(not f.isatty())
102 ('isatty', ()),
test_file2k.py 108 self.assertTrue(not f.isatty())
116 methods = ['fileno', 'flush', 'isatty', 'next', 'read', 'readinto',
547 self.f.isatty()
  /system/core/toolbox/upstream-netbsd/usr.bin/grep/
grep.c 587 if (isatty(STDOUT_FILENO) && term != NULL &&
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_file2k.py 98 self.assertTrue(not f.isatty())
106 methods = ['fileno', 'flush', 'isatty', 'next', 'read', 'readinto',
537 self.f.isatty()
test_io.py 1303 def isatty(self): member in class:BufferedRWPairTest.test_isatty.SelectableIsAtty
    [all...]
  /external/google-breakpad/src/testing/gtest/include/gtest/internal/
gtest-port.h 254 // namespace (read, write, close, chdir, isatty, stat). We do not currently
    [all...]
  /external/googletest/googletest/include/gtest/internal/
gtest-port.h 391 // namespace (read, write, close, chdir, isatty, stat). We do not currently
    [all...]
  /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/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 274 * See <a href="http://man7.org/linux/man-pages/man3/isatty.3.html">isatty(3)</a>.
276 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/r11/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/r13/sources/third_party/googletest/googletest/include/gtest/internal/
gtest-port.h 286 // namespace (read, write, close, chdir, isatty, stat). We do not currently
    [all...]
  /external/openssh/
mux.c 442 if (!isatty(new_fd[0]))
444 if (!isatty(new_fd[1]))
446 if (!isatty(new_fd[2]))
1016 if (!isatty(new_fd[0]))
1018 if (!isatty(new_fd[1]))
    [all...]
  /external/minijail/
libminijail.c     [all...]

Completed in 2427 milliseconds

<<11121314151617