Home
last modified time | relevance | path

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

1234

/sdk/eclipse/
Dbuild.gradle26 …adtPlugins = new File(projectDir, 'plugins').listFiles().findAll { it.name.startsWith("com.android…
112 def artifactName = artifacts.find{ it.value == dependencyId}?.key
129 if (!artifactMap.containsKey(it)) {
130 throw new RuntimeException("No resolved artifact for: " + it + ", required for: "
134 String destName = artifactMap.get(it)
136 ant.copy(file: destName, tofile: new File(dest, it))
166 dependency.moduleArtifacts.collect { it.file })
191 if (!it.equals(".")) {
192 if (!it.startsWith("libs/") || !it.endsWith(".jar")) {
194 "Unexpected classpath entry: " + it + " in file: " + manifest)
[all …]
/sdk/eclipse/monitor/
Dbuild.gradle77 exclude "**/$it"
85 exclude "**/$it"
93 exclude "**/$it"
101 exclude "**/$it"
109 exclude "**/$it"
/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/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
DSelectionManager.java712 for (ListIterator<SelectionItem> it = mSelections.listIterator(); it.hasNext(); ) { in deselect()
713 SelectionItem s = it.next(); in deselect()
715 it.remove(); in deselect()
728 for (ListIterator<SelectionItem> it = mSelections.listIterator(); it.hasNext(); ) { in deselectAll()
729 SelectionItem s = it.next(); in deselectAll()
731 it.remove(); in deselectAll()
740 for (ListIterator<SelectionItem> it = mSelections.listIterator(); it.hasNext(); ) { in sync()
741 SelectionItem s = it.next(); in sync()
751 it.remove(); in sync()
756 it.add(createSelection(vi)); in sync()
[all …]
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/actions/
DFixProjectAction.java63 for (Iterator<?> it = ((IStructuredSelection) mSelection).iterator(); in run()
64 it.hasNext();) { in run()
65 Object element = it.next(); in run()
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/
Dmanifest-expected-completion16.txt9 …f permission values: it declares that this package has ownership of the given permission name, a…
14 …s a "permission" that the containing package must be granted in order for it to operate correctly.
Dmanifest-expected-completion18.txt15 …parenting : Specify that an activity can be moved out of a task it is in to the task it has an af…
18 android:clearTaskOnLaunch : Specify whether an activity's task should be cleared when it is re-lau…
20 …an acitivty's task state should always be maintained by the system, or if it is allowed to reset …
29 android:parentActivityName : The name of the logical parent of the activity as it appears in the m…
/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/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/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/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/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/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/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/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/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/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/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/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/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/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/
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/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactorings/renamepackage/
DRenamePackageAction.java91 for (Iterator<?> it = ((IStructuredSelection) mSelection).iterator(); it.hasNext();) { in run()
92 Object element = it.next(); in run()

1234