/third_party/python/Lib/http/ |
H A D | client.py | 55 connection-close behavior for certain requests. For example, it 56 is impossible to tell whether the server will close the connection 276 self.will_close = _UNKNOWN # conn will close at end of response 351 # will the connection close at the end of the response? 377 # WILL close. 388 if conn and "close" in conn.lower(): 409 # otherwise, assume it will close 415 fp.close() 417 def close(self): member in HTTPResponse 419 super().close() # se 957 def close(self): global() member in HTTPConnection [all...] |
/third_party/python/Lib/asyncio/ |
H A D | selector_events.py | 86 def close(self): member in BaseSelectorEventLoop 88 raise RuntimeError("Cannot close a running event loop") 92 super().close() 94 self._selector.close() 99 self._ssock.close() 101 self._csock.close() 224 transport.close() 749 sock.close() 785 self._closing = False # Set when close() called. 852 def close(sel member in _SelectorTransport [all...] |
/foundation/ability/form_fwk/test/unittest/fms_form_provider_data_test/ |
H A D | fms_form_provider_data_test.cpp | 87 o.close(); in CreateJsonFileByJsonData1() 96 f.close(); in CreateJsonFileByJsonData1() 103 o.close(); in CreateJsonFileByJsonData2() 112 f.close(); in CreateJsonFileByJsonData2() 119 o.close(); in CreateMergeJsonFileByJsonData3() 128 f.close(); in CreateMergeJsonFileByJsonData3()
|
/foundation/multimodalinput/input/util/common/src/ |
H A D | util.cpp | 362 reader.close(); in ReadProConfigFile() 370 reader.close(); in ReadProConfigFile() 451 cfgFile.close(); in ReadConfigFile() 460 cfgFile.close(); in ReadConfigFile() 467 cfgFile.close(); in ReadConfigFile() 471 cfgFile.close(); in ReadConfigFile()
|
/foundation/resourceschedule/memmgr/common/src/ |
H A D | kernel_interface.cpp | 64 close(fd); in EchoToPath() 67 close(fd); in EchoToPath() 98 fout.close(); in CreateFile() 143 close(fd); in WriteToFile() 147 close(fd); in WriteToFile() 174 inf.close(); in ReadLinesFromFile()
|
/foundation/communication/dhcp/services/dhcp_client/src/ |
H A D | dhcp_ipv6_client.cpp | 478 close(sockFd); in createKernelSocket() 483 close(sockFd); in createKernelSocket() 488 close(sockFd); in createKernelSocket() 500 close(sockFd); in createKernelSocket() 536 close(ipv6SocketFd); in StartIpv6() 574 close(ipv6SocketFd); in StartIpv6()
|
/third_party/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/translit/ |
H A D | dumpICUrules.bat | 322 close(C_INDEX); 323 close(JAVA_INDEX); 356 # Open file, write UTF8 marker, close it, and reopen in text mode 360 close(OUT); 454 close(IN); 457 close(OUT);
|
/third_party/python/Lib/idlelib/idle_test/ |
H A D | test_run.py | 105 def close(self): member in MockShell 210 f.close() 213 self.assertRaises(TypeError, f.close, 1) 319 f.close() 323 f.close() 324 self.assertRaises(TypeError, f.close, 1)
|
/third_party/openssl/test/ |
H A D | drbgtest.c | 350 close(fd[0]); in test_drbg_reseed_in_child() 351 close(fd[1]); in test_drbg_reseed_in_child() 355 /* I'm the parent; close the write end */ in test_drbg_reseed_in_child() 356 close(fd[1]); in test_drbg_reseed_in_child() 377 /* close the read end */ in test_drbg_reseed_in_child() 378 close(fd[0]); in test_drbg_reseed_in_child() 384 /* I'm the child; close the read end */ in test_drbg_reseed_in_child() 385 close(fd[0]); in test_drbg_reseed_in_child() 397 /* close the write end */ in test_drbg_reseed_in_child() 398 close(f in test_drbg_reseed_in_child() [all...] |
/third_party/python/Lib/test/ |
H A D | test_yield_from.py | 228 Test delegating 'close' 250 g.close() 262 Test handling exception while delegating 'close' 286 g.close() 462 Test delegation of close() to non-generator 475 gi.close() 569 gi.close() 944 # Check with close 950 def close(self_): member in TestPEP380Operation.test_delegating_generators_claim_to_be_running.MyIt 957 g1.close() [all...] |
H A D | test_mailbox.py | 65 self._box.close() 125 self._box.close() 186 self._box.close() 239 self._box.close() 299 f.close() 300 f.close() 523 self._test_flush_or_close(self._box.close, False) 533 self._box.close() 539 oldbox.close() 591 self.assertRaises(NotImplementedError, lambda: box.close()) 1347 def close(self): global() member in FakeFileLikeObject [all...] |
H A D | test_lzma.py | 676 f.close() 677 # LZMAFile.close() should not close the underlying file object. 680 f.close() 687 f.close() 688 # Here, LZMAFile.close() *should* close the underlying file object. 691 f.close() 700 f.close() 707 f.close() [all...] |
/third_party/python/Lib/concurrent/futures/ |
H A D | process.py | 71 def close(self): member in _ThreadWakeup 74 self._writer.close() 75 self._reader.close() 546 self.call_queue.close() 549 self.thread_wakeup.close() 836 self._result_queue.close()
|
/third_party/musl/src/stdio/ |
H A D | __fclose_ca.c | 5 return f->close(f); in __fclose_ca()
|
/third_party/musl/src/unistd/ |
H A D | posix_close.c | 5 return close(fd); in posix_close()
|
/third_party/musl/porting/liteos_a/kernel/src/stdio/ |
H A D | __stdio_close.c | 6 return close(f->fd); in __stdio_close()
|
/third_party/musl/porting/uniproton/kernel/src/stdio/ |
H A D | __stdio_close.c | 6 return close(f->fd);
in __stdio_close()
|
/third_party/musl/porting/liteos_m/kernel/src/stdio/ |
H A D | __stdio_close.c | 6 return close(f->fd);
in __stdio_close()
|
/third_party/ltp/testcases/kernel/mem/mtest05/ |
H A D | mmstress_dummy.c | 27 close(1); in main()
|
/third_party/node/lib/ |
H A D | net.js | 348 self._handle.close(() => { 349 debug('emit close'); 350 self.emit('close', isException); 416 // For backwards compat do not emit close on destroy. 813 debug('close'); 816 debug('close handle'); 825 debug('emit close'); 826 this.emit('close', isException); 939 this.off('close', onClose); 945 this.once('close', onClos [all...] |
/third_party/node/test/fixtures/wpt/encoding/streams/resources/ |
H A D | readable-stream-from-array.js | 9 controller.close();
|
/third_party/ltp/testcases/kernel/syscalls/close/ |
H A D | close02.c | 10 * Call close(-1) and expects it to return EBADF. 20 TST_EXP_FAIL(close(-1), EBADF); in run()
|
/third_party/python/Lib/ |
H A D | mailbox.py | 193 def close(self): member in Mailbox 194 """Flush and close the mailbox.""" 298 tmp_file.close() 432 def close(self): member in Maildir 433 """Flush and close the mailbox.""" 457 os.close(os.open(maildirfolder_path, os.O_CREAT | os.O_WRONLY, 695 new_file.close() 700 self._file.close() 728 def close(self): member in _singlefileMailbox 729 """Flush and close th 1111 def close(self): global() member in MH 1976 def close(self): global() member in _ProxyFile 2056 def close(self): global() member in _PartialFile [all...] |
/third_party/googletest/googlemock/scripts/generator/cpp/ |
H A D | utils.py | 33 fp.close()
|
/third_party/typescript/lib/ |
H A D | watchGuard.js | 25 watcher.close();
|