Home
last modified time | relevance | path

Searched refs:VERBOSE (Results 1 – 25 of 28) sorted by relevance

12

/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/
Dtestit_android29 VERBOSE=1
32 if [ "$VERBOSE" -gt 1 ]; then
35 case $VERBOSE in
52 if [ "$VERBOSE" -gt 2 ]; then
55 case $VERBOSE in
111 VERBOSE=$(( $VERBOSE + 1 ))
284 if [ "$VERBOSE" -gt 2 ]; then
295 if [ "$VERBOSE" -gt 2 ]; then
427 if [ "$VERBOSE" -gt 1 ]; then
437 if [ "$VERBOSE" -gt 1 ]; then
Dtestit100 if [ "$VERBOSE" ]
/ndk/tests/standalone/
Drun.sh56 VERBOSE=1
78 VERBOSE=$(( $VERBOSE - 1 ))
84 VERBOSE=$(( $VERBOSE + 1 ))
151 if [ $VERBOSE -ge 3 ]; then
156 elif [ $VERBOSE -ge 2 ]; then
168 if [ $VERBOSE -ge 2 ]; then
178 if [ $VERBOSE -ge 1 ]; then
439 export PREFIX CC CXX CFLAGS CXXFLAGS LDFLAGS VERBOSE ABI NULL
/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/test/
Dtestit_android29 VERBOSE=1
32 if [ "$VERBOSE" -gt 1 ]; then
35 case $VERBOSE in
52 if [ "$VERBOSE" -gt 2 ]; then
55 case $VERBOSE in
104 VERBOSE=$(( $VERBOSE + 1 ))
297 if [ "$VERBOSE" -gt 2 ]; then
308 if [ "$VERBOSE" -gt 2 ]; then
434 if [ "$VERBOSE" -gt 1 ]; then
444 if [ "$VERBOSE" -gt 1 ]; then
/ndk/tests/abcc/jni/device/
Dmain.cpp22 #if VERBOSE
53 #if VERBOSE in Java_compiler_abcc_AbccService_genLibs()
61 #if VERBOSE in Java_compiler_abcc_AbccService_genLibs()
DAbcc_device.h21 #if VERBOSE
31 #if VERBOSE
41 #if VERBOSE
/ndk/sources/cxx-stl/llvm-libc++/tools/
Dupgrade-upstream.sh19 VERBOSE=1
22 if [ "$VERBOSE" -gt 1 ]; then
25 case $VERBOSE in
39 if [ "$VERBOSE" -gt 1 ]; then
56 VERBOSE=$(( $VERBOSE + 1 ))
/ndk/build/tools/
Ddev-rebuild-ndk.sh110 export VERBOSE=--verbose
171 $VERBOSE \
215 $VERBOSE \
239 $VERBOSE > $logfile 2>&1
Dbuild-mingw64-toolchain.sh26 VERBOSE=1
63 if [ "$VERBOSE" -gt 0 ]; then
66 if [ "$VERBOSE" -gt 1 ]; then
69 if [ "$VERBOSE" -gt 1 ]; then
81 if [ "$VERBOSE" -gt 0 ]; then
161 --verbose) VERBOSE=$(( $VERBOSE + 1 ));;
162 --quiet) VERBOSE=$(( $VERBOSE - 1 ));;
296 if [ "$VERBOSE" -eq 1 ]; then
Dndk-common.sh76 VERBOSE=${VERBOSE-yes}
125 if [ "$VERBOSE" = "yes" ] ; then
136 if [ "$VERBOSE" = "yes" ] ; then
158 if [ "$VERBOSE" = "yes" ] ; then
176 elif [ "$VERBOSE" = "yes" ]; then
Dbuild-ndk-sysroot.sh51 if [ "$VERBOSE" = "yes" ] ; then
54 VERBOSE=yes
Dgen-system-symbols.sh31 VERBOSE=no
Drebuild-all-prebuilt.sh97 if [ "$VERBOSE" = "yes" ]; then
Dbuild-gdbserver.sh39 VERBOSE=no
Dgen-platforms.sh77 VERBOSE=no
86 if [ "$VERBOSE" = "yes" ] ; then
89 VERBOSE=yes
Dbuild-target-prebuilts.sh83 if [ "$VERBOSE" = "yes" ]; then
Dbuild-on-device-toolchain.sh64 if [ "$VERBOSE" = "yes" ]; then
Dbuild-device-llvm.sh126 if [ "$VERBOSE" = "yes" ]; then
/ndk/tests/
Drun-tests.sh54 VERBOSE=no
82 if [ "$VERBOSE" = "yes" ] ; then
85 VERBOSE=yes
201 if [ $VERBOSE = "yes" ] ; then
372 if [ "$VERBOSE" = "yes" ]; then
698 if [ "$VERBOSE" = "yes" ] ; then
/ndk/build/awk/
Dgen-cygwin-deps-converter.awk130 if (VERBOSE == 1) {
Dgen-windows-host-path.awk127 if (VERBOSE == 1) {
/ndk/
Dndk-gdb.py88 VERBOSE = False variable
125 global VERBOSE
126 if VERBOSE:
134 global VERBOSE, DEBUG_PORT, DELAY, DEVICE_SERIAL
232 VERBOSE = args.verbose
Dndk-gdb181 VERBOSE=no
190 VERBOSE=yes
/ndk/tests/abcc/jni/
DAbcc.cpp203 #if ON_DEVICE && VERBOSE in compile()
208 #if ON_DEVICE && VERBOSE in compile()
/ndk/tests/abcc/
Dbuild-abcc.sh81 test "$VERBOSE" = "yes" && FLAGS=$FLAGS" --verbose"

12