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:preload
(Results
1 - 20
of
20
) sorted by relevance
/foundation/ability/ability_runtime/test/unittest/runtime_test/
H
A
D
js_runtime_first_test.cpp
69
options_.
preload
= false;
in SetUp()
85
options.
preload
= true;
in HWTEST_F()
104
options.
preload
= true;
in HWTEST_F()
124
options.
preload
= true;
in HWTEST_F()
146
options.
preload
= true;
in HWTEST_F()
174
options.
preload
= true;
in HWTEST_F()
H
A
D
js_runtime_test.cpp
72
options_.
preload
= false;
in SetUp()
114
options_.
preload
= true;
in HWTEST_F()
119
options_.
preload
= false;
in HWTEST_F()
185
options_.
preload
= true;
in HWTEST_F()
740
options.
preload
= true;
in HWTEST_F()
754
* @tc.desc:
preload
js runtime.
761
options.
preload
= true;
in HWTEST_F()
769
options.
preload
= false;
in HWTEST_F()
810
options.
preload
= false;
in HWTEST_F()
831
options.
preload
in HWTEST_F()
[all...]
/foundation/ability/ability_runtime/test/unittest/cj_runtime_test/
H
A
D
cj_runtime_test.cpp
64
options_.
preload
= false;
in SetUp()
79
options_.
preload
= true;
in HWTEST_F()
99
options_.
preload
= true;
in HWTEST_F()
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/src/
H
A
D
module_info.cpp
60
for (auto &
preload
: preloads) {
in Marshalling()
61
WRITE_PARCEL_AND_RETURN_FALSE_IF_FAIL(String16, parcel, Str8ToStr16(
preload
));
in Marshalling()
H
A
D
hap_module_info.cpp
595
std::unique_ptr<PreloadItem>
preload
(parcel.ReadParcelable<PreloadItem>());
in ReadFromParcel()
596
if (!
preload
) {
in ReadFromParcel()
600
preloads.emplace_back(*
preload
);
in ReadFromParcel()
/foundation/ability/ability_runtime/js_environment/test/unittest/uncaught_exception_callback_test/
H
A
D
uncaught_exception_callback_test.cpp
58
options.
preload
= false;
in HWTEST_F()
106
options.
preload
= false;
in HWTEST_F()
136
options.
preload
= false;
in HWTEST_F()
172
options.
preload
= false;
in HWTEST_F()
206
options.
preload
= false;
in HWTEST_F()
/foundation/ability/ability_runtime/test/unittest/cj_test_runner_test/
H
A
D
cj_test_runner_test.cpp
93
options_.
preload
= false;
in SetUp()
96
options_.
preload
= true;
in SetUp()
/foundation/ability/ability_runtime/frameworks/native/runtime/
H
A
D
js_runtime_lite.cpp
185
if (!options.
preload
) {
in Init()
212
if (!options.
preload
) {
in Init()
226
preloaded_ = options.
preload
;
in Init()
410
childOptions_->
preload
= options.
preload
;
in SetChildOptions()
H
A
D
js_runtime.cpp
136
if (!options.
preload
&& options.isStageModel) {
in Create()
697
if (!options.
preload
) {
in Initialize()
734
if (!options.
preload
) {
in Initialize()
755
preloaded_ = options.
preload
;
in Initialize()
/foundation/ability/ability_runtime/test/unittest/native_runtime_test/
H
A
D
js_runtime_lite_test.cpp
136
options.
preload
= true;
in HWTEST_F()
174
options.
preload
= true;
in HWTEST_F()
/foundation/arkui/ace_engine/test/unittest/core/pattern/grid/
H
A
D
grid_cache_layout_test_ng.cpp
222
const std::list<int32_t>
preload
= { 89, 88, 87 };
in HWTEST_F()
local
223
CheckPreloadListEqual(
preload
);
in HWTEST_F()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/waterflow/
H
A
D
water_flow_pattern.h
156
void SetPreloadList(std::list<int32_t>&&
preload
)
in SetPreloadList()
argument
158
preloadItems_ = std::move(
preload
);
in SetPreloadList()
/foundation/ability/ability_runtime/interfaces/inner_api/runtime/include/
H
A
D
runtime.h
50
bool
preload
= false;
member
/foundation/ability/ability_runtime/test/unittest/frameworks_kits_ability_native_test/
H
A
D
ability_runtime_test.cpp
77
options.
preload
= true;
in HWTEST_F()
/foundation/ability/ability_runtime/test/unittest/js_auto_fill_extension_test/
H
A
D
js_auto_fill_extension_test.cpp
127
options.
preload
= true;
in CreateJsAutoFillExtension()
/foundation/ability/ability_runtime/test/unittest/js_service_extension_test/
H
A
D
js_service_extension_test.cpp
129
options.
preload
= true;
in CreateJsServiceExtension()
/foundation/ability/ability_runtime/frameworks/simulator/ability_simulator/src/bundle_parser/
H
A
D
inner_bundle_info.cpp
972
PreloadItem
preload
(item);
in FindHapModuleInfo()
973
hapInfo.preloads.emplace_back(
preload
);
in FindHapModuleInfo()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H
A
D
module_profile.cpp
1718
for (const auto &
preload
: preloadObj) {
in ParserAtomicModuleConfig()
1719
if (
preload
.contains(Profile::PRELOADS_MODULE_NAME)) {
in ParserAtomicModuleConfig()
1720
std::string preloadName =
preload
.at(Profile::PRELOADS_MODULE_NAME);
in ParserAtomicModuleConfig()
H
A
D
inner_bundle_info.cpp
1523
PreloadItem
preload
(item);
in FindHapModuleInfo()
1524
hapInfo.preloads.emplace_back(
preload
);
in FindHapModuleInfo()
/foundation/arkui/ace_engine/adapter/ohos/entrance/pa_engine/engine/jsi/
H
A
D
jsi_pa_engine.cpp
248
options.
preload
= false;
in InitJsRuntimeOptions()
Completed in 26 milliseconds