Home
last modified time | relevance | path

Searched refs:ADB (Results 1 – 3 of 3) sorted by relevance

/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/
Dtestit_android270 if [ -z "$ADB" ]
272 ADB=adb
285 echo "COMMAND: $ADB shell $@"
287 $ADB shell "$@ ; echo \$?" | sed -e 's![[:cntrl:]]!!g' > $CMD_OUT 2>&1
307 run2 $ADB push $FILE $TARGET_PATH/$FILE_BASENAME 2>/dev/null
315 run2 $ADB push $EXECUTABLE $TARGET_PATH/$EXECUTABLE_BASENAME 2>/dev/null
334 run2 $ADB push $EXECUTABLE $TARGET_PATH/$EXECUTABLE_BASENAME 2>/dev/null
353 run2 $ADB push $LIBCXX_LIBS/libc++_shared.so $TARGET_PATH 2>/dev/null
360 run2 $ADB push $LIBCOMPILER_RT_LIBS/libcompiler_rt_shared.so $TARGET_PATH 2>/dev/null
/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/test/
Dtestit_android283 if [ -z "$ADB" ]
285 ADB=adb
298 echo "COMMAND: $ADB shell $@"
300 $ADB shell "$@ ; echo \$?" | sed -e 's![[:cntrl:]]!!g' > $CMD_OUT 2>&1
320 run2 $ADB push $FILE $TARGET_PATH/$FILE_BASENAME 2>/dev/null
328 run2 $ADB push $EXECUTABLE $TARGET_PATH/$EXECUTABLE_BASENAME 2>/dev/null
347 run2 $ADB push $EXECUTABLE $TARGET_PATH/$EXECUTABLE_BASENAME 2>/dev/null
364 run2 $ADB push $LIBCXX_LIBS/libc++_shared.so $TARGET_PATH 2>/dev/null
370 run2 $ADB push $LIBCOMPILER_RT_LIBS/libcompiler_rt_shared.so $TARGET_PATH 2>/dev/null
/ndk/sources/third_party/googletest/
DREADME.NDK84 the device and execute it with ADB, e.g.: