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

1 2 3 4

  /art/runtime/
plugin.h 25 // This function is loaded from the plugin (if present) and called during runtime initialization.
32 // A class encapsulating a plugin. There is no stable plugin ABI or API and likely never will be.
35 class Plugin {
37 static Plugin Create(const std::string& lib) {
38 return Plugin(lib);
53 ~Plugin() {
59 Plugin(const Plugin& other);
62 Plugin(Plugin&& other
    [all...]
plugin.cc 17 #include "plugin.h"
32 Plugin::Plugin(const Plugin& other) : library_(other.library_), dlopen_handle_(nullptr) {
39 bool Plugin::Load(/*out*/std::string* error_msg) {
52 *error_msg = StringPrintf("Initialization of plugin failed");
62 bool Plugin::Unload() {
84 std::ostream& operator<<(std::ostream &os, const Plugin* m) {
88 std::ostream& operator<<(std::ostream &os, Plugin const& m) {
89 return os << "Plugin { library=\"" << m.library_ << "\", handle=" << m.dlopen_handle_ << " }"
    [all...]
  /prebuilts/go/darwin-x86/src/plugin/
plugin.go 5 // Package plugin implements loading and symbol resolution of Go plugins.
9 // A plugin is a Go main package with exported functions and variables that
12 // go build -buildmode=plugin
14 // When a plugin is first opened, the init functions of all packages not
16 // A plugin is only initialized once, and cannot be closed.
17 package plugin package
19 // Plugin is a loaded Go plugin.
20 type Plugin struct {
26 // Open opens a Go plugin
    [all...]
  /prebuilts/go/linux-x86/src/plugin/
plugin.go 5 // Package plugin implements loading and symbol resolution of Go plugins.
9 // A plugin is a Go main package with exported functions and variables that
12 // go build -buildmode=plugin
14 // When a plugin is first opened, the init functions of all packages not
16 // A plugin is only initialized once, and cannot be closed.
17 package plugin package
19 // Plugin is a loaded Go plugin.
20 type Plugin struct {
26 // Open opens a Go plugin
    [all...]
  /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/packages/SystemUI/plugin/src/com/android/systemui/plugins/
Plugin.java 30 * plugin.onCreate(Context sysuiContext, Context pluginContext);
33 * pluginListener.onPluginConnected(Plugin p);
34 * --- This lets the plugin hook know that a plugin is now connected.
36 * ** Any other calls back and forth between sysui/plugin **
38 * pluginListener.onPluginDisconnected(Plugin p);
39 * --- Lets the plugin hook know that it should stop interacting with
40 * this plugin and drop all references to it.
42 * plugin.onDestroy();
43 * --- Finally the plugin can perform any cleanup to ensure that its no
    [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.
  /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 520 // Plugin memory management -------------------------------------------------------------------------------------------------
551 cmsPluginBase* Plugin;
553 for (Plugin = (cmsPluginBase*) Plug_in;
554 Plugin != NULL;
555 Plugin = Plugin -> Next) {
557 if (Plugin -> Magic != cmsPluginMagicNumber) {
558 cmsSignalError(id, cmsERROR_UNKNOWN_EXTENSION, "Unrecognized plugin");
562 if (Plugin ->ExpectedVersion > LCMS_VERSION) {
563 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;
605 for (Plugin = ctx ->TransformCollection;
606 Plugin != NULL;
607 Plugin = Plugin ->Next) {
609 if (Plugin ->Factory(&p->xform, &p->UserData, &p ->FreeUserData, &p ->Lut, InputFormat, OutputFormat, dwFlags)) {
611 // Last plugin in the declaration order takes control. We just kee
    [all...]
cmsopt.c     [all...]
cmspack.c     [all...]
  /prebuilts/tools/common/m2/repository/org/apache/maven/maven-repository-metadata/2.0.9/
maven-repository-metadata-2.0.9.jar 
  /prebuilts/misc/common/robolectric/lib/
maven-plugin-registry-2.2.1.jar 
maven-repository-metadata-2.2.1.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 

Completed in 495 milliseconds

1 2 3 4