/sdk/eclipse/ |
D | build.gradle | 26 …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/ |
D | build.gradle | 77 exclude "**/$it" 85 exclude "**/$it" 93 exclude "**/$it" 101 exclude "**/$it" 109 exclude "**/$it"
|
/sdk/apps/SdkController/ |
D | Implementation.txt | 18 - 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/ |
D | SelectionManager.java | 712 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/ |
D | FixProjectAction.java | 63 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/ |
D | manifest-expected-completion16.txt | 9 …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.
|
D | manifest-expected-completion18.txt | 15 …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/ |
D | ant.properties | 3 # 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/ |
D | ant.properties | 3 # 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/ |
D | ant.properties | 3 # 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/ |
D | ant.properties | 3 # 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/ |
D | ant.properties | 3 # 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/ |
D | ant.properties | 3 # 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/ |
D | ant.properties | 3 # 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/ |
D | ant.properties | 3 # 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/ |
D | ant.properties | 3 # 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/ |
D | ant.properties | 3 # 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/ |
D | ant.properties | 3 # 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/ |
D | ant.properties | 3 # 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/ |
D | ant.properties | 3 # 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/ |
D | ant.properties | 3 # 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/ |
D | ant.properties | 3 # 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/ |
D | ant.properties | 3 # 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/ |
D | README.txt | 23 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/ |
D | RenamePackageAction.java | 91 for (Iterator<?> it = ((IStructuredSelection) mSelection).iterator(); it.hasNext();) { in run() 92 Object element = it.next(); in run()
|