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:maxdata
(Results
1 - 4
of
4
) sorted by relevance
/third_party/python/Tools/unicode/
H
A
D
makeunicodedata.py
1289
maxdata
= max(data)
1290
if
maxdata
< 256:
1292
elif
maxdata
< 65536:
/third_party/python/Lib/test/
H
A
D
test_socket.py
3755
def checkTruncatedArray(self, ancbuf,
maxdata
, mindata=0):
3757
# mindata and
maxdata
bytes when received with buffer size
3773
self.assertLessEqual(len(cmsg_data),
maxdata
)
3780
self.checkTruncatedArray(ancbuf=socket.CMSG_LEN(0),
maxdata
=0)
3786
self.checkTruncatedArray(ancbuf=socket.CMSG_LEN(0) + 1,
maxdata
=1)
3793
maxdata
=SIZEOF_INT)
3800
maxdata
=(2 * SIZEOF_INT) - 1)
H
A
D
test_shutil.py
164
# The second word of the last line in the
maxdata
value
165
# when 32-bit
maxdata
must be greater than 0x1000000 for the xz test to succeed
169
maxdata
=hdrs.split("\n")[-1].split()[1]
170
return int(
maxdata
,16) >= 0x20000000
/third_party/elfutils/src/
H
A
D
readelf.c
11040
size_t
maxdata
= (size_t) (dataend - action_table);
in print_debug_exception_table()
local
11041
if (max_action >
maxdata
||
maxdata
- max_action < 1)
in print_debug_exception_table()
Completed in 29 milliseconds