Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:SCRIPT_DIR
(Results
1 - 9
of
9
) sorted by relevance
/arkcompiler/runtime_core/static_core/plugins/ets/doc/
H
A
D
build-docs.sh
22
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
D
install-deps-ubuntu
19
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
D
install-third-party
16
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
D
genlib.sh
17
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
D
install-deps-ubuntu
21
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
D
install-third-party
18
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
D
build_sdk.sh
17
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
D
linter.sh
17
SCRIPT_DIR
=$(realpath "$(dirname "${0}")")
18
ROOT_DIR=${STATIC_ROOT_DIR:-"${
SCRIPT_DIR
}/../.."}
/arkcompiler/ets_frontend/ets2panda/test/tsconfig/
H
A
D
test.sh
17
SCRIPT_DIR
="$(realpath "$(dirname "${BASH_SOURCE[0]}")")"
Completed in 4 milliseconds