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:SOCK_MAX_SIZE
(Results
1 - 6
of
6
) sorted by relevance
/third_party/python/Lib/test/
H
A
D
test_socketserver.py
424
big_chunk = b'\0' * test.support.
SOCK_MAX_SIZE
469
self.assertEqual(server.sent2, test.support.
SOCK_MAX_SIZE
)
470
self.assertEqual(received2, test.support.
SOCK_MAX_SIZE
- 100)
H
A
D
_test_eintr.py
237
data = b"xyz" * (support.
SOCK_MAX_SIZE
// 3)
246
'data = b"xyz" * %s' % (support.
SOCK_MAX_SIZE
// 3),
H
A
D
test_wsgiref.py
247
return [b'\0' * support.
SOCK_MAX_SIZE
]
286
self.assertEqual(received, support.
SOCK_MAX_SIZE
- 100)
H
A
D
test_socket.py
1634
c.sendall(b"x" * support.
SOCK_MAX_SIZE
)
1639
b"x" * support.
SOCK_MAX_SIZE
)
5087
BIG = b"x" * support.
SOCK_MAX_SIZE
H
A
D
_test_multiprocessing.py
5150
CONN_MAX_SIZE = max(support.PIPE_MAX_SIZE, support.
SOCK_MAX_SIZE
)
/third_party/python/Lib/test/support/
H
A
D
__init__.py
457
SOCK_MAX_SIZE
= 16 * 1024 * 1024 + 1
variable
Completed in 23 milliseconds