/ndk/sources/host-tools/make-3.81/config/ |
D | progtest.m4 | 30 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
|
D | lib-ld.m4 | 36 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
|
D | config.sub | 278 | 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/ |
D | dev-platform-expand-all.sh | 22 . `dirname $0`/prebuilt-common.sh 59 …$PROGDIR/dev-platform-expand.sh --platform=$PLATFORM --src-dir=$SRCDIR --dst-dir=$DSTDIR --arch=$(…
|
D | README.md | 83 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 …]
|
D | patch-sources.sh | 21 . `dirname $0`/prebuilt-common.sh
|
D | dev-cleanup.sh | 22 . `dirname $0`/prebuilt-common.sh
|
D | dev-platform-compress.sh | 24 . $PROGDIR/prebuilt-common.sh
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.modifying.operations/alg.unique/ |
D | unique_pred.pass.cpp | 94 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()
|
D | unique_copy_pred.pass.cpp | 100 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()
|
D | unique.pass.cpp | 72 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()
|
D | unique_copy.pass.cpp | 77 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/ |
D | build-toolbox.sh | 22 . $NDK_BUILDTOOLS_PATH/prebuilt-common.sh 23 . $NDK_BUILDTOOLS_PATH/builder-funcs.sh
|
/ndk/ |
D | remove-windows-symlink.sh | 3 . `dirname $0`/build/tools/ndk-common.sh
|
/ndk/sources/cxx-stl/gnu-libstdc++/ |
D | .gitignore | 1 # These directories' content are generated by build-gcc.sh
|
/ndk/sources/android/support/src/wcstox/ |
D | floatscan.c | 244 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/ |
D | build.sh | 7 . $NDK/build/tools/prebuilt-common.sh
|
/ndk/sources/host-tools/make-3.81/ |
D | README.OS2 | 10 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"
|
D | README.W32 | 80 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/ |
D | build.sh | 24 source $NDK_BUILDTOOLS_PATH/prebuilt-common.sh
|
/ndk/tests/build/prebuilt-copy/ |
D | README | 7 using them in the main project. See build.sh
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.nonmodifying/alg.search/ |
D | search_pred.pass.cpp | 94 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/ |
D | quoting | 11 SHELL = /bin/sh
|
/ndk/sources/android/libthread_db/ |
D | README | 3 build-gdbserver.sh script.
|
/ndk/tests/standalone/ |
D | run.sh | 35 . $NDK_ROOT/build/tools/prebuilt-common.sh 213 SCRIPT=run.sh 217 SCRIPT=run-$ABI.sh
|