Home
last modified time | relevance | path

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

12345

/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/runtime_core/static_core/plugins/ets/doc/runtime/
D05_imports.rst108 .. _Handling Binaries And Loading Classes:
110 Handling Binaries And Loading Classes
116 - Internal runtime loading APIs work **only** with binary executable files
139 |LANG| runtime determines the load context with custom class loading policies:
142 into the context is a custom class loading policy.
217 language APIs: reflection, class loading, dynamic import
252 Loading contexts for executable binary files form a tree structure, and the
259 This approach isolates separate loading contexts, allowing to load different
268 .. _Runtime Loading Limitations:
270 Runtime Loading Limitations
[all …]
/arkcompiler/runtime_core/static_core/plugins/ets/playground/frontend/src/pages/disasmView/
DDisasmCode.test.tsx66 it('applies correct run loading', () => {
75 expect(screen.getByTestId('editor').textContent).toContain('Loading...');
77 it('applies correct compile loading', () => {
86 expect(screen.getByTestId('editor').textContent).toContain('Loading...');
/arkcompiler/runtime_core/static_core/plugins/ets/playground/frontend/src/store/actions/
DappState.test.ts35 it('should handle options loading state change', () => {
41 it('should handle syntax loading state change', () => {
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/ets_proxy/mem/
Ditems_pool.h75 …// Atomic with relaxed order reason: data race with size loading with no synchronization or orderi… in ItemsPool()
85 …// Atomic with relaxed order reason: data race with size loading with no synchronization or orderi… in AllocItem()
98 …// Atomic with relaxed order reason: data race with size loading with no synchronization or orderi… in AllocItem()
111 …// Atomic with relaxed order reason: data race with size loading with no synchronization or orderi… in FreeItem()
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/03.types/19.union_types/
Dunion_type_narrowing_attribute.params.yaml116 type GameState = "loading" | "playing" | "paused" | "gameover";
120 case "loading":
137 let state: GameState = "loading";
Dunion_type_assignment.params.yaml363 type Status = "success" | "error" | "loading";
400 type State = 'idle' | 'loading' | 'success' | 'error';
409 if (event === 'start') this.state = 'loading';
411 case 'loading':
423 assertEQ(sm.transition('start'), "loading");
776 type State = 'idle' | 'loading' | 'success' | 'error';
780 private state: State = 'loading';
785 if (event === 'start') this.state = 'loading';
787 case 'loading':
803 type State = 'idle' | 'loading' | 'success' | 'error';
[all …]
/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/plugins/ets/stdlib/std/core/
DAbcFile.ets38 * @throws errors happened on loading ABC file.
51 * @throws errors happened on loading ABC file.
/arkcompiler/runtime_core/static_core/plugins/ets/playground/frontend/src/store/selectors/
Dcode.test.ts28 it('should select the compile loading state from code', () => {
34 it('should select the run loading state from code', () => {
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/
Dets_class_linker_context.cpp87 // Report errors occurred during class loading. in LoadFromBootContext()
102 // No need to load by managed code, even if error occurred during loading. in TryLoadingClassInChain()
127 // No need to load by managed code, even if error occurred during loading. in TryLoadingClassInChain()
178 // Try loading the class without invoking managed code. in LoadClass()
263 // Report errors occurred during class loading in TryLoadingClassFromNative()
Dets_namespace_manager_impl.cpp44 << " loading library name :" << name; in LoadNativeLibraryFromNs()
73 … : "Error loading path " + std::string(name) + "in namespace" + in LoadNativeLibraryFromNs()
/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_runtime/test/moduletest/require/
Dindex.js22 var output = "index loading...";
Drequire.js29 assert_equal(strIndex, '{"index":"index loading..."}');
/arkcompiler/runtime_core/static_core/plugins/ets/playground/frontend/src/components/controlPanel/
DControlPanel.test.tsx77 it('disables Compile button when compile is loading', () => {
89 it('disables Run button when run is loading', () => {
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-common-tests/atomics/
Dindex_range.ets27 // Correct atomic loading after non-atomic store
/arkcompiler/ets_runtime/test/moduletest/deregistermodule/
Dderegistermodule.js29 f(1).then(()=>{ // test for esm functioned well when second loading.
/arkcompiler/runtime_core/static_core/docs/
Dtracing.md14 trace::ScopedTrace scoped_trace("Loading file");
/arkcompiler/runtime_core/docs/
Dtracing.md14 trace::ScopedTrace scoped_trace("Loading file");
/arkcompiler/runtime_core/static_core/tests/vm-benchmarks/src/vmb/resources/hap/
DEmptyAbility.ts31 hilog.info(0, 'VMB', 'ERROR LOADING PAGE: %{public}s',
/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-2/runner/sts_utils/
Dtest_parameters.py18 # This file provides functions thar are responsible for loading test parameters

12345