/prebuilts/go/linux-x86/src/internal/poll/ |
D | fd_unix.go | 19 type FD struct { struct 21 fdmu fdMutex 24 Sysfd int 27 SysFile 30 pd pollDesc 33 csema uint32 36 isBlocking uint32 40 IsStream bool 44 ZeroReadIsEOF bool 47 isFile bool [all …]
|
D | fd_plan9.go | 16 type FD struct { struct 18 fdmu fdMutex 20 Destroy func() 23 rmu sync.Mutex 24 wmu sync.Mutex 25 raio *asyncIO 26 waio *asyncIO 27 rtimer *time.Timer 28 wtimer *time.Timer 29 rtimedout bool // set true when read deadline has been reached [all …]
|
D | fd_windows.go | 222 type FD struct { struct 224 fdmu fdMutex 227 Sysfd syscall.Handle 230 rop operation 232 wop operation 235 pd pollDesc 238 l sync.Mutex 241 lastbits []byte // first few bytes of the last incomplete rune in last write 242 readuint16 []uint16 // buffer to hold uint16s obtained with ReadConsole 243 readbyte []byte // buffer to hold decoding of readuint16 from utf16 to utf8 [all …]
|
D | copy_file_range_linux.go | 25 func CopyFileRange(dst, src *FD, remain int64) (written int64, handled bool, err error) { 93 func copyFileRange(dst, src *FD, max int) (written int64, err error) {
|
D | splice_linux.go | 34 func Splice(dst, src *FD, remain int64) (written int64, handled bool, err error) { 87 func spliceDrain(pipefd int, sock *FD, max int) (int, error) { 128 func splicePump(sock *FD, pipefd int, inPipe int) (int, error) {
|
D | sendfile_windows.go | 13 func SendFile(fd *FD, src syscall.Handle, n int64) (written int64, err error) {
|
D | sendfile_linux.go | 14 func SendFile(dstFD *FD, src int, remain int64) (written int64, err error, handled bool) {
|
D | sendfile_bsd.go | 16 func SendFile(dstFD *FD, src int, pos, remain int64) (written int64, err error, handled bool) {
|
D | sendfile_solaris.go | 19 func SendFile(dstFD *FD, src int, pos, remain int64) (written int64, err error, handled bool) {
|
/prebuilts/clang/host/linux-x86/clang-r547379/python3/include/python3.11/ |
D | fileobject.h | 35 #define _PyIsSelectable_fd(FD) (1) argument 37 #define _PyIsSelectable_fd(FD) ((unsigned int)(FD) < (unsigned int)FD_SETSIZE) argument
|
/prebuilts/clang/host/linux-x86/clang-r536225/python3/include/python3.11/ |
D | fileobject.h | 35 #define _PyIsSelectable_fd(FD) (1) argument 37 #define _PyIsSelectable_fd(FD) ((unsigned int)(FD) < (unsigned int)FD_SETSIZE) argument
|
/prebuilts/clang/host/linux-x86/clang-r522817/python3/include/python3.11/ |
D | fileobject.h | 35 #define _PyIsSelectable_fd(FD) (1) argument 37 #define _PyIsSelectable_fd(FD) ((unsigned int)(FD) < (unsigned int)FD_SETSIZE) argument
|
/prebuilts/clang/host/linux-x86/clang-r530567/python3/include/python3.11/ |
D | fileobject.h | 35 #define _PyIsSelectable_fd(FD) (1) argument 37 #define _PyIsSelectable_fd(FD) ((unsigned int)(FD) < (unsigned int)FD_SETSIZE) argument
|
/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/Support/ |
D | raw_socket_stream.h | 34 int FD; variable
|
D | FileSystem.h | 416 inline std::error_code resize_file_before_mapping_readwrite(int FD, in resize_file_before_mapping_readwrite() 530 inline bool is_local(int FD) { in is_local() 708 inline std::error_code setLastAccessAndModificationTime(int FD, in setLastAccessAndModificationTime() 865 int FD = -1; variable 991 inline file_t convertFDToNativeFile(int FD) { return FD; } in convertFDToNativeFile() 1225 int FD; ///< Locked file handle. variable 1226 FileLocker(int FD) : FD(FD) {} in FileLocker()
|
/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Support/ |
D | raw_socket_stream.h | 34 int FD; variable
|
D | FileSystem.h | 416 inline std::error_code resize_file_before_mapping_readwrite(int FD, in resize_file_before_mapping_readwrite() 530 inline bool is_local(int FD) { in is_local() 708 inline std::error_code setLastAccessAndModificationTime(int FD, in setLastAccessAndModificationTime() 865 int FD = -1; variable 991 inline file_t convertFDToNativeFile(int FD) { return FD; } in convertFDToNativeFile() 1225 int FD; ///< Locked file handle. variable 1226 FileLocker(int FD) : FD(FD) {} in FileLocker()
|
/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Support/ |
D | raw_socket_stream.h | 61 std::atomic<int> FD; variable
|
D | FileSystem.h | 416 inline std::error_code resize_file_before_mapping_readwrite(int FD, in resize_file_before_mapping_readwrite() 530 inline bool is_local(int FD) { in is_local() 708 inline std::error_code setLastAccessAndModificationTime(int FD, in setLastAccessAndModificationTime() 865 int FD = -1; variable 991 inline file_t convertFDToNativeFile(int FD) { return FD; } in convertFDToNativeFile() 1225 int FD; ///< Locked file handle. variable 1226 FileLocker(int FD) : FD(FD) {} in FileLocker()
|
/prebuilts/clang/host/linux-x86/clang-r547379/include/llvm/Support/ |
D | raw_socket_stream.h | 61 std::atomic<int> FD; variable
|
D | FileSystem.h | 415 inline std::error_code resize_file_before_mapping_readwrite(int FD, in resize_file_before_mapping_readwrite() 529 inline bool is_local(int FD) { in is_local() 707 inline std::error_code setLastAccessAndModificationTime(int FD, in setLastAccessAndModificationTime() 864 int FD = -1; variable 990 inline file_t convertFDToNativeFile(int FD) { return FD; } in convertFDToNativeFile() 1224 int FD; ///< Locked file handle. variable 1225 FileLocker(int FD) : FD(FD) {} in FileLocker()
|
/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/AST/ |
D | DeclFriend.h | 149 if (const auto *FD = dyn_cast<FunctionDecl>(ND)) in getSourceRange() local 250 inline void CXXRecordDecl::pushFriendDecl(FriendDecl *FD) { in pushFriendDecl()
|
/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/AST/ |
D | DeclFriend.h | 149 if (const auto *FD = dyn_cast<FunctionDecl>(ND)) in getSourceRange() local 250 inline void CXXRecordDecl::pushFriendDecl(FriendDecl *FD) { in pushFriendDecl()
|
/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/AST/ |
D | DeclFriend.h | 149 if (const auto *FD = dyn_cast<FunctionDecl>(ND)) in getSourceRange() local 250 inline void CXXRecordDecl::pushFriendDecl(FriendDecl *FD) { in pushFriendDecl()
|
/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/Analysis/ |
D | AnyCall.h | 135 if (const auto *FD = dyn_cast<FunctionDecl>(D)) { in forDecl() local 148 if (const auto *FD = dyn_cast<FunctionDecl>(D)) { in parameters() local
|