/third_party/libbpf/src/ |
H A D | skel_internal.h | 82 static inline int close(int fd) in close() function 210 return close(fd); in skel_closenz() 368 close(map_fd); in bpf_load_and_run() 370 close(prog_fd); in bpf_load_and_run()
|
H A D | libbpf_probes.c | 194 close(fd); in probe_prog_load() 380 close(fd); in probe_map_create() 382 close(fd_inner); in probe_map_create() 384 close(btf_fd); in probe_map_create()
|
/third_party/lame/frontend/ |
H A D | rtp.c | 120 close(iSocket); in rtp_socket() 129 close(iSocket); in rtp_socket() 137 close(iSocket); in rtp_socket() 144 close(iSocket); in rtp_socket()
|
/third_party/nghttp2/src/ |
H A D | shrpx_config_test.cc | 175 close(fd1); in test_shrpx_config_read_tls_ticket_key_file() 176 close(fd2); in test_shrpx_config_read_tls_ticket_key_file() 220 close(fd1); in test_shrpx_config_read_tls_ticket_key_file_aes_256() 221 close(fd2); in test_shrpx_config_read_tls_ticket_key_file_aes_256()
|
/third_party/mesa3d/src/intel/tools/ |
H A D | intel_sanitize_gpu.c | 284 gem_close(int fd, struct drm_gem_close *close) in gem_close() argument 286 int ret = libc_ioctl(fd, DRM_IOCTL_GEM_CLOSE, close); in gem_close() 292 _mesa_hash_table_search(t, (void*)(uintptr_t)close->handle); in gem_close() 346 close(int fd) in close() function 430 libc_close = dlsym(RTLD_NEXT, "close"); in init()
|
/third_party/ltp/testcases/kernel/syscalls/epoll/ |
H A D | epoll-ltp.c | 220 close(epoll_fd); in test_epoll_create() 254 close(epoll_fd); in test_epoll_create() 280 close(epoll_fd); in test_epoll_create() 677 close(epoll_fd); in test_epoll_ctl()
|
/third_party/ltp/testcases/network/nfsv4/acl/ |
H A D | random_gen.py | 87 f.close() 113 f.close() 126 f.close() 143 f.close()
|
/third_party/ltp/utils/sctp/func_tests/ |
H A D | test_connectx.c | 267 close(svr_sk); in main() 268 close(clt_sk1); in main() 269 close(clt_sk2); in main() 270 close(peeloff_sk); in main()
|
/third_party/mesa3d/src/gallium/auxiliary/draw/ |
H A D | draw_pt_vsplit_tmp.h | 128 * When spoken is TRUE, ispoken replaces istart; When close is TRUE, iclose is 136 boolean close, unsigned iclose) in CONCAT() 143 assert(icount + !!close <= vsplit->segment_size); in CONCAT() 156 if (close) in CONCAT() 166 if (close) in CONCAT()
|
/third_party/mesa3d/src/gallium/auxiliary/hud/ |
H A D | hud_nic.c | 131 close(sockfd); in query_wifi_bitrate() 136 close(sockfd); in query_wifi_bitrate() 166 close(sockfd); in query_nic_rssi() 171 close(sockfd); in query_nic_rssi()
|
/third_party/mesa3d/src/imagination/vulkan/winsys/pvrsrvkm/ |
H A D | pvr_srv_job_transfer.c | 113 close(srv_ctx->timeline_3d); in pvr_srv_winsys_transfer_ctx_create() 128 close(srv_ctx->timeline_3d); in pvr_srv_winsys_transfer_ctx_destroy() 280 close(fence); in pvr_srv_winsys_transfer_submit() 289 close(in_fd); in pvr_srv_winsys_transfer_submit()
|
/third_party/python/Lib/asyncio/ |
H A D | base_subprocess.py | 39 self.close() 96 def close(self): member in BaseSubprocessTransport 104 proto.pipe.close() 126 self.close()
|
H A D | subprocess.py | 78 pipe.close() 110 self._transport.close() 162 logger.debug('%r communicate: close stdin', self) 163 self.stdin.close() 181 logger.debug('%r communicate: close %s', self, name) 182 transport.close()
|
/third_party/python/Lib/dbm/ |
H A D | dumb.py | 90 f.close() 273 def close(self): member in _Database 279 __del__ = close 288 self.close()
|
/third_party/skia/third_party/externals/oboe/src/opensles/ |
H A D | AudioOutputStreamOpenSLES.cpp | 136 AudioStreamOpenSLES::close(); in open() 241 OutputMixerOpenSL::getInstance().close(); in onAfterDestroy() 245 Result AudioOutputStreamOpenSLES::close() { in close() function in AudioOutputStreamOpenSLES 256 result = AudioStreamOpenSLES::close(); in close() 428 // Avoid deadlock if another thread is trying to stop or close this stream in updateServiceFrameCounter()
|
/third_party/skia/tests/ |
H A D | PathOpsOpRectThreadedTest.cpp | 41 pathA.close(); in testPathOpsRectsMain() 47 pathB.close(); in testPathOpsRectsMain() 134 pathA.close(); in testPathOpsFastMain() 140 pathB.close(); in testPathOpsFastMain()
|
/third_party/python/Lib/test/ |
H A D | test_thread.py | 245 os.close(read_fd) 253 os.close(self.write_fd) 260 os.close(self.read_fd) 265 os.close(self.write_fd)
|
H A D | test_timeout.py | 32 self.sock.close() 149 self.sock.close() 210 sock.close() 281 self.sock.close()
|
/third_party/python/Lib/ |
H A D | poplib.py | 278 """Signoff: commit changes on server, unlock mailbox, close connection.""" 280 self.close() 283 def close(self): member in POP3 289 file.close() 304 sock.close()
|
H A D | aifc.py | 59 The open file pointer must have methods read(), seek(), and close(). 82 close() -- close the instance (make it unusable) 86 The close() method is called automatically when the class instance 93 close(). 116 close() -- patch up the file header and close the 125 close() to patch up the sizes in the header. 127 close() after all frames have been written. 128 The close() metho 382 def close(self): global() member in Aifc_read 761 def close(self): global() member in Aifc_write [all...] |
/third_party/python/Lib/wsgiref/ |
H A D | validate.py | 86 - That .close() is not called 94 - That .close() is not called, and no other methods are provided. 107 - That .close() is called (doesn't raise exception, only prints to 143 (except for a failure to close the application iterator, which 223 def close(self): member in InputWrapper 224 assert_(0, "input.close() must not be called") 242 def close(self): member in ErrorWrapper 243 assert_(0, "errors.close() must not be called") 286 def close(self): member in IteratorWrapper 288 if hasattr(self.original_iterator, 'close') [all...] |
/third_party/selinux/libselinux/src/ |
H A D | stringrep.c | 95 close(fd); in discover_class() 125 close(fd); in discover_class() 130 close(fd); in discover_class() 137 close(fd); in discover_class()
|
/third_party/icu/icu4c/source/test/cintltst/ |
H A D | usrchtst.c | 110 static void close(void) in close() function 131 close(); in TestEnd() 300 close(); in TestOpenClose() 346 close(); in TestInitialization() 676 close(); in TestBasic() 714 close(); in TestNormExact() 732 close(); in TestStrength() 836 close(); in TestBreakIterator() 863 close(); in TestVariable() 934 close(); in TestOverlap() [all...] |
/third_party/cups-filters/filter/ |
H A D | gstoraster.c | 430 /* Set the "close on exec" flag on each end of the pipe... */ in gs_spawn() 433 close(fds[0]); in gs_spawn() 434 close(fds[1]); in gs_spawn() 437 fprintf(stderr, "ERROR: Unable to set \"close on exec\" flag on read end of the pipe for Ghostscript call\n"); in gs_spawn() 442 close(fds[0]); in gs_spawn() 443 close(fds[1]); in gs_spawn() 444 fprintf(stderr, "ERROR: Unable to set \"close on exec\" flag on write end of the pipe for Ghostscript call\n"); in gs_spawn() 452 close(0); in gs_spawn() 485 close (fds[1]); in gs_spawn() 709 close(f in main() [all...] |
/third_party/node/lib/internal/fs/ |
H A D | promises.js | 211 close = () => { 224 this[kHandle].close(), 240 this.emit('close'); 245 return this.close(); 297 controller.close(); 313 this.once('close', () => { 389 this[kHandle].close(), 712 return handleFdClose(ftruncate(fd, len), fd.close); 918 return handleFdClose(fchmod(fd, mode), fd.close); 1004 writeFileHandle(fd, data, options.signal, options.encoding), fd.close); [all...] |