HomeSort by relevance Sort by last modified time
    Searched refs:pluginClass (Results 1 - 11 of 11) sorted by null

  /sdk/monkeyrunner/src/com/android/monkeyrunner/
MonkeyRunnerStarter.java 102 String pluginClass = mainAttributes.getValue(MONKEY_RUNNER_MAIN_MANIFEST_NAME);
103 if (pluginClass == null) {
119 clz = Class.forName(pluginClass, true, classLoader);
121 LOG.log(Level.SEVERE, "Unable to load the specified plugin: " + pluginClass, e);
128 LOG.log(Level.SEVERE, "Unable to load the specified plugin: " + pluginClass, e);
132 "(did you make it public?): " + pluginClass, e);
147 LOG.severe("Unable to coerce object into correct type: " + pluginClass);
  /development/samples/BrowserPlugin/jni/
PluginObject.cpp 90 static NPClass pluginClass = {
107 return &pluginClass;
  /frameworks/base/tests/BrowserTestPlugin/jni/
PluginObject.cpp 77 static NPClass pluginClass = {
94 return &pluginClass;
  /external/webkit/Tools/DumpRenderTree/TestNetscapePlugIn/
PluginObject.cpp 113 static NPClass pluginClass = {
131 return &pluginClass;
832 NPObject* object_arg = browser->createobject(obj->npp, &pluginClass);
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.runtime.compatibility_3.2.100.v20100505.jar 
org.eclipse.osgi_3.6.1.R36x_v20100806.jar 
org.eclipse.osgi_3.6.2.R36x_v20101103.jar 
org.eclipse.pde.core_3.6.1.v20100902_r361.jar 
org.apache.jasper_5.5.17.v201004212143.jar 
  /external/webkit/Source/WebKit/android/jni/
WebViewCore.cpp     [all...]
  /prebuilts/tools/common/eclipse/
org.eclipse.osgi_3.6.2.R36x_v20110210.jar 

Completed in 221 milliseconds