/ndk/sources/host-tools/ndk-depends/ |
build-ndk-depends.sh | 17 # This script is used to rebuild the host 'ndk-depends' tool. 19 # Note: The tool is installed under prebuilt/$HOST_TAG/bin/ndk-depends 27 "This script is used to rebuild the host ndk-depends binary program." 36 register_var_option "--ndk-dir=<path>" NDK_DIR "Place binary in NDK installation path" 60 BUILD_DIR=$NDK_TMPDIR/build-ndk-depends 82 NAME=$(get_host_exec_name ndk-depends) 83 INSTALL_ROOT=$(mktemp -d $NDK_TMPDIR/ndk-depends-XXXXXX) 107 SRCDIR=$ANDROID_NDK_ROOT/sources/host-tools/ndk-depends 124 ARCHIVE=ndk-depends-$HOST_TAG.tar.bz [all...] |
/system/media/camera/docs/ |
ndk_camera_metadata_tags.mako | 28 * This file defines an NDK API. 33 * Do not reference types that are not part of the NDK. 34 * Do not #include files that aren't part of the NDK. 53 ${ndk(path_name(i)) | csym}, 65 ${ndk(path_name(i)) + '.start' | csym,ljust(30)} = ${ndk(path_name(i)) | csym,pad(64)} << 16, 84 ${ndk(entry.name) + " = " | csym,ljust(60)}// Deprecated! DO NOT USE 106 ${ndk(entry.name) + " = " | csym,ljust(60)}// ${annotated_type(entry)} 109 ${ndk(path_name(find_parent_section(entry))) | csym}_START, 111 ${ndk(path_name(find_parent_section(entry))) | csym}_START + ${idx} [all...] |
/build/tools/droiddoc/templates-sdk/ |
sdkpage.cs | 44 # The following is for SDK/NDK pages 62 <?cs if:ndk ?> 70 # the following is for the NDK 90 href="//dl.google.com/android/repository/<?cs var:ndk.win32_download ?>"><?cs var:ndk.win32_download ?></a> 92 <td><?cs var:ndk.win32_bytes ?></td> 93 <td><?cs var:ndk.win32_checksum ?></td> 98 href="//dl.google.com/android/ndk/<?cs var:ndk.win32.legacy_download ?>"><?cs var:ndk.win32.legacy_download ?></a [all...] |
/frameworks/av/camera/ndk/ |
Android.mk | 37 frameworks/av/include/camera/ndk \ 38 frameworks/av/include/ndk
|
/ndk/tests/build/cpp-extensions/jni/ |
Android.mk | 1 # Basic test to check that ndk-build recognizes all standard GCC
|
/ndk/tests/build/warn-no-ldflags-in-static-libraries/jni/ |
Android.mk | 8 # This should generate a warning when ndk-build is run!
|
/ndk/tests/build/warn-no-ldlibs-in-static-libraries/jni/ |
Android.mk | 8 # This should generate a warning when ndk-build is run!
|
/sdk/eclipse/plugins/com.android.ide.eclipse.ndk/src/com/android/ide/eclipse/ndk/internal/preferences/ |
NdkPreferencePage.java | 17 package com.android.ide.eclipse.ndk.internal.preferences; 19 import com.android.ide.eclipse.ndk.internal.Activator; 20 import com.android.ide.eclipse.ndk.internal.Messages; 21 import com.android.ide.eclipse.ndk.internal.NdkManager;
|
/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
|
/build/tools/droiddoc/templates-sdk-refonly/ |
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.win32_download ?>"><?cs var:ndk.win32_download ?></a> 92 <td><?cs var:ndk.win32_bytes ?></td> 93 <td><?cs var:ndk.win32_checksum ?></td> 98 href="http://dl.google.com/android/ndk/<?cs var:ndk.win32.legacy_download ?>"><?cs var:ndk.win32.legacy_download ?></a [all...] |
/ndk/build/core/ |
definitions-tests.mk | 15 # Definitions for the Android NDK build system's internal unit tests. 20 # to be an internal unit test. It will be run automatically by ndk-build 44 -ndk-test-start = \ 52 -ndk-test-end = \ 63 -ndk-test-log = $(info . $(_test_name): $1) 65 -ndk-test-log = $(empty) 69 $(call -ndk-test-log,expect '$2' == '$1')\ 78 $(call -ndk-test-log,assert '$2' == '$1')\ 89 ndk-run-all-tests = \ 90 $(info ================= STARTING NDK-BUILD UNIT TESTS =================) [all...] |
/ndk/sources/host-tools/ndk-stack/ |
build-ndk-stack.sh | 17 # This script is used to rebuild the host 'ndk-stack' tool. 19 # Note: The tool is installed under prebuilt/$HOST_TAG/bin/ndk-stack 27 "This script is used to rebuild the host ndk-stack binary program." 36 register_var_option "--ndk-dir=<path>" NDK_DIR "Place binary in NDK installation path" 65 BUILD_DIR=$NDK_TMPDIR/build-ndk-stack 108 NAME=$(get_host_exec_name ndk-stack) 109 INSTALL_ROOT=$(mktemp -d $NDK_TMPDIR/ndk-stack-XXXXXX) 133 SRCDIR=$ANDROID_NDK_ROOT/sources/host-tools/ndk-stack 170 ARCHIVE=ndk-stack-$HOST_TAG.tar.bz [all...] |
/ndk/ |
ndk-which | 19 # components within the ndk. 25 echo "USAGE: ndk-which <tool>" 33 TMPDIR=/tmp/ndk-which-$$ 39 # 'get_build_var_for_abi' was copied from ndk-gdb
|
/ndk/tests/build/b14811006-GOT_PREL-optimization/ |
build.sh | 53 $NDK/ndk-build -B APP_ABI=$ABI APP_CFLAGS=-save-temps
|
/ndk/tests/build/cortex-a53-835769/ |
build.sh | 22 $NDK/ndk-build -B APP_CFLAGS=-save-temps
|
/ndk/tests/build/mips-fp4/ |
build.sh | 3 $NDK/ndk-build -B "$@"
|
/ndk/tests/build/thin-archives/ |
build.sh | 3 $NDK/ndk-build "$@"
|
/sdk/eclipse/plugins/com.android.ide.eclipse.ndk/src/com/android/ide/eclipse/ndk/internal/ |
Messages.java | 17 package com.android.ide.eclipse.ndk.internal; 22 private static final String BUNDLE_NAME = "com.android.ide.eclipse.ndk.internal.messages"; //$NON-NLS-1$
|
NativeAbi.java | 17 package com.android.ide.eclipse.ndk.internal;
|
/sdk/eclipse/plugins/com.android.ide.eclipse.ndk/src/com/android/ide/eclipse/ndk/internal/launch/ |
NdkGdbLaunchConfigTabGroups.java | 17 package com.android.ide.eclipse.ndk.internal.launch;
|
/sdk/eclipse/plugins/com.android.ide.eclipse.ndk/src/com/android/ide/eclipse/ndk/internal/wizards/ |
NdkWizardHandler.java | 17 package com.android.ide.eclipse.ndk.internal.wizards;
|
/build/tools/droiddoc/templates-ndk/ |
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/repository/<?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/repository/<?cs var:ndk.win32.legacy_download ?>"><?cs var:ndk.win32.legacy_download ?></a> 99 <td><?cs var:ndk.win32.legacy_bytes ?></td [all...] |
/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...] |
/external/tlsdate/ |
Makefile.android | 3 # Requires Android NDK >= r8 6 # NDK_BASE - path to your NDK's root directory 7 # e.g., /home/user/android-ndk 8 # OPENSSL_ANDROID - path to NDK built openssl 12 # Android NDK setup 15 NDK_BASE ?= /usr/local/android-ndk 41 cd $(OPENSSL_ANDROID) && ndk-build -j4 44 -cd $(OPENSSL_ANDROID) && ndk-build clean 47 -cd $(OPENSSL_ANDROID) && ndk-build distclean
|
/frameworks/base/native/ |
copy-to-ndk.sh | 2 # location in the NDK. 9 local NDK_PLATFORMS=$ANDROID_BUILD_TOP/development/ndk/platforms 51 sh $ANDROID_BUILD_TOP/ndk/build/tools/build-platforms.sh
|