/third_party/glib/gio/tests/ |
D | gdbus-example-watch-name.c | 3 static gchar *opt_name = NULL; variable 9 { "name", 'n', 0, G_OPTION_ARG_STRING, &opt_name, "Name to watch", NULL }, 58 if (opt_name == NULL) in main() 69 opt_name, in main() 83 g_free (opt_name); in main()
|
D | gdbus-example-own-name.c | 35 gchar *opt_name; in main() local 42 { "name", 'n', 0, G_OPTION_ARG_STRING, &opt_name, "Name to acquire", NULL }, in main() 47 opt_name = NULL; in main() 57 if (opt_name == NULL) in main() 70 opt_name, in main()
|
D | gdbus-example-watch-proxy.c | 3 static gchar *opt_name = NULL; variable 12 { "name", 'n', 0, G_OPTION_ARG_STRING, &opt_name, "Name of the remote object to watch", NULL }, 119 opt_name, in print_proxy() 132 opt_name, in print_proxy() 173 if (opt_name == NULL || opt_object_path == NULL || opt_interface == NULL) in main() 191 opt_name, in main() 225 g_free (opt_name); in main()
|
/third_party/python/Lib/distutils/command/ |
D | install.py | 381 opt_name = opt[0] 382 if opt_name[-1] == "=": 383 opt_name = opt_name[0:-1] 384 if opt_name in self.negative_opt: 385 opt_name = self.negative_opt[opt_name] 386 opt_name = opt_name.translate(longopt_xlate) 387 val = not getattr(self, opt_name) 389 opt_name = opt_name.translate(longopt_xlate) 390 val = getattr(self, opt_name) 391 log.debug(" %s: %s", opt_name, val)
|
/third_party/gstreamer/gstreamer/gst/ |
D | gsttracerrecord.c | 83 gchar *opt_name = g_strconcat ("have-", g_quark_to_string (field_id), NULL); in build_field_template() local 88 (opt_name), &template_value, s); in build_field_template() 90 g_free (opt_name); in build_field_template()
|
/third_party/gettext/gettext-tools/man/ |
D | help2man | 120 my ($opt_name, @opt_include, $opt_output, $opt_info, $opt_no_info, $opt_libtool, 124 'n|name=s' => \$opt_name, 337 if ($opt_name) 340 $replace{_('NAME')} = "$program \\- $opt_name\n";
|
/third_party/gettext/gettext-runtime/man/ |
D | help2man | 120 my ($opt_name, @opt_include, $opt_output, $opt_info, $opt_no_info, $opt_libtool, 124 'n|name=s' => \$opt_name, 337 if ($opt_name) 340 $replace{_('NAME')} = "$program \\- $opt_name\n";
|
/third_party/libwebsockets/include/libwebsockets/ |
D | lws-ws-ext.h | 158 const char *opt_name, const char *opt_val);
|
/third_party/libwebsockets/lib/roles/ws/ext/ |
D | extension.c | 358 const char *opt_name, const char *opt_val) in lws_set_extension_option() argument 374 oa.option_name = opt_name; in lws_set_extension_option()
|
/third_party/python/Lib/idlelib/ |
D | configdialog.py | 320 enables = [opt_name for opt_name in opt_list 321 if opt_name.startswith('enable')] 322 for opt_name in enables: 323 opt_list.remove(opt_name) 326 for opt_name in opt_list: 328 ext_name, opt_name, raw=True) 341 ext_name, opt_name, type=opt_type, raw=True, 348 self.extensions[ext_name].append({'name': opt_name,
|
/third_party/ffmpeg/fftools/ |
D | ffmpeg_filter.c | 569 #define AUTO_INSERT_FILTER(opt_name, filter_name, arg) do { \ in configure_output_audio_filter() argument 572 av_log(NULL, AV_LOG_INFO, opt_name " is forwarded to lavfi " \ in configure_output_audio_filter() 911 #define AUTO_INSERT_FILTER_INPUT(opt_name, filter_name, arg) do { \ in configure_input_audio_filter() argument 914 av_log(NULL, AV_LOG_INFO, opt_name " is forwarded to lavfi " \ in configure_input_audio_filter()
|
D | ffprobe.c | 1652 #define CHECK_COMPLIANCE(opt, opt_name) \ in xml_init() argument 1656 "You need to disable such option with '-no%s'\n", opt_name, opt_name); \ in xml_init()
|
/third_party/ffmpeg/libavfilter/ |
D | vf_rotate.c | 328 #define SET_SIZE_EXPR(name, opt_name) do { \ in config_props() argument 336 opt_name, expr, res); \ in config_props()
|
/third_party/libwebsockets/lib/core-net/ |
D | wsi.c | 563 const char *opt_name, const char *opt_val) in lws_set_extension_option() argument
|
/third_party/ffmpeg/libavcodec/ |
D | ac3enc.c | 1809 static void validate_mix_level(void *log_ctx, const char *opt_name, in validate_mix_level() argument 1819 "default value: %0.3f\n", opt_name, list[mixlev]); in validate_mix_level()
|