HomeSort by relevance Sort by last modified time
    Searched refs:NDK (Results 1 - 25 of 138) sorted by null

1 2 3 4 5 6

  /ndk/tests/build/import-static/
build.sh 8 $NDK/ndk-build "$@"
  /ndk/tests/build/multi-module-path/
build.sh 7 $NDK/ndk-build "$@"
  /ndk/tests/build/ndk-build-unit-tests/
build.sh 1 # This is used to check that the internal unit tests of ndk-build
5 $NDK/ndk-build NDK_UNIT_TESTS=1 clean
  /ndk/tests/build/absolute-src-file-paths/
build.sh 6 echo $NDK/ndk-build "$@" FOO_PATH="$CUR_DIR/src"
7 $NDK/ndk-build "$@" FOO_PATH="$CUR_DIR/src"
  /ndk/tests/build/libc_no_atexit/
build.sh 4 export ANDROID_NDK_ROOT=$NDK
6 NDK_BUILDTOOLS_PATH=$NDK/build/tools
7 . $NDK/build/tools/prebuilt-common.sh
12 LIB=$(cd $NDK && find platforms -name "libc.so" | sed -e 's!^!'$NDK'/!' | grep arch-$ARCH)
23 echo "ERROR: $NDK/$LIB exposes 'atexit'!" >&2
28 echo "ERROR: $NDK/$LIB exposes '__dso_handle'!" >&2
34 echo "ERROR: Did not find any libc.so in $NDK/platforms!"
  /development/ndk/tests/
run-all.sh 13 if [ -z "$NDK" ] ; then
14 echo "ERROR: Please define NDK in your environment to point to the root of your NDK install."
18 if [ ! -d "$NDK" ] ; then
19 echo "ERROR: Your NDK variable does not point to a directory: $NDK"
23 if [ ! -f "$NDK/ndk-build" -o ! -f "$NDK/build/core/ndk-common.sh" ] ; the
    [all...]
  /ndk/tests/build/warn-bad-modules/
build.sh 4 BUILD_OUTPUT=$($NDK/ndk-build "$@" 2>&1)
  /ndk/tests/build/warn-no-ldflags-in-static-libraries/
build.sh 4 BUILD_OUTPUT=$($NDK/ndk-build "$@" 2>&1)
  /ndk/tests/build/warn-no-ldlibs-in-static-libraries/
build.sh 4 BUILD_OUTPUT=$($NDK/ndk-build "$@" 2>&1)
  /ndk/tests/build/warn-no-modules/
build.sh 4 BUILD_OUTPUT=$($NDK/ndk-build "$@" 2>&1)
  /ndk/tests/build/warn-non-system-libs-in-linker-flags/
build.sh 4 BUILD_OUTPUT=$($NDK/ndk-build "$@" 2>&1)
  /ndk/tests/build/warn-thin-archive-is-for-static-libraries/
build.sh 4 BUILD_OUTPUT=$($NDK/ndk-build "$@" 2>&1)
  /ndk/tests/build/warn-noabi/
build.sh 5 export ANDROID_NDK_ROOT=$NDK
7 NDK_BUILDTOOLS_PATH=$NDK/build/tools
8 . $NDK/build/tools/prebuilt-common.sh
36 ARM_GPP=$NDK/toolchains/arm-linux-androideabi-$VERSION/prebuilt/$SYSTEM/bin/arm-linux-androideabi-g++${HOST_EXE}
38 ARM_GPP=$NDK/toolchains/arm-linux-androideabi-$VERSION/prebuilt/$SYSTEM64/bin/arm-linux-androideabi-g++${HOST_EXE}
  /external/chromium_org/third_party/libyuv/
public.mk 3 # Note that dependencies on NDK are not directly listed since NDK auto adds
  /external/libyuv/
public.mk 3 # Note that dependencies on NDK are not directly listed since NDK auto adds
  /ndk/tests/build/no-installable-modules/
build.sh 2 # or executables), ndk-build will automatically build static library
4 $NDK/ndk-build "$@"
  /ndk/tests/build/import-install/
build.sh 8 $NDK/ndk-build "$@"
22 ANDROID_NDK_ROOT=$NDK
23 NDK_BUILDTOOLS_PATH=$NDK/build/tools
  /ndk/tests/build/issue64679-prctl/
