/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_asyncore.py | 30 def fileno(self): member in class:dummysocket 414 self.assertNotEqual(w.fileno(), fd)
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
SimpleXMLRPCServer.py | 599 flags = fcntl.fcntl(self.fileno(), fcntl.F_GETFD) 601 fcntl.fcntl(self.fileno(), fcntl.F_SETFD, flags)
|
httplib.py | 665 def fileno(self): member in class:HTTPResponse 666 return self.fp.fileno() [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_asyncore.py | 30 def fileno(self): member in class:dummysocket 414 self.assertNotEqual(w.fileno(), fd)
|
/prebuilts/sdk/tools/linux/ |
zipalign | |
/ndk/sources/host-tools/sed-4.2.1/sed/ |
execute.c | 709 input->fp = ck_fdopen (fileno (stdin), "stdin", read_mode, false); 744 if (isatty (fileno (input->fp))) 747 input_fd = fileno (input->fp); 811 input_fd = fileno (input->fp); 812 output_fd = fileno (output_file.fp); [all...] |
/external/chromium_org/third_party/openssl/openssl/apps/ |
s_server.c | 167 is needed to have fileno() declared correctly... So let's define u_int */ [all...] |
s_socket.c | 74 is needed to have fileno() declared correctly... So let's define u_int */
|
/external/openssl/apps/ |
s_server.c | 167 is needed to have fileno() declared correctly... So let's define u_int */ [all...] |
s_socket.c | 74 is needed to have fileno() declared correctly... So let's define u_int */
|
/hardware/ti/omap4xxx/security/tf_daemon/ |
delegation_client.c | 778 result = ftruncate(fileno(pFile),nNewSectorCount * g_nSectorSize); 823 result=fdatasync(fileno(pFile)); 826 result=fsync(fileno(pFile)); [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
httplib.py | 665 def fileno(self): member in class:HTTPResponse 666 return self.fp.fileno() [all...] |
/external/bison/build-aux/ |
gitlog-to-changelog | 38 defined fileno STDOUT or return;
|
/external/chromium/testing/gtest/include/gtest/internal/ |
gtest-port.h | [all...] |
/external/chromium_org/testing/gtest/include/gtest/internal/ |
gtest-port.h | [all...] |
/external/chromium_org/third_party/leveldatabase/src/util/ |
env_posix.cc | 252 fdatasync(fileno(file_)) != 0) {
|
/external/chromium_org/third_party/mesa/src/src/gtest/include/gtest/internal/ |
gtest-port.h | [all...] |
/external/chromium_org/third_party/sqlite/src/src/ |
mem2.c | 496 backtrace_symbols_fd(pBt, pHdr->nBacktrace, fileno(out));
|
/external/gtest/include/gtest/internal/ |
gtest-port.h | [all...] |
/external/linux-tools-perf/ |
perf.c | 293 if (fstat(fileno(stdout), &st))
|
/external/llvm/utils/unittest/googletest/include/gtest/internal/ |
gtest-port.h | [all...] |
/external/mesa3d/src/gtest/include/gtest/internal/ |
gtest-port.h | [all...] |
/external/v8/src/ |
platform-posix.cc | 218 if (fstat(fileno(file), &file_stat) != 0) return NULL;
|
/ndk/sources/host-tools/sed-4.2.1/lib/ |
stdio.in.h | 400 be tested with lseek(fileno(fp),0,SEEK_CUR). */
|
/ndk/sources/third_party/googletest/googletest/include/gtest/internal/ |
gtest-port.h | [all...] |