Home
last modified time | relevance | path

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

12

/development/ndk/build/core/
Dadd-toolchain.mk57 $(_toolchain).setup := $(wildcard $(_dir)/setup.mk)
59 $(if $(strip $($(_toolchain).setup)),,\
60 $(call __ndk_error, Toolchain $(_name) lacks a setup.mk in $(_dir)))
Dsetup-app.mk37 TARGET_GDB_SETUP := $(TARGET_OUT)/setup.gdb
65 include $(BUILD_SYSTEM)/setup-toolchain.mk
Dsetup-toolchain.mk40 include $(NDK_TOOLCHAIN.$(TARGET_TOOLCHAIN).setup)
Dmain.mk41 Please run 'build/host-setup.sh' to generate it.)
249 $(eval include $(BUILD_SYSTEM)/setup-app.mk)\
/development/tools/zoneinfo/
Dgenerate31 ) | grep -v Riyadh8 > setup
33 java ZoneCompactor setup data
/development/ndk/build/platforms/android-5/arch-arm/usr/include/linux/
Dtransport_class.h22 int (*setup)(struct transport_container *, struct device *, member
30 …, cfg) struct transport_class cls = { .class = { .name = nm, }, .setup = su, .remove = …
Dmodule.h57 void (*setup)(struct module *, const char *); member
/development/ndk/build/platforms/android-3/arch-arm/usr/include/linux/
Dtransport_class.h22 int (*setup)(struct transport_container *, struct device *, member
30 …, cfg) struct transport_class cls = { .class = { .name = nm, }, .setup = su, .remove = …
Dmodule.h57 void (*setup)(struct module *, const char *); member
/development/ndk/build/platforms/android-4/arch-arm/usr/include/linux/
Dtransport_class.h22 int (*setup)(struct transport_container *, struct device *, member
30 …, cfg) struct transport_class cls = { .class = { .name = nm, }, .setup = su, .remove = …
Dmodule.h57 void (*setup)(struct module *, const char *); member
/development/ndk/docs/
DINSTALL.TXT7 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.
DCHANGES.TXT8 - 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
DAPPLICATION-MK.TXT73 + directory. For example, if you have the following setup:
DOVERVIEW.TXT130 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/
Dmessages.properties2 SDK_Not_Setup=The location of the Android SDK has not been setup. Please go to Preferences > Androi…
/development/docs/
Dhowto_build_SDK.txt42 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/
Dbuild_messages.properties23 No_SDK_Setup_Error=SDK directory has not been setup. Please go to the Android preferences and enter…
/development/cmds/monkey/
DREADME.NETWORK.txt9 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/
DResourceManager.java66 public static void setup(ResourceMonitor monitor) { in setup() method in ResourceManager
/development/pdk/docs/guide/
Dgetting_source_code.jd82 <td>Your setup is failing to locate and establish a basic connection. </td>
Ddebugging_gdb.jd17 …p.sh</code> has a <code>gdbclient</code> command that handles much of the setup. For example, to …
Dbluetooth.jd184 …Is to these daemons up into the Android Java framework and adding code to setup the network paths …
Dinstrumentation_testing.jd72 …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/
Dchanges.txt50 - Fixed setup of the New class wizard in the manifest (when clicking on "name" for a class attribut…

12