Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:handle_close
(Results
1 - 9
of
9
) sorted by relevance
/third_party/python/Lib/
H
A
D
asyncore.py
119
obj.
handle_close
()
124
obj.
handle_close
()
369
self.
handle_close
()
380
self.
handle_close
()
387
self.
handle_close
()
457
self.
handle_close
()
479
self.
handle_close
()
502
def
handle_close
(self):
member in dispatcher
H
A
D
asynchat.py
196
def
handle_close
(self):
member in async_chat
238
self.
handle_close
()
/third_party/python/Lib/test/
H
A
D
test_asyncore.py
53
handle_close
= handle_read_event
variable in exitingdummy
64
handle_close
= handle_read_event
variable in crashingdummy
165
def
handle_close
(self):
member in HelperFunctionTests.test_readwrite.testobj
463
def
handle_close
(self):
member in BaseTestHandler
464
raise Exception("
handle_close
not supposed to be called")
603
# make sure
handle_close
is called when the other end closes
609
# in order to make
handle_close
be called we are supposed
613
def
handle_close
(self):
member in BaseTestAPI.test_handle_close.TestClient
637
def
handle_close
(self):
member in BaseTestAPI.test_handle_close_after_conn_broken.TestClient
H
A
D
test_poplib.py
188
return self.
handle_close
()
192
return self.
handle_close
()
196
return self.
handle_close
()
208
self.
handle_close
()
H
A
D
test_ftplib.py
79
def
handle_close
(self):
member in DummyDTPHandler
358
return self.
handle_close
()
361
return self.
handle_close
()
365
return self.
handle_close
()
423
self.
handle_close
()
H
A
D
test_ssl.py
2741
return self.
handle_close
()
2746
return self.
handle_close
()
2762
def
handle_close
(self):
member in AsyncoreEchoServer.EchoServer.ConnectionHandler
/third_party/NuttX/drivers/usbdev/gadget/fconfig/include/
H
A
D
usb_handle.h
79
extern int
handle_close
(int fd);
/third_party/NuttX/drivers/usbdev/gadget/fconfig/src/
H
A
D
usb_handle.c
207
int
handle_close
(int fd)
in handle_close()
function
/third_party/python/Modules/
H
A
D
_elementtree.c
3065
PyObject *
handle_close
;
member
3605
self->handle_comment = self->handle_pi = self->
handle_close
= NULL;
in xmlparser_new()
3700
self->
handle_close
= PyObject_GetAttrString(target, "close");
in _elementtree_XMLParser___init___impl()
3701
if (ignore_attribute_error(self->
handle_close
)) {
in _elementtree_XMLParser___init___impl()
3755
Py_VISIT(self->
handle_close
);
in xmlparser_gc_traverse()
3781
Py_CLEAR(self->
handle_close
);
in xmlparser_gc_clear()
3865
else if (self->
handle_close
) {
in _elementtree_XMLParser_close_impl()
3867
return PyObject_CallNoArgs(self->
handle_close
);
in _elementtree_XMLParser_close_impl()
Completed in 20 milliseconds