/ndk/build/tools/ |
D | build-gcc.sh | 189 mkdir -p $BUILD_OUT && cd $BUILD_OUT && run \ 213 run make -j$NUM_JOBS 221 run make -j1 235 cd $BUILD_OUT && run make install 241 run cp -f $TOOLCHAIN_LICENSES/COPYING $TOOLCHAIN_LICENSES/COPYING.LIB $TOOLCHAIN_PATH 244 run rm -f $TOOLCHAIN_PATH/bin/*-gccbug 245 run rm -rf $TOOLCHAIN_PATH/info 246 run rm -rf $TOOLCHAIN_PATH/man 247 run rm -rf $TOOLCHAIN_PATH/share 248 run rm -rf $TOOLCHAIN_PATH/lib/gcc/$ABI_CONFIGURE_TARGET/*/install-tools [all …]
|
D | build-gdbserver.sh | 131 run mkdir -p "$BUILD_OUT" 135 run mkdir -p "$BUILD_SYSROOT" 136 run cp -rp "$SYSROOT/*" "$BUILD_SYSROOT" 153 run cp $LIBTHREAD_DB_DIR/thread_db.h $BUILD_SYSROOT/usr/include/ 154 …run $TOOLCHAIN_PREFIX-gcc --sysroot=$BUILD_SYSROOT -o $BUILD_SYSROOT/usr/lib/libthread_db.o -c $LI… 155 …run $TOOLCHAIN_PREFIX-ar -r $BUILD_SYSROOT/usr/lib/libthread_db.a $BUILD_SYSROOT/usr/lib/libthread… 202 run $SRC_DIR/configure \ 216 run make -j$NUM_JOBS 235 run $TOOLCHAIN_PREFIX-objcopy --strip-unneeded $BUILD_OUT/gdbserver $DEST/$DSTFILE 243 run rm -rf $BUILD_OUT
|
D | build-ccache.sh | 84 run rm -rf $BUILD_OUT && run mkdir -p $BUILD_OUT 106 cd $BUILD_OUT/$CCACHE_VERSION && run make clean && run make unpack && run make build
|
D | download-toolchain-sources.sh | 152 run git clone $GITFLAGS $GITPREFIX/$1 $1 155 run git clone $GITFLAGS $GITPREFIX/$1.git $1 161 run git checkout -b $BRANCH origin/$BRANCH 168 run git checkout $REVISION 175 run rm -rf $1/.git 196 run $PROGDIR/patch-sources.sh $FLAGS $TMPDIR $PATCHES_DIR
|
D | make-standalone-toolchain.sh | 162 run copy_directory "$TOOLCHAIN_PATH" "$TMPDIR" 167 run copy_directory_nolinks "$SRC_SYSROOT" "$TMPDIR/sysroot" 176 run copy_directory "$TMPDIR" "$INSTALL_DIR" 184 run rm -rf $TMPDIR
|
D | build-host-sed.sh | 64 run $SED_SRCDIR/configure --disable-nls --disable-rpath --disable-i18n --disable-acl 68 run $GNUMAKE -j $NUM_JOBS 72 run mkdir -p $(dirname "$OUT") && cp sed/$(get_host_exec_name sed) $OUT
|
D | rebuild-all-prebuilt.sh | 190 run ssh $DARWIN_SSH "mkdir -p $TMPREMOTE && rm -rf $TMPREMOTE/*" 211 …run ssh $DARWIN_SSH "$TMPREMOTE/ndk/build/tools/rebuild-all-prebuilt.sh --toolchain-src-dir=$TMPRE… 214 run scp $DARWIN_SSH:$TMPREMOTE/packages/*-darwin-* $PACKAGE_DIR/ 217 run ssh $DARWIN_SSH rm -rf $TMPREMOTE 270 …run $PROGDIR/build-gcc.sh $FLAGS $2 --sysroot=$OPTION_SYSROOT --mpfr-version=$MPFR_VERSION --binut…
|
D | build-gnu-libstdc++.sh | 171 run $GNUSTL_SRCDIR/configure \ 183 run make -j$NUM_JOBS 187 run make install
|
D | copy-libstdcxx.sh | 159 run rm -rf "$OUT_INCLUDE_ABI" 162 run rm -f "$OUT_LIBS/"*/libstdc++.so.*
|
D | DEV-SCRIPTS-USAGE.TXT | 204 ensures that the generated programs can run on old systems like Ubuntu 8.04 205 that only have GLibc 2.7. Otherwise, the corresponding binaries may not run 280 host system it is meant to run on (e.g. 'linux-x86', 'windows' or 'darwin-x86') 306 rebuild other target prebuilts or run tests), do: 341 ensures that the generated binaries run on Leopard, even if you're building 359 that, simply run: 372 that is run on the device through 'ndk-gdb' during debugging. For a variety 490 Alternatively, you can run 'rebuild-all-prebuilt.sh' on a Darwin machine. 551 If you have an NDK package archive, you can run the following to run the 554 $NDK/tests/run-tests.sh --package=<ndk-archive> [all …]
|
D | build-ndk-stack.sh | 98 run $GNUMAKE -C $SRCDIR -f $SRCDIR/GNUMakefile \
|
D | make-release.sh | 148 run rm -rf "$TIMESTAMP_DIR/*"
|
/ndk/tests/ |
D | README | 2 of the NDK. Before making a new NDK release, please run tests/run-tests.sh 7 run-tests.sh 15 on an Android device. To run them, call "run-tests.sh" with the "adb" tool
|
D | run-tests.sh | 321 run diff -burN "$EXPECTED" "$OUTPUT" 389 run $NDK/ndk-build -j$JOBS "$@" 468 run $1/build.sh "$NDK_BUILD_FLAGS" 528 run $ADB_CMD push "$SRCDIR/$SRCFILE" "$DSTFILE" && 529 run $ADB_CMD shell chmod 0755 $DSTFILE
|
/ndk/build/core/ |
D | ndk-common.sh | 137 run () function 557 run $CMD_WGET -O $2 $1 559 run $CMD_CURL -o $2 $1 573 run $CMD_SCP $scp_src $2 586 run cp -f $cp_src $2 612 (cd $DIR && run unzip $ZIPFLAGS "$ARCHIVE") 615 run tar $TARFLAGS "$ARCHIVE" -C $DIR 618 run tar z$TARFLAGS "$ARCHIVE" -C $DIR 621 run tar j$TARFLAGS "$ARCHIVE" -C $DIR 659 (cd $SRCDIR && run zip $ZIPFLAGS "$ARCHIVE" $SRCFILES) [all …]
|
/ndk/sources/host-tools/sed-4.2.1/build-aux/ |
D | missing | 33 run=: 48 --run) 50 run= 59 run=: 126 if test -n "$run"; then 135 if test -z "$run" && ($1 --version) > /dev/null 2>&1; then
|
/ndk/ |
D | ndk-gdb | 347 echo "ERROR: Could not run '$AWK_CMD' command. Do you have it installed properly?" 530 adb_var_shell2 DATA_DIR run-as $PACKAGE_NAME /system/bin/sh -c pwd 562 run $ADB_CMD shell am start -n $PACKAGE_NAME/$OPTION_LAUNCH 570 run $ADB_CMD shell sleep $DELAY 602 run $ADB_CMD shell kill -9 $GDBSERVER_PID 608 run $ADB_CMD shell run-as $PACKAGE_NAME lib/gdbserver +$DEBUG_SOCKET --attach $PID & 617 run $ADB_CMD forward tcp:$DEBUG_PORT localfilesystem:$DATA_DIR/$DEBUG_SOCKET 626 run $ADB_CMD pull /system/bin/app_process `native_path $APP_PROCESS` 629 run $ADB_CMD pull /system/lib/libc.so `native_path $APP_OUT/libc.so`
|
D | GNUmakefile | 23 $(error,The Android NDK requires GNU Make 3.81 or higher to run !)
|
/ndk/tests/device/test-gnustl-full/unit/cppunit/ |
D | test_main.cpp | 37 int TestCase::run(Reporter *in_reporter, const char *in_testName, bool invert) { in run() function in TestCase 115 num_errors = CPPUNIT_NS::TestCase::run(reporter, xtestName, true); in main() 117 num_errors = CPPUNIT_NS::TestCase::run(reporter, testName); in main()
|
/ndk/tests/device/test-stlport/unit/cppunit/ |
D | test_main.cpp | 37 int TestCase::run(Reporter *in_reporter, const char *in_testName, bool invert) { in run() function in TestCase 115 num_errors = CPPUNIT_NS::TestCase::run(reporter, xtestName, true); in main() 117 num_errors = CPPUNIT_NS::TestCase::run(reporter, testName); in main()
|
/ndk/build/gmsl/ |
D | README | 17 3. To run the GMSL test suite have 23 And then run
|
/ndk/sources/host-tools/sed-4.2.1/testsuite/ |
D | manis.sed | 2 # The input should look just like the input after this is run.
|
/ndk/sources/host-tools/sed-4.2.1/ |
D | INSTALL | 20 you can run in the future to recreate the current configuration, and a 55 3. Optionally, type `make check' to run any self-tests that come with 92 directory where you want the object files and executables to go and run 144 but needs to determine by the type of machine the package will run on. 145 Usually, assuming the package is built to be run on the _same_ 168 eventually be run) with `--host=TYPE'. 185 environment passed to `configure'. However, some packages may run
|
/ndk/sources/cxx-stl/stlport/ |
D | README | 53 tests/run-tests.sh --test=test-stlport 56 automatically try to run the generated test command. Note that for now
|
/ndk/sources/host-tools/sed-4.2.1/m4/ |
D | unlocked-io.m4 | 14 dnl in Solaris 2.6, whereas we want binaries built on Solaris 2.5.1 to run
|