OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ndk
(Results
1 - 25
of
268
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
/ndk/
ndk-gdb
2
$(dirname $(readlink -f $0))/
ndk
-gdb.py $@
remove-windows-symlink.sh
3
. `dirname $0`/build/tools/
ndk
-common.sh
/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"
/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. */
/external/vulkan-validation-layers/build-android/gradle-templates/
local.properties
12
ndk
.dir=/path/to/your/android_ndk
/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/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
...]
/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;
/ndk/tests/build/issue81440-non-ascii-comment/
build.sh
5
result=$(NDK_TOOLCHAIN_VERSION=clang $
NDK
/
ndk
-build -B APP_ABI=armeabi 2>&1)
/ndk/tests/build/no-installable-modules/
build.sh
2
# or executables),
ndk
-build will automatically build static library
4
$
NDK
/
ndk
-build "$@"
/ndk/sources/host-tools/ndk-depends/
GNUmakefile
20
BUILD_DIR := /tmp/
ndk
-$(USER)/build/build-
ndk
-depends
21
PROGNAME := /tmp/
ndk
-$(USER)/
ndk
-depends
41
SOURCES :=
ndk
-depends.cc
/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;
/ndk/sources/host-tools/ndk-stack/
GNUmakefile
20
BUILD_DIR := /tmp/
ndk
-$(USER)/build/build-
ndk
-stack
21
PROGNAME := /tmp/
ndk
-$(USER)/
ndk
-stack
48
NDK_STACK_SOURCES :=
ndk
-stack.c \
49
ndk
-stack-parser.c
/external/rmi4utils/
Makefile
17
ndk
-build NDK_APPLICATION_MK=Application.mk
20
ndk
-build NDK_APPLICATION_MK=Application.mk clean
/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!"
/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
...]
Completed in 280 milliseconds
1
2
3
4
5
6
7
8
9
10
11