/arkcompiler/toolchain/tooling/test/ |
D | debugger_script_test.cpp | 63 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/ |
D | test_helper.gni | 45 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/ |
D | BUILD.gn | 18 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/ |
D | test_helper.gni | 45 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/ |
D | dynamicImport_tests.txt | 129 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/ |
D | readme.md | 4 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/ |
D | BUILD.gn | 17 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/ |
D | test_helper.gni | 38 script = "//arkcompiler/ets_runtime/script/run_ark_executable.py" 41 "--script-file",
|
/arkcompiler/toolchain/tooling/agent/ |
D | debugger_impl.h | 81 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);
|
D | debugger_impl.cpp | 95 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/ |
D | test.gni | 33 script = "//build/ohos/testfwk/fuzz_config_file_copy.py" 41 exec_script(script, _arguments)
|
/arkcompiler/ets_runtime/ecmascript/compiler/ |
D | BUILD.gn | 438 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/ |
D | BUILD.gn | 34 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/ |
D | ts2abc_config.gni | 85 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/ |
D | BUILD.gn | 20 script = "$ark_root/libark_defect_scan_aux/tests/generate_abc_file.py"
|
/arkcompiler/runtime_core/isa/ |
D | BUILD.gn | 41 script = "$ark_root/isa/combine.rb"
|
/arkcompiler/ets_runtime/ecmascript/snapshot/mem/ |
D | BUILD.gn | 27 script = "$ark_root/tools/gen_snapshot.sh"
|
/arkcompiler/runtime_core/ |
D | ark_config.gni | 102 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/ |
D | ark_config.gni | 107 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/ |
D | README.md | 126 This script can be used to compare the results of the `run_becnhmark.py` script.
|
/arkcompiler/ets_runtime/ecmascript/ |
D | js_locale.cpp | 751 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/ |
D | builtins_locale.cpp | 339 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/ |
D | readme.md | 9 The SDK test automation script runs on Windows, Python 3.9 and above.
|
/arkcompiler/ets_frontend/merge_abc/ |
D | BUILD.gn | 120 script = "./script/build_proto.sh"
|
/arkcompiler/runtime_core/libpandabase/ |
D | BUILD.gn | 51 script = "$ark_root/gn/build/cmake_configure_file.py" 234 script = "$ark_root/libpandabase/templates/logger_gen.rb"
|