HomeSort by relevance Sort by last modified time
    Searched refs:plugin (Results 101 - 125 of 253) sorted by null

1 2 3 45 6 7 8 91011

  /system/core/fastboot/
usb_osx.c 104 // Create an intermediate plugin
112 // No longer need the usbInterface object now that we have the plugin
116 WARN("Unable to create plugin (%08x)\n", kr);
126 // No longer need the intermediate plugin
262 IOCFPlugInInterface **plugin = NULL; local
269 // Create an intermediate plugin.
273 &plugin, &score);
275 if ((kr != 0) || (plugin == NULL)) {
281 result = (*plugin)->QueryInterface(plugin,
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.build_3.6.1.R36x_v20100823/templates/headless-build/
build.properties 27 product=/plugin or feature id/path/to/.product
138 #The value to be used for the qualifier of a plugin or feature when you want to override the value computed by pde.
139 #The value will only be applied to plugin or features indicating build.properties, qualifier = context
174 #- the location of the jar or folder that is the plugin or feature : /path/to/foo.jar or /path/to/foo
176 #- the location of a feature.xml, or for 2.1 style plugins, the plugin.xml or fragment.xml
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ui_3.6.1.M20100826-1330.jar 
org.eclipse.core.runtime.compatibility_3.2.100.v20100505.jar 
org.eclipse.pde.core_3.6.1.v20100902_r361.jar 
  /external/protobuf/src/google/protobuf/compiler/
plugin.cc 33 #include <google/protobuf/compiler/plugin.h>
52 #include <google/protobuf/compiler/plugin.pb.h>
102 cerr << argv[0] << ": protoc sent unparseable request to plugin." << endl;
122 cerr << argv[0] << ": protoc asked plugin to generate a file but "
  /hardware/ti/omap4xxx/libstagefrighthw/
TIOMXPlugin.cpp 29 extern "C" void destroyOMXPlugin(OMXPluginBase *plugin) {
30 delete plugin;
  /sdk/eclipse/buildConfig/
build.properties 28 product=/plugin or feature id/path/to/.product
121 #The value to be used for the qualifier of a plugin or feature when you want to override the value computed by pde.
122 #The value will only be applied to plugin or features indicating build.properties, qualifier = context
151 #- the location of the jar or folder that is the plugin or feature : /path/to/foo.jar or /path/to/foo
153 #- the location of a feature.xml, or for 2.1 style plugins, the plugin.xml or fragment.xml
  /external/antlr/antlr-3.4/antlr3-maven-plugin/src/main/java/org/antlr/mojo/antlr3/
Antlr3Mojo.java 5 Maven Plugin - Copyright (c) 2009 Jim Idle
37 import org.apache.maven.plugin.AbstractMojo;
38 import org.apache.maven.plugin.MojoExecutionException;
39 import org.apache.maven.plugin.MojoFailureException;
49 import org.apache.maven.plugin.logging.Log;
162 * be included in the generate phase of the plugin. Note that the plugin
168 * this version of the plugin looks for the directory antlr3 and not the directory
177 * the generate phase of the plugin. Files listed here will not be sent for
241 * @throws org.apache.maven.plugin.MojoExecutionException When something is discovered such as a missing sourc
    [all...]
  /external/chromium/chrome/browser/
plugin_updater.h 32 // Get a list of all the plugin groups. The caller should take ownership
36 // Enable or disable a plugin group.
39 // Enable or disable a specific plugin file.
42 // Enable or disable plugin groups as defined by the user's preference file.
63 // Called on the UI thread with the plugin data to save the preferences.
69 // Queues sending the notification that plugin data has changed. This is done
73 // Used for the post task to notify that plugin enabled status changed.
77 const webkit::npapi::WebPluginInfo& plugin);
  /external/webkit/Source/WebKit/mac/Plugins/
WebNetscapePluginStream.mm 143 WebNetscapePluginStream::WebNetscapePluginStream(NSURLRequest *request, NPP plugin, bool sendNotification, void* notifyData)
162 WebNetscapePluginView *view = (WebNetscapePluginView *)plugin->ndata;
168 ASSERT(plugin);
170 setPlugin(plugin);
172 streams().add(&m_stream, plugin);
194 void WebNetscapePluginStream::setPlugin(NPP plugin)
196 if (plugin) {
197 m_plugin = plugin;
340 // If the content is encoded (most likely compressed), then don't send its length to the plugin,
403 // (the stream destruction function), so there can be no expectation that a plugin will read the strea
    [all...]
  /external/webkit/Source/WebKit/qt/Api/
qwebplugindatabase_p.h 89 void setPreferredPluginForMimeType(const QString& mimeType, const QWebPluginInfo& plugin);
  /external/webkit/Source/WebKit2/Shared/Plugins/
NPObjectMessageReceiver.cpp 38 PassOwnPtr<NPObjectMessageReceiver> NPObjectMessageReceiver::create(NPRemoteObjectMap* npRemoteObjectMap, Plugin* plugin, uint64_t npObjectID, NPObject* npObject)
40 return adoptPtr(new NPObjectMessageReceiver(npRemoteObjectMap, plugin, npObjectID, npObject));
43 NPObjectMessageReceiver::NPObjectMessageReceiver(NPRemoteObjectMap* npRemoteObjectMap, Plugin* plugin, uint64_t npObjectID, NPObject* npObject)
45 , m_plugin(plugin)
NPObjectMessageReceiver.h 41 class Plugin;
47 static PassOwnPtr<NPObjectMessageReceiver> create(NPRemoteObjectMap*, Plugin*, uint64_t npObjectID, NPObject*);
52 Plugin* plugin() const { return m_plugin; } function in class:WebKit::NPObjectMessageReceiver
56 NPObjectMessageReceiver(NPRemoteObjectMap*, Plugin*, uint64_t npObjectID, NPObject*);
71 Plugin* m_plugin;
NPObjectProxy.cpp 41 NPObjectProxy* NPObjectProxy::create(NPRemoteObjectMap* npRemoteObjectMap, Plugin* plugin, uint64_t npObjectID)
44 npObjectProxy->initialize(npRemoteObjectMap, plugin, npObjectID);
79 void NPObjectProxy::initialize(NPRemoteObjectMap* npRemoteObjectMap, Plugin* plugin, uint64_t npObjectID)
86 ASSERT(plugin);
90 m_plugin = plugin;
  /tools/motodev/src/plugins/db.core/src/com/motorolamobility/studio/android/db/core/ui/wizards/
TableLabelProvider.java 22 import org.eclipse.ui.plugin.AbstractUIPlugin;
  /tools/motodev/src/plugins/mat/src/com/motorola/studio/android/mat/actions/
OpenMotodevPaneAction.java 24 import org.eclipse.ui.plugin.AbstractUIPlugin;
  /tools/motodev/src/plugins/devices.services/src/com/motorola/studio/android/devices/services/
DeviceServicesPlugin.java 39 import org.eclipse.ui.plugin.AbstractUIPlugin;
73 private static DeviceServicesPlugin plugin; field in class:DeviceServicesPlugin
160 * @see org.eclipse.ui.plugin.AbstractUIPlugin#start(org.osgi.framework.BundleContext)
166 "Starting MOTODEV Android Device Services Plugin...");
169 plugin = this;
173 "MOTODEV Android Device Services Plugin started.");
178 * @see org.eclipse.ui.plugin.AbstractUIPlugin#stop(org.osgi.framework.BundleContext)
184 plugin = null;
195 return plugin;
  /external/chromium/webkit/glue/
webkitclient_impl.cc 235 const webkit::npapi::WebPluginInfo& plugin = plugins[i]; local
238 plugin.name, plugin.desc,
239 FilePathStringToWebString(plugin.path.BaseName().value()));
241 for (size_t j = 0; j < plugin.mime_types.size(); ++j) {
242 const webkit::npapi::WebPluginMimeType& mime_type = plugin.mime_types[j];
  /development/samples/BrowserPlugin/jni/
PluginObject.cpp 154 PluginObject *plugin = (PluginObject *)obj; local
169 PluginObject *plugin = (PluginObject *)obj; local
  /frameworks/base/tests/BrowserTestPlugin/jni/
PluginObject.cpp 141 PluginObject *plugin = (PluginObject *)obj; local
156 PluginObject *plugin = (PluginObject *)obj; local
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/alsa/
control_external.h 3 * \brief External control plugin SDK
7 * External control plugin SDK.
36 * \defgroup CtlPlugin_SDK External Control Plugin SDK
46 * Define the symbols of the given control plugin with versions
51 * Define the control plugin
53 #define SND_CTL_PLUGIN_DEFINE_FUNC(plugin) \
54 int SND_CTL_PLUGIN_ENTRY(plugin) (snd_ctl_t **handlep, const char *name,\
57 /** External control plugin handle */
71 * external plugin protocol version
114 * callbacks of this plugin; must be filled before calling #snd_pcm_ioplug_create(
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/alsa/
control_external.h 3 * \brief External control plugin SDK
7 * External control plugin SDK.
36 * \defgroup CtlPlugin_SDK External Control Plugin SDK
46 * Define the symbols of the given control plugin with versions
51 * Define the control plugin
53 #define SND_CTL_PLUGIN_DEFINE_FUNC(plugin) \
54 int SND_CTL_PLUGIN_ENTRY(plugin) (snd_ctl_t **handlep, const char *name,\
57 /** External control plugin handle */
71 * external plugin protocol version
114 * callbacks of this plugin; must be filled before calling #snd_pcm_ioplug_create(
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/alsa/
control_external.h 3 * \brief External control plugin SDK
7 * External control plugin SDK.
36 * \defgroup CtlPlugin_SDK External Control Plugin SDK
46 * Define the symbols of the given control plugin with versions
51 * Define the control plugin
53 #define SND_CTL_PLUGIN_DEFINE_FUNC(plugin) \
54 int SND_CTL_PLUGIN_ENTRY(plugin) (snd_ctl_t **handlep, const char *name,\
57 /** External control plugin handle */
71 * external plugin protocol version
114 * callbacks of this plugin; must be filled before calling #snd_pcm_ioplug_create(
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/
VersionCheck.java 38 * Class handling the version check for the plugin vs. the SDK.<br>
39 * The plugin must be able to support all version of the SDK.
41 * <p/>An SDK can require a new version of the plugin.
42 * <p/>The SDK contains a file with the minimum version for the plugin. This file is inside the
43 * <code>tools/lib</code> directory, and is called <code>plugin.prop</code>.<br>
44 * Inside that text file, there is a line in the format "plugin.version=#.#.#". This is checked
45 * against the current plugin version.<br>
55 * Pattern to get the minimum plugin version supported by the SDK. This is read from
56 * the file <code>$SDK/tools/lib/plugin.prop</code>.
59 "^plugin.version=(\\d+)\\.(\\d+)\\.(\\d+).*$"); //$NON-NLS-1
69 AdtPlugin plugin = AdtPlugin.getDefault(); local
    [all...]

Completed in 646 milliseconds

1 2 3 45 6 7 8 91011