OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:isatty
(Results
151 - 175
of
669
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/prebuilts/gdb/darwin-x86/lib/python2.7/
_pyio.py
101
* "Interactive" text files (files for which
isatty
() returns True)
196
if buffering == 1 or buffering < 0 and raw.
isatty
():
443
def
isatty
(self):
member in class:IOBase
781
def
isatty
(self):
member in class:_BufferedIOMixin
782
return self.raw.
isatty
()
1215
def
isatty
(self):
member in class:BufferedRWPair
1589
def
isatty
(self):
member in class:TextIOWrapper
[
all
...]
StringIO.py
8
flag = f.
isatty
() # always false
88
def
isatty
(self):
member in class:StringIO
/prebuilts/gdb/linux-x86/lib/python2.7/
_pyio.py
101
* "Interactive" text files (files for which
isatty
() returns True)
196
if buffering == 1 or buffering < 0 and raw.
isatty
():
443
def
isatty
(self):
member in class:IOBase
781
def
isatty
(self):
member in class:_BufferedIOMixin
782
return self.raw.
isatty
()
1215
def
isatty
(self):
member in class:BufferedRWPair
1589
def
isatty
(self):
member in class:TextIOWrapper
[
all
...]
StringIO.py
8
flag = f.
isatty
() # always false
88
def
isatty
(self):
member in class:StringIO
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
_pyio.py
101
* "Interactive" text files (files for which
isatty
() returns True)
196
if buffering == 1 or buffering < 0 and raw.
isatty
():
443
def
isatty
(self):
member in class:IOBase
781
def
isatty
(self):
member in class:_BufferedIOMixin
782
return self.raw.
isatty
()
1215
def
isatty
(self):
member in class:BufferedRWPair
1589
def
isatty
(self):
member in class:TextIOWrapper
[
all
...]
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
_pyio.py
101
* "Interactive" text files (files for which
isatty
() returns True)
196
if buffering == 1 or buffering < 0 and raw.
isatty
():
443
def
isatty
(self):
member in class:IOBase
781
def
isatty
(self):
member in class:_BufferedIOMixin
782
return self.raw.
isatty
()
1215
def
isatty
(self):
member in class:BufferedRWPair
1589
def
isatty
(self):
member in class:TextIOWrapper
[
all
...]
/external/protobuf/gtest/include/gtest/internal/
gtest-port.h
[
all
...]
/development/ndk/platforms/android-21/arch-mips64/lib-bootstrap/lib/
libc.so
/development/ndk/platforms/android-21/arch-mips64/lib-bootstrap/libr2/
libc.so
/development/ndk/platforms/android-21/arch-mips64/lib-bootstrap/libr6/
libc.so
/development/ndk/platforms/android-3/arch-arm/lib-bootstrap/
libc.so
/development/ndk/platforms/android-9/arch-mips/lib-bootstrap/lib/
libc.so
/development/ndk/platforms/android-9/arch-mips/lib-bootstrap/libr2/
libc.so
/development/ndk/platforms/android-9/arch-mips/lib-bootstrap/libr6/
libc.so
/development/ndk/platforms/android-9/arch-x86/lib-bootstrap/lib/
libc.so
/development/ndk/platforms/android-9/arch-x86/lib-bootstrap/
libc.so
/development/ndk/platforms/android-9/arch-x86/lib-bootstrap/libx32/
libc.so
/external/iproute2/ip/
iprule.c
229
if (
isatty
(STDOUT_FILENO)) {
294
if (
isatty
(STDIN_FILENO)) {
/external/liblzf/
lzf.c
512
if ((mode == uncompress || mode == lzcat) &&
isatty
(0))
517
if (mode == compress &&
isatty
(1))
/external/llvm/lib/Support/Unix/
Process.inc
296
return
isatty
(fd);
298
// If we don't have
isatty
, just return false.
/external/lz4/programs/
lz4cli.c
77
# include <unistd.h> /*
isatty
*/
79
# define IS_CONSOLE(stdStream)
isatty
(fileno(stdStream))
/external/webrtc/third_party/gtest-parallel/
gtest-parallel
80
if not out.
isatty
():
118
if sys.stdout.
isatty
():
/libcore/luni/src/main/java/libcore/io/
ForwardingOs.java
104
public boolean
isatty
(FileDescriptor fd) { return os.
isatty
(fd); }
method in class:ForwardingOs
/prebuilts/ndk/current/platforms/android-12/arch-arm/usr/lib/
libc.so
/prebuilts/ndk/current/platforms/android-12/arch-mips/usr/lib/
libc.so
Completed in 851 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>