/third_party/weex-loader/ |
H A D | babel.config.js | 20 const plugins = [ 35 plugins.push(...liteArray); 39 plugins,
|
/third_party/ffmpeg/libavcodec/ |
H A D | libxvid.c | 389 xvid_enc_plugin_t plugins[4]; in xvid_encode_init() local 490 xvid_enc_create.plugins = plugins; in xvid_encode_init() 511 plugins[xvid_enc_create.num_plugins].func = xvid_ff_2pass; in xvid_encode_init() 512 plugins[xvid_enc_create.num_plugins].param = &rc2pass1; in xvid_encode_init() 542 plugins[xvid_enc_create.num_plugins].func = xvid_plugin_2pass2; in xvid_encode_init() 543 plugins[xvid_enc_create.num_plugins].param = &rc2pass2; in xvid_encode_init() 550 plugins[xvid_enc_create.num_plugins].func = xvid_plugin_single; in xvid_encode_init() 551 plugins[xvid_enc_create.num_plugins].param = &single; in xvid_encode_init() 561 plugins[xvid_enc_creat in xvid_encode_init() [all...] |
/third_party/ntfs-3g/src/ |
H A D | ntfs-3g_common.c | 810 plugin->next = ctx->plugins; 811 ctx->plugins = plugin; 842 for (plugin=ctx->plugins; plugin && (plugin->tag != seltag); 893 while (ctx->plugins) { 896 next = ctx->plugins->next; 897 if (ctx->plugins->handle) 898 dlclose(ctx->plugins->handle); 899 free(ctx->plugins); 900 ctx->plugins = next;
|
H A D | ntfs-3g_common.h | 175 plugin_list_t *plugins; member
|
/third_party/libwebsockets/lib/secure-streams/ |
H A D | secure-streams.c | 863 if (h->policy->plugins[0] && h->policy->plugins[0]->munge) in _lws_ss_client_connect() 864 h->policy->plugins[0]->munge(h, path, h->context->max_http_header_data); in _lws_ss_client_connect() 1038 if (pol->plugins[0]) in lws_ss_create() 1039 size += pol->plugins[0]->alloc; in lws_ss_create() 1040 if (pol->plugins[1]) in lws_ss_create() 1041 size += pol->plugins[1]->alloc; in lws_ss_create() 1094 if (pol->plugins[0]) { in lws_ss_create() 1096 p += pol->plugins[0]->alloc; in lws_ss_create() 1098 if (pol->plugins[ in lws_ss_create() [all...] |
H A D | policy-json.c | 53 "s[].*.plugins", 709 (int)LWS_ARRAY_SIZE(a->curr[LTY_POLICY].p->plugins)) { in lws_ss_policy_parser_cb() 710 lwsl_err("%s: too many plugins\n", __func__); in lws_ss_policy_parser_cb() 718 a->curr[LTY_POLICY].p->plugins[a->count++] = *pin; in lws_ss_policy_parser_cb()
|
/third_party/typescript/tests/baselines/reference/ |
H A D | indexSignatures1.js | 238 const plugins = { 243 plugins[system][SomeSytePlugin] = () => console.log('awsome'); 244 plugins[system][SomeSytePlugin](); 448 const plugins = {
452 plugins[system][SomeSytePlugin] = () => console.log('awsome');
453 plugins[system][SomeSytePlugin]();
623 declare const plugins: {
|
/third_party/skia/experimental/tskit/ |
H A D | .eslintrc.js | 8 plugins: [
|
/third_party/alsa-utils/topology/ |
H A D | pre-processor.c | 68 /* compose the plugin path, if not from environment, then from default plugins dir */ in run_plugin() 117 char *plugins[SND_TOPOLOGY_MAX_PLUGINS]; in pre_process_plugins() local 126 /* no plugins defined, so just return */ in pre_process_plugins() 131 plugins[count] = strtok(plugin_string, ":"); in pre_process_plugins() 132 while ((count < SND_TOPOLOGY_MAX_PLUGINS - 1) && plugins[count]) { in pre_process_plugins() 134 plugins[count] = strtok(NULL, ":"); in pre_process_plugins() 137 /* run all plugins */ in pre_process_plugins() 139 ret = run_plugin(tplg_pp, plugins[i]); in pre_process_plugins() 991 /* process topology plugins */ in pre_process() 994 fprintf(stderr, "Unable to run pre-process plugins o in pre_process() [all...] |
/third_party/cJSON/tests/unity/auto/ |
H A D | generate_test_runner.rb | 25 plugins: [], 183 output.puts('#include "CException.h"') if @options[:plugins].include?(:cexception) 275 cexception = @options[:plugins].include? :cexception 413 options[:plugins] = [:cexception]
|
/third_party/alsa-lib/src/pcm/ |
H A D | pcm_ladspa.c | 181 static void snd_pcm_ladspa_free_plugins(struct list_head *plugins) in snd_pcm_ladspa_free_plugins() argument 183 while (!list_empty(plugins)) { in snd_pcm_ladspa_free_plugins() 184 snd_pcm_ladspa_plugin_t *plugin = list_entry(plugins->next, snd_pcm_ladspa_plugin_t, list); in snd_pcm_ladspa_free_plugins() 1530 snd_config_t *plugins, in snd_pcm_ladspa_build_plugins() 1536 if (plugins == NULL) /* nothing TODO */ in snd_pcm_ladspa_build_plugins() 1538 if (snd_config_get_type(plugins) != SND_CONFIG_TYPE_COMPOUND) { in snd_pcm_ladspa_build_plugins() 1539 SNDERR("plugins must be defined inside a compound"); in snd_pcm_ladspa_build_plugins() 1544 snd_config_for_each(i, next, plugins) { in snd_pcm_ladspa_build_plugins() 1575 * \param ladspa_path The path for LADSPA plugins 1656 This plugin allows to apply a set of LADPSA plugins 1528 snd_pcm_ladspa_build_plugins(struct list_head *list, const char *path, snd_config_t *plugins, int reverse) snd_pcm_ladspa_build_plugins() argument 1743 snd_config_t *plugins = NULL, *pplugins = NULL, *cplugins = NULL; _snd_pcm_ladspa_open() local [all...] |
/third_party/unity/auto/ |
H A D | generate_test_runner.rb | 34 plugins: [], 263 output.puts('#include "CException.h"') if @options[:plugins].include?(:cexception) 497 options[:plugins] = [:cexception]
|
/third_party/jsframework/ |
H A D | build_strip_native_min.js | 63 plugins: [
|
/third_party/ffmpeg/libavfilter/ |
H A D | af_lv2.c | 398 const LilvPlugins *plugins; in init() local 415 plugins = lilv_world_get_all_plugins(s->world); in init() 416 plugin = lilv_plugins_get_by_uri(plugins, uri); in init()
|
/third_party/libwebsockets/include/libwebsockets/ |
H A D | lws-secure-streams-policy.h | 32 * Auth plugins create and sequence authenticated connections that can carry one 46 * role. So the secure stream object allows defining plugins for both kinds. 337 struct lws_ss_plugin *plugins[2]; /**< NULL or auth plugin */ member
|
/third_party/cJSON/tests/unity/test/tests/ |
H A D | test_generate_test_runner.rb | 199 :plugins => [ :cexception ], 523 :plugins => [ :cexception ],
|
/third_party/unity/test/tests/ |
H A D | test_generate_test_runner.rb | 205 :plugins => [ :cexception ], 532 :plugins => [ :cexception ],
|
/third_party/libwebsockets/include/ |
H A D | libwebsockets.h | 603 #include <libwebsockets/lws-protocols-plugins.h>
|
/third_party/node/deps/v8/tools/clusterfuzz/js_fuzzer/ |
H A D | source_helpers.js | 33 plugins: [
|
/third_party/icu/icu4c/source/ |
H A D | configure | 1464 --enable-plugins enable plugins default=no 5925 # Enable/disable plugins 5926 # Check whether --enable-plugins was given. 5929 yes) plugins=true ;; 5930 no) plugins=false ;; 5931 *) as_fn_error $? "bad value ${enableval} for --enable-plugins" "$LINENO" 5 ;; 5934 plugins=false 5939 if test "$plugins" = true; then 5947 if test "x$plugins" [all...] |
/third_party/skia/third_party/externals/icu/source/ |
H A D | configure | 1452 --enable-plugins enable plugins default=no 5911 # Enable/disable plugins 5912 # Check whether --enable-plugins was given. 5915 yes) plugins=true ;; 5916 no) plugins=false ;; 5917 *) as_fn_error $? "bad value ${enableval} for --enable-plugins" "$LINENO" 5 ;; 5920 plugins=false 5925 if test "$plugins" = true; then 5933 if test "x$plugins" [all...] |
/third_party/gn/src/gn/ |
H A D | variables.cc | 1085 This is normally used for things like plugins or helper programs that a 1097 data_deps = [ "//plugins:my_runtime_plugin" ]
|
/third_party/mksh/ |
H A D | Build.sh | 2874 https://evolvis.org/plugins/scmgit/cgi-bin/gitweb.cgi?p=alioth/mksh.git;a=blob;f=debian/.mkshrc
|
/third_party/typescript/lib/ |
H A D | tsserverlibrary.js | 9724 Specify_a_list_of_language_service_plugins_to_include: diag(6681, ts.DiagnosticCategory.Message, "Specify_a_list_of_language_service_plugins_to_include_6681", "Specify a list of language service plugins to include."), [all...] |
H A D | tsserver.js | 9725 Specify_a_list_of_language_service_plugins_to_include: diag(6681, ts.DiagnosticCategory.Message, "Specify_a_list_of_language_service_plugins_to_include_6681", "Specify a list of language service plugins to include."), [all...] |