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:limitSize
(Results
1 - 14
of
14
) sorted by relevance
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/drawing_ndk/src/
H
A
D
drawing_text_lineTypography.cpp
50
size_t
limitSize
= innerlineTypography->GetUnicodeSize();
in OH_Drawing_LineTypographyGetLineBreak()
local
51
if (startIndex >=
limitSize
|| width <= 0) {
in OH_Drawing_LineTypographyGetLineBreak()
61
size_t
limitSize
= innerlineTypography->GetUnicodeSize();
in OH_Drawing_LineTypographyCreateLine()
local
62
if (startIndex >=
limitSize
|| count + startIndex >
limitSize
) {
in OH_Drawing_LineTypographyCreateLine()
/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/text/line_typeset_napi/
H
A
D
js_line_typeset.cpp
150
size_t
limitSize
= lineTypography_->GetUnicodeSize();
in OnGetLineBreak()
local
151
if (index < 0 || index >=
limitSize
|| width <= 0) {
in OnGetLineBreak()
180
size_t
limitSize
= lineTypography_->GetUnicodeSize();
in OnCreateLine()
local
181
if (index < 0 || index >=
limitSize
|| count < 0 || count + index >
limitSize
) {
in OnCreateLine()
/foundation/multimedia/av_codec/interfaces/plugin/
H
A
D
demuxer_plugin.h
169
virtual void SetCacheLimit(uint32_t
limitSize
) = 0;
/foundation/multimedia/av_codec/test/unittest/media_demuxer_test/
H
A
D
media_demuxer_unit_test.h
151
virtual void SetCacheLimit(uint32_t
limitSize
)
in SetCacheLimit()
argument
/foundation/multimedia/av_codec/services/media_engine/plugins/ffmpeg_adapter/demuxer/
H
A
D
ffmpeg_demuxer_plugin.h
79
void SetCacheLimit(uint32_t
limitSize
) override;
H
A
D
ffmpeg_demuxer_plugin.cpp
1643
void FFmpegDemuxerPlugin::SetCacheLimit(uint32_t
limitSize
)
1646
cachelimitSize_ =
limitSize
;
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H
A
D
bundle_mgr_service_event_handler.h
533
const std::string &bundleDataDirPath, const int32_t
limitSize
) const;
H
A
D
base_bundle_installer.h
708
const std::string &bundleDataDirPath, const int32_t
limitSize
) const;
/foundation/multimedia/av_codec/services/media_engine/modules/demuxer/
H
A
D
media_demuxer.h
129
void SetCacheLimit(uint32_t
limitSize
);
H
A
D
media_demuxer.cpp
2176
void MediaDemuxer::SetCacheLimit(uint32_t
limitSize
)
in SetCacheLimit()
argument
2186
pluginTemp->SetCacheLimit(
limitSize
);
in SetCacheLimit()
/foundation/arkui/napi/native_engine/impl/ark/
H
A
D
ark_native_engine.h
285
void JudgmentDump(size_t
limitSize
);
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/
H
A
D
text_field_layout_algorithm.cpp
465
auto
limitSize
= static_cast<uint32_t>(static_cast<int32_t>(maxLength) * counterType / SHOW_COUNTER_PERCENT);
in UpdateCounterNode()
local
466
if (counterType == DEFAULT_MODE || (textLength >=
limitSize
&& counterType != DEFAULT_MODE)) {
in UpdateCounterNode()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H
A
D
bundle_mgr_service_event_handler.cpp
1553
const std::string &bundleDataDirPath, const int32_t
limitSize
) const
in PrepareBundleDirQuota()
1555
if (
limitSize
== 0) {
in PrepareBundleDirQuota()
1559
int32_t atomicserviceDatasizeThreshold =
limitSize
;
in PrepareBundleDirQuota()
H
A
D
base_bundle_installer.cpp
2818
const std::string &bundleDataDirPath, const int32_t
limitSize
) const
in PrepareBundleDirQuota()
2820
if (
limitSize
== 0) {
in PrepareBundleDirQuota()
2824
int32_t atomicserviceDatasizeThreshold =
limitSize
;
in PrepareBundleDirQuota()
Completed in 29 milliseconds