Searched defs:platformDescription (Results 1 - 15 of 15) sorted by relevance

/external/objenesis/tck/src/org/objenesis/tck/
H A DReporter.java39 * @param platformDescription Description the platform being run on (i.e. JVM version, vendor,
44 void startTests(String platformDescription, Collection allCandidates, argument
H A DTextReporter.java85 private String platformDescription; field in class:TextReporter
96 public void startTests(String platformDescription, Collection allCandidates, argument
102 this.platformDescription = platformDescription;
146 summary.println("Running TCK on platform: " + platformDescription);
/external/webkit/Source/WebCore/platform/gtk/
H A DContextMenuGtk.cpp58 PlatformMenuDescription ContextMenu::platformDescription() const function in class:WebCore::ContextMenu
H A DContextMenuItemGtk.cpp173 PlatformMenuItemDescription platformDescription = m_platformDescription; local
175 return platformDescription;
226 gtk_menu_item_set_submenu(m_platformDescription, GTK_WIDGET(menu->platformDescription()));
/external/webkit/Source/WebCore/platform/brew/
H A DContextMenuBrew.cpp78 ContextMenuItem* ContextMenu::itemAtIndex(unsigned index, const PlatformMenuDescription platformDescription) argument
91 PlatformMenuDescription ContextMenu::platformDescription() const function in class:WebCore::ContextMenu
/external/webkit/Source/WebCore/platform/chromium/
H A DContextMenuChromium.cpp75 ContextMenuItem* ContextMenu::itemAtIndex(unsigned index, const PlatformMenuDescription platformDescription) argument
84 PlatformMenuDescription ContextMenu::platformDescription() const function in class:WebCore::ContextMenu
/external/webkit/Source/WebCore/platform/haiku/
H A DContextMenuHaiku.cpp57 BMenuItem* item = m_menu->platformDescription()->FindItem(m_result);
107 PlatformMenuDescription ContextMenu::platformDescription() const function in class:WebCore::ContextMenu
/external/webkit/Source/WebCore/platform/qt/
H A DContextMenuQt.cpp66 PlatformMenuDescription ContextMenu::platformDescription() const function in class:WebCore::ContextMenu
/external/webkit/Source/WebCore/platform/wx/
H A DContextMenuWx.cpp101 PlatformMenuDescription ContextMenu::platformDescription() const function in class:ContextMenu
/external/objenesis/tck/test/org/objenesis/tck/
H A DObjenesisTest.java48 public void startTests(String platformDescription, Collection allCandidates, argument
H A DTCKTest.java133 public void startTests(String platformDescription, Collection allCandidates, argument
/external/webkit/Source/WebCore/platform/android/
H A DTemporaryLinkStubs.cpp181 PlatformMenuDescription ContextMenu::platformDescription() const function in class:ContextMenu
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src/org/eclipse/releng/generators/
H A DTestResultsGenerator.java67 public Vector platformDescription; field in class:TestResultsGenerator
173 platformDescription = new Vector();
193 platformDescription.add(description);
624 for(int i=0; i<platformDescription.size(); i++) {
625 writePlatformFile(platformDescription.get(i).toString(), platformTemplateString.get(i).toString(), platformDropFileName.get(i).toString());
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/
H A DbuildTools.jarMETA-INF/MANIFEST.MF org/eclipse/releng/Mailer.class Mailer.java package org.eclipse ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.pde.core_3.6.1.v20100902_r361.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 450 milliseconds