Home
last modified time | relevance | path

Searched refs:sh (Results 1 – 25 of 171) sorted by relevance

1234567

/ndk/sources/host-tools/sed-4.2.1/
DMakefile.am11 noinst_DATA = bootstrap.sh
26 cmp bootstrap.sh $(srcdir)/bootstrap.sh > /dev/null 2>&1 || \
27 cp -p bootstrap.sh $(srcdir)/bootstrap.sh
28 cp -p $(srcdir)/bootstrap.sh $(distdir)/bootstrap.sh
DREADME.boot2 script, I have provided the script ``bootstrap.sh'' which will attempt
5 comments found therein, and then try running ``bootstrap.sh'' again.
8 various compiler warnings. You may want to tell bootstrap.sh
11 $ CC='gcc -w' sh bootstrap.sh
13 % env CC='gcc -w' sh bootstrap.sh
17 (starting with ``sh configure''); the bootstrap version is almost
/ndk/build/tools/
Dbuild-target-prebuilts.sh21 . $PROGDIR/prebuilt-common.sh
59 run $BUILDTOOLS/gen-platforms.sh --samples --fast-copy --dst-dir=$NDK_DIR --ndk-dir=$NDK_DIR --arch…
83 run $BUILDTOOLS/build-gdbserver.sh "$SRC_DIR" "$NDK_DIR" "$GDB_TOOLCHAIN" $FLAGS
93 run $BUILDTOOLS/build-cxx-stl.sh --stl=gabi++ $FLAGS
97 run $BUILDTOOLS/build-cxx-stl.sh --stl=stlport $FLAGS
101 run $BUILDTOOLS/build-cxx-stl.sh --stl=libc++ $FLAGS
109 run $BUILDTOOLS/build-gnu-libstdc++.sh $FLAGS $GNUSTL_STATIC_VIS_FLAG "$SRC_DIR"
113 run $BUILDTOOLS/build-libportable.sh $FLAGS
117 run $BUILDTOOLS/build-compiler-rt.sh $FLAGS --src-dir="$SRC_DIR/llvm-$DEFAULT_LLVM_VERSION/compiler…
Dbuild-host-prebuilts.sh21 . $PROGDIR/prebuilt-common.sh
100 …run $BUILDTOOLS/gen-platforms.sh --minimal --dst-dir=$NDK_DIR --ndk-dir=$NDK_DIR --arch=$(spaces_t…
255 run $BUILDTOOLS/build-ndk-stack.sh $TOOLCHAIN_FLAGS
259 run $BUILDTOOLS/build-ndk-depends.sh $TOOLCHAIN_FLAGS
263 run $BUILDTOOLS/build-host-make.sh $TOOLCHAIN_FLAGS
267 run $BUILDTOOLS/build-host-awk.sh $TOOLCHAIN_FLAGS
271 run $BUILDTOOLS/build-host-sed.sh $TOOLCHAIN_FLAGS
292 run $BUILDTOOLS/build-host-perl.sh $TOOLCHAIN_FLAGS "$SRC_DIR"
297 …run $BUILDTOOLS/build-host-python.sh $TOOLCHAIN_FLAGS "--toolchain-src-dir=$SRC_DIR" "--systems=$S…
302 run $BUILDTOOLS/build-host-toolbox.sh $FLAGS
[all …]
Drebuild-all-prebuilt.sh21 . `dirname $0`/prebuilt-common.sh
106 $PROGDIR/build-host-prebuilts.sh $HOST_FLAGS "$SRC_DIR" --try-64
109 $PROGDIR/build-host-prebuilts.sh $HOST_FLAGS "$SRC_DIR"
114 $PROGDIR/build-target-prebuilts.sh $TARGET_FLAGS "$SRC_DIR"
Ddev-rebuild-ndk.sh30 . `dirname $0`/prebuilt-common.sh
145 $PROGDIR/download-toolchain-sources.sh $NDK_SRC_DIR \
160 $PROGDIR/gen-platforms.sh \
198 $PROGDIR/rebuild-all-prebuilt.sh \
217 $PROGDIR/package-release.sh \
Dmake-release.sh22 . `dirname $0`/prebuilt-common.sh
211 run $ANDROID_NDK_ROOT/build/tools/download-toolchain-sources.sh "$TOOLCHAIN_SRCDIR"
229 …run $ANDROID_NDK_ROOT/build/tools/rebuild-all-prebuilt.sh --package-dir="$PREBUILT_DIR" --build-di…
236 …run $ANDROID_NDK_ROOT/build/tools/rebuild-all-prebuilt.sh --package-dir="$PREBUILT_DIR" --darwin-s…
248 …run $ANDROID_NDK_ROOT/build/tools/package-release.sh --release=$RELEASE --prefix=$PREFIX --out-dir…
Ddev-platform-expand-all.sh22 . `dirname $0`/prebuilt-common.sh
59 …$PROGDIR/dev-platform-expand.sh --platform=$PLATFORM --src-dir=$SRCDIR --dst-dir=$DSTDIR --arch=$(…
DDEV-SCRIPTS-USAGE.TXT49 the dev-script 'build-cxx-stl.sh' can be used to generate prebuilt
55 The dev-script 'build-cxx-stl.sh' can be used to generate prebuilt
60 ndk-build. The dev-script 'build-cxx-stl.sh' can be used to generate
66 The dev-script 'build-gnu-libstdc++.sh' is used to generate prebuilt
74 generated by the 'gen-platform.sh' dev-script described later, but
152 'dev-platform-import.sh' dev-script, described later in this document.
159 usually copied into $INSTALLED_NDK/samples/ by the 'gen-platforms.sh'
189 The dev-script 'gen-platforms.sh' is used to populate $NDK/platforms.
246 The script 'download-toolchain-sources.sh' can be used to download and patch
250 $NDK/build/tools/download-toolchain-sources.sh /tmp/ndk-$USER/src
[all …]
Dbuild-host-toolbox.sh22 . `dirname $0`/prebuilt-common.sh
23 . `dirname $0`/builder-funcs.sh
Dbuild-ndk-depends.sh24 $PROGDIR/build-ndk-stack.sh --program-name=ndk-depends "$@"
/ndk/tests/
Drun-tests-all.sh6 . $NDK_BUILDTOOLS_PATH/ndk-common.sh
7 . $NDK_BUILDTOOLS_PATH/prebuilt-common.sh
89 ANDROID_SERIAL=none ./run-tests.sh --continue-on-build-fail --abi=armeabi
92 NDK_TOOLCHAIN_VERSION=clang ANDROID_SERIAL=none ./run-tests.sh --continue-on-build-fail --abi=armea…
97 NDK_TOOLCHAIN_VERSION="${V#gcc*}" ./run-tests.sh --continue-on-build-fail --full
103 NDK_HOST_32BIT=1 NDK_TOOLCHAIN_VERSION="${V#gcc*}" ./run-tests.sh --continue-on-build-fail
111 NDK_TOOLCHAIN_VERSION="${V#gcc*}" ./run-tests.sh --continue-on-build-fail --wine # --full
119 …NDK_HOST_32BIT=1 NDK_TOOLCHAIN_VERSION="${V#gcc*}" ./run-tests.sh --continue-on-build-fail --wine …
162 ./build/tools/make-standalone-toolchain.sh \
177 …./tests/standalone/run.sh --prefix=$(get_toolchain_binprefix_for_arch $ARCH $GCC_VERSION $TAG)-gcc)
[all …]
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
/ndk/sources/host-tools/sed-4.2.1/m4/
Dprogtest.m430 echo "#! /bin/sh" >conf$$.sh
31 echo "exit 0" >>conf$$.sh
32 chmod +x conf$$.sh
33 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
38 rm -f conf$$.sh
44 #! /bin/sh
Dlib-ld.m434 echo "#! /bin/sh" >conf$$.sh
35 echo "exit 0" >>conf$$.sh
36 chmod +x conf$$.sh
37 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
42 rm -f conf$$.sh
/ndk/sources/host-tools/make-3.81/config/
Dprogtest.m430 echo "#! /bin/sh" >conf$$.sh
31 echo "exit 0" >>conf$$.sh
32 chmod +x conf$$.sh
33 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
38 rm -f conf$$.sh
44 #! /bin/sh
Dlib-ld.m436 echo "#! /bin/sh" >conf$$.sh
37 echo "exit 0" >>conf$$.sh
38 chmod +x conf$$.sh
39 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
44 rm -f conf$$.sh
Dconfig.sub278 | sh | sh[1234] | sh[24]a | sh[23]e | sh[34]eb | sheb | shbe | shle | sh[1234]le | sh3ele \
923 sh)
924 basic_machine=sh-hitachi
1129 sh[1234] | sh[24]a | sh[34]eb | sh[1234]le | sh[23]ele)
1130 basic_machine=sh-unknown
/ndk/docs/text/
DDEVELOPMENT.text33 $NDK/build/tools/build-platforms.sh
40 stuff. The build-platforms.sh script will gather all files appropriately
46 $NDK/build/tools/dev-cleanup.sh
86 $NDK/build/tools/rebuild-all-prebuilt.sh
108 $NDK/build/tools/rebuild-all-prebuilt.sh --mingw
137 $NDK/build/tools/download-toolchain-sources.sh --package
150 $NDK/build/tools/download-toolchain-sources.sh <target-src-dir>
159 $NDK/build/tools/rebuild-all-prebuilt.sh --toolchain-pkg=<file>
162 download-toolchain-sources.sh script.
167 $NDK/build/tools/rebuild-all-prebuilt.sh --toolchain-src-dir=<path>
[all …]
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.modifying.operations/alg.unique/
Dunique_pred.pass.cpp94 const unsigned sh = sizeof(ih)/sizeof(ih[0]); in test() local
96 r = std::unique(Iter(ih), Iter(ih+sh), count_equal()); in test()
100 assert(count_equal::count == sh-1); in test()
189 const unsigned sh = sizeof(ih)/sizeof(ih[0]); in test1() local
191 r = std::unique(Iter(ih), Iter(ih+sh), count_equal()); in test1()
195 assert(count_equal::count == sh-1); in test1()
Dunique_copy_pred.pass.cpp100 const unsigned sh = sizeof(ih)/sizeof(ih[0]); in test() local
101 int jh[sh] = {-1}; in test()
103 r = std::unique_copy(InIter(ih), InIter(ih+sh), OutIter(jh), count_equal()); in test()
107 assert(count_equal::count == sh-1); in test()
Dunique.pass.cpp72 const unsigned sh = sizeof(ih)/sizeof(ih[0]); in test() local
73 r = std::unique(Iter(ih), Iter(ih+sh)); in test()
151 const unsigned sh = sizeof(ih)/sizeof(ih[0]); in test1() local
152 r = std::unique(Iter(ih), Iter(ih+sh)); in test1()
/ndk/sources/host-tools/sed-4.2.1/build-aux/
Dconfig.sub288 …| sh | sh[1234] | sh[24]a | sh[24]aeb | sh[23]e | sh[34]eb | sheb | shbe | shle | sh[1234]le | sh3…
983 sh)
984 basic_machine=sh-hitachi
1200 sh[1234] | sh[24]a | sh[24]aeb | sh[34]eb | sh[1234]le | sh[23]ele)
1201 basic_machine=sh-unknown
/ndk/sources/host-tools/sed-4.2.1/testsuite/
Dxemacs.inp22 EXTRA_DIST = BUGS THANKS README.boot bootstrap.sh dc.sed autogen \
31 CONFIG_CLEAN_FILES = bootstrap.sh intl/Makefile
44 TODO acconfig.h aclocal.m4 bootstrap.sh.in config.guess \
46 install-sh missing mkinstalldirs
Dxemacs.good22 "EXTRA_DIST = BUGS THANKS README.boot bootstrap.sh dc.sed autogen \\"
31 "CONFIG_CLEAN_FILES = bootstrap.sh intl/Makefile"
44 " TODO acconfig.h aclocal.m4 bootstrap.sh.in config.guess \\"
46 " install-sh missing mkinstalldirs"

1234567