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_TARGET
(Results
1 - 3
of
3
) sorted by relevance
/test/xts/acts/
H
A
D
build.sh
21
echo " ./build.sh [suite=
BUILD_TARGET
] [target_os=TARGET_OS] [target_arch=TARGET_ARCH] [variant=BUILD_VARIANT] [target_subsystem=TARGET_SUBSYSTEM]"
22
echo " suite :
BUILD_TARGET
acts, hats, dcts"
39
BUILD_TARGET
=""
61
suite)
BUILD_TARGET
="$PARAM"
87
BUILD_TARGET
=${
BUILD_TARGET
:-"test/xts/acts:xts_acts"}
90
BUILD_TARGET
=${
BUILD_TARGET
:-"acts acts_ivi acts_intellitv acts_wearable"}
96
BUILD_TARGET
=$(echo "$
BUILD_TARGET
" | se
[all...]
/test/xts/dcts/
H
A
D
build.sh
22
echo " ./build.sh [suite=
BUILD_TARGET
] [target_os=TARGET_OS] [target_arch=TARGET_ARCH] [variant=BUILD_VARIANT] [target_subsystem=TARGET_SUBSYSTEM]"
24
echo " suite :
BUILD_TARGET
cts/hit/vts and so on, default value is hit"
43
BUILD_TARGET
=""
63
suite)
BUILD_TARGET
="$PARAM"
89
BUILD_TARGET
=${
BUILD_TARGET
:-"test/xts/dcts:xts_dcts"}
92
BUILD_TARGET
=${
BUILD_TARGET
:-"dcts dcts_ivi dcts_intellitv dcts_wearable"}
116
./build.sh --product-name $PRODUCT_NAME --gn-args build_xts=true --build-target $
BUILD_TARGET
--build-target "deploy_testtools" --gn-args is_standard_system=true $MUSL_ARGS --target-cpu $TARGET_ARCH --get-warning-list=false --stat-ccache=true --compute-overlap-rate=false --deps-guard=false --generate-ninja-trace=false $CACHE_ARG --gn-args skip_generate_module_list_file=true
118
if [ "$
BUILD_TARGET
"
[all...]
/test/xts/hats/
H
A
D
build.sh
21
echo " ./build.sh [suite=
BUILD_TARGET
] [target_os=TARGET_OS] [target_arch=TARGET_ARCH] [variant=BUILD_VARIANT] [target_subsystem=TARGET_SUBSYSTEM]"
22
echo " suite :
BUILD_TARGET
cts/hit/vts and so on, default value is hit"
36
BUILD_TARGET
=""
52
suite)
BUILD_TARGET
="$PARAM"
79
BUILD_TARGET
=${
BUILD_TARGET
:-"test/xts/hats:xts_hats"}
82
BUILD_TARGET
=${
BUILD_TARGET
:-"hats hats_ivi hats_intellitv hats_wearable"}
109
./build.sh --product-name $PRODUCT_NAME --gn-args build_xts=true --build-target $
BUILD_TARGET
--build-target "deploy_testtools" --gn-args is_standard_system=true $MUSL_ARGS --target-cpu $TARGET_ARCH --get-warning-list=false --stat-ccache=true --compute-overlap-rate=false --deps-guard=false --generate-ninja-trace=false $CACHE_ARG --gn-args skip_generate_module_list_file=true
111
if [ "$
BUILD_TARGET
"
[all...]
Completed in 2 milliseconds