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:BUILD_DIR
(Results
1 - 3
of
3
) sorted by relevance
/arkcompiler/runtime_core/static_core/plugins/ets/doc/
H
A
D
build-docs.sh
24
BUILD_DIR
="${SCRIPT_DIR}/build"
54
--build-dir=[PATH] Path to build directory. Default: ${
BUILD_DIR
}
111
sphinx-build ${build_options} -b html "${src_dir}" "${
BUILD_DIR
}/${target}-html"
116
sphinx-build ${build_options} -b markdown "${src_dir}" "${
BUILD_DIR
}/${target}-md"
117
python3 "${SCRIPT_DIR}/merge_markdown.py" "${SCRIPT_DIR}" "${target}" "${
BUILD_DIR
}"
121
local build_dir_latex="${
BUILD_DIR
}/${target}-latex"
125
mv *.pdf "${
BUILD_DIR
}"
132
echo "Detected ARTIFACTS_DIR,
BUILD_DIR
will be set to ${ARTIFACTS_DIR}"
133
BUILD_DIR
="${ARTIFACTS_DIR}"
144
BUILD_DIR
[all...]
/arkcompiler/runtime_core/static_core/scripts/intrusive-testing/
H
A
D
local_intrusive_testing.sh
108
BUILD_DIR
=$ARTIFACTS_DIR/build
110
CLADE_DIR=$
BUILD_DIR
/clade
111
if ! mkdir -p "${
BUILD_DIR
}"; then
112
echo "Cannot create build directory ${
BUILD_DIR
}"
116
cd "$
BUILD_DIR
"
/arkcompiler/runtime_core/static_core/scripts/llvm/
H
A
D
build_llvm.sh
18
BUILD_DIR
=${
BUILD_DIR
:-""}
50
if [[ -z "${
BUILD_DIR
}" ]]; then
51
echo "Please, specify build directory with
BUILD_DIR
variable"
124
BUILD_PREFIX="${
BUILD_DIR
}/${INSTALL_DIR_NAME}"
169
BUILD_PREFIX="${
BUILD_DIR
}/${INSTALL_DIR_NAME}"
215
BUILD_PREFIX="${
BUILD_DIR
}/${INSTALL_DIR_NAME}"
260
BUILD_PREFIX="${
BUILD_DIR
}/${INSTALL_DIR_NAME}"
305
BUILD_PREFIX="${
BUILD_DIR
}/${INSTALL_DIR_NAME}"
344
BUILD_PREFIX="${
BUILD_DIR
}/
[all...]
Completed in 2 milliseconds