Home
last modified time | relevance | path

Searched refs:Plugin (Results 1 – 25 of 62) sorted by relevance

123

/external/pdfium/third_party/lcms/src/
Dcmserr.c70 cmsBool _cmsRegisterMemHandlerPlugin(cmsContext ContextID, cmsPluginBase* Plugin) in _cmsRegisterMemHandlerPlugin() argument
139 void _cmsInstallAllocFunctions(cmsPluginMemHandler* Plugin, _cmsMemPluginChunkType* ptr) in _cmsInstallAllocFunctions() argument
141 if (Plugin == NULL) { in _cmsInstallAllocFunctions()
147 ptr ->MallocPtr = Plugin -> MallocPtr; in _cmsInstallAllocFunctions()
148 ptr ->FreePtr = Plugin -> FreePtr; in _cmsInstallAllocFunctions()
149 ptr ->ReallocPtr = Plugin -> ReallocPtr; in _cmsInstallAllocFunctions()
156 if (Plugin ->MallocZeroPtr != NULL) ptr ->MallocZeroPtr = Plugin -> MallocZeroPtr; in _cmsInstallAllocFunctions()
157 if (Plugin ->CallocPtr != NULL) ptr ->CallocPtr = Plugin -> CallocPtr; in _cmsInstallAllocFunctions()
158 if (Plugin ->DupPtr != NULL) ptr ->DupPtr = Plugin -> DupPtr; in _cmsInstallAllocFunctions()
455 cmsPluginMutex* Plugin = (cmsPluginMutex*) Data; in _cmsRegisterMutexPlugin() local
[all …]
Dcmsplugin.c537 cmsPluginBase* Plugin; in cmsPluginTHR() local
539 for (Plugin = (cmsPluginBase*) Plug_in; in cmsPluginTHR()
540 Plugin != NULL; in cmsPluginTHR()
541 Plugin = Plugin -> Next) { in cmsPluginTHR()
543 if (Plugin -> Magic != cmsPluginMagicNumber) { in cmsPluginTHR()
548 if (Plugin ->ExpectedVersion > LCMS_VERSION) { in cmsPluginTHR()
550 Plugin ->ExpectedVersion, LCMS_VERSION); in cmsPluginTHR()
554 switch (Plugin -> Type) { in cmsPluginTHR()
557 if (!_cmsRegisterMemHandlerPlugin(id, Plugin)) return FALSE; in cmsPluginTHR()
561 if (!_cmsRegisterInterpPlugin(id, Plugin)) return FALSE; in cmsPluginTHR()
[all …]
Dlcms2_internal.h342 cmsBool _cmsRegisterMemHandlerPlugin(cmsContext ContextID, cmsPluginBase* Plugin);
345 cmsBool _cmsRegisterInterpPlugin(cmsContext ContextID, cmsPluginBase* Plugin);
348 cmsBool _cmsRegisterParametricCurvesPlugin(cmsContext ContextID, cmsPluginBase* Plugin);
351 cmsBool _cmsRegisterFormattersPlugin(cmsContext ContextID, cmsPluginBase* Plugin);
354 cmsBool _cmsRegisterTagTypePlugin(cmsContext ContextID, cmsPluginBase* Plugin);
357 cmsBool _cmsRegisterTagPlugin(cmsContext ContextID, cmsPluginBase* Plugin);
360 cmsBool _cmsRegisterRenderingIntentPlugin(cmsContext ContextID, cmsPluginBase* Plugin);
363 cmsBool _cmsRegisterMultiProcessElementPlugin(cmsContext ContextID, cmsPluginBase* Plugin);
366 cmsBool _cmsRegisterOptimizationPlugin(cmsContext ContextID, cmsPluginBase* Plugin);
369 cmsBool _cmsRegisterTransformPlugin(cmsContext ContextID, cmsPluginBase* Plugin);
[all …]
Dcmsxform.c685 cmsPluginTransform* Plugin = (cmsPluginTransform*) Data; in _cmsRegisterTransformPlugin() local
697 if (Plugin->factories.xform == NULL) return FALSE; in _cmsRegisterTransformPlugin()
704 if (Plugin->base.ExpectedVersion < 2080) { in _cmsRegisterTransformPlugin()
712 fl->Factory = Plugin->factories.xform; in _cmsRegisterTransformPlugin()
760 _cmsTransformCollection* Plugin; in AllocEmptyTransform() local
775 for (Plugin = ctx->TransformCollection; in AllocEmptyTransform()
776 Plugin != NULL; in AllocEmptyTransform()
777 Plugin = Plugin->Next) { in AllocEmptyTransform()
779 …if (Plugin->Factory(&p->xform, &p->UserData, &p->FreeUserData, &p->Lut, InputFormat, OutputFormat,… in AllocEmptyTransform()
801 if (Plugin->OldXform) { in AllocEmptyTransform()
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/Passes/
DPluginsTest.cpp49 Expected<PassPlugin> Plugin = PassPlugin::Load(PluginPath); in TEST() local
50 ASSERT_TRUE(!!Plugin) << "Plugin path: " << PluginPath; in TEST()
52 ASSERT_EQ(TEST_PLUGIN_NAME, Plugin->getPluginName()); in TEST()
53 ASSERT_EQ(TEST_PLUGIN_VERSION, Plugin->getPluginVersion()); in TEST()
59 Plugin->registerPassBuilderCallbacks(PB); in TEST()
/external/pdfium/third_party/lcms/
D0000-cmserr-changes.patch34 -cmsBool _cmsRegisterMemHandlerPlugin(cmsContext ContextID, cmsPluginBase* Plugin);
42 +cmsBool _cmsRegisterMemHandlerPlugin(cmsContext ContextID, cmsPluginBase* Plugin)
184 void _cmsInstallAllocFunctions(cmsPluginMemHandler* Plugin, _cmsMemPluginChunkType* ptr)
186 if (Plugin == NULL) {
187 @@ -212,94 +149,15 @@ void _cmsInstallAllocFunctions(cmsPluginMemHandler* Plugin, _cmsMemPluginChun…
188 ptr ->ReallocPtr = Plugin -> ReallocPtr;
199 if (Plugin ->MallocZeroPtr != NULL) ptr ->MallocZeroPtr = Plugin -> MallocZeroPtr;
200 if (Plugin ->CallocPtr != NULL) ptr ->CallocPtr = Plugin -> CallocPtr;
201 if (Plugin ->DupPtr != NULL) ptr ->DupPtr = Plugin -> DupPtr;
210 - cmsPluginMemHandler* Plugin = (cmsPluginMemHandler*) Data;
[all …]
/external/tensorflow/tensorflow/lite/experimental/examples/unity/TensorFlowLitePlugin/
DREADME.md1 # TF Lite Experimental Unity Plugin
3 This directory contains an experimental sample Unity (2017) Plugin, based on
8 Plugin, and placed in Assets/TensorFlowLite/SDK/Plugins/. For the editor (note
/external/parameter-framework/upstream/test/functional-tests/include/
DConfig.hpp67 struct Plugin struct
75 using Plugins = Plugin::Collection;
/external/parameter-framework/upstream/test/functional-tests/
Dplan.md77 - [ ] Scenario: Plugin OK
163 - [ ] Scenario: Plugin location OK
171 * GIVEN that "Location/Plugin[name]" is the plugin name
177 * GIVEN that "Location/Plugin[name]" is the plugin name
184 * GIVEN that "Location/Plugin[name]" is the plugin absolute path
189 * GIVEN that "Location/Plugin[name]" is an non existing path (/libDoesNotExist.so?)
198 - [ ] Scenario: Plugin info and warning log
/external/grpc-grpc/src/core/ext/transport/chttp2/server/insecure/
DREADME.md1 Plugin for creating insecure servers using chttp2
/external/grpc-grpc/src/core/ext/transport/chttp2/client/secure/
DREADME.md1 Plugin for creating secure channels using chttp2
/external/grpc-grpc/src/core/ext/transport/chttp2/client/insecure/
DREADME.md1 Plugin for creating insecure channels using chttp2
/external/grpc-grpc/src/core/ext/transport/chttp2/server/secure/
DREADME.md1 Plugin for creating secure servers using chttp2
/external/u-boot/arch/arm/mach-imx/
DKconfig34 i.MX6/7 supports DCD and Plugin. Enable this configuration
35 to use Plugin, otherwise DCD will be used.
/external/lzma/CPP/7zip/Bundles/Format7zR/
Dresource.rc3 MY_VERSION_INFO_DLL("7z Reduced Standalone Plugin", "7zr")
/external/lzma/CPP/7zip/Bundles/Format7zExtractR/
Dresource.rc3 MY_VERSION_INFO_DLL("7z Extracting Reduced Standalone Plugin", "7zxr")
/external/owasp/sanitizer/tools/findbugs/doc/
DpluginStructure.txt18 Plugin
/external/yapf/plugins/
DREADME.rst24 Plugin 'google/yapf', { 'rtp': 'plugins/vim' }
76 Plugin for ``Textmate 2`` requires ``yapf`` Python package installed on your
/external/tensorflow/tensorflow/python/debug/
DREADME.md42 …[TensorBoard Debugger Plugin](https://github.com/tensorflow/tensorboard/blob/master/tensorboard/pl…
47 * For information on the web GUI of TFDBG (TensorBoard Debugger Plugin), see
/external/drrickorang/LoopbackApp/app/
Dbuild.gradle2 * The default build is with CMake Plugin.
/external/antlr/antlr3-maven-plugin/src/site/apt/
Dindex.apt2 ANTLR v3 Maven Plugin
25 * Plugin Versioning
/external/v8/tools/torque/vim-torque/
DREADME.md24 Plugin 'file:///path/to/v8/tools/torque/vim-torque'
/external/llvm/tools/gold/
DREADME.txt1 The LLVM Gold LTO Plugin
/external/swiftshader/third_party/llvm-7.0/llvm/tools/gold/
DREADME.txt1 The LLVM Gold LTO Plugin
/external/clang/lib/Tooling/
DCompilationDatabase.cpp46 std::unique_ptr<CompilationDatabasePlugin> Plugin(It->instantiate()); in loadFromDirectory() local
48 Plugin->loadFromDirectory(BuildDirectory, DatabaseErrorMessage)) in loadFromDirectory()

123