Home
last modified time | relevance | path

Searched refs:it (Results 1 – 25 of 29) sorted by relevance

12

/sdk/apps/SdkController/
DImplementation.txt18 - All the handlers are started when the service starts and shutdown with it.
25 Another way to see it is that the app handles a number of tasks which are
38 - in onResume this will bind to the service, creating and starting it if necessary.
39 - in onPause, this will unbind from the service, but does not stop it.
46 When the activity is connected to the service, it can then use getServiceBinder()
63 - EmulatorListener is a callback: the emulator connection uses it to indicate
/sdk/
DREADME.txt23 To build it from the command-line, you'd use "gradle" as such:
56 However it does depend on /tools/base/sdklib. Let's say you want to
91 - Without argument, it prints what it would do but does nothing.
92 Use the "-f" argument to make it build/copy stuff.
97 making it smarter because obviously we don't want anyone to just try
/sdk/testapps/aidlTest/libWithAidl/
Dant.properties3 # This file must be checked in Version Control Systems, as it is
12 # You can also use it define how the release builds are signed by declaring
/sdk/testapps/jarCheckTests3/lib1/
Dant.properties3 # This file must be checked in Version Control Systems, as it is
12 # You can also use it define how the release builds are signed by declaring
/sdk/testapps/aidlTest/mainProject/
Dant.properties3 # This file must be checked in Version Control Systems, as it is
12 # You can also use it define how the release builds are signed by declaring
/sdk/testapps/jarCheckTests2/app/
Dant.properties3 # This file must be checked in Version Control Systems, as it is
12 # You can also use it define how the release builds are signed by declaring
/sdk/testapps/gridlayoutTest/app/
Dant.properties3 # This file must be checked into Version Control Systems, as it is
12 # You can also use it define how the release builds are signed by declaring
/sdk/testapps/jarCheckTests3/app/
Dant.properties3 # This file must be checked in Version Control Systems, as it is
12 # You can also use it define how the release builds are signed by declaring
/sdk/testapps/buildConfigTest/app/
Dant.properties3 # This file must be checked into Version Control Systems, as it is
12 # You can also use it define how the release builds are signed by declaring
/sdk/testapps/jarCheckTests1/lib2/
Dant.properties3 # This file must be checked in Version Control Systems, as it is
12 # You can also use it define how the release builds are signed by declaring
/sdk/testapps/jarCheckTests1/app/
Dant.properties3 # This file must be checked in Version Control Systems, as it is
12 # You can also use it define how the release builds are signed by declaring
/sdk/testapps/jarCheckTests2/lib1/
Dant.properties3 # This file must be checked in Version Control Systems, as it is
12 # You can also use it define how the release builds are signed by declaring
/sdk/testapps/customViewTest/libWithCustomView/
Dant.properties3 # This file must be checked in Version Control Systems, as it is
12 # You can also use it define how the release builds are signed by declaring
/sdk/testapps/customViewTest/mainProject/
Dant.properties3 # This file must be checked in Version Control Systems, as it is
12 # You can also use it define how the release builds are signed by declaring
/sdk/testapps/basicProjectWithAidl/
Dant.properties3 # This file must be checked into Version Control Systems, as it is
12 # You can also use it define how the release builds are signed by declaring
/sdk/testapps/jarCheckTests1/lib1/
Dant.properties3 # This file must be checked in Version Control Systems, as it is
12 # You can also use it define how the release builds are signed by declaring
/sdk/testapps/jarCheckTests2/lib2/
Dant.properties3 # This file must be checked in Version Control Systems, as it is
12 # You can also use it define how the release builds are signed by declaring
/sdk/testapps/jarCheckTests3/lib2/
Dant.properties3 # This file must be checked in Version Control Systems, as it is
12 # You can also use it define how the release builds are signed by declaring
/sdk/find_java2/src/
DJavaFinder.cpp566 for (auto it = paths->begin(); it != paths->end(); ) { in findJavaPaths() local
567 if (it->mVersion < mMinVersion) { in findJavaPaths()
568 it = paths->erase(it); // C++11 set.erase returns an iterator to the *next* element in findJavaPaths()
570 ++it; in findJavaPaths()
/sdk/docs/
Dhowto_build_SDK.txt60 Basically it's not trivial yet when done right it's not that complicated.
115 SDK is build on top of a Linux SDK where a few binaries are replaced. So it
116 cannot be built on Windows, and it cannot be built on Mac, only on Linux.
118 I'll repeat this again because it's important:
178 Eclipse and install it at a special location. That's not needed
182 build script by giving it a destination directory and an optional build number:
199 The second argument is the build "number". The example used "$USER" but it
Dhowto_use_cupcake_sdk.txt53 First you will need to grab the zip of the SDK for your platform or build it
60 Grab the new ADT Eclipse plugin zip file or build it yourself. Keep it
95 - Using Help > Software Update, add a new "archived site", point it to the new
99 - After it restarts, please use Window > Preferences > Android and select
113 The SDK comes with a 1.5 platform. Select it and close the properties panel.
117 The new plugin creates a "gen" folder in your project where it puts the R.java
138 files for your Android projects. This makes it easier to create a new layout, a
161 First if you had customized your build.xml, make a copy of it:
288 Since it is used as directory name, please avoid using shell or path specific
317 In this mode, when a project is deployed in debug or run, it checks:
[all …]
DNotes_on_WST_StructuredDocument.txt9 this out there, so this is a short explanation of how it works, totally
10 based on _empirical_ evidence. As such, it must be taken with a grain of salt.
149 So for example an outer XML_TAG_NAME region collection is a proper XML tag, and it will contain
158 here, the only case where it matters is in a tag such as <string name="my_string">: for the
162 If you want the text of the inner region, you actually need to query it from the outer region.
/sdk/avdlauncher/
Dbuild.gradle32 def binaries = executables.avdLauncher.binaries.matching { it.name == name }
/sdk/sdklauncher/
Dbuild.gradle32 def binaries = executables.sdkLauncher.binaries.matching { it.name == name }
/sdk/find_java/
Dbuild.gradle43 def binaries = executables.findJava.binaries.matching { it.name == name }

12