Home
last modified time | relevance | path

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

12345

/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/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/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 __anondcd465cf0111::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/gstreamer/gstreamer/docs/plugins/
Dindex.md5 # Core Plugin
/third_party/openh264/
Dgmpopenh264.info2 Description: GMP Plugin for OpenH264.
/third_party/gstreamer/gstplugins_bad/ext/x265/
Dmeson.build2 Plugin x265 explicitly required via options but GPL-licensed plugins disabled via options.
/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/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/openssl/external/perl/Text-Template-1.56/
DMANIFEST1 # This file was automatically generated by Dist::Zilla::Plugin::Manifest v6.012.
/third_party/flutter/flutter/packages/flutter_tools/lib/src/build_system/targets/
Dassets.dart137 final List<Plugin> plugins = findPlugins(project);
139 .map<String>((Plugin p) => '${p.name}=${escapePath(p.path)}')
/third_party/gstreamer/gstplugins_bad/ext/faad/
Dmeson.build2 Plugin faad explicitly required via options but GPL-licensed plugins disabled via options.
/third_party/flutter/flutter/examples/flutter_gallery/ios/
DPodfile33 # Plugin Pods
/third_party/gstreamer/gstplugins_bad/ext/mpeg2enc/
Dmeson.build2 Plugin mpeg2enc explicitly required via options but GPL-licensed plugins disabled via options.
/third_party/gstreamer/gst_libav/
DREADME.md7 # Plugin Dependencies and Licenses
/third_party/gstreamer/gstplugins_bad/ext/dts/
Dmeson.build2 Plugin dts explicitly required via options but GPL-licensed plugins disabled via options.
/third_party/typescript/src/lib/
Ddom.iterable.generated.d.ts183 interface Plugin { interface
188 [Symbol.iterator](): IterableIterator<Plugin>;
/third_party/typescript/lib/
Dlib.dom.iterable.d.ts203 interface Plugin { interface
208 [Symbol.iterator](): IterableIterator<Plugin>;
/third_party/flutter/engine/flutter/shell/platform/common/cpp/client_wrapper/
Dplugin_registrar.cc151 void PluginRegistrar::AddPlugin(std::unique_ptr<Plugin> plugin) { in AddPlugin()
/third_party/gn/misc/vim/
DREADME.md17 Plugin 'https://gn.googlesource.com/gn', { 'rtp': 'misc/vim' }
/third_party/flutter/flutter/examples/platform_view/ios/
DPodfile48 # Plugin Pods
/third_party/flutter/flutter/dev/integration_tests/android_views/ios/
DPodfile54 # Plugin Pods

12345