OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NDK
(Results
126 - 137
of
137
) sorted by null
1
2
3
4
5
6
/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/test/
testit_android
130
- The prebuild libc++ libraries in your
NDK
install.
192
echo "Please run: build/tools/build-compiler-rt.sh --
ndk
-dir=$
NDK
\
193
--src-dir=/tmp/
ndk
-$USER/src/llvm-3.4/compiler-rt --llvm-version=3.4"
401
# to workaround an issue in
ndk
-build which doesn't handle LOCAL_SRC_FILES with '='.
405
# An alternative is to do "find . -type f", but this doesn't work in
NDK
windows package
/ndk/toolchains/llvm-3.4/
setup.mk
16
# this file is used to prepare the
NDK
to build with the clang-3.4
23
# revisions of the
NDK
.
/ndk/build/tools/
dev-system-import.sh
50
"This script is used to update the
NDK
's platform headers and system libraries
52
modifying and rebuilding one of the public libraries exposed through the
NDK
.
55
NDK
definitions for the 'android-9' platform, use one of:
75
same functions and variables. These can be used with the
NDK
at link
77
linker flags when used with the standalone
NDK
toolchain
88
By default, all files are placed under \$ANDROID/development/
ndk
92
only the files under \$ANDROID_ROOT/development/
ndk
/platforms/android-<level>/
103
DEVDIR="$ANDROID_NDK_ROOT/../development/
ndk
"
228
dump "ERROR: Could not find valid output directory (e.g. \$
NDK
/../development/
ndk
).
[
all
...]
/ndk/
ndk-gdb
19
# on a given
NDK
application. The application must be debuggable, i.e.
23
# See docs/
NDK
-GDB.TXT for usage description. Essentially, you just
24
# need to launch
ndk
-gdb from your application project directory
25
# after doing
ndk
-build && ant install && <start-application-on-device>
30
# Check if absolute
NDK
path contain space
33
*\ *) echo "ERROR:
NDK
path cannot contain space"
40
. $PROGDIR/build/tools/
ndk
-common.sh
166
# ./
ndk
-gdb --project=/path/to/project
292
echo "Setup a gdb debugging session for your Android
NDK
application."
293
echo "Read $$
NDK
/docs/NDK-GDB.TXT for complete usage instructions.
[
all
...]
/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
/ndk/build/core/
build-binary.mk
49
# builds and other nasty surprises, because it doesn't tell
ndk
-build
251
# As a special extension, the
NDK
also supports the .neon extension suffix
328
# now remove PCH from LOCAL_SRC_FILES to prevent getting
NDK
warning about
597
$(call -
ndk
-mod-debug,module $(LOCAL_MODULE) [$(LOCAL_BUILT_MODULE)])
598
$(call -
ndk
-mod-debug,. all_libs='$(all_libs)')
599
$(call -
ndk
-mod-debug,. shared_libs='$(shared_libs)')
600
$(call -
ndk
-mod-debug,. static_libs='$(static_libs)')
601
$(call -
ndk
-mod-debug,. whole_static_libs='$(whole_static_libs)')
608
$(call -
ndk
-mod-debug,. built_shared_libs='$(shared_libs)')
609
$(call -
ndk
-mod-debug,. built_static_libs='$(static_libs)'
[
all
...]
setup-toolchain.mk
131
# Define the root path of the toolchain in the
NDK
tree.
213
$(call
ndk
-stl-select,$(NDK_APP_STL))
219
$(call
ndk
-stl-add-dependencies,$(NDK_APP_STL))
definitions.mk
15
# Common definitions for the Android
NDK
build system
87
# ':' if
ndk
-build is called inside jni/ directory when path is expanded
530
# libraries, since it helps
ndk
-gdb.
718
module-get-all-dependencies = $(call -
ndk
-mod-get-closure,$1,module-get-depends)
736
$(call -
ndk
-mod-get-topological-depends,$1,-
ndk
-mod-link-deps))
743
-
ndk
-mod-link-deps = \
[
all
...]
/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
...]
/frameworks/base/docs/html/training/
training_toc.cs
[
all
...]
/ndk/tests/device/test-libc++-shared-full/jni/
Android.mk
3
libcxx-test-path := $(abspath $(
NDK
)/sources/cxx-stl/llvm-libc++/libcxx/test)
[
all
...]
/ndk/tests/device/test-libc++-static-full/jni/
Android.mk
3
libcxx-test-path := $(abspath $(
NDK
)/sources/cxx-stl/llvm-libc++/libcxx/test)
[
all
...]
Completed in 1566 milliseconds
1
2
3
4
5
6