Home
last modified time | relevance | path

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

12345

/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/build/tools/
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=$(…
DREADME.md83 dev-script `build-cxx-stl.sh` can be used to generate prebuilt libraries from
90 The dev-script `build-cxx-stl.sh` can be used to generate prebuilt libraries
97 dev-script `build-gnu-libstdc++.sh` is used to generate prebuilt libraries from
105 prebuilt version of this library is generated by the `gen-platform.sh`
190 `dev-platform-import.sh` dev-script, described later in this document.
222 The dev-script `gen-platforms.sh` is used to populate $NDK/platforms. Note that
240 download-toolchain-sources.sh is now obsolete.
258 $NDK/build/tools/gen-platforms.sh --minimal
264 Once the sysroots are in place, use `build-gcc.sh` by providing the path to the
272 $NDK/build/tools/build-gcc.sh /tmp/ndk-$USER/src $NDK \
[all …]
Dpatch-sources.sh21 . `dirname $0`/prebuilt-common.sh
Ddev-cleanup.sh22 . `dirname $0`/prebuilt-common.sh
Ddev-platform-compress.sh24 . $PROGDIR/prebuilt-common.sh
/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()
Dunique_copy.pass.cpp77 const unsigned sh = sizeof(ih)/sizeof(ih[0]); in test() local
78 int jh[sh] = {-1}; in test()
79 r = std::unique_copy(InIter(ih), InIter(ih+sh), OutIter(jh)); in test()
/ndk/sources/host-tools/toolbox/
Dbuild-toolbox.sh22 . $NDK_BUILDTOOLS_PATH/prebuilt-common.sh
23 . $NDK_BUILDTOOLS_PATH/builder-funcs.sh
/ndk/
Dremove-windows-symlink.sh3 . `dirname $0`/build/tools/ndk-common.sh
/ndk/sources/cxx-stl/gnu-libstdc++/
D.gitignore1 # These directories' content are generated by build-gcc.sh
/ndk/sources/android/support/src/wcstox/
Dfloatscan.c244 int sh = 1; in decfloat() local
255 if (rp > 9+9*LD_B1B_DIG) sh = 9; in decfloat()
256 e2 += sh; in decfloat()
258 uint32_t tmp = x[k] & (1<<sh)-1; in decfloat()
259 x[k] = (x[k]>>sh) + carry; in decfloat()
260 carry = (1000000000>>sh) * tmp; in decfloat()
/ndk/tests/build/libc_no_atexit/
Dbuild.sh7 . $NDK/build/tools/prebuilt-common.sh
/ndk/sources/host-tools/make-3.81/
DREADME.OS210 Due to the fact that some people might want to use sh syntax in
20 5. If none of the above is defined /bin/sh is used as default. This
26 - The UNIXROOT environment variable is supported to find /bin/sh
35 (but only /bin/sh). Simply set CPPFLAGS="-DNO_CMD_DEFAULT" and make
48 - sh compatible shell (ksh, bash, ash, but tested only with pdksh 5.2.14
137 testsuite itself. -DNO_CMD_DEFAULT causes make to use /bin/sh as default
138 shell in every case. Normally you could simply set MAKESHELL="/bin/sh"
DREADME.W3280 GNU make and sh.exe:
82 This port prefers you have a working sh.exe somewhere on your
83 system. If you don't have sh.exe, the port falls back to
86 carefully though (The author uses GNU bash as sh.exe).
91 Other possibilities are the MKS version of sh.exe, or building
93 (Consensys). Also MinGW includes sh (http://mingw.org/).
98 as 'sh -c' from CreateProcess(). The main problem is they seem
101 file and then executing the command by calling 'sh file'.
107 working sh.exe in order to use parallel builds (-j).
117 Good news! Make now has native support for Cygwin sh. To enable,
[all …]
/ndk/tests/build/import-install/
Dbuild.sh24 source $NDK_BUILDTOOLS_PATH/prebuilt-common.sh
/ndk/tests/build/prebuilt-copy/
DREADME7 using them in the main project. See build.sh
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.nonmodifying/alg.search/
Dsearch_pred.pass.cpp94 const unsigned sh = sizeof(ih)/sizeof(ih[0]); in test() local
96 …assert(std::search(Iter1(ih), Iter1(ih+sh), Iter2(ii), Iter2(ii+3), count_equal()) == Iter1(ih+3)); in test()
97 assert(count_equal::count <= sh*3); in test()
/ndk/sources/host-tools/make-3.81/tests/scripts/features/
Dquoting11 SHELL = /bin/sh
/ndk/sources/android/libthread_db/
DREADME3 build-gdbserver.sh script.
/ndk/tests/standalone/
Drun.sh35 . $NDK_ROOT/build/tools/prebuilt-common.sh
213 SCRIPT=run.sh
217 SCRIPT=run-$ABI.sh

12345