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

1 2 3 4

  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/
plugin.py 24 Implements plugin related api.
26 To define a new plugin just subclass Plugin, like this.
28 class AuthPlugin(Plugin):
31 Then start creating subclasses of your new plugin.
44 class Plugin(object):
51 """Returns true if the requested capability is supported by this plugin
89 if not config.has_option('Plugin', 'plugin_directory'):
91 directory = config.get('Plugin', 'plugin_directory')
  /external/parameter-framework/upstream/test/functional-tests/include/
Config.hpp 67 struct Plugin
71 /** Each plugin has a location and a path.
75 using Plugins = Plugin::Collection;
  /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.
  /toolchain/binutils/binutils-2.25/gold/
plugin.h 0 // plugin.h -- plugin manager for gold -*- C++ -*-
30 #include "plugin-api.h"
51 // This class represents a single plugin library.
53 class Plugin
56 Plugin(const char* filename)
66 ~Plugin()
108 Plugin(const Plugin&);
109 Plugin& operator=(const Plugin&)
    [all...]
  /external/pdfium/third_party/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...]
  /prebuilts/tools/common/m2/repository/org/apache/maven/maven-repository-metadata/2.0.9/
maven-repository-metadata-2.0.9.jar 
  /prebuilts/tools/common/m2/repository/org/apache/maven/maven-plugin-registry/2.0.9/
maven-plugin-registry-2.0.9.jar 
  /prebuilts/tools/common/m2/repository/org/apache/maven/maven-plugin-registry/2.2.1/
maven-plugin-registry-2.2.1.jar 
  /prebuilts/tools/common/m2/repository/org/apache/maven/maven-repository-metadata/2.2.1/
maven-repository-metadata-2.2.1.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.runtime_3.6.0.v20100505.jar 
  /external/icu/tools/srcgen/currysrc/libs/
org.eclipse.core.runtime_3.11.0.v20150405-1723.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 
  /prebuilts/tools/common/m2/repository/org/apache/maven/maven-repository-metadata/3.3.9/
maven-repository-metadata-3.3.9.jar 
  /external/clang/lib/Driver/
Tools.cpp     [all...]

Completed in 474 milliseconds

1 2 3 4