Searched defs:fd (Results 1 – 15 of 15) sorted by relevance
/ndk/tests/device/clone/jni/ |
D | clone.c | 7 int v, fd; variable
|
/ndk/sources/cxx-stl/stlport/src/details/ |
D | fstream_unistd.cpp | 104 static bool __is_regular_file(_STLP_fd fd) { in __is_regular_file() 110 static streamoff __file_size(_STLP_fd fd) { in __file_size()
|
D | fstream_stdio.cpp | 128 static bool __is_regular_file(_STLP_fd fd) { in __is_regular_file() 134 static streamoff __file_size(_STLP_fd fd) { in __file_size()
|
D | fstream_win32io.cpp | 72 static bool __is_regular_file(_STLP_fd fd) { in __is_regular_file() 81 static streamoff __file_size(_STLP_fd fd) { in __file_size()
|
/ndk/tests/device/test-gnustl-full/unit/ |
D | money_facets_test.cpp | 325 for ( int fd = 1; fd < dom_fmp.frac_digits(); ++fd ) { in _money_put_X_bug() local 387 for ( int fd = 1; fd < dom_fmp.frac_digits() - 1; ++fd ) { in _money_put_X_bug() local
|
/ndk/tests/device/test-stlport/unit/ |
D | money_facets_test.cpp | 325 for ( int fd = 1; fd < dom_fmp.frac_digits(); ++fd ) { in _money_put_X_bug() local 387 for ( int fd = 1; fd < dom_fmp.frac_digits() - 1; ++fd ) { in _money_put_X_bug() local
|
/ndk/sources/third_party/googletest/googletest/src/ |
D | gtest-port.cc | 111 const int fd = open("/proc/self/as", O_RDONLY); in GetThreadCount() local 516 explicit CapturedStream(int fd) : fd_(fd), uncaptured_fd_(dup(fd)) { in CapturedStream() 635 void CaptureStream(int fd, const char* stream_name, CapturedStream** stream) { in CaptureStream()
|
D | gtest-death-test.cc | 312 static void FailFromInternalError(int fd) { in FailFromInternalError() 388 void set_read_fd(int fd) { read_fd_ = fd; } in set_read_fd() 390 void set_write_fd(int fd) { write_fd_ = fd; } in set_write_fd()
|
/ndk/sources/android/cpufeatures/ |
D | cpu-features.c | 141 int fd, result = 0; in get_file_size() local 175 int fd, count; in read_file() local 550 int fd = TEMP_FAILURE_RETRY(open(filepath, O_RDONLY)); in get_elf_hwcap_from_proc_self_auxv() local
|
/ndk/sources/host-tools/make-3.81/ |
D | job.c | 248 create_batch_file (char const *base, int unixy, int *fd) in create_batch_file() 3051 int fd; in dup2() local
|
D | arscan.c | 761 int fd; in ar_member_touch() local
|
D | getloadavg.c | 587 int fd, count; in getloadavg() local
|
D | remake.c | 1056 int fd = open (file->name, O_RDWR | O_CREAT, 0666); in touch_file() local
|
D | main.c | 851 int fd; in open_tmpfile() local
|
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
D | _fstream.h | 179 _STLP_fd fd() const { return _M_base.__get_fd(); } in fd() function
|