| /third_party/gstreamer/gstplugins_base/gst/typefind/ |
| D | gsttypefindfunctionsplugin.c | 36 plugin_init (GstPlugin * plugin) in plugin_init() argument 45 GST_TYPE_FIND_REGISTER (avi, plugin); in plugin_init() 46 GST_TYPE_FIND_REGISTER (qcp, plugin); in plugin_init() 47 GST_TYPE_FIND_REGISTER (cdxa, plugin); in plugin_init() 48 GST_TYPE_FIND_REGISTER (riff_mid, plugin); in plugin_init() 49 GST_TYPE_FIND_REGISTER (wav, plugin); in plugin_init() 50 GST_TYPE_FIND_REGISTER (webp, plugin); in plugin_init() 53 GST_TYPE_FIND_REGISTER (asf, plugin); in plugin_init() 54 GST_TYPE_FIND_REGISTER (vcd, plugin); in plugin_init() 55 GST_TYPE_FIND_REGISTER (imelody, plugin); in plugin_init() [all …]
|
| /third_party/gstreamer/gstplugins_good/gst/rtp/ |
| D | gstrtp.c | 30 plugin_init (GstPlugin * plugin) in plugin_init() argument 34 ret |= GST_ELEMENT_REGISTER (rtpac3depay, plugin); in plugin_init() 35 ret |= GST_ELEMENT_REGISTER (rtpac3pay, plugin); in plugin_init() 36 ret |= GST_ELEMENT_REGISTER (rtpbvdepay, plugin); in plugin_init() 37 ret |= GST_ELEMENT_REGISTER (rtpbvpay, plugin); in plugin_init() 38 ret |= GST_ELEMENT_REGISTER (rtpceltdepay, plugin); in plugin_init() 39 ret |= GST_ELEMENT_REGISTER (rtpceltpay, plugin); in plugin_init() 40 ret |= GST_ELEMENT_REGISTER (rtpdvdepay, plugin); in plugin_init() 41 ret |= GST_ELEMENT_REGISTER (rtpdvpay, plugin); in plugin_init() 42 ret |= GST_ELEMENT_REGISTER (rtpgstdepay, plugin); in plugin_init() [all …]
|
| /third_party/typescript/tests/baselines/reference/tsc/declarationEmit/ |
| D | when-same-version-is-referenced-through-source-and-another-symlinked-package-with-indirect-link-moduleCaseChange.js | 2 //// [/user/username/projects/myProject/plugin-two/package.json] 3 {"name":"plugin-two","version":"0.1.3","main":"dist/commonjs/index.js"} 5 //// [/user/username/projects/myProject/plugin-two/dist/commonjs/index.d.ts] 28 //// [/user/username/projects/myProject/plugin-two/node_modules/typescript-fsa/package.json] 31 //// [/user/username/projects/myProject/plugin-two/node_modules/typescript-fsa/index.d.ts] 46 //// [/user/username/projects/myproject/plugin-one/tsconfig.json] 49 //// [/user/username/projects/myproject/plugin-one/index.ts] 50 import pluginTwo from "plugin-two"; // include this to add reference to symlink 56 //// [/user/username/projects/myproject/plugin-one/node_modules/typescript-fsa/package.json] 59 //// [/user/username/projects/myproject/plugin-one/node_modules/typescript-fsa/index.d.ts] [all …]
|
| D | when-same-version-is-referenced-through-source-and-another-symlinked-package-with-indirect-link.js | 2 //// [/user/username/projects/myproject/plugin-two/package.json] 3 {"name":"plugin-two","version":"0.1.3","main":"dist/commonjs/index.js"} 5 //// [/user/username/projects/myproject/plugin-two/dist/commonjs/index.d.ts] 28 //// [/user/username/projects/myproject/plugin-two/node_modules/typescript-fsa/package.json] 31 //// [/user/username/projects/myproject/plugin-two/node_modules/typescript-fsa/index.d.ts] 46 //// [/user/username/projects/myproject/plugin-one/tsconfig.json] 49 //// [/user/username/projects/myproject/plugin-one/index.ts] 50 import pluginTwo from "plugin-two"; // include this to add reference to symlink 56 //// [/user/username/projects/myproject/plugin-one/node_modules/typescript-fsa/package.json] 59 //// [/user/username/projects/myproject/plugin-one/node_modules/typescript-fsa/index.d.ts] [all …]
|
| D | when-same-version-is-referenced-through-source-and-another-symlinked-package-moduleCaseChange.js | 2 //// [/user/username/projects/myProject/plugin-two/index.d.ts] 25 //// [/user/username/projects/myProject/plugin-two/node_modules/typescript-fsa/package.json] 28 //// [/user/username/projects/myProject/plugin-two/node_modules/typescript-fsa/index.d.ts] 43 //// [/user/username/projects/myproject/plugin-one/tsconfig.json] 46 //// [/user/username/projects/myproject/plugin-one/index.ts] 47 import pluginTwo from "plugin-two"; // include this to add reference to symlink 49 //// [/user/username/projects/myproject/plugin-one/action.ts] 55 //// [/user/username/projects/myproject/plugin-one/node_modules/typescript-fsa/package.json] 58 //// [/user/username/projects/myproject/plugin-one/node_modules/typescript-fsa/index.d.ts] 73 …/user/username/projects/myProject/plugin-one/node_modules/plugin-two] symlink(/user/username/proje… [all …]
|
| D | when-same-version-is-referenced-through-source-and-another-symlinked-package.js | 2 //// [/user/username/projects/myproject/plugin-two/index.d.ts] 25 //// [/user/username/projects/myproject/plugin-two/node_modules/typescript-fsa/package.json] 28 //// [/user/username/projects/myproject/plugin-two/node_modules/typescript-fsa/index.d.ts] 43 //// [/user/username/projects/myproject/plugin-one/tsconfig.json] 46 //// [/user/username/projects/myproject/plugin-one/index.ts] 47 import pluginTwo from "plugin-two"; // include this to add reference to symlink 49 //// [/user/username/projects/myproject/plugin-one/action.ts] 55 //// [/user/username/projects/myproject/plugin-one/node_modules/typescript-fsa/package.json] 58 //// [/user/username/projects/myproject/plugin-one/node_modules/typescript-fsa/index.d.ts] 73 …/user/username/projects/myproject/plugin-one/node_modules/plugin-two] symlink(/user/username/proje… [all …]
|
| /third_party/gstreamer/gstreamer/gst/ |
| D | gstplugin.c | 5 * gstplugin.c: Plugin subsystem for loading elements, types, and libs 30 * A plugin system can provide one or more of the basic GStreamer 33 * A plugin should export a symbol `gst_plugin_desc` that is a 35 * the plugin loader will check the version of the core library the plugin was 45 * statically link plugins to an app or even use GStreamer without a plugin 46 * repository in which case gst_plugin_load() can be needed to bring the plugin 86 /* static variables for segfault handling of plugin loading */ 115 static GstPlugin *gst_plugin_register_func (GstPlugin * plugin, 125 gst_plugin_init (GstPlugin * plugin) in gst_plugin_init() argument 127 plugin->priv = gst_plugin_get_instance_private (plugin); in gst_plugin_init() [all …]
|
| D | gstplugin.h | 5 * gstplugin.h: Header for plugin subsystem 38 * The opaque plugin object 63 * @GST_PLUGIN_ERROR_MODULE: The plugin could not be loaded 64 * @GST_PLUGIN_ERROR_DEPENDENCIES: The plugin has unresolved dependencies 65 * @GST_PLUGIN_ERROR_NAME_MISMATCH: The plugin has already be loaded from a different file 67 * The plugin loading errors 79 * @GST_PLUGIN_FLAG_BLACKLISTED: The plugin won't be scanned (again) 81 * The plugin loading state 118 * @plugin: The plugin object 120 * A plugin should provide a pointer to a function of this type in the [all …]
|
| D | gstregistrychunks.c | 9 * plugin entries and features. 140 GST_ERROR ("unexpected NULL string in plugin or plugin feature data"); in gst_registry_chunks_save_const_string() 381 /* pack plugin feature strings */ in gst_registry_chunks_save_feature() 424 GST_LOG ("Saved external plugin dependency"); in gst_registry_chunks_save_plugin_dep() 437 GstPlugin * plugin) in _priv_gst_registry_chunks_save_plugin() argument 449 pe->file_size = plugin->file_size; in _priv_gst_registry_chunks_save_plugin() 450 pe->file_mtime = plugin->file_mtime; in _priv_gst_registry_chunks_save_plugin() 455 for (walk = plugin->priv->deps; walk != NULL; walk = walk->next) { in _priv_gst_registry_chunks_save_plugin() 457 GST_ERROR ("Could not save external plugin dependency, aborting."); in _priv_gst_registry_chunks_save_plugin() 463 /* pack plugin features */ in _priv_gst_registry_chunks_save_plugin() [all …]
|
| /third_party/flatbuffers/grpc/ |
| D | pom.xml | 64 … os-maven-plugin is a Maven extension/plugin that generates various useful platform-dependent 68 <artifactId>os-maven-plugin</artifactId> 74 <plugin> 75 <artifactId>maven-compiler-plugin</artifactId> 77 </plugin> 78 <plugin> 79 <artifactId>maven-jar-plugin</artifactId> 81 </plugin> 82 <plugin> 83 <artifactId>maven-source-plugin</artifactId> [all …]
|
| /third_party/gstreamer/gstplugins_base/ext/gl/ |
| D | gstopengl.c | 25 * SECTION:plugin-opengl 28 * Cross-platform OpenGL plugin. 52 /* Register filters that make up the gstgl plugin */ 54 plugin_init (GstPlugin * plugin) in plugin_init() argument 58 ret |= GST_ELEMENT_REGISTER (glimagesink, plugin); in plugin_init() 59 ret |= GST_ELEMENT_REGISTER (glimagesinkelement, plugin); in plugin_init() 60 ret |= GST_ELEMENT_REGISTER (glupload, plugin); in plugin_init() 61 ret |= GST_ELEMENT_REGISTER (gldownload, plugin); in plugin_init() 62 ret |= GST_ELEMENT_REGISTER (glcolorconvert, plugin); in plugin_init() 63 ret |= GST_ELEMENT_REGISTER (glcolorbalance, plugin); in plugin_init() [all …]
|
| /third_party/gstreamer/gstplugins_bad/ |
| D | meson_options.txt | 75 …e : 'feature', value : 'auto', description : 'Wayland plugin/library, support in the Vulkan plugin… 79 option('aes', type : 'feature', value : 'auto', description : 'AES encryption/decryption plugin') 80 option('aom', type : 'feature', value : 'auto', description : 'AOM AV1 video codec plugin') 81 …p', type : 'feature', value : 'auto', description : 'Audio/Video Transport Protocol (AVTP) plugin') 84 … : 'feature', value : 'auto', description : 'Steinberg Audio Streaming Input Output (ASIO) plugin') 86 …on('assrender', type : 'feature', value : 'auto', description : 'ASS/SSA subtitle renderer plugin') 87 … : 'feature', value : 'auto', description : 'Bluetooth audio A2DP/AVDTP sink, AVDTP source plugin') 88 …2b', type : 'feature', value : 'auto', description : 'Bauer stereophonic-to-binaural audio plugin') 89 …ion('bz2', type : 'feature', value : 'auto', description : 'bz2 stream encoder and decoder plugin') 90 …romaprint', type : 'feature', value : 'auto', description : 'Chromaprint fingerprint audio plugin') [all …]
|
| /third_party/gstreamer/gstreamer/plugins/elements/ |
| D | gstcoreelementsplugin.c | 23 * plugin-coreelements: 38 plugin_init (GstPlugin * plugin) in plugin_init() argument 44 ret |= GST_ELEMENT_REGISTER (capsfilter, plugin); in plugin_init() 45 ret |= GST_ELEMENT_REGISTER (clocksync, plugin); in plugin_init() 46 ret |= GST_ELEMENT_REGISTER (concat, plugin); in plugin_init() 47 ret |= GST_ELEMENT_REGISTER (dataurisrc, plugin); in plugin_init() 48 ret |= GST_ELEMENT_REGISTER (downloadbuffer, plugin); in plugin_init() 49 ret |= GST_ELEMENT_REGISTER (fakesrc, plugin); in plugin_init() 50 ret |= GST_ELEMENT_REGISTER (fakesink, plugin); in plugin_init() 52 ret |= GST_ELEMENT_REGISTER (fdsrc, plugin); in plugin_init() [all …]
|
| /third_party/gstreamer/gstreamer/tests/check/gst/ |
| D | gstplugin.c | 31 register_check_elements (GstPlugin * plugin) in register_check_elements() argument 38 GstPlugin *plugin; in GST_START_TEST() local 45 plugin = g_object_new (GST_TYPE_PLUGIN, NULL); in GST_START_TEST() 47 gst_object_unref (plugin); in GST_START_TEST() 61 GstPlugin *plugin = GST_PLUGIN (g->data); in GST_START_TEST() local 64 GST_DEBUG ("Plugin refcount %d %s", GST_OBJECT_REFCOUNT_VALUE (plugin), in GST_START_TEST() 65 gst_plugin_get_name (plugin)); in GST_START_TEST() 66 ASSERT_OBJECT_REFCOUNT (plugin, "plugin in registry", 2); in GST_START_TEST() 68 gst_object_unref (plugin); in GST_START_TEST() 93 fail_if (unloaded_plugin == NULL, "Failed to find coreelements plugin"); in GST_START_TEST() [all …]
|
| D | gstregistry.c | 1 /* GStreamer unit tests for the plugin registry 44 print_plugin (const gchar * marker, GstRegistry * registry, GstPlugin * plugin) in print_plugin() argument 49 name = gst_plugin_get_name (plugin); in print_plugin() 51 GST_DEBUG ("%s: plugin %p %d %s file: %s", marker, plugin, in print_plugin() 52 GST_OBJECT_REFCOUNT (plugin), name, in print_plugin() 53 GST_STR_NULL (gst_plugin_get_filename (plugin))); in print_plugin() 84 fail_unless (old_identity != NULL, "Can't find plugin feature 'identity'"); in GST_START_TEST() 87 fail_unless (old_pipeline != NULL, "Can't find plugin feature 'pipeline'"); in GST_START_TEST() 93 GstPlugin *plugin; in GST_START_TEST() local 95 plugin = GST_PLUGIN (l->data); in GST_START_TEST() [all …]
|
| /third_party/node/deps/icu-small/source/common/unicode/ |
| D | icuplug.h | 20 * \brief C API: ICU Plugin API 22 * <h2>C API: ICU Plugin API</h2> 49 * <li>ENTRYPOINT is the short (undecorated) symbol name of the plugin's 53 * the plugin.</li> 64 * which cause ICU to be 'initialized'. If a plugin is low level but 65 * causes ICU to allocate memory or become initialized, that plugin is said 72 * <h3>Implementing a Plugin</h3> 77 * uplug_setPlugName(plug, "Simple Plugin"); 88 * <p>The UPlugData* is an opaque pointer to the plugin-specific data, and is 92 * <ol><li>The plugin MUST always return UPLUG_TOKEN as a return value- to [all …]
|
| /third_party/flutter/skia/third_party/externals/icu/source/common/unicode/ |
| D | icuplug.h | 20 * \brief C API: ICU Plugin API 22 * <h2>C API: ICU Plugin API</h2> 49 * <li>ENTRYPOINT is the short (undecorated) symbol name of the plugin's 53 * the plugin.</li> 64 * which cause ICU to be 'initialized'. If a plugin is low level but 65 * causes ICU to allocate memory or become initialized, that plugin is said 72 * <h3>Implementing a Plugin</h3> 77 * uplug_setPlugName(plug, "Simple Plugin"); 88 * <p>The UPlugData* is an opaque pointer to the plugin-specific data, and is 92 * <ol><li>The plugin MUST always return UPLUG_TOKEN as a return value- to [all …]
|
| /third_party/skia/third_party/externals/icu/source/common/unicode/ |
| D | icuplug.h | 20 * \brief C API: ICU Plugin API 22 * <h2>C API: ICU Plugin API</h2> 49 * <li>ENTRYPOINT is the short (undecorated) symbol name of the plugin's 53 * the plugin.</li> 64 * which cause ICU to be 'initialized'. If a plugin is low level but 65 * causes ICU to allocate memory or become initialized, that plugin is said 72 * <h3>Implementing a Plugin</h3> 77 * uplug_setPlugName(plug, "Simple Plugin"); 88 * <p>The UPlugData* is an opaque pointer to the plugin-specific data, and is 92 * <ol><li>The plugin MUST always return UPLUG_TOKEN as a return value- to [all …]
|
| /third_party/icu/icu4c/source/common/unicode/ |
| D | icuplug.h | 20 * \brief C API: ICU Plugin API 22 * <h2>C API: ICU Plugin API</h2> 49 * <li>ENTRYPOINT is the short (undecorated) symbol name of the plugin's 53 * the plugin.</li> 64 * which cause ICU to be 'initialized'. If a plugin is low level but 65 * causes ICU to allocate memory or become initialized, that plugin is said 72 * <h3>Implementing a Plugin</h3> 77 * uplug_setPlugName(plug, "Simple Plugin"); 88 * <p>The UPlugData* is an opaque pointer to the plugin-specific data, and is 92 * <ol><li>The plugin MUST always return UPLUG_TOKEN as a return value- to [all …]
|
| /third_party/gstreamer/gstplugins_bad/ext/opencv/ |
| D | gstopencv.cpp | 4 * gstopencv.cpp: plugin registering 51 plugin_init (GstPlugin * plugin) in plugin_init() argument 55 ret |= GST_ELEMENT_REGISTER (cvdilate, plugin); in plugin_init() 56 ret |= GST_ELEMENT_REGISTER (cvequalizehist, plugin); in plugin_init() 57 ret |= GST_ELEMENT_REGISTER (cverode, plugin); in plugin_init() 58 ret |= GST_ELEMENT_REGISTER (cvlaplace, plugin); in plugin_init() 59 ret |= GST_ELEMENT_REGISTER (cvsmooth, plugin); in plugin_init() 60 ret |= GST_ELEMENT_REGISTER (cvsobel, plugin); in plugin_init() 61 ret |= GST_ELEMENT_REGISTER (edgedetect, plugin); in plugin_init() 62 ret |= GST_ELEMENT_REGISTER (faceblur, plugin); in plugin_init() [all …]
|
| /third_party/icu/tools/release/java/ |
| D | pom.xml | 65 <plugin> 66 <artifactId>maven-clean-plugin</artifactId> 68 </plugin> 69 <plugin> 70 <artifactId>maven-resources-plugin</artifactId> 72 </plugin> 73 <plugin> 74 <artifactId>maven-compiler-plugin</artifactId> 76 </plugin> 77 <plugin> [all …]
|
| /third_party/typescript/tests/baselines/reference/docker/ |
| D | azure-sdk.log | 8 ==[ @azure/eslint-plugin-azure-sdk ]==============================[ 1 of 61 ]== 9 "@azure/abort-controller" is blocked by "@azure/eslint-plugin-azure-sdk". 10 "@azure/communication-administration" is blocked by "@azure/eslint-plugin-azure-sdk". 11 "@azure/communication-chat" is blocked by "@azure/eslint-plugin-azure-sdk". 12 "@azure/communication-common" is blocked by "@azure/eslint-plugin-azure-sdk". 13 "@azure/communication-identity" is blocked by "@azure/eslint-plugin-azure-sdk". 14 "@azure/communication-sms" is blocked by "@azure/eslint-plugin-azure-sdk". 15 "@azure/core-amqp" is blocked by "@azure/eslint-plugin-azure-sdk". 16 "@azure/event-hubs" is blocked by "@azure/eslint-plugin-azure-sdk". 17 "@azure/eventhubs-checkpointstore-blob" is blocked by "@azure/eslint-plugin-azure-sdk". [all …]
|
| /third_party/gstreamer/gstplugins_good/ |
| D | meson_options.txt | 47 …on('aalib', type : 'feature', value : 'auto', description : 'aalib text console video sink plugin') 48 …ion('bz2', type : 'feature', value : 'auto', description : 'libbz2 support in the matroska plugin') 49 option('cairo', type : 'feature', value : 'auto', description : 'Cairo overlay plugin') 50 …rectsound', type : 'feature', value : 'auto', description : 'Directsound audio source/sink plugin') 51 …n('dv', type : 'feature', value : 'auto', description : 'Digital video decoder and demuxer plugin') 52 …, type : 'feature', value : 'auto', description : 'Digital IEEE1394 interface video source plugin') 53 option('flac', type : 'feature', value : 'auto', description : 'FLAC audio codec plugin') 54 …pe : 'feature', value : 'auto', description : 'gdk-pixbuf image decoder, overlay, and sink plugin') 55 option('gtk3', type : 'feature', value : 'auto', description : 'GTK+ video sink plugin') 56 option('jack', type : 'feature', value : 'auto', description : 'JACK audio source/sink plugin') [all …]
|
| /third_party/boost/libs/dll/doc/ |
| D | tutorial.qbk | 16 [section Plugin basics] 18 The first thing to do when creating your own plugins is define the plugin interface. There is an ex… 19 of an abstract class that will be our plugin API: 24 Now let's make a DLL/DSO library that will holds implementation of plugin interface and exports it … 30 Simple application that loads plugin using the [funcref boost::dll::import] 39 Loading the plugin 41 plugin->calculate(1.5, 1.5) call: 3 57 [section Factory method in plugin] 59 In previous example we were importing from a plugin a single variable. Let's make a class 60 that uses our plugin API plugin and holds some state: [all …]
|
| /third_party/gstreamer/gstplugins_base/gst/playback/ |
| D | gstplaybackplugin.c | 20 * SECTION:plugin-playback: 32 #include <gst/gst-i18n-plugin.h> 39 plugin_init (GstPlugin * plugin) in plugin_init() argument 43 res |= GST_ELEMENT_REGISTER (playbin, plugin); in plugin_init() 47 res |= GST_ELEMENT_REGISTER (playbin3, plugin); in plugin_init() 48 res |= GST_ELEMENT_REGISTER (playsink, plugin); in plugin_init() 49 res |= GST_ELEMENT_REGISTER (subtitleoverlay, plugin); in plugin_init() 50 res |= GST_ELEMENT_REGISTER (streamsynchronizer, plugin); in plugin_init() 51 res |= GST_ELEMENT_REGISTER (decodebin, plugin); in plugin_init() 52 res |= GST_ELEMENT_REGISTER (decodebin3, plugin); in plugin_init() [all …]
|