build.sh 5 export ANDROID_NDK_ROOT=$NDK
7 NDK_BUILDTOOLS_PATH=$NDK/build/tools
8 . $NDK/build/tools/prebuilt-common.sh
22 $ANDROID_NDK_ROOT/ndk-build -B APP_CFLAGS=-DHEADER=\"\<$HEADER\>\" APP_PLATFORM=android-$API_LEVEL APP_ABI=$ABI 1>/dev/null 2>&1
24 To reproduce: $ANDROID_NDK_ROOT/ndk-build -B APP_CFLAGS=-DHEADER=\"\<$HEADER\>\" APP_PLATFORM=android-$API_LEVEL APP_ABI=$ABI"
  /ndk/tests/build/ndk-out/
build.sh 4 $NDK/ndk-build "$@"
6 echo "FAILURE: 'obj' directory should not be created by ndk-build!"
10 echo "FAILURE: 'output-dir' should have been created by ndk-build!"
  /ndk/tests/build/prebuilt-copy/
build.sh 46 $NDK/ndk-build -C "$PREBUILTS_DIR"
49 $NDK/ndk-build -C "$PREBUILTS_DIR" APP_ABI="$APP_ABI"
60 PREBUILTS_DIR=$PREBUILTS_DIR $NDK/ndk-build -C "$PROGDIR"
63 PREBUILTS_DIR=$PREBUILTS_DIR $NDK/ndk-build -C "$PROGDIR" APP_ABI="$APP_ABI"
101 echo "Found $FAILURES failures! Please fix ndk-build!"
  /ndk/tests/build/check-armeabi-v7a-prebuilts/
build.sh 4 # armeabi-v7a prebuilt binaries distributed with the NDK were
219 . $NDK/build/tools/dev-defaults.sh
224 GABIXX_LIBS=$NDK/sources/cxx-stl/gabi++/libs/$ABI
228 STLPORT_LIBS=$NDK/sources/cxx-stl/stlport/libs/$ABI
234 GNUSTL_LIBS=$NDK/sources/cxx-stl/gnu-libstdc++/$VERSION/libs/$ABI
  /ndk/tests/build/merge-string-literals/
build.sh 24 $NDK/ndk-build -C "$PROGDIR" "$@"
27 $NDK/ndk-build -C "$PROGDIR" "$@" APP_ABI="$APP_ABI"
32 # from $NDK/toolchains because MacOSX doesn't have that by default.
36 make --no-print-dir -f $NDK/build/core/build-local.mk DUMP_$1 | tail -1
38 make --no-print-dir -f $NDK/build/core/build-local.mk DUMP_$1 APP_ABI="$APP_ABI" | tail -1
  /ndk/
GNUmakefile 23 $(error,The Android NDK requires GNU Make 3.81 or higher to run !)
26 # Find the NDK root installation path, should be this file's location.
32 $(info,The Android NDK installation path contains spaces: '$(NDK_ROOT)')
  /ndk/tests/build/issue17144-byteswap/
build.sh 24 $NDK/ndk-build -B APP_ABI=armeabi-v7a APP_CFLAGS=-save-temps NDK_DEBUG=1
34 $NDK/ndk-build -B APP_ABI=x86 APP_CFLAGS=-save-temps NDK_DEBUG=1
46 $NDK/ndk-build -B APP_ABI=mips APP_CFLAGS="-save-temps -mips32r2" NDK_DEBUG=1
  /ndk/tests/
run-tests-all.sh 4 NDK=`cd $PROGDIR/.. && pwd`
5 NDK_BUILDTOOLS_PATH=$NDK/build/tools
6 . $NDK_BUILDTOOLS_PATH/ndk-common.sh
61 if [ -d "$NDK/toolchains/arm-linux-androideabi-4.6/prebuilt/$HOST_TAG" ] ; then
62 if [ -d "$NDK/toolchains/arm-linux-androideabi-4.6/prebuilt/$HOST_TAG32" ] ; then
74 if [ -d "$NDK/toolchains/arm-linux-androideabi-4.6/prebuilt/windows-x86_64" ] ; then
75 if [ -d "$NDK/toolchains/arm-linux-androideabi-4.6/prebuilt/windows" ] ; then
117 if [ "$SYSTEM" = "linux-x86" -a -d "$NDK/toolchains/arm-linux-androideabi-4.6/prebuilt/windows-x86_64" ] ; then
125 if [ "$SYSTEM" = "linux-x86" -a -d "$NDK/toolchains/arm-linux-androideabi-4.6/prebuilt/windows" ] ; then
153 echo ${STANDALONE_TMPDIR}/android-ndk-api${API}-${ARCH}-${TAG}-${GCC_VERSION}-${STL
    [all...]

Completed in 941 milliseconds

1 2 3 4 5 6