| /arkcompiler/ets_runtime/tools/ap_file_viewer/src/base-ui/progress-bar/ |
| D | ProgressBar.js | 17 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/ |
| D | expect_output.txt | 15 loading test.js... 18 loading test.js...
|
| D | test.js | 18 print("loading test.js...")
|
| D | deregistermodule.js | 29 f(1).then(()=>{ // test for esm functioned well when second loading.
|
| /arkcompiler/ets_runtime/tools/ap_file_viewer/src/ap/ |
| D | ApApplication.js | 96 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/ |
| D | 2024-03-20-isa-changelog.md | 12 To support lazy loading of module variables in sendable class, the following bytecode instructions …
|
| D | 2024-07-10-isa-changelog.md | 12 …arkts-lazy-import.md), the following bytecode instructions are added for loading module variables …
|
| /arkcompiler/runtime_core/static_core/runtime/ |
| D | runtime_controller.cpp | 71 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/ |
| D | ignored-third_lib_js-debug-arm64-aot.txt | 3 #Issue 18605 Error while loading shared lib: libhmicui18n.so
|
| D | ignored-third_lib_js-debug-arm64-aot-litecg.txt | 3 #Issue 18605 Error while loading shared lib: libhmicui18n.so
|
| /arkcompiler/ets_runtime/test/moduletest/require/ |
| D | expect_output.txt | 15 {"index":"index loading..."}
|
| D | index.js | 22 var output = "index loading...";
|
| /arkcompiler/toolchain/build/config/mac/ |
| D | BUILD.gn | 99 # Path for loading shared libraries for unbundled binaries. 102 # Path for loading shared libraries for bundled binaries. Get back from
|
| /arkcompiler/runtime_core/docs/ |
| D | tracing.md | 14 trace::ScopedTrace scoped_trace("Loading file");
|
| /arkcompiler/runtime_core/static_core/docs/ |
| D | tracing.md | 14 trace::ScopedTrace scoped_trace("Loading file");
|
| /arkcompiler/runtime_core/static_core/runtime/include/tooling/ |
| D | debug_inf.h | 35 // when loading new panda file, add new entry to list
|
| /arkcompiler/runtime_core/static_core/tests/tests-u-runner/runner/plugins/ets/utils/ |
| D | test_parameters.py | 18 # This file provides functions thar are responsible for loading test parameters
|
| /arkcompiler/runtime_core/tests/cts-assembly/ |
| D | oom-01.pa | 14 # Check that OOM during class loading is handled correctly
|
| /arkcompiler/runtime_core/static_core/tests/cts-assembly/ |
| D | oom-01.pa | 14 # Check that OOM during class loading is handled correctly
|
| /arkcompiler/ets_runtime/ecmascript/module/ |
| D | js_module_deregister.cpp | 121 LOG_FULL(DEBUG) << "Find module cyclical loading, stop increasing."; in IncreaseRegisterCounts() 170 LOG_FULL(DEBUG) << "Find module cyclical loading, stop increasing."; in DecreaseRegisterCounts()
|
| D | js_dynamic_import.cpp | 54 … LOG_FULL(ERROR) << " dynamically loading native module" << specifierString << " failed"; in ExecuteNativeOrJsonModule()
|
| /arkcompiler/runtime_core/static_core/compiler/docs/ |
| D | plt.md | 24 `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/ |
| D | plt.md | 24 `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/ |
| D | generate-cts.rb | 86 LOG.info "Loading '#{template_path}'"
|
| /arkcompiler/runtime_core/static_core/tests/cts-generator/ |
| D | generate-cts.rb | 86 LOG.info "Loading '#{template_path}'"
|