/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/tools/ |
H A D | placeholder.py | 83 shader_object.close() 111 fd.close() 142 shader_object.close()
|
/third_party/skia/third_party/externals/oboe/apps/OboeTester/app/src/main/java/com/google/sample/oboe/manualtest/ |
H A D | OboeAudioStream.java | 116 public void close() { in close() method in OboeAudioStream 118 close(streamIndex); in close() 122 public native void close(int streamIndex); in close() method in OboeAudioStream
|
/third_party/skia/third_party/externals/brotli/java/org/brotli/wrapper/enc/ |
H A D | Encoder.java | 84 close(); in fail() 143 void close() throws IOException { in close() method in Encoder 152 destination.close(); in close()
|
/third_party/vixl/tools/ |
H A D | generate_simulator_traces.py | 184 trace_f.close() 192 master_trace_f.close() 235 trace_f.close()
|
/third_party/python/Lib/distutils/ |
H A D | file_util.py | 63 fdst.close() 65 fsrc.close() 238 f.close()
|
/third_party/spirv-tools/test/tools/ |
H A D | placeholder.py | 83 shader_object.close() 111 fd.close() 142 shader_object.close()
|
/third_party/vk-gl-cts/scripts/khr_util/ |
H A D | registry_cache.py | 106 f.close() 116 f.close() 134 f.close()
|
/third_party/zlib/contrib/iostream3/ |
H A D | zfstream.h | 84 close(); 303 * Stream will be in state fail() if close failed. 306 close(); 392 * Stream will be in state fail() if close failed. 395 close();
|
/third_party/python/Lib/ |
H A D | _pyio.py | 36 # Does io.IOBase finalizer log the exception if the close() method fails? 279 result.close() 400 ### Flush and close ### 412 def close(self): member in IOBase 413 """Flush and close the IO object. 424 """Destructor. Calls close().""" 436 self.close() 440 # deleted, and then the close() call might fail. Since 444 self.close() 516 """Context management protocol. Calls close()""" 843 def close(self): global() member in _BufferedIOMixin 936 def close(self): global() member in BytesIO 1328 def close(self): global() member in BufferedWriter 1403 def close(self): global() member in BufferedRWPair 1762 def close(self): global() member in FileIO 2189 def close(self): global() member in TextIOWrapper [all...] |
/third_party/python/Lib/test/ |
H A D | test_coroutines.py | 560 coro.close() 589 coro.close() 606 coro.close() 644 coro.close() 656 coro.close() 705 aw.close() 723 coro.close() # avoid RuntimeWarning 744 coro.close() 759 c.close() 829 coro.close() [all...] |
H A D | test_poplib.py | 251 self.close() 272 self.client.close() 472 self.client.close() 510 conn.close() 514 serv.close() 524 pop.close() 534 pop.close() 539 pop.close()
|
H A D | test_ftplib.py | 85 self.close() 231 self.close() 318 self.close() 385 super(SSLConnection, self).close() 430 def close(self): member in .SSLConnection 435 super(SSLConnection, self).close() 500 self.client.close() 724 conn.close() 737 timeout=TIMEOUT).close() 746 socket.create_connection((trusted_host, port), timeout=TIMEOUT).close() [all...] |
/foundation/graphic/graphic_surface/surface/test/unittest/ |
H A D | buffer_client_producer_remote_test.cpp | 114 close(pipeFd[1]); in SetUpTestCase() 115 close(pipe1Fd[0]); in SetUpTestCase() 121 close(pipeFd[0]); in SetUpTestCase() 122 close(pipe1Fd[1]); in SetUpTestCase() 125 close(pipeFd[0]); in SetUpTestCase() 126 close(pipe1Fd[1]); in SetUpTestCase() 142 close(pipeFd[1]); in TearDownTestCase() 143 close(pipe1Fd[0]); in TearDownTestCase()
|
/foundation/distributeddatamgr/relational_store/test/js/relationalstore/unittest/src/ |
H A D | RdbstoreEncryptionJsunit.test.js | 230 resultSet.close()
366 await rdbStore.close()
375 resultSet.close()
395 await rdbStore.close()
564 await rdbStore.close()
567 await rdbStore1.close()
590 resultSet.close()
612 await store.close()
|
/third_party/icu/icu4j/tools/build/src/com/ibm/icu/dev/tool/docs/ |
H A D | CodeMangler.java | 166 br.close(); in CodeMangler() 382 reader.close(); in processFile() 397 reader.close(); in processFile() 410 reader.close(); in processFile() 577 reader.close(); in processFile() 578 outstream.close(); in processFile() 582 outstream.close(); in processFile() 583 instream.close(); in processFile()
|
/third_party/jerryscript/jerry-core/api/ |
H A D | generate-bytecode.c | 131 close(fd); in read_js_or_snapshot_file() 136 close(fd); in read_js_or_snapshot_file() 145 close(fd); in read_js_or_snapshot_file() 153 close(fd); in read_js_or_snapshot_file() 157 close(fd); in read_js_or_snapshot_file() 182 close(fd); in write_snapshot() 190 close(fd); in write_snapshot() 194 close(fd); in write_snapshot()
|
/third_party/mesa3d/src/imagination/vulkan/winsys/pvrsrvkm/ |
H A D | pvr_srv_job_render.c | 382 close(srv_ctx->timeline_frag); in pvr_srv_winsys_render_ctx_create() 385 close(srv_ctx->timeline_geom); in pvr_srv_winsys_render_ctx_create() 400 close(srv_ctx->timeline_frag); in pvr_srv_winsys_render_ctx_destroy() 401 close(srv_ctx->timeline_geom); in pvr_srv_winsys_render_ctx_destroy() 686 close(fence_geom); in pvr_srv_winsys_render_submit() 693 close(fence_frag); in pvr_srv_winsys_render_submit() 700 close(in_geom_fd); in pvr_srv_winsys_render_submit() 703 close(in_frag_fd); in pvr_srv_winsys_render_submit()
|
/third_party/python/Lib/idlelib/ |
H A D | debugger.py | 112 def close(self, event=None): member in Debugger 121 self.stackviewer.close(); self.stackviewer = None 122 # Clean up pyshell if user clicked debugger control close widget. 126 # Now close the debugger control window.... 136 top.wm_protocol("WM_DELETE_WINDOW", self.close) 137 self.top.bind("<Escape>", self.close) 303 sv.close() 325 lv.close() 337 gv.close() 544 def close(sel member in NamespaceViewer [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/wps/ |
H A D | wps_upnp_ssdp.c | 676 close(sm->ssdp_sd); in ssdp_listener_stop() 760 close(sd); in ssdp_listener_open() 843 close(sock); in add_ssdp_network() 873 close(sd); in ssdp_open_multicast_sock() 881 close(sd); in ssdp_open_multicast_sock() 890 close(sd); in ssdp_open_multicast_sock() 897 close(sd); in ssdp_open_multicast_sock() 916 close(sd); in ssdp_open_multicast_sock()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/wps/ |
H A D | wps_upnp_ssdp.c | 676 close(sm->ssdp_sd); in ssdp_listener_stop() 760 close(sd); in ssdp_listener_open() 843 close(sock); in add_ssdp_network() 873 close(sd); in ssdp_open_multicast_sock() 881 close(sd); in ssdp_open_multicast_sock() 890 close(sd); in ssdp_open_multicast_sock() 897 close(sd); in ssdp_open_multicast_sock() 916 close(sd); in ssdp_open_multicast_sock()
|
/third_party/zlib/examples/ |
H A D | gzlog.c | 231 #include <unistd.h> /* lseek, read, write, close, unlink, sleep, */ 363 close(fd); in log_lock() 632 close(fd); in log_compress() 764 close(fd); in log_recover() 801 close(log->fd); in log_close() 822 close(log->fd); in log_open() 959 if (ret | close(fd)) in gzlog_compress() 970 if (ret | close(fd)) in gzlog_compress() 1020 if (ret | close(fd)) in gzlog_write() 1052 /* close th in gzlog_close() [all...] |
/third_party/python/Lib/xmlrpc/ |
H A D | client.py | 453 def close(self): member in ExpatParser 641 messages (start, data, end). Call close() to get the resulting 663 def close(self): member in Unmarshaller 1030 p.close() 1031 return u.close(), u.getmethodname() 1103 def close(self): member in GzipDecodedResponse 1105 gzip.GzipFile.close(self) 1107 self.io.close() 1189 self.close() 1263 def close(sel member in Transport [all...] |
/third_party/backends/backend/ |
H A D | plustek_pp.c | 269 /** Calls the device specific stop and close functions. 286 * don't check the return values, simply do it and close the driver in drvclose() 290 dev->close( dev ); in drvclose() 326 DBG( _DBG_PROC, "close r_pipe\n" ); in close_pipe() 327 close( scanner->r_pipe ); in close_pipe() 332 DBG( _DBG_PROC, "close w_pipe\n" ); in close_pipe() 333 close( scanner->w_pipe ); in close_pipe() 375 close( scanner->r_pipe ); in reader_process() 1014 dev->close = ppDev_close; in attach() 1043 dev->close(de in attach() [all...] |
/third_party/mksh/ |
H A D | main.c | 1120 close(fd); in quitenv() 1121 close(2); in quitenv() 1122 close(1); in quitenv() 1123 close(0); in quitenv() 1151 /* close all file descriptors hiding in savefd */ in cleanup_parents_env() 1156 close(ep->savefd[fd]); in cleanup_parents_env() 1222 * 4 = cannot make fd close-on-exec 1273 close(rv); in tty_init_fd() 1282 close(fd); in tty_init_fd() 1528 close(shl_dbg_f in initio() [all...] |
/third_party/python/Lib/test/test_asyncio/ |
H A D | test_streams.py | 36 # just in case if we have transport close callbacks 39 self.loop.close() 54 writer.close() 80 writer.close() 112 writer.close() 581 client_writer.close() 598 sock.close() 606 self.server.close() 616 writer.close() 653 client_writer.close() [all...] |