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:make_socket
(Results
1 - 6
of
6
) sorted by relevance
/third_party/python/Lib/test/test_asyncio/
H
A
D
test_base_events.py
1989
def
make_socket
(self, blocking=False):
member in BaseLoopSockSendfileTests
1999
sock = self.
make_socket
()
2076
sock = self.
make_socket
(blocking=True)
2081
sock = self.
make_socket
()
2094
sock = self.
make_socket
()
2100
sock = self.
make_socket
()
2106
sock = self.
make_socket
()
2112
sock = self.
make_socket
()
H
A
D
test_sendfile.py
153
def
make_socket
(self, cleanup=True):
member in SockSendfileMixin
178
srv_sock = self.
make_socket
(cleanup=False)
184
sock = self.
make_socket
()
H
A
D
test_proactor_events.py
1006
def
make_socket
(self, cleanup=True):
member in ProactorEventLoopUnixSockSendfileTests
1019
sock = self.
make_socket
()
1022
srv_sock = self.
make_socket
(cleanup=False)
H
A
D
test_unix_events.py
495
def
make_socket
(self, cleanup=True):
member in SelectorEventLoopUnixSockSendfileTests
508
sock = self.
make_socket
()
511
srv_sock = self.
make_socket
(cleanup=False)
/third_party/nghttp2/src/
H
A
D
h2load.h
413
int
make_socket
(addrinfo *addr);
H
A
D
h2load.cc
534
int Client::
make_socket
(addrinfo *addr) {
in make_socket()
function in h2load::Client
627
rv =
make_socket
(current_addr);
in connect()
636
rv =
make_socket
(addr);
in connect()
Completed in 12 milliseconds