Home
last modified time | relevance | path

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

1234567

/ndk/sources/cxx-stl/llvm-libc++/tools/
Dupgrade-upstream.sh21 run () { function
111 run cd $BUILD_DIR &&
113 run svn co $SVN_URL@$REVISION libcxx > /dev/null
114 run cd libcxx
117 run git init
123 run git add .
124 run git add -f .gitignore
125 run git commit -m "upstream @$REVISION"
128 run git branch ndk master
129 run git checkout ndk
[all …]
/ndk/build/tools/
Dbuild-gdbserver.sh144 run rm -rf "$BUILD_OUT"
145 run mkdir -p "$BUILD_OUT"
149 run mkdir -p "$BUILD_SYSROOT"
150 run cp -RHL "$SYSROOT"/* "$BUILD_SYSROOT"
168 run cp $LIBTHREAD_DB_DIR/thread_db.h $BUILD_SYSROOT/usr/include/
169run $TOOLCHAIN_PREFIX-gcc --sysroot=$BUILD_SYSROOT -o $BUILD_SYSROOT/usr/$LIBDIR/libthread_db.o -c…
170run $TOOLCHAIN_PREFIX-ar -rD $BUILD_SYSROOT/usr/$LIBDIR/libthread_db.a $BUILD_SYSROOT/usr/$LIBDIR/…
202 run $SRC_DIR/configure \
213 run make -j$NUM_JOBS
234 run $TOOLCHAIN_PREFIX-objcopy --strip-unneeded $BUILD_OUT/gdbserver $DEST/$DSTFILE
[all …]
Dbuild-mingw64-toolchain.sh203 64-bit binaries that can run on older Linux distributions, using the Android
366 (cd $ARCHIVE_DIR && run curl -L -o "$PKG_NAME" "$PKG_URL")
377 run tar xjf $ARCHIVE_DIR/$PKG_NAME -C $SRC_DIR
380 run tar xzf $ARCHIVE_DIR/$PKG_NAME -C $SRC_DIR
457 run svn co $MINGW64_SVN_URL $MINGW_W64_SRC
463 (cd $MINGW_W64_SRC && run patch -p0 < $PATCH)
517 run $SRC_DIR/$PKGNAME/configure "$@"
521 run make -j$JOBS
525 run make install
562run $MINGW_W64_SRC/mingw-w64-tools/widl/configure --prefix=$INSTALL_DIR --target=$TARGET_TAG
[all …]
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
Dbuild-docs.sh63 $SUBST_PROGRAM --run-checks
99 run $SUBST_PROGRAM --output "$TMP_FILE" "$SRC_FILE"
102 run run $MARKDOWN --file="$DST_FILE" "$TMP_FILE"
107 run rm -rf "$TEMP_DIR"
/ndk/sources/host-tools/ndk-stack/
Dbuild-ndk-stack.sh95 run mkdir -p $BINUTILS_BUILD_DIR
96 run export CC CFLAGS LDFLAGS
97 run cd $BINUTILS_BUILD_DIR && \
98 run $BINUTILS_SRC_DIR/configure \
105 run make -j$NUM_JOBS
156 run $GNUMAKE -C $SRCDIR -f $SRCDIR/GNUmakefile \
/ndk/sources/host-tools/make-3.81/config/
Dmissing35 run=:
48 --run)
50 run=
59 run=:
115 if test -n "$run"; then
124 if test -z "$run" && ($1 --version) > /dev/null 2>&1; then
Dcompile42 Remove `-o dest.o' from ARGS, run PROGRAM with the remaining
46 right script to run: please start by reading the file `INSTALL'.
/ndk/tests/standalone/
Drun.sh152 run () { function
157 run () { function
162 run () { function
213 SCRIPT=run.sh
217 SCRIPT=run-$ABI.sh
440 run cd "$BUILD_DIR" && run_script $SCRIPT
447 run cd "$BUILD_DIR" && run $CC $LDFLAGS $CFLAGS -o $NULL $SOURCES
454 run cd "$BUILD_DIR" && run $CXX $LDFLAGS $CXXFLAGS -o $NULL $SOURCES
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/libcxx/test/
Dexecutor.py9 def run(self, exe_path, cmd, local_cwd, file_deps=None, env=None): member in Executor
29 def run(self, exe_path, cmd=None, work_dir='.', file_deps=None, env=None): member in LocalExecutor
53 def run(self, exe_path, cmd=None, work_dir='.', file_deps=None, env=None): member in PrefixExecutor
55 return self.chain.run(exe_path, self.commandPrefix + cmd, work_dir,
67 def run(self, exe_path, cmd=None, work_dir='.', file_deps=None, env=None): member in PostfixExecutor
69 return self.chain.run(cmd + self.commandPostfix, work_dir, file_deps,
113 def run(self, exe_path, cmd=None, work_dir='.', file_deps=None, env=None): member in RemoteExecutor
/ndk/build/gmsl/
DREADME17 3. To run the GMSL test suite have
23 And then run
/ndk/sources/host-tools/make-3.81/
Dbuild-make.sh93 run $TMP_SRCDIR/configure $CONFIGURE_FLAGS --build=$ABI_CONFIGURE_BUILD
97 run $GNUMAKE -j $NUM_JOBS
101 run mkdir -p $(dirname "$OUT") && cp $(get_host_exec_name make) $OUT
Dbuild.py42 build_support.run(main)
Dconfigure.bat40 rem REDIR will return 1 if it cannot run Make.
41 rem If it can run Make, it will usually return 2,
59 echo Your environment is too small. Please enlarge it and run me again.
/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/sources/host-tools/make-3.81/tests/scripts/features/
Dechoing12 ."are run here. First, make is run normally and the first echo\n"
15 ."echoed message. Secondly, make is run with the clean target, \n"
22 ."if it actually tried to run the delete command again and the \n"
23 ."file didn't exist. Lastly, we run the first test again with \n"
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/
Dframework.hpp77 BOOST_TEST_DECL void run( test_unit_id = INV_TEST_UNIT_ID, bool continue_test = true );
78 BOOST_TEST_DECL void run( test_unit const*, bool continue_test = true );
/ndk/sources/host-tools/nawk-20071023/
Dbuild-awk.sh75 run $GNUMAKE \
85 run mkdir -p $(dirname "$OUT") && cp "$BUILD_DIR/$(get_host_exec_name ndk-awk)" "$OUT"
Dbuild.py42 build_support.run(main)
DREADME52 cc -c run.c
54 cc ytab.o b.o main.o parse.o proctab.o tran.o lib.o run.o lex.o -lm
63 proctab.c so you do not need to run maketab.
76 file makefile.win gives hints on how to proceed; if you run
78 you can subsequently run nmake -f makefile.win. Beware also that
/ndk/
DREADME.md113 If you need to re-run just the packaging step without going through a build,
123 $ NDK=/path/to/extracted/ndk python tests/run-all.py --abi $ABI_TO_TEST
126 To run the tests with Clang, use the option `--toolchain clang`.
128 The full test suite includes tests which run on a device or emulator, so you'll
131 tests, you can run just the `build` or `awk` test suites with the `--suite`
134 The libc++ tests are not currently integrated into the main NDK tests. To run
147 work on ARM (but will take considerably longer to run).
/ndk/sources/host-tools/gdb-pretty-printers/stlport/gppfs-0.2/test/
DMakefile77 default: run
82 run: build target
/ndk/sources/host-tools/toolbox/
Dbuild.py46 build_support.run(main)
/ndk/sources/host-tools/ndk-depends/
Dbuild.py44 build_support.run(main)

1234567