Home
last modified time | relevance | path

Searched refs:plugin (Results 1 – 25 of 50) sorted by relevance

12

/sdk/eclipse/plugins/com.android.ide.eclipse.adt.overlay/
DREADME.txt1 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
Dbuild.properties2 plugin.xml,\
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/.settings/
Dorg.moreunit.prefs3 org.moreunit.unitsourcefolder=plugin-adt\:src\:plugin-tests\:unittests\#plugin-adt\:src\:plugin-tes…
/sdk/files/
Dplugin.prop1 # 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/
DGlTracePlugin.java30 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/
DREADME.txt4 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/
Dbuild.gradle1 apply plugin: 'c'
2 apply plugin: 'sdk-files'
3 apply plugin: 'windows-setup'
/sdk/avdlauncher/
Dbuild.gradle1 apply plugin: 'c'
2 apply plugin: 'sdk-files'
3 apply plugin: 'windows-setup'
/sdk/eclipse/plugins/com.android.ide.eclipse.monitor/
Dbuild.properties5 plugin.xml,\
7 plugin.properties,\
/sdk/eclipse/plugins/com.android.ide.eclipse.ddms/
Dbuild.properties5 plugin.xml,\
12 plugin.properties
/sdk/find_java/
Dbuild.gradle1 apply plugin: 'cpp'
2 apply plugin: 'sdk-files'
3 apply plugin: 'windows-setup'
/sdk/annotations/
Dbuild.gradle1 apply plugin: 'java'
2 apply plugin: 'sdk-files'
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/tests/
DEclipseTestCollector.java48 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/
Dupdate_version.sh10 Changes the ADT plugin revision number.
62 plugins/com.android.ide.eclipse.monitor/plugin.properties \
/sdk/eclipse/plugins/com.android.ide.eclipse.pdt/
Dbuild.properties5 plugin.xml
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/
Dbuild.properties3 bin.includes = plugin.xml,\
/sdk/eclipse/plugins/com.android.ide.eclipse.base/
Dbuild.properties5 plugin.xml
/sdk/eclipse/plugins/com.android.ide.eclipse.traceview/
Dbuild.properties6 plugin.xml,\
/sdk/eclipse/plugins/com.android.ide.eclipse.hierarchyviewer/
Dbuild.properties5 plugin.xml,\
/sdk/eclipse/plugins/com.android.ide.eclipse.ndk/
Dbuild.properties5 plugin.xml,\
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/
Dbuild.properties1 bin.includes = plugin.xml,\
/sdk/eclipse/plugins/com.android.ide.eclipse.adt.package/
Dbuild.properties4 plugin.xml,\
/sdk/docs/
Dhowto_build_SDK.txt16 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/
Dbuild_gradle.template9 apply plugin: 'PLUGIN'
/sdk/eclipse/plugins/com.android.ide.eclipse.traceview/src/com/android/ide/eclipse/traceview/
DTraceviewPlugin.java18 import org.eclipse.ui.plugin.AbstractUIPlugin;

12