Home
last modified time | relevance | path

Searched full:running (Results 1 – 25 of 332) sorted by relevance

12345678910>>...14

/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/class_extension/
Dtests.cpp26 // Please uncomment extendUserClass fn in index.sts before running in TEST_F()
34 // Please uncomment extendNativeClass fn in index.sts before running in TEST_F()
42 // Please uncomment extendedUserClassIsInstanceOf fn in index.sts before running in TEST_F()
50 // Please uncomment extendedNativeClassIsInstanceOf fn in index.sts before running in TEST_F()
58 // Please uncomment canAccessSuperMethod fn in index.sts before running in TEST_F()
66 // Please uncomment canAddGetter fn in index.sts before running in TEST_F()
74 // Please uncomment canSetProtectedValue fn in index.sts before running in TEST_F()
82 // Please uncomment extendUserClass fn in index.sts before running in TEST_F()
90 // Please uncomment extendNativeClass fn in index.sts before running in TEST_F()
98 // Please uncomment jsRespectsProtectedModifier fn in index.sts before running in TEST_F()
[all …]
/arkcompiler/runtime_core/static_core/
DREADME.md5 `scripts/deps-lists` files. These packages can be installed either manually or by running
24 If you want additionally to install Python dependencies for running tests add a parameter `-i=test`:
74 …Use this build type for running heavy test suites when you want both fast-running code and debugga…
118 ## Running tests with QEMU for cross-compiled aarch64/arm builds
120 Recommended QEMU version for running tests is 6.2.0 (but 5.1+ should be ok, too). By default, it is…
172 For testing, the following umbrella targets that guarantee building prior to running may be used:
174 * `tests`, for running all testing suites.
175 * `tests_full`, for running all testing suites and various code linters.
200 # Running chapter
202 ## Running assembler
[all …]
/arkcompiler/toolchain/test/autotest/scenario_test/
Dconftest.py30 logging.info('running main_instance_01 in debug mode')
49 logging.info('running main_instance_02 in debug mode')
68 logging.info('running main_instance_03 in debug mode')
87 logging.info('running main_instance_04 in debug mode')
106 logging.info('running worker_08 in debug mode')
126 logging.info('running worker_07 in debug mode')
146 logging.info('running worker_06 in debug mode')
166 logging.info('running worker_05 in debug mode')
186 logging.info('running worker_04 in debug mode')
206 logging.info('running worker_03 in debug mode')
[all …]
/arkcompiler/runtime_core/static_core/scripts/dep-lists/
Dubuntu-18-04-arm-dev27 python3.8=3.8.0* # For running multilingual benchmarks
28 python3.8-dev=3.8.0* # For running multilingual benchmarks
30 openjdk-8-jdk # For running Java benchmarks
31 libasm-java=7.0-* # For running legacy Java files compilation
Dubuntu-18-04-dev29 python3.8=3.8.0* # For running multilingual benchmarks
30 python3.8-dev=3.8.0* # For running multilingual benchmarks
32 openjdk-8-jdk # For running Java benchmarks
33 libasm-java=7.0-* # For running legacy Java files compilation
Dubuntu-dev26 python3 # For running multilingual benchmarks
28 openjdk-8-jdk # For running Java benchmarks
29 libasm-java # For running legacy Java files compilation
Dubuntu-20-04-dev28 python3=3.8* # For running multilingual benchmarks
30 openjdk-8-jdk # For running Java benchmarks
31 libasm-java=7.2-* # For running legacy Java files compilation
Dubuntu-22-04-arm-dev26 python3=3.10* # For running multilingual benchmarks
28 openjdk-8-jdk # For running Java benchmarks
29 libasm-java=9.2-* # For running legacy Java files compilation
Dubuntu-20-04-arm-dev25 python3=3.8* # For running multilingual benchmarks
27 openjdk-8-jdk # For running Java benchmarks
28 libasm-java=7.2-* # For running legacy Java files compilation
Dubuntu-22-04-dev27 python3=3.10* # For running multilingual benchmarks
29 openjdk-8-jdk # For running Java benchmarks
30 libasm-java=9.2-* # For running legacy Java files compilation
/arkcompiler/runtime_core/scripts/dep-lists/
Dubuntu-dev25 python3 # For running multilingual benchmarks
27 openjdk-8-jdk # For running Java benchmarks
28 libasm-java # For running legacy Java files compilation
Dubuntu-18-04-arm-dev25 python3=3.6.7-* # For running multilingual benchmarks
27 openjdk-8-jdk=8u312-* # For running Java benchmarks
28 libasm-java=7.0-* # For running legacy Java files compilation
Dubuntu-20-04-dev25 python3=3.8* # For running multilingual benchmarks
27 openjdk-8-jdk=8u312-* # For running Java benchmarks
28 libasm-java=7.2-* # For running legacy Java files compilation
Dubuntu-18-04-dev25 python3=3.6.7-* # For running multilingual benchmarks
27 openjdk-8-jdk=8u312-* # For running Java benchmarks
28 libasm-java=7.0-* # For running legacy Java files compilation
/arkcompiler/ets_frontend/test/scripts/auto_xts_test/
Dreadme.md8 ### Running environment
9 This script will be running on windows, python3.7 or above needed.
15 - Only for the first time of running the script will download the burnning tool and need to install…
24 At that time, this script will be blocked in next running, you should reboot the rk3568 demo borad …
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
Dpgo_state.cpp50 case GCState::RUNNING: in ToString()
51 return "RUNNING"; in ToString()
79 return gcState == GCState::RUNNING; in GCIsRunning()
150 SetGCState(GCState::RUNNING); in SuspendByGC()
169 // possible gc state: STOP, WAITING, RUNNING in SetStartIfStop()
200 // possible gc state: STOP, WAITING, RUNNING in StartDumpBeforeDestroy()
/arkcompiler/ets_runtime/ecmascript/mem/
Drset_worklist_handler.h51 // Only called from the bound js thread in RUNNING state.
84 * clear(call maybe from daemon thread in SuspendAll, or from bound js thread in RUNNING state).
88 * belonged to in RUNNING state.
90 …* And thus WaitFinishedThenMergeBack should ONLY be called from the bound js thread in RUNNING sta…
/arkcompiler/ets_frontend/es2panda/test/benchmark/
DREADME_zh.md58 > > > benchmark running
59 Running navier-stokes....
60 Running typescript....
61 Running mandreel....
/arkcompiler/ets_runtime/ecmascript/
Djs_async_function.cpp33 // 1.Let asyncContext be the running execution context. in AsyncFunctionAwait()
84 // is at the top of the execution context stack as the running execution context. in AsyncFunctionAwait()
94 // 1.Let asyncContext be the running execution context. in AsyncFunctionAwait()
144 // is at the top of the execution context stack as the running execution context. in AsyncFunctionAwait()
162 // 2.Let prevContext be the running execution context. in AsyncFunctionAwaitFulfilled()
164 …// 4.Push asyncContext onto the execution context stack; asyncContext is now the running execution… in AsyncFunctionAwaitFulfilled()
169 // and prevContext is the currently running execution context. in AsyncFunctionAwaitFulfilled()
191 // 2.Let prevContext be the running execution context. in AsyncFunctionAwaitRejected()
193 …// 4.Push asyncContext onto the execution context stack; asyncContext is now the running execution… in AsyncFunctionAwaitRejected()
199 // and prevContext is the currently running execution context. in AsyncFunctionAwaitRejected()
Djs_generator_object.cpp69 // 5.Let methodContext be the running execution context. in GeneratorResume()
75 …// 8.Push genContext onto the execution context stack; genContext is now the running execution con… in GeneratorResume()
79 // methodContext is the currently running execution context. in GeneratorResume()
123 // 6.Let methodContext be the running execution context. in GeneratorResumeAbrupt()
129 …// 9.Push genContext onto the execution context stack; genContext is now the running execution con… in GeneratorResumeAbrupt()
133 // methodContext is the currently running execution context. in GeneratorResumeAbrupt()
/arkcompiler/ets_runtime/tools/ap_file_viewer/
Dbuild.py65 print(f"Running command: {command}")
71 print(f"Running command: {command}")
76 print(f"Running command: {npm_command}")
88 help="The target directory to cd into before running the build script.")
/arkcompiler/runtime_core/static_core/runtime/coroutines/
Dthreaded_coroutine.h54 * Intended to be called from the context of a running thread that is going to be suspended.
60 * Resume the suspended coroutine by setting status to Status::RUNNING.
68 * Intended to be called from the context of a running coroutine that is going to
72 /// Blocks until the coroutine becomes running
/arkcompiler/ets_runtime/ecmascript/tests/
Djs_thread_state_test.cpp154 ThreadStateTransitionScope<JSThread, ThreadState::RUNNING> scope(thread); in HWTEST_F_L0()
155 EXPECT_TRUE(thread->GetState() == ThreadState::RUNNING); in HWTEST_F_L0()
185 EXPECT_TRUE(thread->GetState() == ThreadState::RUNNING); in HWTEST_F_L0()
187 if (mainState == ThreadState::RUNNING) { in HWTEST_F_L0()
191 EXPECT_TRUE(thread->GetState() == ThreadState::RUNNING); in HWTEST_F_L0()
279 EXPECT_TRUE(CheckAllThreadsState(ThreadState::RUNNING)); in HWTEST_F_L0()
285 EXPECT_TRUE(CheckAllThreadsState(ThreadState::RUNNING)); in HWTEST_F_L0()
314 EXPECT_TRUE(CheckAllThreadsState(ThreadState::RUNNING)); in HWTEST_F_L0()
/arkcompiler/runtime_core/static_core/docs/diagrams/
Dgc-trigger-sequence-threshold.plantuml37 GC -> GC : GC running at STW
40 GC -> GC : GC running concurrently
/arkcompiler/runtime_core/docs/diagrams/
Dgc-trigger-sequence-threshold.pusequence37 GC -> GC : GC running at STW
40 GC -> GC : GC running concurrently

12345678910>>...14