/external/mesa3d/src/gtest/include/gtest/internal/ |
gtest-port.h | [all...] |
/external/strace/ |
gitlog-to-changelog | 38 defined fileno STDOUT or return;
|
/external/vixl/tools/ |
test.py | 298 line = os.read(p.stdout.fileno(), 1024)
|
/external/vulkan-validation-layers/tests/gtest-1.7.0/include/gtest/internal/ |
gtest-port.h.orig | [all...] |
/external/webrtc/third_party/gtest-parallel/ |
gtest-parallel | 120 sys.stdout = os.fdopen(sys.stdout.fileno(), 'w', 0)
|
/hardware/intel/common/libva/test/encode/ |
h264encode.c | 870 fstat(fileno(srcyuv_fp), &tmp); [all...] |
/ndk/sources/third_party/googletest/googletest/include/gtest/internal/ |
gtest-port.h | [all...] |
/prebuilts/gdb/darwin-x86/lib/python2.7/ |
StringIO.py | 25 - fileno() is left unimplemented so that code which uses it triggers
|
/prebuilts/gdb/darwin-x86/lib/python2.7/multiprocessing/ |
forking.py | 430 return type(conn), (Popen.duplicate_for_child(conn.fileno()),
|
/prebuilts/gdb/darwin-x86/lib/python2.7/test/ |
test_socket.py | 252 self.assertEqual(p.fileno(), s.fileno()) 256 p.fileno() 788 fd = self.cli_conn.fileno() [all...] |
/prebuilts/gdb/linux-x86/lib/python2.7/ |
StringIO.py | 25 - fileno() is left unimplemented so that code which uses it triggers
|
/prebuilts/gdb/linux-x86/lib/python2.7/multiprocessing/ |
forking.py | 430 return type(conn), (Popen.duplicate_for_child(conn.fileno()),
|
/prebuilts/gdb/linux-x86/lib/python2.7/test/ |
test_socket.py | 252 self.assertEqual(p.fileno(), s.fileno()) 256 p.fileno() 788 fd = self.cli_conn.fileno() [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
StringIO.py | 25 - fileno() is left unimplemented so that code which uses it triggers
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/multiprocessing/ |
forking.py | 430 return type(conn), (Popen.duplicate_for_child(conn.fileno()),
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_socket.py | 252 self.assertEqual(p.fileno(), s.fileno()) 256 p.fileno() 788 fd = self.cli_conn.fileno() [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
StringIO.py | 25 - fileno() is left unimplemented so that code which uses it triggers
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/multiprocessing/ |
forking.py | 430 return type(conn), (Popen.duplicate_for_child(conn.fileno()),
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_socket.py | 252 self.assertEqual(p.fileno(), s.fileno()) 256 p.fileno() 788 fd = self.cli_conn.fileno() [all...] |
/system/bt/osi/src/ |
config.c | 346 if (fsync(fileno(fp)) < 0) {
|
/system/core/liblog/tests/ |
liblog_test.cpp | 236 EXPECT_EQ(31, android_log_printLogLine(logformat, fileno(stderr), &entry)); 297 EXPECT_EQ(20, android_log_printLogLine(logformat, fileno(stderr), &entry)); 1014 android_log_printLogLine(logformat, fileno(stderr), &entry); [all...] |
/system/extras/simpleperf/ |
read_elf.cpp | 62 bool result = IsValidElfFile(fileno(fp));
|
/toolchain/binutils/binutils-2.25/bfd/ |
bfdio.c | 75 int fd = fileno (file);
|
/toolchain/binutils/binutils-2.25/gprof/ |
gmon_io.c | 304 SET_BINARY (fileno (stdin));
|
/external/autotest/client/bin/ |
partition.py | 699 fcntl.flock(mtab.fileno(), fcntl.LOCK_EX) 776 fcntl.flock(mtab.fileno(), fcntl.LOCK_EX) [all...] |