Home
last modified time | relevance | path

Searched refs:script (Results 1 – 25 of 53) sorted by relevance

123

/arkcompiler/toolchain/tooling/test/
Ddebugger_script_test.cpp63 std::unique_ptr<PtScript> script = std::make_unique<PtScript>(1, "name_1", "url_1", "source_1"); in HWTEST_F_L0() local
64 script->SetScriptId(100); in HWTEST_F_L0()
65 ASSERT_EQ(script->GetScriptId(), 100); in HWTEST_F_L0()
70 std::unique_ptr<PtScript> script = std::make_unique<PtScript>(1, "name_1", "url_1", "source_1"); in HWTEST_F_L0() local
71 script->SetFileName("xx"); in HWTEST_F_L0()
72 ASSERT_EQ(script->GetFileName(), "xx"); in HWTEST_F_L0()
77 std::unique_ptr<PtScript> script = std::make_unique<PtScript>(1, "name_1", "url_1", "source_1"); in HWTEST_F_L0() local
78 script->SetUrl("121"); in HWTEST_F_L0()
79 ASSERT_EQ(script->GetUrl(), "121"); in HWTEST_F_L0()
84 std::unique_ptr<PtScript> script = std::make_unique<PtScript>(1, "name_1", "url_1", "source_1"); in HWTEST_F_L0() local
[all …]
/arkcompiler/ets_runtime/test/
Dtest_helper.gni45 script = "//arkcompiler/ets_runtime/script/run_ark_executable.py"
48 "--script-file",
87 script = "${js_root}/script/run_ark_executable.py"
90 "--script-file",
162 script = "../../quickfix/generate_merge_file.py"
235 script = "//arkcompiler/ets_runtime/script/run_ark_executable.py"
250 "--script-file",
252 "--script-options",
254 "--script-args",
284 script = "//arkcompiler/ets_runtime/script/run_ark_executable.py"
[all …]
/arkcompiler/ets_frontend/es2panda/test/
DBUILD.gn18 script = "${es2abc_root}/test/runner.py"
32 script = "${es2abc_root}/test/runner.py"
50 script = "${es2abc_root}/test/runner.py"
87 script = "${es2abc_root}/test/runner.py"
103 script = "${es2abc_root}/test/runner.py"
117 script = "${es2abc_root}/test/runner.py"
131 script = "${es2abc_root}/test/runner.py"
/arkcompiler/toolchain/test/
Dtest_helper.gni45 script = "//arkcompiler/ets_runtime/script/run_ark_executable.py"
48 "--script-file",
90 script = "${js_root}/script/run_ark_executable.py"
93 "--script-file",
/arkcompiler/ets_frontend/test262/
DdynamicImport_tests.txt129 nested-else-script-code-valid.js
130 nested-with-script-code-valid.js
132 nested-async-gen-await-script-code-valid.js
136 nested-async-function-script-code-valid.js
137 nested-async-function-await-script-code-valid.js
143 nested-arrow-assignment-expression-script-code-valid.js
146 nested-while-script-code-valid.js
147 nested-async-arrow-function-return-await-script-code-valid.js
152 nested-arrow-script-code-valid.js
153 top-level-script-code-valid.js
[all …]
/arkcompiler/ets_frontend/test/scripts/auto_xts_test/
Dreadme.md4 This script will get the latest images and xts testcases from dailybuilds, then burn the images on …
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…
21 …ol does not use the relative path as the the storage path of images, the script use the path 'D:\A…
24 At that time, this script will be blocked in next running, you should reboot the rk3568 demo borad …
/arkcompiler/ets_frontend/ts2panda/tests/
DBUILD.gn17 script = "${ts2abc_root}/../testTs/run_testTs.py"
23 script = "${ts2abc_root}/../testTs/run_testTs.py"
30 script = "${ts2abc_root}/scripts/run_tests.py"
/arkcompiler/runtime_core/tests/
Dtest_helper.gni38 script = "//arkcompiler/ets_runtime/script/run_ark_executable.py"
41 "--script-file",
/arkcompiler/toolchain/tooling/agent/
Ddebugger_impl.h81 for (const auto &script : scripts_) { in MatchScripts() local
85 value = script.second->GetUrl(); in MatchScripts()
89 value = script.second->GetFileName(); in MatchScripts()
93 value = script.second->GetHash(); in MatchScripts()
101 return cb(script.second.get()); in MatchScripts()
193 void ScriptParsed(const EcmaVM *vm, const PtScript &script);
Ddebugger_impl.cpp95 auto scriptFunc = [this](PtScript *script) -> bool { in NotifyScriptParsed() argument
96 frontend_.ScriptParsed(vm_, *script); in NotifyScriptParsed()
105 std::unique_ptr<PtScript> script = std::make_unique<PtScript>(scriptId, fileName, url, source); in NotifyScriptParsed() local
107 frontend_.ScriptParsed(vm_, *script); in NotifyScriptParsed()
110 scripts_[script->GetScriptId()] = std::move(script); in NotifyScriptParsed()
198 auto scriptFunc = [this, &location, &detail, &extractor](PtScript *script) -> bool { in NotifyPaused() argument
199 detail.url_ = script->GetUrl(); in NotifyPaused()
574 void DebuggerImpl::Frontend::ScriptParsed(const EcmaVM *vm, const PtScript &script) in ScriptParsed() argument
581 scriptParsed.SetScriptId(script.GetScriptId()) in ScriptParsed()
582 .SetUrl(script.GetUrl()) in ScriptParsed()
[all …]
/arkcompiler/toolchain/build/
Dtest.gni33 script = "//build/ohos/testfwk/fuzz_config_file_copy.py"
41 exec_script(script, _arguments)
/arkcompiler/ets_runtime/ecmascript/compiler/
DBUILD.gn438 script = "$js_root/script/run_ark_executable.py"
459 "--script-file",
462 "--script-options",
492 script = "$js_root/script/build_resource_to_cpp.py"
/arkcompiler/toolchain/build/third_party_gn/musl/
DBUILD.gn34 script = "//third_party/musl/scripts/porting.sh"
101 script = "${target_out_dir}/${musl_ported_dir}/scripts/create_alltypes.sh"
119 script = "${target_out_dir}/${musl_ported_dir}/scripts/create_vesion.sh"
136 script = "${target_out_dir}/${musl_ported_dir}/scripts/create_syscall.sh"
/arkcompiler/ets_frontend/ts2panda/
Dts2abc_config.gni85 script = "${ts2abc_root}/scripts/generate_plugin.py"
133 script = "${ts2abc_root}/scripts/run_tests_executable.sh"
153 script = "${ts2abc_root}/scripts/run_tests.py"
/arkcompiler/runtime_core/libark_defect_scan_aux/tests/unittest/
DBUILD.gn20 script = "$ark_root/libark_defect_scan_aux/tests/generate_abc_file.py"
/arkcompiler/runtime_core/isa/
DBUILD.gn41 script = "$ark_root/isa/combine.rb"
/arkcompiler/ets_runtime/ecmascript/snapshot/mem/
DBUILD.gn27 script = "$ark_root/tools/gen_snapshot.sh"
/arkcompiler/runtime_core/
Dark_config.gni102 script = "$ark_root/isa/gen.rb"
130 script = "$ark_root/templates/concat_yamls.sh"
160 script = "$ark_root/templates/merge.rb"
/arkcompiler/runtime_core/gn/ark/runtime_core/
Dark_config.gni107 script = "$ark_root/isa/gen.rb"
132 script = "$ark_root/templates/concat_yamls.sh"
162 script = "$ark_root/templates/merge.rb"
/arkcompiler/runtime_core/bytecode_optimizer/tests/benchmark/
DREADME.md126 This script can be used to compare the results of the `run_becnhmark.py` script.
/arkcompiler/ets_runtime/ecmascript/
Djs_locale.cpp751 tagElements.script = in ApplyOptionsToTag()
758 if (!tagElements.script->IsUndefined()) { in ApplyOptionsToTag()
760 … intl::LocaleHelper::ConvertToStdString((JSHandle<EcmaString>::Cast(tagElements.script))); in ApplyOptionsToTag()
784 JSHandle<JSTaggedValue> script, JSHandle<JSTaggedValue> region) in BuildOptionsTags() argument
807 if (!script->IsUndefined()) { in BuildOptionsTags()
808 …d::string scriptStr = intl::LocaleHelper::ConvertToStdString((JSHandle<EcmaString>::Cast(script))); in BuildOptionsTags()
908 …bool res = BuildOptionsTags(localeString, &builder, tagElements.language, tagElements.script, tagE… in InitializeLocale()
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_locale.cpp339 CString script = locale->GetIcuLocale()->getScript(); in GetScript() local
340 if (script.empty()) { in GetScript()
343 result = factory->NewFromUtf8(script); in GetScript()
/arkcompiler/ets_frontend/test/scripts/sdk_test/
Dreadme.md9 The SDK test automation script runs on Windows, Python 3.9 and above.
/arkcompiler/ets_frontend/merge_abc/
DBUILD.gn120 script = "./script/build_proto.sh"
/arkcompiler/runtime_core/libpandabase/
DBUILD.gn51 script = "$ark_root/gn/build/cmake_configure_file.py"
234 script = "$ark_root/libpandabase/templates/logger_gen.rb"

123