HomeSort by relevance Sort by last modified time
    Searched refs:ndk (Results 1 - 17 of 17) sorted by null

  /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...]
  /external/chromium_org/build/android/tests/symbolize/
Makefile 5 TOOLCHAIN=../../../../third_party/android_tools/ndk/toolchains/arm-linux-androideabi-4.6/prebuilt/linux-x86_64/bin/arm-linux-androideabi-
  /build/tools/droiddoc/templates-sdk-dyn/
sdkpage.cs 43 # The following is for SDK/NDK pages
61 <?cs if:ndk ?>
69 # the following is for the NDK
89 href="http://dl.google.com/android/ndk/<?cs var:ndk.win32_download ?>"><?cs var:ndk.win32_download ?></a>
91 <td><?cs var:ndk.win32_bytes ?></td>
92 <td><?cs var:ndk.win32_checksum ?></td>
97 href="http://dl.google.com/android/ndk/<?cs var:ndk.win32.legacy_download ?>"><?cs var:ndk.win32.legacy_download ?></a
    [all...]
  /build/tools/droiddoc/templates-sdk/
sdkpage.cs 43 # The following is for SDK/NDK pages
61 <?cs if:ndk ?>
69 # the following is for the NDK
89 href="http://dl.google.com/android/ndk/<?cs var:ndk.win32_download ?>"><?cs var:ndk.win32_download ?></a>
91 <td><?cs var:ndk.win32_bytes ?></td>
92 <td><?cs var:ndk.win32_checksum ?></td>
97 href="http://dl.google.com/android/ndk/<?cs var:ndk.win32.legacy_download ?>"><?cs var:ndk.win32.legacy_download ?></a
    [all...]
  /external/chromium_org/third_party/skia/platform_tools/android/bin/utils/
setup_toolchain.sh 42 TOOLCHAIN_TYPE=ndk-r$NDK_REV-$ANDROID_ARCH-darwin_v$API_LEVEL
45 TOOLCHAIN_TYPE=ndk-r$NDK_REV-$ANDROID_ARCH-linux_v$API_LEVEL
54 TARBALL=ndk-r$NDK_REV-v$API_LEVEL.tgz
64 verbose "Targeting NDK API $API_LEVEL for use on Android 4.0 (NDK Revision $NDK_REV) and above"
  /build/tools/droiddoc/templates-pdk/
sdkpage.cs 37 # The following is for SDK/NDK pages
59 <?cs if:ndk ?>
67 # the following is for the NDK
76 <p>The Android NDK is a companion tool to the Android SDK that lets you build
86 using the Android framework APIs, you probably do not need the NDK. Read <a
87 href="<?cs var:toroot ?>sdk/ndk/overview.html">What is the NDK?</a> for more information about what
88 the NDK offers and whether it will be useful to you.
91 The NDK is designed for use <em>only</em> in conjunction with the
94 do so before downloading the NDK.
    [all...]
  /build/tools/droiddoc/templates-ds/
sdkpage.cs 44 # The following is for SDK/NDK pages
62 <?cs if:ndk ?>
70 # the following is for the NDK
90 href="http://dl.google.com/android/ndk/<?cs var:ndk.win_download ?>"><?cs var:ndk.win_download ?></a>
92 <td><?cs var:ndk.win_bytes ?> bytes</td>
93 <td><?cs var:ndk.win_checksum ?></td>
99 href="http://dl.google.com/android/ndk/<?cs var:ndk.mac_download ?>"><?cs var:ndk.mac_download ?></a
    [all...]
  /build/tools/droiddoc/templates-sac/
sdkpage.cs 43 # The following is for SDK/NDK pages
61 <?cs if:ndk ?>
69 # the following is for the NDK
89 href="http://dl.google.com/android/ndk/<?cs var:ndk.win_download ?>"><?cs var:ndk.win_download ?></a>
91 <td><?cs var:ndk.win_bytes ?> bytes</td>
92 <td><?cs var:ndk.win_checksum ?></td>
98 href="http://dl.google.com/android/ndk/<?cs var:ndk.mac_download ?>"><?cs var:ndk.mac_download ?></a
    [all...]
  /external/chromium_org/third_party/android_platform/development/scripts/
symbol.py 58 ndk = "ndk"
62 ndk = "ndk"
66 ndk = "ndk"
70 ndk = "ndk"
74 ndk = "ndk"
    [all...]
  /cts/tests/tests/os/jni/
Android.mk 36 LOCAL_C_INCLUDES += ndk/sources/cpufeatures
  /build/core/
pathmap.mk 52 mediandk:frameworks/av/media/ndk/ \
config.mk 576 HISTORICAL_NDK_VERSIONS_ROOT := $(TOPDIR)prebuilts/ndk
616 RS_PREBUILT_LIBPATH := -L prebuilts/ndk/8/platforms/android-9/arch-$(TARGET_ARCH)/usr/lib
  /development/ndk/platforms/android-9/samples/native-activity/
Android.mk 21 # is NOT part of the NDK and is not for use with the NDK build
36 $(TOPDIR)development/ndk/sources/android/native_app_glue
  /development/ndk/tools/
headers-diff-bionic-vs-ndk.py 3 # This tool is used to compare headers between Bionic and NDK
4 # script should be in development/ndk/tools for correct roots autodetection
119 self.platforms_root = os.path.join(self.aosp_root, 'development/ndk/platforms')
214 description = 'Headers comparison tool between bionic and NDK platforms')
234 default = ['headers-diff-bionic-vs-ndk.diff'],
246 print 'Headers listed above are DIFFERENT in Bionic and NDK platforms'
  /external/ceres-solver/
Android.mk 44 # EIGEN_PATH=/home/keir/src/eigen-3.0.5 ndk-build -j
114 # On Android NDK 8b, GCC gives spurrious warnings about ABI incompatibility for
  /external/ceres-solver/jni/
Android.mk 44 # EIGEN_PATH=/home/keir/src/eigen-3.0.5 ndk-build -j
77 # Ceres requires at least NDK version r9d to compile.
79 $(error Ceres requires NDK version r9d or greater)
  /external/chromium_org/build/android/
adb_gdb 135 --ndk-dir=*)
248 You can also use --ndk-dir=<path> to specify an alternative NDK installation
317 --target-arch=<name> Specify NDK target arch.
347 if [ ! -f "$NDK_DIR/ndk-build" ]; then
348 panic "Not a valid NDK directory: $NDK_DIR"
358 # This returns an NDK-compatible architecture name.
359 # out: NDK Architecture name, or empty string.
377 # script prefers the NDK 'x86' name instead because it uses it to find
378 # NDK-specific files (host gdb) with it
    [all...]

Completed in 1218 milliseconds