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

1 2 3 4 5

  /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/
ndk-gdb-py 6 # Check if absolute NDK path contain space
9 *\ *) echo "ERROR: NDK path cannot contain space"
14 . $PROGDIR/build/core/ndk-common.sh
17 $PROGDIR/prebuilt/$HOST_TAG/bin/python -u $PROGDIR/ndk-gdb.py "$@"
ndk-which 19 # components within the ndk.
25 echo "USAGE: ndk-which <tool>"
33 mkdir -p /tmp/ndk-which/jni
34 cat >/tmp/ndk-which/jni/Android.mk << "END_OF_FILE"
38 # 'get_build_var_for_abi' was copied from ndk-gdb
44 NDK_PROJECT_PATH=/tmp/ndk-which $GNUMAKE --no-print-dir -f $MYNDKDIR/build/core/build-local.mk DUMP_$1 APP_ABI=$2
48 rm -Rf /tmp/ndk-which
  /sdk/eclipse/plugins/com.android.ide.eclipse.ndk/src/com/android/ide/eclipse/ndk/internal/
NdkVariables.java 17 package com.android.ide.eclipse.ndk.internal;
19 /** Eclipse variables that are understood by the NDK while launching programs. */
21 /** Variable that expands to the full path of NDK's ABI specific gdb. */
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;
  /ndk/build/core/
definitions-graph.mk 16 # ndk-build internally.
22 # All internal functions in this file begin with '-ndk-mod-'
29 # Use $(call -ndk-mod-debug,<message>) to print a debug message only
34 -ndk-mod-debug = $(info $1)
36 -ndk-mod-debug := $(empty)
40 -ndk-topo-debug = $(info $1)
42 -ndk-topo-debug = $(empty)
52 -ndk-mod-filter = $(strip \
57 -test-ndk-mod-filter = \
59 $(call test-expect,,$(call -ndk-mod-filter,,-local-func))
    [all...]
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...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.ndk/src/com/android/ide/eclipse/ndk/internal/preferences/
NdkPreferenceInitializer.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.NdkManager;
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/build/tools/
build-ndk-stack.sh 17 # This script is used to rebuild the host 'ndk-stack' tool from the
18 # sources under sources/host-tools/ndk-stack.
20 # Note: The tool is installed under prebuilt/$HOST_TAG/bin/ndk-stack
28 "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"
56 BUILD_DIR=$NDK_TMPDIR/build-ndk-stack
61 OUT=$NDK_DIR/$(get_host_exec_name ndk-stack)
74 PROGNAME=ndk-stack
86 SRCDIR=$ANDROID_NDK_ROOT/sources/host-tools/ndk-stac
    [all...]
gen-system-symbols.sh 96 SYMBOL_EXCLUDES=/tmp/ndk-$USER/ndk-symbol-excludes.txt
100 SYMBOL_INCLUDES=/tmp/ndk-$USER/ndk-symbol-includes.txt
103 SYMBOL_TMPFILE=/tmp/ndk-$USER/ndk-symbols-list.txt
  /sdk/eclipse/plugins/com.android.ide.eclipse.ndk/src/com/android/ide/eclipse/ndk/internal/launch/
NdkLaunchConstants.java 17 package com.android.ide.eclipse.ndk.internal.launch;
19 import com.android.ide.eclipse.ndk.internal.Activator;
20 import com.android.ide.eclipse.ndk.internal.NdkVariables;
NdkGdbLaunchConfigTabGroups.java 17 package com.android.ide.eclipse.ndk.internal.launch;
  /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!"
  /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/cpp-extensions/jni/
Android.mk 1 # Basic test to check that ndk-build recognizes all standard GCC
  /ndk/tests/build/prebuilt-copy/
build.sh 36 $NDK/ndk-build -C "$PREBUILTS_DIR"
43 PREBUILTS_DIR=$PREBUILTS_DIR $NDK/ndk-build -C "$PROGDIR"
78 echo "Found $FAILURES failures! Please fix ndk-build!"
  /ndk/sources/host-tools/ndk-stack/
GNUMakefile 20 BUILD_DIR := /tmp/ndk-$(USER)/build/build-ndk-stack
21 PROGNAME := /tmp/ndk-$(USER)/ndk-stack
55 NDK_STACK_SOURCES := ndk-stack.c \
56 ndk-stack-parser.c
  /ndk/tests/
check-release.sh 18 # Run a few sanity checks on a given NDK release install/package
23 . "$PROGDIR"/../build/core/ndk-common.sh
59 panic "Only one parameter (ndk directory) is supported. See --help."
66 echo "Usage: $PROGNAME [options] [<ndk-install-path>]"
69 echo "NDK release installation, or alternatively an NDK release package."
74 echo " --package=<file> Specify NDK release archive file."
84 TMP_DIR=/tmp/ndk-$USER/tests/release
89 fail_panic "Could not uncompress NDK release package!"
91 # Get into the first sub-directory. It should be something like android-ndk-
    [all...]
  /ndk/tests/build/mips-fp4/
build.sh 3 $NDK/ndk-build -B "$@"
  /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-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 ?> bytes</td>
92 <td><?cs var:ndk.win32_checksum ?></td>
98 href="http://dl.google.com/android/ndk/<?cs var:ndk.win64_download ?>"><?cs var:ndk.win64_download ?></a
    [all...]

Completed in 986 milliseconds

1 2 3 4 5