Home
last modified time | relevance | path

Searched refs:setup (Results 1 – 25 of 33) sorted by relevance

12

/ndk/toolchains/llvm-3.3/
Dsetup.mk38 include $(NDK_ROOT)/toolchains/llvm-3.3/setup-common.mk
51 include $(NDK_ROOT)/toolchains/llvm-3.3/setup-common.mk
64 include $(NDK_ROOT)/toolchains/llvm-3.3/setup-common.mk
77 include $(NDK_ROOT)/toolchains/llvm-3.3/setup-common.mk
90 include $(NDK_ROOT)/toolchains/llvm-3.3/setup-common.mk
102 include $(NDK_ROOT)/toolchains/arm-linux-androideabi-clang3.3/setup.mk
113 include $(NDK_ROOT)/toolchains/arm-linux-androideabi-clang3.3/setup.mk
124 include $(NDK_ROOT)/toolchains/arm-linux-androideabi-clang3.3/setup.mk
135 include $(NDK_ROOT)/toolchains/x86-clang3.3/setup.mk
146 include $(NDK_ROOT)/toolchains/mipsel-linux-android-clang3.3/setup.mk
[all …]
/ndk/toolchains/llvm-3.4/
Dsetup.mk38 include $(NDK_ROOT)/toolchains/llvm-3.4/setup-common.mk
51 include $(NDK_ROOT)/toolchains/llvm-3.4/setup-common.mk
64 include $(NDK_ROOT)/toolchains/llvm-3.4/setup-common.mk
77 include $(NDK_ROOT)/toolchains/llvm-3.4/setup-common.mk
90 include $(NDK_ROOT)/toolchains/llvm-3.4/setup-common.mk
104 include $(NDK_ROOT)/toolchains/llvm-3.4/setup-common.mk
118 include $(NDK_ROOT)/toolchains/llvm-3.4/setup-common.mk
132 include $(NDK_ROOT)/toolchains/llvm-3.4/setup-common.mk
143 include $(NDK_ROOT)/toolchains/arm-linux-androideabi-clang3.4/setup.mk
154 include $(NDK_ROOT)/toolchains/arm-linux-androideabi-clang3.4/setup.mk
[all …]
/ndk/build/core/
Dadd-toolchain.mk71 $(_toolchain).setup := $(wildcard $(_dir)/setup.mk)
73 $(if $(strip $($(_toolchain).setup)),,\
74 $(call __ndk_error, Toolchain $(_name) lacks a setup.mk in $(_dir)))
Dsetup-abi.mk67 TARGET_GDB_SETUP := $(TARGET_OUT)/setup.gdb
84 include $(BUILD_SYSTEM)/setup-toolchain.mk
Dsetup-app.mk113 $(hide) $(call host-rm,$(NDK_ALL_ABIS:%=$(NDK_APP_LIBS_OUT)/%/gdb.setup))
126 $(eval include $(BUILD_SYSTEM)/setup-abi.mk) \
Dbuild-all.mk82 $(eval include $(BUILD_SYSTEM)/setup-app.mk)\
Dbuild-local.mk211 include $(BUILD_SYSTEM)/setup-imports.mk
221 $(eval include $(BUILD_SYSTEM)/setup-app.mk)\
Dsetup-toolchain.mk162 include $(NDK_TOOLCHAIN.$(TARGET_TOOLCHAIN).setup)
170 NDK_APP_GDBSETUP := $(NDK_APP_DST_DIR)/gdb.setup
Dmain.mk137 include $(BUILD_SYSTEM)/setup-imports.mk
Ddefinitions-graph.mk130 -ndk-mod-tree-setup-visit = \
207 $(call -ndk-mod-tree-setup-visit)\
452 $(call -ndk-mod-tree-setup-visit)\
/ndk/docs/text/
DINSTALL.text7 This file gives instructions on how to properly setup your NDK.
53 Previous releases required you to run the 'build/host-setup.sh' script to
DCHANGES.text884 - Removed __ARM_ARCH_5*__ from ARM toolchains/*/setup.mk.
1150 - Removed redundant \r from Windows prebuilt echo.exe. The redundant \r in gdb.setup fails
2338 - Add the content of LOCAL_C_INCLUDES to gdb.setup to make native debugging
2343 /bin/sh: <project>/libs/armeabi/gdb.setup: No such file or directory
2501 - Simplified build system: You no longer need to run build/host-setup.sh
2573 - build/host-setup.sh has been removed. There is no need for a 'setup' step
2651 - Fix build/host-setup.sh to execute as a Bourne shell script (again)
2713 - Actually use the awk version detected by host-setup.sh during the build.
2774 - Fix build/host-setup.sh to:
2780 * ensure that the script is run from $NDKROOT as build/host-setup.sh
DNDK-GDB.text105 > Print verbose information about the native debugging session setup.
DAPPLICATION-MK.text105 + directory. For example, if you have the following setup:
DOVERVIEW.text156 Previous releases required that you run the 'build/host-setup.sh'
/ndk/
Dndk-gdb596 if [ -f $PROJECT/libs/$COMPAT_ABI/gdb.setup ] ; then
612 if [ ! -f $PROJECT/libs/$COMPAT_ABI/gdb.setup ] ; then
781 GDBSETUP=$APP_OUT/gdb.setup
/ndk/build/tools/
Dbuild-on-device-toolchain.sh78 GCC_TOOLCHAIN_VERSION=`cat $NDK_DIR/toolchains/llvm-$DEFAULT_LLVM_VERSION/setup.mk | grep '^TOOLCHA…
Dbuild-host-gcc.sh454 if [ "$PHASE" = setup ]; then
1631 for PHASE in setup build; do
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/impl/
Dcompiler_log_formatter.ipp52 : BOOST_TEST_L( "Test setup" );
Dunit_test_main.ipp202 results_reporter::get_stream() << "Test setup error: " << ex.what() << std::endl;
/ndk/sources/host-tools/make-3.81/
Dconfigure.in24 # Autoconf setup
29 # Automake setup
DREADME.W3236 2. Open a W32 command prompt for your installed (MinGW-)GCC, setup a
47 2. Open a W32 command prompt for your installed (MSVC++-)cl, setup a
Dreadme.vms76 With this setup some tools may not work as expected. The setup should not
/ndk/tests/
Drun-tests.sh455 …GCC_TOOLCHAIN_VERSION=`cat $NDK/toolchains/llvm-$DEFAULT_LLVM_VERSION/setup.mk | grep '^TOOLCHAIN_…
/ndk/docs/renderscript/
Djquery.js20 …ecialAll[N]){o.event.specialAll[N].setup.call(I,K,O)}if(!L){L=E[N]={};if(!o.event.special[N]||o.ev…
21setup:B,teardown:function(){}}},specialAll:{live:{setup:function(E,F){o.event.add(this,F[0],c)},te… method

12