Home
last modified time | relevance | path

Searched refs:close (Results 1326 - 1350 of 5460) sorted by relevance

1...<<51525354555657585960>>...219

/third_party/python/Lib/http/
H A Dclient.py55 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 Dselector_events.py86 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 Dfms_form_provider_data_test.cpp87 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 Dutil.cpp362 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 Dkernel_interface.cpp64 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 Ddhcp_ipv6_client.cpp478 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 DdumpICUrules.bat322 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 Dtest_run.py105 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 Ddrbgtest.c350 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 Dtest_yield_from.py228 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 Dtest_mailbox.py65 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 Dtest_lzma.py676 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 Dprocess.py71 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.c5 return f->close(f); in __fclose_ca()
/third_party/musl/src/unistd/
H A Dposix_close.c5 return close(fd); in posix_close()
/third_party/musl/porting/liteos_a/kernel/src/stdio/
H A D__stdio_close.c6 return close(f->fd); in __stdio_close()
/third_party/musl/porting/uniproton/kernel/src/stdio/
H A D__stdio_close.c6 return close(f->fd); in __stdio_close()
/third_party/musl/porting/liteos_m/kernel/src/stdio/
H A D__stdio_close.c6 return close(f->fd); in __stdio_close()
/third_party/ltp/testcases/kernel/mem/mtest05/
H A Dmmstress_dummy.c27 close(1); in main()
/third_party/node/lib/
H A Dnet.js348 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 Dreadable-stream-from-array.js9 controller.close();
/third_party/ltp/testcases/kernel/syscalls/close/
H A Dclose02.c10 * Call close(-1) and expects it to return EBADF.
20 TST_EXP_FAIL(close(-1), EBADF); in run()
/third_party/python/Lib/
H A Dmailbox.py193 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 Dutils.py33 fp.close()
/third_party/typescript/lib/
H A DwatchGuard.js25 watcher.close();

Completed in 19 milliseconds

1...<<51525354555657585960>>...219