Searched refs:plugin (Results 1 – 25 of 50) sorted by relevance
12
/sdk/eclipse/plugins/com.android.ide.eclipse.adt.overlay/ |
D | README.txt | 1 This plugin provides a minor extension to the ADT plugin to support 4 The reason the plugin package name starts with the word "overlay" 5 instead of the normal "com.android.eclipse" package is that the plugin 9 but essentially the plugin registration to override the 10 formatProcessor is processed in the alphabetical order of the plugin 11 names, so the org.eclipse plugin would clobber the com.android.eclipse 12 plugin. To work around this, the specific registration code was moved 13 out to a separate plugin, but the formatter itself continues to live
|
D | build.properties | 2 plugin.xml,\
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/.settings/ |
D | org.moreunit.prefs | 3 org.moreunit.unitsourcefolder=plugin-adt\:src\:plugin-tests\:unittests\#plugin-adt\:src\:plugin-tes…
|
/sdk/files/ |
D | plugin.prop | 1 # begin plugin.prop 2 plugin.version=23.0.0 3 # end plugin.prop
|
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/ |
D | GlTracePlugin.java | 30 import org.eclipse.ui.plugin.AbstractUIPlugin; 42 private static GlTracePlugin plugin; field in GlTracePlugin 62 plugin = this; in start() 79 plugin = null; in stop() 89 return plugin; in getDefault()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/ |
D | README.txt | 4 1- Run the unit tests as a full "eclipse plugin" suite 5 2- Run the unit tests as independent JUnit tests (not as plugin) 6 3. Run the functional tests as a full "eclipse plugin" suite (require a real SDK) 12 1- Running the unit tests as a full "eclipse plugin" suite 32 replacing "<adt>" with absolute filesystem path to the android plugin source location 40 Please note the following constraints to be aware of when writing tests to run within a plugin envi… 43 plugin, even if they are in the same declared package 45 likely fail in the plugin environment. Instead, use AdtTestData to access test files 50 2- Run the unit tests as independent JUnit tests (not plugin) 59 "Run As > JUnit Test" (i.e. not the plugin tests) [all …]
|
/sdk/sdklauncher/ |
D | build.gradle | 1 apply plugin: 'c' 2 apply plugin: 'sdk-files' 3 apply plugin: 'windows-setup'
|
/sdk/avdlauncher/ |
D | build.gradle | 1 apply plugin: 'c' 2 apply plugin: 'sdk-files' 3 apply plugin: 'windows-setup'
|
/sdk/eclipse/plugins/com.android.ide.eclipse.monitor/ |
D | build.properties | 5 plugin.xml,\ 7 plugin.properties,\
|
/sdk/eclipse/plugins/com.android.ide.eclipse.ddms/ |
D | build.properties | 5 plugin.xml,\ 12 plugin.properties
|
/sdk/find_java/ |
D | build.gradle | 1 apply plugin: 'cpp' 2 apply plugin: 'sdk-files' 3 apply plugin: 'windows-setup'
|
/sdk/annotations/ |
D | build.gradle | 1 apply plugin: 'java' 2 apply plugin: 'sdk-files'
|
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/tests/ |
D | EclipseTestCollector.java | 48 public void addTestCases(TestSuite suite, Plugin plugin, String expectedPackage) { in addTestCases() argument 49 if (plugin != null) { in addTestCases() 50 Enumeration<?> entries = plugin.getBundle().findEntries("/", "*.class", true); in addTestCases()
|
/sdk/eclipse/scripts/ |
D | update_version.sh | 10 Changes the ADT plugin revision number. 62 plugins/com.android.ide.eclipse.monitor/plugin.properties \
|
/sdk/eclipse/plugins/com.android.ide.eclipse.pdt/ |
D | build.properties | 5 plugin.xml
|
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/ |
D | build.properties | 3 bin.includes = plugin.xml,\
|
/sdk/eclipse/plugins/com.android.ide.eclipse.base/ |
D | build.properties | 5 plugin.xml
|
/sdk/eclipse/plugins/com.android.ide.eclipse.traceview/ |
D | build.properties | 6 plugin.xml,\
|
/sdk/eclipse/plugins/com.android.ide.eclipse.hierarchyviewer/ |
D | build.properties | 5 plugin.xml,\
|
/sdk/eclipse/plugins/com.android.ide.eclipse.ndk/ |
D | build.properties | 5 plugin.xml,\
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/ |
D | build.properties | 1 bin.includes = plugin.xml,\
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt.package/ |
D | build.properties | 4 plugin.xml,\
|
/sdk/docs/ |
D | howto_build_SDK.txt | 16 Subject: How to build an Android SDK & ADT Eclipse plugin. 26 4- Building an ADT plugin for Eclipse 55 This document explains how to build the Android SDK and the ADT Eclipse plugin. 173 4- Building an ADT plugin for Eclipse 214 When you load the plugin in Eclipse, its feature and plugin name will look like 216 internal plugin ID is always composed of the package, the build timestamp and 227 This completes the howto guide on building your own SDK and ADT plugin.
|
/sdk/templates/ |
D | build_gradle.template | 9 apply plugin: 'PLUGIN'
|
/sdk/eclipse/plugins/com.android.ide.eclipse.traceview/src/com/android/ide/eclipse/traceview/ |
D | TraceviewPlugin.java | 18 import org.eclipse.ui.plugin.AbstractUIPlugin;
|
12