Home
last modified time | relevance | path

Searched defs:fd (Results 1 – 25 of 1485) sorted by relevance

12345678910>>...60

/external/chromium_org/third_party/mesa/src/src/gallium/targets/egl-static/
Degl_pipe.c50 pipe_i915_create_screen(int fd) in pipe_i915_create_screen()
73 pipe_nouveau_create_screen(int fd) in pipe_nouveau_create_screen()
91 pipe_r300_create_screen(int fd) in pipe_r300_create_screen()
114 pipe_r600_create_screen(int fd) in pipe_r600_create_screen()
137 pipe_radeonsi_create_screen(int fd) in pipe_radeonsi_create_screen()
160 pipe_vmwgfx_create_screen(int fd) in pipe_vmwgfx_create_screen()
183 egl_pipe_create_drm_screen(const char *name, int fd) in egl_pipe_create_drm_screen()
/external/mesa3d/src/gallium/targets/egl-static/
Degl_pipe.c50 pipe_i915_create_screen(int fd) in pipe_i915_create_screen()
73 pipe_nouveau_create_screen(int fd) in pipe_nouveau_create_screen()
91 pipe_r300_create_screen(int fd) in pipe_r300_create_screen()
114 pipe_r600_create_screen(int fd) in pipe_r600_create_screen()
137 pipe_radeonsi_create_screen(int fd) in pipe_radeonsi_create_screen()
160 pipe_vmwgfx_create_screen(int fd) in pipe_vmwgfx_create_screen()
183 egl_pipe_create_drm_screen(const char *name, int fd) in egl_pipe_create_drm_screen()
/external/skia/src/utils/android/
Dashmem.cpp36 int fd, ret; in ashmem_create_region() local
62 int ashmem_set_prot_region(int fd, int prot) in ashmem_set_prot_region()
67 int ashmem_pin_region(int fd, size_t offset, size_t len) in ashmem_pin_region()
73 int ashmem_unpin_region(int fd, size_t offset, size_t len) in ashmem_unpin_region()
79 int ashmem_get_size_region(int fd) in ashmem_get_size_region()
84 int ashmem_purge_all_caches(int fd) in ashmem_purge_all_caches()
/external/chromium_org/third_party/skia/src/utils/android/
Dashmem.cpp36 int fd, ret; in ashmem_create_region() local
62 int ashmem_set_prot_region(int fd, int prot) in ashmem_set_prot_region()
67 int ashmem_pin_region(int fd, size_t offset, size_t len) in ashmem_pin_region()
73 int ashmem_unpin_region(int fd, size_t offset, size_t len) in ashmem_unpin_region()
79 int ashmem_get_size_region(int fd) in ashmem_get_size_region()
84 int ashmem_purge_all_caches(int fd) in ashmem_purge_all_caches()
/external/e2fsprogs/tests/progs/
Drandom_exercise.c50 int fd; in get_random_fd() local
59 unsigned int get_inode_num(int fd) in get_inode_num()
74 int fd; in create_random_file() local
101 void truncate_file(int fd) in truncate_file()
116 void unlink_file(int fd) in unlink_file()
130 void close_file(int fd) in close_file()
144 int i, fd; in main() local
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/
Dkernel_intercept.cc113 int ki_fchdir(int fd) { in ki_fchdir()
118 int ki_fchmod(int fd, mode_t mode) { in ki_fchmod()
159 ssize_t ki_read(int fd, void *buf, size_t nbyte) { in ki_read()
164 ssize_t ki_write(int fd, const void *buf, size_t nbyte) { in ki_write()
169 int ki_fstat(int fd, struct stat *buf){ in ki_fstat()
174 int ki_getdents(int fd, void *buf, unsigned int count) { in ki_getdents()
179 int ki_ftruncate(int fd, off_t length) { in ki_ftruncate()
184 int ki_fsync(int fd) { in ki_fsync()
189 int ki_fdatasync(int fd) { in ki_fdatasync()
194 int ki_isatty(int fd) { in ki_isatty()
[all …]
Dkernel_wrap_dummy.cc18 int _real_close(int fd) { in _real_close()
22 int _real_fstat(int fd, struct stat *buf) { in _real_fstat()
26 int _real_getdents(int fd, void* nacl_buf, size_t nacl_count, size_t *nread) { in _real_getdents()
30 int _real_lseek(int fd, off_t offset, int whence, off_t* new_offset) { in _real_lseek()
38 int _real_mmap(void** addr, size_t length, int prot, int flags, int fd, in _real_mmap()
51 int _real_open_resource(const char* file, int* fd) { in _real_open_resource()
55 int _real_read(int fd, void *buf, size_t count, size_t *nread) { in _real_read()
64 int _real_write(int fd, const void *buf, size_t count, size_t *nwrote) { in _real_write()
Dkernel_proxy.cc95 int fd; in Init() local
222 int KernelProxy::close(int fd) { in close()
308 int fd = KernelProxy::open(path, O_RDONLY); in chmod() local
321 int KernelProxy::fchown(int fd, uid_t owner, gid_t group) { in fchown()
372 int fd = open(path, O_RDONLY); in stat() local
448 ssize_t KernelProxy::read(int fd, void* buf, size_t nbytes) { in read()
466 ssize_t KernelProxy::write(int fd, const void* buf, size_t nbytes) { in write()
484 int KernelProxy::fstat(int fd, struct stat* buf) { in fstat()
501 int KernelProxy::getdents(int fd, void* buf, unsigned int count) { in getdents()
517 int KernelProxy::fchdir(int fd) { in fchdir()
[all …]
Dkernel_wrap_win.cc60 int _close(int fd) { in _close()
64 int _close_nolock(int fd) { in _close_nolock()
76 int _fstat32(int fd, struct _stat32* buf) { in _fstat32()
83 int _fstat64(int fd, struct _stat64* buf) { in _fstat64()
90 int _fstat32i64(int fd, struct _stat32i64* buf) { in _fstat32i64()
97 int _fstat64i32(int fd, struct _stat64i32* buf) { in _fstat64i32()
108 int _isatty(int fd) { in _isatty()
112 off_t _lseek(int fd, off_t offset, int whence) { in _lseek()
144 int _read(int fd, void* buf, size_t nbyte) { in _read()
151 int _read_nolock(int fd, void* buf, size_t nbyte) { in _read_nolock()
[all …]
/external/chromium/net/tools/flip_server/
Depoll_server.cc63 void OnEvent(int fd, EpollEvent* event) { in OnEvent()
72 void OnShutdown(EpollServer *eps, int fd) {} in OnShutdown()
115 int fd = cb_iter->fd; in CleanupFDToCBMap() local
190 void EpollServer::RegisterFD(int fd, CB* cb, int event_mask) { in RegisterFD()
224 int EpollServer::GetFlags(int fd) { in GetFlags()
228 void EpollServer::SetNonblocking(int fd) { in SetNonblocking()
258 void EpollServer::RegisterFDForWrite(int fd, CB* cb) { in RegisterFDForWrite()
262 void EpollServer::RegisterFDForReadWrite(int fd, CB* cb) { in RegisterFDForReadWrite()
266 void EpollServer::RegisterFDForRead(int fd, CB* cb) { in RegisterFDForRead()
270 void EpollServer::UnregisterFD(int fd) { in UnregisterFD()
[all …]
/external/chromium_org/net/tools/epoll_server/
Depoll_server.cc63 virtual void OnEvent(int fd, EpollEvent* event) OVERRIDE { in OnEvent()
72 virtual void OnShutdown(EpollServer *eps, int fd) OVERRIDE {} in OnShutdown()
115 int fd = cb_iter->fd; in CleanupFDToCBMap() local
190 void EpollServer::RegisterFD(int fd, CB* cb, int event_mask) { in RegisterFD()
224 int EpollServer::GetFlags(int fd) { in GetFlags()
228 void EpollServer::SetNonblocking(int fd) { in SetNonblocking()
258 void EpollServer::RegisterFDForWrite(int fd, CB* cb) { in RegisterFDForWrite()
262 void EpollServer::RegisterFDForReadWrite(int fd, CB* cb) { in RegisterFDForReadWrite()
266 void EpollServer::RegisterFDForRead(int fd, CB* cb) { in RegisterFDForRead()
270 void EpollServer::UnregisterFD(int fd) { in UnregisterFD()
[all …]
/external/chromium_org/net/third_party/nss/ssl/
Dsslsock.c237 ssl_GetPrivate(PRFileDesc *fd) in ssl_GetPrivate()
262 ssl_FindSocket(PRFileDesc *fd) in ssl_FindSocket()
558 SSL_Enable(PRFileDesc *fd, int which, PRBool on) in SSL_Enable()
656 SSL_OptionSet(PRFileDesc *fd, PRInt32 which, PRBool on) in SSL_OptionSet()
897 SSL_OptionGet(PRFileDesc *fd, PRInt32 which, PRBool *pOn) in SSL_OptionGet()
1337 SSL_CipherPrefSet(PRFileDesc *fd, PRInt32 which, PRBool enabled) in SSL_CipherPrefSet()
1361 SSL_CipherOrderSet(PRFileDesc *fd, const PRUint16 *ciphers, unsigned int len) in SSL_CipherOrderSet()
1374 SSL_CipherPrefGet(PRFileDesc *fd, PRInt32 which, PRBool *enabled) in SSL_CipherPrefGet()
1426 SSL_GetChannelBinding(PRFileDesc *fd, in SSL_GetChannelBinding()
1450 ssl_ImportFD(PRFileDesc *model, PRFileDesc *fd, SSLProtocolVariant variant) in ssl_ImportFD()
[all …]
Dsslsecur.c169 ssl_SetTimeout(PRFileDesc *fd, PRIntervalTime timeout) in ssl_SetTimeout()
262 SSL_ReHandshake(PRFileDesc *fd, PRBool flushCache) in SSL_ReHandshake()
296 SSL_IMPORT SECStatus SSL_ReHandshakeWithTimeout(PRFileDesc *fd, in SSL_ReHandshakeWithTimeout()
307 SSL_RedoHandshake(PRFileDesc *fd) in SSL_RedoHandshake()
316 SSL_HandshakeCallback(PRFileDesc *fd, SSLHandshakeCallback cb, in SSL_HandshakeCallback()
349 SSL_SetCanFalseStartCallback(PRFileDesc *fd, SSLCanFalseStartCallback cb, in SSL_SetCanFalseStartCallback()
379 SSL_RecommendedCanFalseStart(PRFileDesc *fd, PRBool *canFalseStart) in SSL_RecommendedCanFalseStart()
421 SSL_ForceHandshake(PRFileDesc *fd) in SSL_ForceHandshake()
480 SSL_IMPORT SECStatus SSL_ForceHandshakeWithTimeout(PRFileDesc *fd, in SSL_ForceHandshakeWithTimeout()
816 SSL_ConfigSecureServer(PRFileDesc *fd, CERTCertificate *cert, in SSL_ConfigSecureServer()
[all …]
Dsslreveal.c17 SSL_RevealCert(PRFileDesc * fd) in SSL_RevealCert()
36 SSL_RevealPinArg(PRFileDesc * fd) in SSL_RevealPinArg()
55 SSL_RevealURL(PRFileDesc * fd) in SSL_RevealURL()
/external/qemu/
Diolooper-select.c46 iolooper_add_fd( IoLooper* iol, int fd ) in iolooper_add_fd()
54 iolooper_del_fd( IoLooper* iol, int fd ) in iolooper_del_fd()
61 iolooper_modify( IoLooper* iol, int fd, int oldflags, int newflags ) in iolooper_modify()
87 int fd; in iolooper_fd_count() local
106 iolooper_add_read( IoLooper* iol, int fd ) in iolooper_add_read()
115 iolooper_add_write( IoLooper* iol, int fd ) in iolooper_add_write()
124 iolooper_del_read( IoLooper* iol, int fd ) in iolooper_del_read()
133 iolooper_del_write( IoLooper* iol, int fd ) in iolooper_del_write()
206 iolooper_is_read( IoLooper* iol, int fd ) in iolooper_is_read()
212 iolooper_is_write( IoLooper* iol, int fd ) in iolooper_is_write()
/external/compiler-rt/lib/tsan/rtl/
Dtsan_fd.cc71 static FdDesc *fddesc(ThreadState *thr, uptr pc, int fd) { in fddesc()
90 static void init(ThreadState *thr, uptr pc, int fd, FdSync *s) { in init()
133 bool FdLocation(uptr addr, int *fd, int *tid, u32 *stack) { in FdLocation()
150 void FdAcquire(ThreadState *thr, uptr pc, int fd) { in FdAcquire()
159 void FdRelease(ThreadState *thr, uptr pc, int fd) { in FdRelease()
168 void FdAccess(ThreadState *thr, uptr pc, int fd) { in FdAccess()
174 void FdClose(ThreadState *thr, uptr pc, int fd) { in FdClose()
188 void FdFileCreate(ThreadState *thr, uptr pc, int fd) { in FdFileCreate()
210 void FdEventCreate(ThreadState *thr, uptr pc, int fd) { in FdEventCreate()
215 void FdSignalCreate(ThreadState *thr, uptr pc, int fd) { in FdSignalCreate()
[all …]
/external/bison/lib/
Ddup2.c44 ms_windows_dup2 (int fd, int desired_fd) in ms_windows_dup2()
91 rpl_dup2 (int fd, int desired_fd) in rpl_dup2()
121 dupfd (int fd, int desired_fd) in dupfd()
138 dup2 (int fd, int desired_fd) in dup2()
Dfd-hook.c35 int fd) in execute_close_hooks()
46 execute_all_close_hooks (gl_close_fn primary, int fd) in execute_all_close_hooks()
53 int fd, int request, void *arg) in execute_ioctl_hooks()
65 int fd, int request, void *arg) in execute_all_ioctl_hooks()
Dfstat.c35 orig_fstat (int fd, struct stat *buf) in orig_fstat()
55 fstat_nothrow (int fd, struct stat *buf) in fstat_nothrow()
77 rpl_fstat (int fd, struct stat *buf) in rpl_fstat()
/external/chromium_org/net/tools/quic/test_tools/
Dmock_epoll_server.h86 virtual void DelFD(int fd) const OVERRIDE { } in DelFD()
87 virtual void AddFD(int fd, int event_mask) const OVERRIDE { } in AddFD()
88 virtual void ModFD(int fd, int event_mask) const OVERRIDE { } in ModFD()
95 virtual void SetNonblocking (int fd) OVERRIDE { } in SetNonblocking()
/external/elfutils/libdwfl/
Dfind-debuginfo.c74 int fd = TEMP_FAILURE_RETRY (open64 (fname, O_RDONLY)); in try_open() local
85 check_crc (int fd, GElf_Word debuglink_crc) in check_crc()
93 validate (Dwfl_Module *mod, int fd, bool check, GElf_Word debuglink_crc) in validate()
211 int fd = try_open (dir, subdir, debuglink_file, &fname); in find_debuginfo_in_path() local
270 int fd = INTUSE(dwfl_build_id_find_debuginfo) (mod, in dwfl_standard_find_debuginfo() local
279 int fd = find_debuginfo_in_path (mod, file_name, in dwfl_standard_find_debuginfo() local
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/io/
DFileDescriptorTest.java47 FileDescriptor fd = new FileDescriptor(); in test_Constructor() local
61 FileDescriptor fd = fos.getFD(); in test_sync() local
87 FileDescriptor fd = fos.getFD(); in test_valid() local
/external/dropbear/
Dsvr-x11fwd.c48 int fd; in x11req() local
103 int fd; in x11accept() local
190 static int send_msg_channel_open_x11(int fd, struct sockaddr_in* addr) { in send_msg_channel_open_x11()
209 static int bindport(int fd) { in bindport()
/external/chromium_org/net/tools/quic/
Dquic_server.h48 EpollServer* eps, int fd, int event_mask) OVERRIDE {} in OnRegistration()
49 virtual void OnModification(int fd, int event_mask) OVERRIDE {} in OnModification()
51 virtual void OnUnregistration(int fd, bool replaced) OVERRIDE {} in OnUnregistration()
63 virtual void OnShutdown(EpollServer* eps, int fd) OVERRIDE {} in OnShutdown()
/external/chromium/net/base/
Dnss_memio.c189 static PRStatus PR_CALLBACK memio_Close(PRFileDesc *fd) in memio_Close()
199 static PRStatus PR_CALLBACK memio_Shutdown(PRFileDesc *fd, PRIntn how) in memio_Shutdown()
209 static int PR_CALLBACK memio_Recv(PRFileDesc *fd, void *buf, PRInt32 len, in memio_Recv()
236 static int PR_CALLBACK memio_Read(PRFileDesc *fd, void *buf, PRInt32 len) in memio_Read()
242 static int PR_CALLBACK memio_Send(PRFileDesc *fd, const void *buf, PRInt32 len, in memio_Send()
265 static int PR_CALLBACK memio_Write(PRFileDesc *fd, const void *buf, PRInt32 len) in memio_Write()
271 static PRStatus PR_CALLBACK memio_GetPeerName(PRFileDesc *fd, PRNetAddr *addr) in memio_GetPeerName()
279 static PRStatus memio_GetSocketOption(PRFileDesc *fd, PRSocketOptionData *data) in memio_GetSocketOption()
355 PRFileDesc *fd; in memio_CreateIOLayer() local
371 void memio_SetPeerName(PRFileDesc *fd, const PRNetAddr *peername) in memio_SetPeerName()
[all …]

12345678910>>...60