Home
last modified time | relevance | path

Searched refs:dep (Results 1 - 7 of 7) sorted by relevance

/arkcompiler/toolchain/build/templates/cxx/
H A Dexternal_deps_handler.py90 for dep in args.external_deps:
91 if dep.startswith("ets_runtime"):
93 target_name = dep.split(":")[1]
95 elif dep.startswith("runtime_core"):
97 target_name = dep.split(":")[1]
99 elif dep.startswith("ets_frontend"):
101 target_name = dep.split(":")[1]
103 elif dep.startswith("toolchain"):
105 target_name = dep.split(":")[1]
107 elif dep
[all...]
/arkcompiler/ets_frontend/es2panda/aot/
H A DresolveDepsRelation.cpp77 for (auto dep : resolvedDepsRelation_) { in DumpDepsRelations()
78 auto fileName = dep.first; in DumpDepsRelations()
79 size_t abcFileNameSeparatorPos = dep.first.rfind(util::CHAR_VERTICAL_LINE); in DumpDepsRelations()
80 size_t pos = dep.first.rfind(util::SLASH_TAG, abcFileNameSeparatorPos); in DumpDepsRelations()
82 fileName = dep.first.substr(pos + 1, abcFileNameSeparatorPos - pos - 1); in DumpDepsRelations()
85 for (auto r : dep.second) { in DumpDepsRelations()
/arkcompiler/ets_runtime/test/moduletest/definefunc/
H A Ddefinefunc.js30 var makeAuthorRepo = function (dep) {
31 var author = dep.author;
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dloop_analysis.cpp120 void LoopAnalysis::UpdateLoopInfo(LoopInfo* loopInfo, GateRef gate, size_t dep) in UpdateLoopInfo() argument
123 loopInfo->maxDepth = std::max(loopInfo->maxDepth, dep); in UpdateLoopInfo()
127 if (dep == 1) { // 1: depth of loop head in UpdateLoopInfo()
134 if (dep == 1) { // 1: depth of loop head in UpdateLoopInfo()
142 if (dep == 1) { in UpdateLoopInfo()
161 // only receive state or depend edge (cur -> dep)
H A Dloop_analysis.h51 void UpdateLoopInfo(LoopInfo* loopInfo, GateRef gate, size_t dep);
/arkcompiler/runtime_core/static_core/scripts/
H A Dinstall-deps-ubuntu258 local REQUIREMENTS_BASE_PYTHON3_NAME=$SCRIPT_DIR/dep-lists/requirements-base-python3
259 local REQUIREMENTS_ALL_PYTHON3_NAME=$SCRIPT_DIR/dep-lists/requirements-python3
260 local REQUIREMENTS_VENV_PYTHON3_NAME=$SCRIPT_DIR/dep-lists/requirements-venv-python3
393 install_dep "$SCRIPT_DIR/dep-lists/ubuntu-bootstrap"
455 install_dep "$SCRIPT_DIR/dep-lists/$UBUNTU_NAME-build"
458 install_dep "$SCRIPT_DIR/dep-lists/$UBUNTU_NAME-dev"
462 install_dep "$SCRIPT_DIR/dep-lists/$UBUNTU_NAME-arm-dev"
466 install_dep "$SCRIPT_DIR/dep-lists/$UBUNTU_NAME-cross-x86"
470 install_dep "$SCRIPT_DIR/dep-lists/$UBUNTU_NAME-cross-windows"
478 install_dep "$SCRIPT_DIR/dep
[all...]
/arkcompiler/ets_runtime/tools/ap_file_viewer/server/
H A Dapdump_server.py51 for dep in load_dependencies_lib:
52 dep_path = f"{lib_directory}/lib{dep}.so"

Completed in 3 milliseconds