Home
last modified time | relevance | path

Searched refs:run (Results 1 – 25 of 54) sorted by relevance

123

/ndk/build/tools/
Dbuild-gcc.sh189 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 …]
Dbuild-gdbserver.sh131 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/
154run $TOOLCHAIN_PREFIX-gcc --sysroot=$BUILD_SYSROOT -o $BUILD_SYSROOT/usr/lib/libthread_db.o -c $LI…
155run $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
Dbuild-ccache.sh84 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
Ddownload-toolchain-sources.sh152 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
Dmake-standalone-toolchain.sh162 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
Dbuild-host-sed.sh64 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
Drebuild-all-prebuilt.sh190 run ssh $DARWIN_SSH "mkdir -p $TMPREMOTE && rm -rf $TMPREMOTE/*"
211run 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
270run $PROGDIR/build-gcc.sh $FLAGS $2 --sysroot=$OPTION_SYSROOT --mpfr-version=$MPFR_VERSION --binut…
Dbuild-gnu-libstdc++.sh171 run $GNUSTL_SRCDIR/configure \
183 run make -j$NUM_JOBS
187 run make install
Dcopy-libstdcxx.sh159 run rm -rf "$OUT_INCLUDE_ABI"
162 run rm -f "$OUT_LIBS/"*/libstdc++.so.*
DDEV-SCRIPTS-USAGE.TXT204 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 …]
Dbuild-ndk-stack.sh98 run $GNUMAKE -C $SRCDIR -f $SRCDIR/GNUMakefile \
Dmake-release.sh148 run rm -rf "$TIMESTAMP_DIR/*"
/ndk/tests/
DREADME2 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
Drun-tests.sh321 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/
Dndk-common.sh137 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/
Dmissing33 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/
Dndk-gdb347 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`
DGNUmakefile23 $(error,The Android NDK requires GNU Make 3.81 or higher to run !)
/ndk/tests/device/test-gnustl-full/unit/cppunit/
Dtest_main.cpp37 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/
Dtest_main.cpp37 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/
DREADME17 3. To run the GMSL test suite have
23 And then run
/ndk/sources/host-tools/sed-4.2.1/testsuite/
Dmanis.sed2 # The input should look just like the input after this is run.
/ndk/sources/host-tools/sed-4.2.1/
DINSTALL20 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/
DREADME53 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/
Dunlocked-io.m414 dnl in Solaris 2.6, whereas we want binaries built on Solaris 2.5.1 to run

123