Home
last modified time | relevance | path

Searched refs:SCRIPT_DIR (Results 1 - 9 of 9) sorted by relevance

/arkcompiler/runtime_core/static_core/plugins/ets/doc/
H A Dbuild-docs.sh22 SCRIPT_DIR="$(realpath "${0}")"
23 SCRIPT_DIR="$(dirname "${SCRIPT_DIR}")"
24 BUILD_DIR="${SCRIPT_DIR}/build"
117 python3 "${SCRIPT_DIR}/merge_markdown.py" "${SCRIPT_DIR}" "${target}" "${BUILD_DIR}"
224 echo "spec: Validating ${SCRIPT_DIR}/spec"
225 python3 "${SCRIPT_DIR}/validate_spec.py" "${SCRIPT_DIR}/spec"
226 build_sphinx_document spec "${SCRIPT_DIR}/spe
[all...]
/arkcompiler/runtime_core/scripts/
H A Dinstall-deps-ubuntu19 SCRIPT_DIR="$(realpath "${0}")"
20 SCRIPT_DIR="$(dirname "${SCRIPT_DIR}")"
21 cd "${SCRIPT_DIR}"
23 if [[ -f "${SCRIPT_DIR}/extras/install-deps-extras.sh" ]]
25 source "${SCRIPT_DIR}/extras/install-deps-extras.sh"
231 install_dep "$SCRIPT_DIR/dep-lists/$UBUNTU_NAME-build"
234 install_dep "$SCRIPT_DIR/dep-lists/$UBUNTU_NAME-dev"
238 install_dep "$SCRIPT_DIR/dep-lists/$UBUNTU_NAME-arm-dev"
242 install_dep "$SCRIPT_DIR/de
[all...]
H A Dinstall-third-party16 SCRIPT_DIR="$(cd "$(dirname "$0")" && pwd -P)"
17 ARK_ROOT=$SCRIPT_DIR/..
20 ARK_THIRD_PARTY_MANIFEST="$SCRIPT_DIR/third-party-lists/public"
/arkcompiler/runtime_core/static_core/plugins/ets/templates/stdlib/
H A Dgenlib.sh17 readonly SCRIPT_DIR="$(realpath "$(dirname "${BASH_SOURCE[0]}")")"
18 readonly GENPATH="${SCRIPT_DIR}/../../stdlib"
31 cd "$SCRIPT_DIR"
60 "${JINJA_PATH}" "${SCRIPT_DIR}/DataView.sts.j2" -o "${DATAVIEW}"
63 "${JINJA_PATH}" "${SCRIPT_DIR}/typedArray.sts.j2" -o "${TYPED_ARR}"
66 "${JINJA_PATH}" "${SCRIPT_DIR}/typedUArray.sts.j2" -o "${TYPED_UARR}"
70 "${JINJA_PATH}" "${SCRIPT_DIR}/Function.sts.j2" -o "${FUNC}"
/arkcompiler/runtime_core/static_core/scripts/
H A Dinstall-deps-ubuntu21 make -C "${SCRIPT_DIR}/../tests/vm-benchmarks/" vmb
59 SCRIPT_DIR="$(realpath "${0}")"
60 SCRIPT_DIR="$(dirname "${SCRIPT_DIR}")"
61 cd "${SCRIPT_DIR}"
63 if [[ -f "${SCRIPT_DIR}/extras/install-deps-extras.sh" ]]
65 source "${SCRIPT_DIR}/extras/install-deps-extras.sh"
258 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/de
[all...]
H A Dinstall-third-party18 SCRIPT_DIR="$(cd "$(dirname "$0")" && pwd -P)"
19 ARK_ROOT=$SCRIPT_DIR/..
25 MIRROR_ARK_THIRD_PARTY_MANIFEST="$SCRIPT_DIR/extras/third-party-lists/mirror"
26 PUBLIC_ARK_THIRD_PARTY_MANIFEST="$SCRIPT_DIR/third-party-lists/public"
231 if [ -f "$SCRIPT_DIR/extras/install_nodejs.sh" ]; then
232 bash $SCRIPT_DIR/extras/install_nodejs.sh --node-version=${NODE_VERSION} --distro=${DISTRO}
/arkcompiler/runtime_core/static_core/scripts/sdk/
H A Dbuild_sdk.sh17 SCRIPT_DIR="$(realpath "$(dirname "${BASH_SOURCE[0]}")")"
18 ARK_ROOT="$SCRIPT_DIR/../.."
109 copy_into_sdk "$linux_arm64_build_dir" "$PANDA_SDK_PATH/linux_arm64_host_tools" "$SCRIPT_DIR"/linux_arm64_host_tools.txt
122 copy_into_sdk "$linux_build_dir" "$PANDA_SDK_PATH/linux_host_tools" "$SCRIPT_DIR"/linux_host_tools.txt
131 copy_into_sdk "$windows_build_dir" "$PANDA_SDK_PATH/windows_host_tools" "$SCRIPT_DIR"/windows_host_tools.txt
146 copy_into_sdk "$ohos_build_dir" "$taget_sdk_dir" "$SCRIPT_DIR"/ohos_arm64.txt
151 copy_into_sdk "$ARK_ROOT" "$headers_dst" "$SCRIPT_DIR"/headers.txt '\(\.h$\|\.inl$\|\.inc$\)'
153 copy_into_sdk "$ohos_build_dir" "$headers_dst" "$SCRIPT_DIR"/gen_headers.txt '\(\.h$\|\.inl$\|\.inc$\)'
194 cp "$SCRIPT_DIR"/package.json "$PANDA_SDK_PATH"
/arkcompiler/runtime_core/static_core/tests/tests-u-runner/
H A Dlinter.sh17 SCRIPT_DIR=$(realpath "$(dirname "${0}")")
18 ROOT_DIR=${STATIC_ROOT_DIR:-"${SCRIPT_DIR}/../.."}
/arkcompiler/ets_frontend/ets2panda/test/tsconfig/
H A Dtest.sh17 SCRIPT_DIR="$(realpath "$(dirname "${BASH_SOURCE[0]}")")"

Completed in 4 milliseconds