Home
last modified time | relevance | path

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

123456

/third_party/flutter/engine/flutter/shell/platform/common/cpp/client_wrapper/include/flutter/
Dplugin_registrar.h18 class Plugin; variable
48 void AddPlugin(std::unique_ptr<Plugin> plugin);
63 std::set<std::unique_ptr<Plugin>> plugins_;
67 class Plugin {
69 virtual ~Plugin() = default;
/third_party/flutter/flutter/packages/flutter_tools/lib/src/
Dplugins.dart25 class Plugin {
26 Plugin({
35 factory Plugin.fromYaml(String name, String path, dynamic pluginYaml) {
48 return Plugin(
66 Plugin _pluginFromPubspec(String name, Uri packageRoot) {
78 return Plugin.fromYaml(name, packageRootPath, flutterConfig['plugin']);
81 List<Plugin> findPlugins(FlutterProject project) {
82 final List<Plugin> plugins = <Plugin>[];
93 final Plugin plugin = _pluginFromPubspec(name, packageRoot);
101 bool _writeFlutterPluginsList(FlutterProject project, List<Plugin> plugins) {
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/Orc/
DObjectLinkingLayer.h60 class Plugin {
62 virtual ~Plugin();
95 ObjectLinkingLayer &addPlugin(std::unique_ptr<Plugin> P) { in addPlugin()
154 std::vector<std::unique_ptr<Plugin>> Plugins;
157 class EHFrameRegistrationPlugin : public ObjectLinkingLayer::Plugin {
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
DValueProfileCollector.cpp47 PluginT Plugin; member in __anon99968bb00111::PluginChain
51 PluginChain(Function &F) : PluginChain<Ts...>(F), Plugin(F) {} in PluginChain()
55 Plugin.run(Candidates); in get()
/third_party/icu/docs/userguide/packaging/
Dplug-ins.md53 ## Plugin API
65 uplug_setPlugName(data, "Simple Plugin"); /* optional */
166 #1 HIGH Just a Test High-Level Plugin
170 #2 HIGH High Plugin
180 #4 LOW Low Plugin
/third_party/grpc/src/core/ext/transport/chttp2/client/insecure/
DREADME.md1 Plugin for creating insecure channels using chttp2
/third_party/grpc/src/core/ext/transport/chttp2/server/secure/
DREADME.md1 Plugin for creating secure servers using chttp2
/third_party/grpc/src/core/ext/transport/chttp2/client/secure/
DREADME.md1 Plugin for creating secure channels using chttp2
/third_party/grpc/src/core/ext/transport/chttp2/server/insecure/
DREADME.md1 Plugin for creating insecure servers using chttp2
/third_party/gstreamer/gstreamer/docs/plugins/
Dindex.md5 # Core Plugin
/third_party/typescript_eslint/packages/eslint-plugin-tslint/
DREADME.md1 <h1 align="center">ESLint Plugin TSLint</h1>
47 Plugin contains only single rule `@typescript-eslint/tslint/config`.
/third_party/openh264/
Dgmpopenh264.info2 Description: GMP Plugin for OpenH264.
/third_party/typescript_eslint/packages/eslint-plugin-internal/
DREADME.md1 <h1 align="center">Internal ESLint Plugin</h1>
/third_party/typescript_eslint/docs/getting-started/plugin-development/
DREADME.md1 # Getting Started - Writing an ESLint Plugin in TypeScript
/third_party/gstreamer/gstplugins_bad/ext/x265/
Dmeson.build2 Plugin x265 explicitly required via options but GPL-licensed plugins disabled via options.
/third_party/weston/doc/sphinx/toc/
Dtest-suite.rst68 Plugin tests
69 Plugin tests launch the Weston compositor and execute the list of tests
107 Plugin tests
110 Plugin tests must have a fixture setup function that calls
148 Plugin tests must have a fixture setup function that calls
/third_party/gstreamer/gstplugins_bad/ext/iqa/
Dmeson.build2 Plugin iqa explicitly required via options but (A)GPL-licensed plugins disabled via options.
/third_party/flutter/flutter/packages/flutter_tools/templates/plugin/android-java.tmpl/src/main/java/androidIdentifier/
DpluginClass.java.tmpl11 /** Plugin registration. */
/third_party/mindspore/mindspore/ccsrc/utils/
Ddlopen_macro.h26 __attribute__((visibility("default"))) return_type Plugin##name(params); \
/third_party/gstreamer/gstplugins_bad/ext/mplex/
Dmeson.build2 Plugin mplex explicitly required via options but GPL-licensed plugins disabled via options.
/third_party/gstreamer/gstplugins_bad/ext/resindvd/
Dmeson.build2 Plugin resindvd explicitly required via options but GPL-licensed plugins disabled via options.
/third_party/gstreamer/gstplugins_bad/ext/faad/
Dmeson.build2 Plugin faad explicitly required via options but GPL-licensed plugins disabled via options.
/third_party/boost/libs/dll/doc/
Dtutorial.qbk16 [section Plugin basics]
83 Plugin Name: aggregator
365 [[][Runtime plugin load][Plugin was linked in]]
368 [[pre Plugin name: refcounting,
370 [[pre Plugin name: refcounting,
/third_party/typescript_eslint/packages/experimental-utils/src/ts-eslint/
DESLint.ts176 plugins?: Record<string, Linter.Plugin> | null;
DCLIEngine.ts19 addPlugin(name: string, pluginObject: Linter.Plugin): void;

123456