Home
last modified time | relevance | path

Searched refs:PREFIX (Results 1 – 13 of 13) sorted by relevance

/ndk/tests/build/stdint-c++/jni/
Dgen-sources.sh8 for PREFIX in INT INT_LEAST INT_FAST; do
9 LIMITS="$LIMITS $PREFIX${SIZE}_MIN $PREFIX${SIZE}_MAX"
10 CONSTANTS="$CONSTANTS $PREFIX${SIZE}_C"
12 for PREFIX in UINT UINT_LEAST UINT_FAST; do
13 LIMITS="$LIMITS $PREFIX${SIZE}_MAX"
14 CONSTANTS="$CONSTANTS $PREFIX${SIZE}_C"
21 for PREFIX in INTPTR PTRDIFF; do
22 LIMITS="$LIMITS ${PREFIX}_MIN ${PREFIX}_MAX"
23 CONSTANTS="$CONSTANTS ${PREFIX}_C"
/ndk/build/tools/
Dbuild-gnu-libstdc++.sh234 local PREFIX=$(get_default_toolchain_prefix_for_arch $ARCH)
235 PREFIX=${PREFIX%%-}
243 rm -rf "$DDIR/include/$PREFIX"
251 copy_directory "$SDIR/include/c++/$VERSION/$PREFIX/bits" "$DDIR/libs/$ABI/include/bits"
Ddev-defaults.sh140 if [ -z "$PREFIX" ]; then
145 RET=$RET" $PREFIX-$VERSION"
Dmake-release.sh31 PREFIX=android-ndk
32 register_var_option "--prefix=<name>" PREFIX "Specify package prefix"
224 …$ANDROID_NDK_ROOT/build/tools/package-release.sh --release=$RELEASE --prefix=$PREFIX --out-dir="$O…
Dpackage-release.sh70 PREFIX=android-ndk
71 register_var_option "--prefix=<name>" PREFIX "Specify package prefix"
238 RELEASE_PREFIX=$PREFIX-$RELEASE
Ddev-system-import.sh190 PREFIX=$DEFAULT_ARCH_TOOLCHAIN_PREFIX_arm
194 PREFIX=$DEFAULT_ARCH_TOOLCHAIN_PREFIX_x86
198 PREFIX=$DEFAULT_ARCH_TOOLCHAIN_PREFIX_mips
Dprebuilt-common.sh983 BINPREFIX=${DIR#./}/bin/$PREFIX-
1065 echo "$PREFIX/bin/$1$EXE"
/ndk/sources/host-tools/make-3.81/
DINSTALL108 option `--prefix=PREFIX'.
112 give `configure' the option `--exec-prefix=PREFIX', the package will
113 use PREFIX as the prefix for installing programs and libraries.
123 option `--program-prefix=PREFIX' or `--program-suffix=SUFFIX'.
176 `configure' looks for `PREFIX/share/config.site' if it exists, then
177 `PREFIX/etc/config.site' if it exists. Or, you can set the
Dconfigure1303 --prefix=PREFIX install architecture-independent files in PREFIX
1306 [PREFIX]
1319 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
1320 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
1321 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
1323 --includedir=DIR C header files [PREFIX/include]
1325 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
1340 --program-prefix=PREFIX prepend PREFIX to installed program names
/ndk/sources/host-tools/sed-4.2.1/
DINSTALL108 `configure' the option `--prefix=PREFIX'.
112 pass the option `--exec-prefix=PREFIX' to `configure', the package uses
113 PREFIX as the prefix for installing programs and libraries.
123 option `--program-prefix=PREFIX' or `--program-suffix=SUFFIX'.
176 `configure' looks for `PREFIX/share/config.site' if it exists, then
177 `PREFIX/etc/config.site' if it exists. Or, you can set the
/ndk/sources/host-tools/make-3.81/autom4te.cache/
Doutput.01303 --prefix=PREFIX install architecture-independent files in PREFIX
1306 @<:@PREFIX@:>@
1319 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
1320 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
1321 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
1323 --includedir=DIR C header files [PREFIX/include]
1325 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
1340 --program-prefix=PREFIX prepend PREFIX to installed program names
/ndk/sources/host-tools/make-3.81/doc/
Dmake.info-1980 searched, in this order: `PREFIX/include' (normally `/usr/local/include'
1005 (1) GNU Make compiled for MS-DOS and MS-Windows behaves as if PREFIX
2169 `/usr/lib', and `PREFIX/lib' (normally `/usr/local/lib', but
2170 MS-DOS/MS-Windows versions of `make' behave as if PREFIX is defined to
5485 `$(addprefix PREFIX,NAMES...)'
5487 whitespace; PREFIX is used as a unit. The value of PREFIX is
Dmake.info-22265 `$(addprefix PREFIX,NAMES...)'
2266 Prepend PREFIX to each word in NAMES.