OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:commas_to_spaces
(Results
1 - 18
of
18
) sorted by null
/ndk/build/tools/
dev-platform-expand.sh
131
OPTION_ARCH=$(
commas_to_spaces
$OPTION_ARCH)
136
OPTION_ABI=$(
commas_to_spaces
$OPTION_ABI)
144
ARCHS=$(
commas_to_spaces
$ARCHS)
145
log "Using architectures: $(
commas_to_spaces
$ARCHS)"
build-host-gdb.sh
90
BH_HOST_SYSTEMS=$(
commas_to_spaces
$BH_HOST_SYSTEMS)
93
for VERSION in $(
commas_to_spaces
$GDB_VERSION); do
297
GDB_VERSION=$(
commas_to_spaces
$GDB_VERSION)
298
ARCHS=$(
commas_to_spaces
$ARCHS)
build-host-prebuilts.sh
109
SYSTEMS=$(
commas_to_spaces
$SYSTEMS)
110
ARCHS=$(
commas_to_spaces
$ARCHS)
111
LLVM_VERSION_LIST=$(
commas_to_spaces
$LLVM_VERSION_LIST)
181
for ARCH in $(
commas_to_spaces
$ARCHS); do
dev-platform-compress.sh
59
API_LEVELS=$(
commas_to_spaces
$API_LEVELS)
build-host-python.sh
89
BH_HOST_SYSTEMS=$(
commas_to_spaces
$BH_HOST_SYSTEMS)
210
for VERSION in $(
commas_to_spaces
$PYTHON_VERSION); do
449
PYTHON_VERSION=$(
commas_to_spaces
$PYTHON_VERSION)
450
ARCHS=$(
commas_to_spaces
$ARCHS)
gen-toolchain-wrapper.sh
96
PROGRAMS=$(
commas_to_spaces
"$PROGRAMS")
package-release.sh
125
SYSTEMS=$(
commas_to_spaces
$SYSTEMS)
128
ARCHS=$(
commas_to_spaces
$ARCHS)
155
LLVM_VERSION_LIST=$(
commas_to_spaces
$LLVM_VERSION_LIST)
164
TOOLCHAINS=$(
commas_to_spaces
$OPTION_TOOLCHAINS)
172
TOOLCHAINS=$(
commas_to_spaces
$TOOLCHAINS)
build-libportable.sh
76
ABIS=$(
commas_to_spaces
$ABIS)
build-gnu-libstdc++.sh
77
ABIS=$(
commas_to_spaces
$ABIS)
276
GCC_VERSION_LIST=$(
commas_to_spaces
$GCC_VERSION_LIST)
build-target-prebuilts.sh
62
ARCHS=$(
commas_to_spaces
$ARCHS)
build-compiler-rt.sh
69
ABIS=$(
commas_to_spaces
$ABIS)
gen-platforms.sh
174
PLATFORMS=$(
commas_to_spaces
$OPTION_PLATFORM)
196
OPTION_ARCH=$(
commas_to_spaces
$OPTION_ARCH)
201
OPTION_ABI=$(
commas_to_spaces
$OPTION_ABI)
212
log "Using architectures: $(
commas_to_spaces
$ARCHS)"
build-cxx-stl.sh
90
ABIS=$(
commas_to_spaces
$ABIS)
download-toolchain-sources.sh
111
LLVM_VERSION_LIST=$(
commas_to_spaces
$LLVM_VERSION_LIST)
prebuilt-common.sh
60
# Usage: str=`
commas_to_spaces
<list>`
61
commas_to_spaces
()
function
[
all
...]
build-host-gcc.sh
197
HOST_SYSTEMS=$(
commas_to_spaces
$HOST_SYSTEMS)
198
TOOLCHAINS=$(
commas_to_spaces
$TOOLCHAINS)
[
all
...]
/ndk/tests/
run-tests-all.sh
172
for ARCH in $(
commas_to_spaces
$DEFAULT_ARCHS); do
173
for GCC_VERSION in $(
commas_to_spaces
$DEFAULT_GCC_VERSION_LIST); do
180
for LLVM_VERSION in $(
commas_to_spaces
$DEFAULT_LLVM_VERSION_LIST); do
run-tests.sh
827
CPU_ABIS=$(
commas_to_spaces
$CPU_ABIS)
Completed in 487 milliseconds