HomeSort by relevance Sort by last modified time
    Searched defs:Plugin (Results 1 - 25 of 45) sorted by null

1 2

  /external/chromium_org/ppapi/native_client/src/trusted/plugin/
plugin.h 7 // The PPAPI version of the plugin instantiates a subclass of this class.
26 #include "ppapi/native_client/src/trusted/plugin/nacl_subprocess.h"
27 #include "ppapi/native_client/src/trusted/plugin/pnacl_coordinator.h"
28 #include "ppapi/native_client/src/trusted/plugin/service_runtime.h"
29 #include "ppapi/native_client/src/trusted/plugin/utility.h"
44 namespace plugin { namespace
57 class Plugin : public pp::Instance {
59 explicit Plugin(PP_Instance instance);
63 // Initializes this plugin with <embed/object ...> tag attribute count |argc|,
68 // Handles document load, when the plugin is a MIME type handler
    [all...]
plugin.cc 5 #include "ppapi/native_client/src/trusted/plugin/plugin.h"
24 #include "ppapi/native_client/src/trusted/plugin/nacl_subprocess.h"
25 #include "ppapi/native_client/src/trusted/plugin/plugin_error.h"
26 #include "ppapi/native_client/src/trusted/plugin/service_runtime.h"
27 #include "ppapi/native_client/src/trusted/plugin/utility.h"
29 namespace plugin { namespace
40 void Plugin::ShutDownSubprocesses() {
41 PLUGIN_PRINTF(("Plugin::ShutDownSubprocesses (this=%p)\n",
48 PLUGIN_PRINTF(("Plugin::ShutDownSubprocess (this=%p, return)\n"
    [all...]
  /frameworks/base/core/java/android/webkit/
Plugin.java 26 * Represents a plugin (Java equivalent of the PluginPackageAndroid
34 public class Plugin {
61 public Plugin(String name,
173 * Invokes the click handler for this plugin.
200 // string of the plugin.
  /external/chromium_org/tools/cr/cr/
plugin.py 5 """The plugin management system for the cr tool.
7 This holds the Plugin class and supporting code, that controls how plugins are
29 # Only turned on if the plugin is enabled.
31 # Only turned on while the plugin is the active one.
81 if Plugin.Type in cls.__bases__:
90 class Plugin(cr.loader.AutoExport):
91 """Base class for managing registered plugin types."""
94 """Base class that tags a class as an abstract plugin type."""
97 """A decorator that delegates a static method to the active plugin.
100 active instance of the plugin type
    [all...]
  /external/pdfium/core/src/fxcodec/lcms2/lcms2-2.6/src/
cmserr.c 77 cmsBool _cmsRegisterMemHandlerPlugin(cmsContext ContextID, cmsPluginBase* Plugin);
194 // Auxiliar to fill memory management functions from plugin (or context 0 defaults)
195 void _cmsInstallAllocFunctions(cmsPluginMemHandler* Plugin, _cmsMemPluginChunkType* ptr)
197 if (Plugin == NULL) {
203 ptr ->MallocPtr = Plugin -> MallocPtr;
204 ptr ->FreePtr = Plugin -> FreePtr;
205 ptr ->ReallocPtr = Plugin -> ReallocPtr;
212 if (Plugin ->MallocZeroPtr != NULL) ptr ->MallocZeroPtr = Plugin -> MallocZeroPtr;
213 if (Plugin ->CallocPtr != NULL) ptr ->CallocPtr = Plugin -> CallocPtr
    [all...]
cmsplugin.c 516 // Plugin memory management -------------------------------------------------------------------------------------------------
547 cmsPluginBase* Plugin;
549 for (Plugin = (cmsPluginBase*) Plug_in;
550 Plugin != NULL;
551 Plugin = Plugin -> Next) {
553 if (Plugin -> Magic != cmsPluginMagicNumber) {
554 cmsSignalError(id, cmsERROR_UNKNOWN_EXTENSION, "Unrecognized plugin");
558 if (Plugin ->ExpectedVersion > LCMS_VERSION) {
559 cmsSignalError(id, cmsERROR_UNKNOWN_EXTENSION, "plugin needs Little CMS %d, current version is %d"
    [all...]
cmscnvrt.c 43 // This is the default routine for ICC-style intents. A user may decide to override it by using a plugin.
    [all...]
cmsgamma.c 130 cmsPluginParametricCurves* Plugin = (cmsPluginParametricCurves*) Data;
143 fl ->Evaluator = Plugin ->Evaluator;
144 fl ->nFunctions = Plugin ->nFunctions;
151 memmove(fl->FunctionTypes, Plugin ->FunctionTypes, fl->nFunctions * sizeof(cmsUInt32Number));
152 memmove(fl->ParameterCount, Plugin ->ParameterCount, fl->nFunctions * sizeof(cmsUInt32Number));
    [all...]
cmsintrp.c 62 cmsPluginInterpolation* Plugin = (cmsPluginInterpolation*) Data;
72 ptr ->Interpolators = Plugin ->InterpolatorsFactory;
    [all...]
cmsxform.c 525 cmsPluginTransform* Plugin = (cmsPluginTransform*) Data;
537 if (Plugin ->Factory == NULL) return FALSE;
544 fl ->Factory = Plugin ->Factory;
592 _cmsTransformCollection* Plugin;
602 for (Plugin = ctx ->TransformCollection;
603 Plugin != NULL;
604 Plugin = Plugin ->Next) {
606 if (Plugin ->Factory(&p->xform, &p->UserData, &p ->FreeUserData, &p ->Lut, InputFormat, OutputFormat, dwFlags)) {
608 // Last plugin in the declaration order takes control. We just kee
    [all...]
cmsopt.c     [all...]
cmspack.c     [all...]
cmstypes.c 67 cmsPluginTagType* Plugin = (cmsPluginTagType*) Data;
83 pt ->Handler = Plugin ->Handler;
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.runtime_3.6.0.v20100505.jar 
org.eclipse.pde.core_3.6.1.v20100902_r361.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.core.runtime_3.9.100.v20131218-1515.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.core.runtime_3.6.0.v20100505.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.core.runtime_3.9.0.v20130326-1255.jar 
  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
maven-repository-metadata-3.2.1.jar 
maven-model-3.2.1.jar 
  /external/clang/lib/Driver/
Tools.cpp     [all...]
  /external/owasp/sanitizer/tools/findbugs/lib/
findbugs.jar 
  /prebuilts/tools/common/m2/repository/com/google/code/findbugs/findbugs/2.0.1/
findbugs-2.0.1.jar 
  /prebuilts/tools/common/m2/repository/biz/aQute/bnd/1.50.0/
bnd-1.50.0.jar 
  /prebuilts/tools/common/m2/repository/biz/aQute/bndlib/1.50.0/
bndlib-1.50.0.jar 

Completed in 4141 milliseconds

1 2