/third_party/glib/gio/tests/ |
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-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-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 | 403 opt_name = opt[0] 404 if opt_name[-1] == "=": 405 opt_name = opt_name[0:-1] 406 if opt_name in self.negative_opt: 407 opt_name = self.negative_opt[opt_name] 408 opt_name = opt_name.translate(longopt_xlate) 409 val = not getattr(self, opt_name) 411 opt_name = opt_name.translate(longopt_xlate) 412 val = getattr(self, opt_name) 413 log.debug(" %s: %s", opt_name, val)
|
/third_party/gstreamer/gstreamer/gst/ |
D | gsttracerrecord.c | 81 gchar *opt_name = g_strconcat ("have-", g_quark_to_string (field_id), NULL); in build_field_template() local 86 (opt_name), &template_value, s); in build_field_template() 88 g_free (opt_name); in build_field_template()
|
/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/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/mesa3d/src/mesa/main/ |
D | get_hash_generator.py | 209 for opt_name, opt_val in opts: 210 if opt_name == "-f":
|
/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 | 357 const char *opt_name, const char *opt_val) in lws_set_extension_option() argument 373 oa.option_name = opt_name; in lws_set_extension_option()
|
/third_party/python/Lib/idlelib/ |
D | configdialog.py | 1977 enables = [opt_name for opt_name in opt_list 1978 if opt_name.startswith('enable')] 1979 for opt_name in enables: 1980 opt_list.remove(opt_name) 1983 for opt_name in opt_list: 1985 ext_name, opt_name, raw=True) 1998 ext_name, opt_name, type=opt_type, raw=True, 2005 self.extensions[ext_name].append({'name': opt_name,
|
/third_party/ffmpeg/fftools/ |
D | ffmpeg_filter.c | 547 #define AUTO_INSERT_FILTER(opt_name, filter_name, arg) do { \ in configure_output_audio_filter() argument 550 av_log(NULL, AV_LOG_INFO, opt_name " is forwarded to lavfi " \ in configure_output_audio_filter() 883 #define AUTO_INSERT_FILTER_INPUT(opt_name, filter_name, arg) do { \ in configure_input_audio_filter() argument 886 av_log(NULL, AV_LOG_INFO, opt_name " is forwarded to lavfi " \ in configure_input_audio_filter()
|
D | ffprobe.c | 1653 #define CHECK_COMPLIANCE(opt, opt_name) \ in xml_init() argument 1657 "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 | 806 const char *opt_name, const char *opt_val) in lws_set_extension_option() argument
|
/third_party/ffmpeg/libavcodec/ |
D | ac3enc.c | 1906 static void validate_mix_level(void *log_ctx, const char *opt_name, in validate_mix_level() argument 1916 "default value: %0.3f\n", opt_name, list[mixlev]); in validate_mix_level()
|