Home
last modified time | relevance | path

Searched refs:configElements (Results 1 – 2 of 2) sorted by relevance

/sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/
DJavaSourceRevealer.java33 IConfigurationElement[] configElements = in instantiateSourceRevealers() local
38 for (IConfigurationElement configElement : configElements) { in instantiateSourceRevealers()
DDdmsPlugin.java367 private IToolsLocator[] instantiateToolsLocators(IConfigurationElement[] configElements) in instantiateToolsLocators() argument
371 if (configElements.length > 0) { in instantiateToolsLocators()
373 IConfigurationElement configElement = configElements[0]; in instantiateToolsLocators()
391 IConfigurationElement[] configElements) throws CoreException { in instantiateDebuggerConnectors() argument
394 if (configElements.length > 0) { in instantiateDebuggerConnectors()
396 IConfigurationElement configElement = configElements[0]; in instantiateDebuggerConnectors()
414 IConfigurationElement[] configElements) in instantiateTraceviewLauncher() argument
418 if (configElements.length > 0) { in instantiateTraceviewLauncher()
420 IConfigurationElement configElement = configElements[0]; in instantiateTraceviewLauncher()