Home
last modified time | relevance | path

Searched defs:Plugin (Results 1 – 25 of 30) sorted by relevance

12

/external/grpc-grpc-java/
DCOMPILING.md39 ### Build Protobuf
79 ### Notes for Visual C++
103 ### Notes for MinGW on Windows
109 ### Notes for Unsupported Operating Systems
/external/golang-protobuf/compiler/protogen/
Dprotogen.go96 type Plugin struct { struct
98 Request *pluginpb.CodeGeneratorRequest
103 Files []*File
104 FilesByPath map[string]*File
109 SupportedFeatures uint64
111 fileReg *protoregistry.Files
112 enumsByName map[protoreflect.FullName]*Enum
113 messagesByName map[protoreflect.FullName]*Message
114 annotateCode bool
115 pathType pathType
[all …]
/external/parameter-framework/upstream/test/functional-tests/include/
DConfig.hpp67 struct Plugin struct
69 using Location = std::string;
70 using Name = std::string;
73 using Collection = std::list<std::pair<Location, std::list<Name>>>;
/external/libphonenumber/demo/
DREADME.md23 ### Intellij
30 ### Eclipse
34 ### Visual Studio Code
/external/pigweed/pw_cli/py/pw_cli/
Dplugins.py70 class Plugin: class
167 def callable_with_no_args(plugin: Plugin) -> None:
193 self, validator: Callable[[Plugin], Any] = lambda _: None
240 def _should_register(self, plugin: Plugin) -> bool:
306 def _register(self, plugin: Plugin) -> Optional[Plugin]:
/external/golang-protobuf/internal/cmd/generate-protos/
Dmain.go251 func generateIdentifiers(gen *protogen.Plugin, file *protogen.File) {
337 func generateSourceContextStringer(gen *protogen.Plugin, file *protogen.File) {
/external/golang-protobuf/cmd/protoc-gen-go/internal_gengo/
Dreflect.go22 func genReflectFileDescriptor(gen *protogen.Plugin, g *protogen.GeneratedFile, f *fileInfo) {
257 func genFileDescriptor(gen *protogen.Plugin, g *protogen.GeneratedFile, f *fileInfo) {
Dmain.go68 func GenerateFile(gen *protogen.Plugin, file *protogen.File) *protogen.GeneratedFile {
122 func genGeneratedHeader(gen *protogen.Plugin, g *protogen.GeneratedFile, f *fileInfo) {
147 func genImport(gen *protogen.Plugin, g *protogen.GeneratedFile, f *fileInfo, imp protoreflect.FileI…
/external/google-java-format/eclipse_plugin/
DREADME.md34 #### Building against a local (snapshot) release of the core
/external/pdfium/third_party/lcms/src/
Dcmserr.c72 cmsBool _cmsRegisterMemHandlerPlugin(cmsContext ContextID, cmsPluginBase* Plugin) in _cmsRegisterMemHandlerPlugin()
141 void _cmsInstallAllocFunctions(cmsPluginMemHandler* Plugin, _cmsMemPluginChunkType* ptr) in _cmsInstallAllocFunctions()
457 cmsPluginMutex* Plugin = (cmsPluginMutex*) Data; in _cmsRegisterMutexPlugin() local
542 cmsPluginParalellization* Plugin = (cmsPluginParalellization*)Data; in _cmsRegisterParallelizationPlugin() local
Dcmsplugin.c565 cmsPluginBase* Plugin; in cmsPluginTHR() local
819 cmsPluginBase* Plugin; in _cmsFindMemoryPlugin() local
841 cmsContext CMSEXPORT cmsCreateContext(void* Plugin, void* UserData) in cmsCreateContext()
Dcmsxform.c710 cmsPluginTransform* Plugin = (cmsPluginTransform*) Data; in _cmsRegisterTransformPlugin() local
858 _cmsTransformCollection* Plugin; in AllocEmptyTransform() local
Dcmsgamma.c130 cmsPluginParametricCurves* Plugin = (cmsPluginParametricCurves*) Data; in _cmsRegisterParametricCurvesPlugin() local
Dcmscnvrt.c1189 cmsPluginRenderingIntent* Plugin = (cmsPluginRenderingIntent*) Data; in _cmsRegisterRenderingIntentPlugin() local
Dcmsintrp.c69 cmsPluginInterpolation* Plugin = (cmsPluginInterpolation*) Data; in _cmsRegisterInterpPlugin() local
/external/cronet/components/nacl/renderer/plugin/
Dpnacl_resources.h13 class Plugin; variable
Dservice_runtime.h20 class Plugin; variable
Dpnacl_coordinator.h26 class Plugin; variable
Dplugin.cc90 Plugin::Plugin(PP_Instance pp_instance) in Plugin() function in plugin::Plugin
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
DValueProfileCollector.cpp47 PluginT Plugin; member in __anon2f8a7c6f0111::PluginChain
/external/clang/lib/Tooling/
DCompilationDatabase.cpp46 std::unique_ptr<CompilationDatabasePlugin> Plugin(It->instantiate()); in loadFromDirectory() local
/external/crosvm/src/crosvm/plugin/
Dmod.rs472 Plugin { index: usize }, enumerator
/external/llvm/tools/llvm-ar/
Dllvm-ar.cpp86 static cl::opt<std::string> Plugin("plugin", cl::desc("plugin (ignored for compatibility")); variable
/external/ImageMagick/MagickCore/
Dprofile.c383 static cmsContext cmsCreateContext(void *magick_unused(Plugin),void *UserData) in cmsCreateContext()
/external/rust/crates/argh/tests/
Dlib.rs1047 Plugin(HelpExamplePlugin), enumerator

12