Home
last modified time | relevance | path

Searched full:loading (Results 1 – 25 of 89) sorted by relevance

1234

/arkcompiler/ets_runtime/tools/ap_file_viewer/src/base-ui/progress-bar/
DProgressBar.js17 return ['loading'];
25 get loading() { getter in ProgressBar
26 return this.hasAttribute('loading');
29 set loading(value) { setter in ProgressBar
31 this.setAttribute('loading', '');
33 this.removeAttribute('loading');
52 :host([loading]) .track1{
61 :host([loading]) .track2{
/arkcompiler/ets_runtime/test/moduletest/deregistermodule/
Dexpect_output.txt15 loading test.js...
18 loading test.js...
Dtest.js18 print("loading test.js...")
Dderegistermodule.js29 f(1).then(()=>{ // test for esm functioned well when second loading.
/arkcompiler/ets_runtime/tools/ap_file_viewer/src/ap/
DApApplication.js96 this.progressEL.loading = false;
134 this.progressEL.loading = false;
141 this.progressEL.loading = false;
147 this.progressEL.loading = false;
202 this.progressEL.loading = true;
/arkcompiler/runtime_core/docs/changelogs/
D2024-03-20-isa-changelog.md12 To support lazy loading of module variables in sendable class, the following bytecode instructions …
D2024-07-10-isa-changelog.md12 …arkts-lazy-import.md), the following bytecode instructions are added for loading module variables …
/arkcompiler/runtime_core/static_core/runtime/
Druntime_controller.cpp71 return true; // Allow loading panda file. in CanLoadPandaFile()
76 LOG(WARNING, RUNTIME) << "Disallow loading panda file in data directory : " << path; in CanLoadPandaFile()
/arkcompiler/ets_frontend/test/workload/
Dignored-third_lib_js-debug-arm64-aot.txt3 #Issue 18605 Error while loading shared lib: libhmicui18n.so
Dignored-third_lib_js-debug-arm64-aot-litecg.txt3 #Issue 18605 Error while loading shared lib: libhmicui18n.so
/arkcompiler/ets_runtime/test/moduletest/require/
Dexpect_output.txt15 {"index":"index loading..."}
Dindex.js22 var output = "index loading...";
/arkcompiler/toolchain/build/config/mac/
DBUILD.gn99 # Path for loading shared libraries for unbundled binaries.
102 # Path for loading shared libraries for bundled binaries. Get back from
/arkcompiler/runtime_core/docs/
Dtracing.md14 trace::ScopedTrace scoped_trace("Loading file");
/arkcompiler/runtime_core/static_core/docs/
Dtracing.md14 trace::ScopedTrace scoped_trace("Loading file");
/arkcompiler/runtime_core/static_core/runtime/include/tooling/
Ddebug_inf.h35 // when loading new panda file, add new entry to list
/arkcompiler/runtime_core/static_core/tests/tests-u-runner/runner/plugins/ets/utils/
Dtest_parameters.py18 # This file provides functions thar are responsible for loading test parameters
/arkcompiler/runtime_core/tests/cts-assembly/
Doom-01.pa14 # Check that OOM during class loading is handled correctly
/arkcompiler/runtime_core/static_core/tests/cts-assembly/
Doom-01.pa14 # Check that OOM during class loading is handled correctly
/arkcompiler/ets_runtime/ecmascript/module/
Djs_module_deregister.cpp121 LOG_FULL(DEBUG) << "Find module cyclical loading, stop increasing."; in IncreaseRegisterCounts()
170 LOG_FULL(DEBUG) << "Find module cyclical loading, stop increasing."; in DecreaseRegisterCounts()
Djs_dynamic_import.cpp54 … LOG_FULL(ERROR) << " dynamically loading native module" << specifierString << " failed"; in ExecuteNativeOrJsonModule()
/arkcompiler/runtime_core/static_core/compiler/docs/
Dplt.md24 `SecondSlot` is filled during AOT file loading into runtime and contains `PLT CallStatic Resolver` …
25 `ThirdSlot` would actually store `Method pointer` after resolving, but during AOT file loading it i…
217 …n the same manner they were saved. So, in CallStatic we have to adjust stack pointer after loading,
/arkcompiler/runtime_core/compiler/docs/
Dplt.md24 `SecondSlot` is filled during AOT file loading into runtime and contains `PLT CallStatic Resolver` …
25 `ThirdSlot` would actually store `Method pointer` after resolving, but during AOT file loading it i…
217 …n the same manner they were saved. So, in CallStatic we have to adjust stack pointer after loading,
/arkcompiler/runtime_core/tests/cts-generator/
Dgenerate-cts.rb86 LOG.info "Loading '#{template_path}'"
/arkcompiler/runtime_core/static_core/tests/cts-generator/
Dgenerate-cts.rb86 LOG.info "Loading '#{template_path}'"

1234