| /development/ndk/build/core/ |
| D | add-toolchain.mk | 57 $(_toolchain).setup := $(wildcard $(_dir)/setup.mk) 59 $(if $(strip $($(_toolchain).setup)),,\ 60 $(call __ndk_error, Toolchain $(_name) lacks a setup.mk in $(_dir)))
|
| D | setup-app.mk | 37 TARGET_GDB_SETUP := $(TARGET_OUT)/setup.gdb 65 include $(BUILD_SYSTEM)/setup-toolchain.mk
|
| D | setup-toolchain.mk | 40 include $(NDK_TOOLCHAIN.$(TARGET_TOOLCHAIN).setup)
|
| D | main.mk | 41 Please run 'build/host-setup.sh' to generate it.) 249 $(eval include $(BUILD_SYSTEM)/setup-app.mk)\
|
| /development/tools/zoneinfo/ |
| D | generate | 31 ) | grep -v Riyadh8 > setup 33 java ZoneCompactor setup data
|
| /development/ndk/build/platforms/android-5/arch-arm/usr/include/linux/ |
| D | transport_class.h | 22 int (*setup)(struct transport_container *, struct device *, member 30 …, cfg) struct transport_class cls = { .class = { .name = nm, }, .setup = su, .remove = …
|
| D | module.h | 57 void (*setup)(struct module *, const char *); member
|
| /development/ndk/build/platforms/android-3/arch-arm/usr/include/linux/ |
| D | transport_class.h | 22 int (*setup)(struct transport_container *, struct device *, member 30 …, cfg) struct transport_class cls = { .class = { .name = nm, }, .setup = su, .remove = …
|
| D | module.h | 57 void (*setup)(struct module *, const char *); member
|
| /development/ndk/build/platforms/android-4/arch-arm/usr/include/linux/ |
| D | transport_class.h | 22 int (*setup)(struct transport_container *, struct device *, member 30 …, cfg) struct transport_class cls = { .class = { .name = nm, }, .setup = su, .remove = …
|
| D | module.h | 57 void (*setup)(struct module *, const char *); member
|
| /development/ndk/docs/ |
| D | INSTALL.TXT | 7 This file gives instructions on how to properly setup your NDK. 57 build/host-setup.sh 59 This will test your setup and make sure the NDK can work properly.
|
| D | CHANGES.TXT | 8 - Fix build/host-setup.sh to execute as a Bourne shell script (again) 13 - Actually use the awk version detected by host-setup.sh during the build. 66 - Fix build/host-setup.sh to: 72 * ensure that the script is run from $NDKROOT as build/host-setup.sh
|
| D | APPLICATION-MK.TXT | 73 + directory. For example, if you have the following setup:
|
| D | OVERVIEW.TXT | 130 1/ Run build/host-setup.sh to configure the NDK 154 the 'build/host-setup.sh' script to configure your NDK.
|
| /development/tools/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/ |
| D | messages.properties | 2 SDK_Not_Setup=The location of the Android SDK has not been setup. Please go to Preferences > Androi…
|
| /development/docs/ |
| D | howto_build_SDK.txt | 42 operations and know how to setup the pre-required software. 52 First, setup your development environment and get the Android source code from 169 - You need a lot of patience. The trick is to do the initial setup correctly
|
| /development/tools/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/ |
| D | build_messages.properties | 23 No_SDK_Setup_Error=SDK directory has not been setup. Please go to the Android preferences and enter…
|
| /development/cmds/monkey/ |
| D | README.NETWORK.txt | 9 Monkey only binds to localhost, so you will need to use adb to setup
|
| /development/tools/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/resources/manager/ |
| D | ResourceManager.java | 66 public static void setup(ResourceMonitor monitor) { in setup() method in ResourceManager
|
| /development/pdk/docs/guide/ |
| D | getting_source_code.jd | 82 <td>Your setup is failing to locate and establish a basic connection. </td>
|
| D | debugging_gdb.jd | 17 …p.sh</code> has a <code>gdbclient</code> command that handles much of the setup. For example, to …
|
| D | bluetooth.jd | 184 …Is to these daemons up into the Android Java framework and adding code to setup the network paths …
|
| D | instrumentation_testing.jd | 72 …that the activity is launched once per class instead of every time the test case calls setup. </td> 76 …his class is similar to <code>ActivityTestCase</code> except that it will setup, tear down, and pr…
|
| /development/tools/eclipse/ |
| D | changes.txt | 50 - Fixed setup of the New class wizard in the manifest (when clicking on "name" for a class attribut…
|