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
defs:MAX_SIZE
(Results
1 - 25
of
71
) sorted by relevance
1
2
3
/foundation/filemanagement/file_api/interfaces/kits/cj/src/
H
A
D
copy_file.h
35
constexpr size_t
MAX_SIZE
= 0x7ffff000;
member
/foundation/communication/wifi/wifi/test/wifi_standard/ipc_framework/cRPC/unittest/
H
A
D
rpc_test_main.cpp
18
static constexpr int
MAX_SIZE
= 10240;
variable
H
A
D
net_test.cpp
25
static constexpr int
MAX_SIZE
= 10240;
member
H
A
D
server_test.cpp
25
static constexpr int
MAX_SIZE
= 10;
member
/foundation/communication/wifi/wifi/test/wifi_standard/wifi_base/
H
A
D
rpc_test_main.cpp
18
static constexpr int
MAX_SIZE
= 10240;
variable
H
A
D
net_test.cpp
25
static constexpr int
MAX_SIZE
= 10240;
member
H
A
D
server_test.cpp
25
static constexpr int
MAX_SIZE
= 10;
member
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/canvas/
H
A
D
canvas_modifier.cpp
22
constexpr size_t
MAX_SIZE
= 10;
member
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/scrollable/
H
A
D
scrollable_item_pool.cpp
21
constexpr size_t
MAX_SIZE
= 10;
member
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/draw/textblobbuilder_fuzzer/
H
A
D
text_blob_builder_fuzzer.cpp
25
constexpr size_t
MAX_SIZE
= 5000;
member
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/text/fontstyle_fuzzer/
H
A
D
fontstyle_fuzzer.cpp
28
constexpr size_t
MAX_SIZE
= 5000;
member
/foundation/distributeddatamgr/data_share/frameworks/native/consumer/include/
H
A
D
datashare_proxy.h
79
static const size_t
MAX_SIZE
= 4000;
member in OHOS::DataShare::final
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/matrix/include/
H
A
D
auto_sync_matrix.h
37
static constexpr uint32_t
MAX_SIZE
= 128;
member in OHOS::DistributedData::AutoSyncMatrix
/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_fs/properties/
H
A
D
copy_file.h
39
constexpr size_t
MAX_SIZE
= 0x7ffff000;
member
/foundation/ability/idl_tool/util/
H
A
D
string.h
114
static constexpr int
MAX_SIZE
= 262144; // 2^18
member in OHOS::Idl::String
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/image/imageinfo_fuzzer/
H
A
D
imageinfo_fuzzer.cpp
33
constexpr size_t
MAX_SIZE
= 5000;
member
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/recording/drawcmdlist_fuzzer/
H
A
D
draw_cmd_list_fuzzer.cpp
32
constexpr size_t
MAX_SIZE
= 5000;
member
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/text/fontstyleset_fuzzer/
H
A
D
fontstyleset_fuzzer.cpp
29
constexpr size_t
MAX_SIZE
= 5000;
member
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/utils/region_fuzzer/
H
A
D
region_fuzzer.cpp
29
constexpr size_t
MAX_SIZE
= 5000;
member
/foundation/graphic/graphic_surface/surface/test/fuzztest/surfacebuffer_fuzzer/
H
A
D
surfacebuffer_fuzzer.cpp
33
constexpr int32_t
MAX_SIZE
= 1024;
member
/foundation/communication/netmanager_ext/frameworks/native/netvpnclient/src/
H
A
D
vpn_config.cpp
22
constexpr uint32_t
MAX_SIZE
= 64;
member
/foundation/communication/netstack/frameworks/cj/http/include/
H
A
D
lru_cache_disk_handler.h
29
constexpr const int
MAX_SIZE
= 1024 * 1024;
member
/foundation/arkui/ace_engine/test/unittest/core/pattern/divider/old_cases/
H
A
D
divider_test_ng.cpp
49
const SizeT<float>
MAX_SIZE
= SizeT<float>(1000.0f, 1000.0f);
member
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/text/fontmgr_fuzzer/
H
A
D
fontmgr_fuzzer.cpp
29
constexpr size_t
MAX_SIZE
= 5000;
member
[all...]
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/draw/typeface_fuzzer/
H
A
D
typeface_fuzzer.cpp
26
constexpr size_t
MAX_SIZE
= 5000;
member
Completed in 12 milliseconds
1
2
3