OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NDK
(Results
26 - 50
of
137
) sorted by null
1
2
3
4
5
6
/ndk/build/tools/
build-docs.sh
21
DEFAULT_OUT_DIR=/tmp/
ndk
-$USER/docs
31
Rebuild the
NDK
html documentation from the Markdown input source files
32
in \$
NDK
/docs/text. See \$
NDK
/docs/tools/README for the input file format.
43
register_option "--in-dir=<path>" do_in_dir "Specify input directory" "\$
NDK
/docs/text"
55
# Path to a Markdown filter program that is used to perform a few
NDK
-specific
59
SUBST_PROGRAM=$ANDROID_NDK_ROOT/docs/tools/
ndk
-markdown-substitutions.py
build-gdb-stub.sh
14
$0 --gdb-executable-path=\$
NDK
/toolchains/arm-linux-androideabi-4.8/prebuilt/windows/bin/arm-linux-androideabi-gdb.exe \\
15
--python-prefix-dir=\$
NDK
/prebuilt/windows \\
/ndk/tests/build/b14811006-GOT_PREL-optimization/
build.sh
53
$
NDK
/
ndk
-build -B APP_ABI=$ABI 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 "$@"
/ndk/
ndk-build.cmd
2
rem This is a Windows cmd.exe script used to invoke the
NDK
-specific GNU Make executable
ndk-gdb-py.cmd
2
rem This is a Windows cmd.exe script used to invoke the
NDK
-specific Python executable
/ndk/sources/android/cpufeatures/
Android.mk
12
else #
NDK
build system
/ndk/tests/abcc/
Android.mk
1
# This file is only used at AOSP usage. (not
NDK
usage)
/external/scrypt/
Scrypt.mk
17
# in the
NDK
yet. This can be removed when a clang version that is fast enough
18
# in the
NDK
.
/ndk/tests/
run-tests.sh
17
# This shell script is used to run all
NDK
build tests in a row.
18
# "Build tests" are tests that check the building features of the
NDK
22
# You need to define the
NDK
32
. $NDK_BUILDTOOLS_PATH/
ndk
-common.sh
68
TEST_DIR="/tmp/
ndk
-$USER/tests"
71
TARGET_TEST_SUBDIR="
ndk
-tests"
97
--
ndk
=*)
156
echo "Run
NDK
automated tests. Without any parameter, this will try to"
165
echo " --
ndk
=<path> Path to
NDK
to test [$ROOTDIR]
[
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
...]
/ndk/build/core/
main.mk
23
# Detect the
NDK
installation path by processing this Makefile's location.
29
# for the case when we're invoked from the
NDK
install path
36
$(info Android
NDK
:
NDK
installation path auto-detected: '$(NDK_ROOT)')
103
The
NDK
could not find a proper application description under apps/*/Application.mk)
105
Please follow the instructions in docs/
NDK
-APPS.TXT to write one.)
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
...]
build-local.mk
16
# This file is designed to be called from the '
ndk
-build' script
20
# Detect the
NDK
installation path by processing this Makefile's location.
28
# for the case when we're invoked from the
NDK
install path
32
$(info Android
NDK
:
NDK
installation path auto-detected: '$(NDK_ROOT)')
35
$(info Android
NDK
: You
NDK
installation path contains spaces.)
36
$(info Android
NDK
: Please re-install to a different location to fix the issue !)
52
# It turns out that some people use
ndk
-build to generate static
55
# If NDK_PROJECT_PATH=null,
ndk
-build make no attempt to look for it, but doe
[
all
...]
/ndk/tests/build/absolute-src-file-paths/jni/
Android.mk
5
# when it Android.mk is included in make -f $
NDK
/build/core/build-local.mk DUMP_*
/ndk/toolchains/llvm-3.3/
config.mk
16
# config file for the clang-3.3 toolchain for the Android
NDK
/ndk/toolchains/llvm-3.4/
config.mk
16
# config file for the clang-3.4 toolchain for the Android
NDK
/bionic/libc/tools/
genlibgcc_compat.py
9
* libc.so provided by the platform and binaries built with the
NDK
or
41
* resulted in some native shared libraries generated with the
NDK
or prebuilts
44
* The
NDK
has been fixed after 1.6_r1 to use the correct link command, so
47
* applications that were generated with a previous version of the
NDK
51
* list of requirements. Technically, this is due to mis-linked
NDK
libraries
/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
/libnativehelper/
Android.mk
44
#
NDK
-only build for the target (device), using libc++.
45
# - Relies only on
NDK
exposed functionality.
/ndk/tests/build/topological-sort/jni/
Android.mk
1
# Used to check that
ndk
-build does a proper topological sort of
19
# With
NDK
r8b and earlier, the final link command for the executable
29
# With a
NDK
that implements correct topological dependency ordering,
/external/chromium_org/third_party/libyuv/
Android.mk
1
# This is the Android makefile for libyuv for both platform and
NDK
.
/external/libyuv/
Android.mk
2
# build it with the Android
NDK
.
/external/srtp/
Android.mk
2
# build it with the Android
NDK
.
Completed in 1622 milliseconds
1
2
3
4
5
6