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_LENGTH
(Results
1 - 13
of
13
) sorted by relevance
/foundation/arkui/ace_engine/frameworks/core/common/ime/
H
A
D
text_input_configuration.cpp
32
const char
MAX_LENGTH
[] = "maxLength";
member
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/canvas/
H
A
D
custom_paint_util.h
37
constexpr int32_t
MAX_LENGTH
= 2048 * 2048;
member
/foundation/multimedia/av_codec/frameworks/native/capi/avcodec/
H
A
D
native_audio_encoder.cpp
30
constexpr uint32_t
MAX_LENGTH
= 255;
member
H
A
D
native_audio_decoder.cpp
30
constexpr uint32_t
MAX_LENGTH
= 255;
member
H
A
D
native_audio_codec.cpp
35
constexpr uint32_t
MAX_LENGTH
= 255;
member
/foundation/resourceschedule/frame_aware_sched/interfaces/innerkits/frameintf/
H
A
D
rtg_interface.cpp
34
constexpr size_t
MAX_LENGTH
= 100;
member
/foundation/systemabilitymgr/safwk/services/safwk/src/
H
A
D
main.cpp
59
constexpr int
MAX_LENGTH
= 2000;
member
/foundation/resourceschedule/resource_schedule_service/ressched/sched_controller/observer/src/
H
A
D
hisysevent_observer.cpp
40
constexpr int32_t
MAX_LENGTH
= 1024;
member
/foundation/communication/dhcp/services/utils/src/
H
A
D
dhcp_arp_checker.cpp
35
constexpr int32_t
MAX_LENGTH
= 1500;
member
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/slider/
H
A
D
slider_tip_modifier.cpp
60
constexpr int32_t
MAX_LENGTH
= 1;
member
/foundation/multimedia/media_library/frameworks/services/media_mtp/src/
H
A
D
mtp_packet_tools.cpp
34
static const int
MAX_LENGTH
= 255;
member
/foundation/arkui/ace_engine/frameworks/core/components/custom_paint/
H
A
D
rosen_render_custom_paint.cpp
72
constexpr int32_t
MAX_LENGTH
= 2048 * 2048;
member
H
A
D
rosen_render_offscreen_canvas.cpp
68
constexpr int32_t
MAX_LENGTH
= 2048 * 2048;
member
Completed in 18 milliseconds