Home
last modified time | relevance | path

Searched refs:run2 (Results 1 – 6 of 6) sorted by relevance

/ndk/build/tools/
Dbuild-host-gcc.sh1068 run2 $NDK_BUILDTOOLS_PATH/gen-platforms.sh --minimal --arch=$ARCH --dst-dir="$INSTALL_DIR"
1078 run2 mkdir -p "$SRC_DIR" &&
1079 run2 tar xjf "$TOOLCHAIN_SRC_DIR/gmp/gmp-$1.tar.bz2" -C "$SRC_DIR"
1095 run2 mkdir -p "$BUILD_DIR" && run2 rm -rf "$BUILD_DIR"/* &&
1097 run2 "$SRC_DIR"/configure \
1102 run2 make -j$NUM_JOBS &&
1103 run2 make install -j$NUM_INSTALL_JOBS
1113 run2 mkdir -p "$SRC_DIR" &&
1114 run2 tar xjf "$TOOLCHAIN_SRC_DIR/mpfr/mpfr-$1.tar.bz2" -C "$SRC_DIR"
1132 run2 mkdir -p "$BUILD_DIR" && run2 rm -rf "$BUILD_DIR"/* &&
[all …]
Dbuild-host-gdb.sh159 run2 "$SRCDIR"/configure $ARGS &&
160 run2 make -j$NUM_JOBS &&
161 run2 make -j$NUM_JOBS install
212 run2 "$SRCDIR"/configure $ARGS &&
213 run2 make -j$NUM_JOBS &&
214 run2 make -j$NUM_JOBS install
Dbuild-host-python.sh349 run2 "$SRCDIR"/configure $ARGS &&
367 run2 make -j$NUM_JOBS &&
368 run2 make install
380 run2 find . -path "*.py" -exec cp {} "$PYPPDIR/libstdcxx/$(basename $GCC_DIR)/" \;
386 run2 cp -rf $NDK_DIR/sources/host-tools/gdb-pretty-printers/stlport/gppfs-0.2 $PYPPDIR/stlport
Dndk-common.sh171 run2 () function
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/
Dtestit_android51 run2 () { function
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_android51 run2 () { function
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