Home
last modified time | relevance | path

Searched refs:options_dict (Results 76 – 100 of 256) sorted by relevance

1234567891011

/dports/devel/tinygo/tinygo-0.14.1/llvm-project/lldb/source/Breakpoint/
H A DBreakpointResolverFileRegex.cpp32 Breakpoint *bkpt, const StructuredData::Dictionary &options_dict, in CreateFromStructuredData() argument
37 success = options_dict.GetValueForKeyAsString( in CreateFromStructuredData()
46 success = options_dict.GetValueForKeyAsBoolean( in CreateFromStructuredData()
56 success = options_dict.GetValueForKeyAsArray( in CreateFromStructuredData()
H A DBreakpointResolverName.cpp94 Breakpoint *bkpt, const StructuredData::Dictionary &options_dict, in CreateFromStructuredData() argument
98 bool success = options_dict.GetValueForKeyAsString( in CreateFromStructuredData()
111 options_dict.GetValueForKeyAsInteger(GetKey(OptionNames::Offset), offset); in CreateFromStructuredData()
118 success = options_dict.GetValueForKeyAsBoolean( in CreateFromStructuredData()
126 success = options_dict.GetValueForKeyAsString( in CreateFromStructuredData()
133 success = options_dict.GetValueForKeyAsArray( in CreateFromStructuredData()
140 success = options_dict.GetValueForKeyAsArray( in CreateFromStructuredData()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/lldb/source/Breakpoint/
H A DBreakpointResolverAddress.cpp37 const BreakpointSP &bkpt, const StructuredData::Dictionary &options_dict, in CreateFromStructuredData() argument
44 success = options_dict.GetValueForKeyAsInteger( in CreateFromStructuredData()
52 success = options_dict.HasKey(GetKey(OptionNames::ModuleName)); in CreateFromStructuredData()
54 success = options_dict.GetValueForKeyAsString( in CreateFromStructuredData()
H A DBreakpointResolverName.cpp92 const BreakpointSP &bkpt, const StructuredData::Dictionary &options_dict, in CreateFromStructuredData() argument
96 bool success = options_dict.GetValueForKeyAsString( in CreateFromStructuredData()
109 options_dict.GetValueForKeyAsInteger(GetKey(OptionNames::Offset), offset); in CreateFromStructuredData()
116 success = options_dict.GetValueForKeyAsBoolean( in CreateFromStructuredData()
124 success = options_dict.GetValueForKeyAsString( in CreateFromStructuredData()
131 success = options_dict.GetValueForKeyAsArray( in CreateFromStructuredData()
138 success = options_dict.GetValueForKeyAsArray( in CreateFromStructuredData()
H A DBreakpointResolverScripted.cpp64 const BreakpointSP &bkpt, const StructuredData::Dictionary &options_dict, in CreateFromStructuredData() argument
69 success = options_dict.GetValueForKeyAsString( in CreateFromStructuredData()
81 success = options_dict.GetValueForKeyAsDictionary( in CreateFromStructuredData()
/dports/devel/llvm12/llvm-project-12.0.1.src/lldb/source/Breakpoint/
H A DBreakpointResolverAddress.cpp37 const BreakpointSP &bkpt, const StructuredData::Dictionary &options_dict, in CreateFromStructuredData() argument
44 success = options_dict.GetValueForKeyAsInteger( in CreateFromStructuredData()
52 success = options_dict.HasKey(GetKey(OptionNames::ModuleName)); in CreateFromStructuredData()
54 success = options_dict.GetValueForKeyAsString( in CreateFromStructuredData()
H A DBreakpointResolverName.cpp92 const BreakpointSP &bkpt, const StructuredData::Dictionary &options_dict, in CreateFromStructuredData() argument
96 bool success = options_dict.GetValueForKeyAsString( in CreateFromStructuredData()
109 options_dict.GetValueForKeyAsInteger(GetKey(OptionNames::Offset), offset); in CreateFromStructuredData()
116 success = options_dict.GetValueForKeyAsBoolean( in CreateFromStructuredData()
124 success = options_dict.GetValueForKeyAsString( in CreateFromStructuredData()
131 success = options_dict.GetValueForKeyAsArray( in CreateFromStructuredData()
138 success = options_dict.GetValueForKeyAsArray( in CreateFromStructuredData()
/dports/devel/llvm13/llvm-project-13.0.1.src/lldb/source/Breakpoint/
H A DBreakpointResolverAddress.cpp37 const BreakpointSP &bkpt, const StructuredData::Dictionary &options_dict, in CreateFromStructuredData() argument
44 success = options_dict.GetValueForKeyAsInteger( in CreateFromStructuredData()
52 success = options_dict.HasKey(GetKey(OptionNames::ModuleName)); in CreateFromStructuredData()
54 success = options_dict.GetValueForKeyAsString( in CreateFromStructuredData()
H A DBreakpointResolverFileRegex.cpp30 const lldb::BreakpointSP &bkpt, const StructuredData::Dictionary &options_dict, in CreateFromStructuredData() argument
35 success = options_dict.GetValueForKeyAsString( in CreateFromStructuredData()
44 success = options_dict.GetValueForKeyAsBoolean( in CreateFromStructuredData()
54 success = options_dict.GetValueForKeyAsArray( in CreateFromStructuredData()
H A DBreakpointResolverName.cpp92 const BreakpointSP &bkpt, const StructuredData::Dictionary &options_dict, in CreateFromStructuredData() argument
96 bool success = options_dict.GetValueForKeyAsString( in CreateFromStructuredData()
109 options_dict.GetValueForKeyAsInteger(GetKey(OptionNames::Offset), offset); in CreateFromStructuredData()
116 success = options_dict.GetValueForKeyAsBoolean( in CreateFromStructuredData()
124 success = options_dict.GetValueForKeyAsString( in CreateFromStructuredData()
131 success = options_dict.GetValueForKeyAsArray( in CreateFromStructuredData()
138 success = options_dict.GetValueForKeyAsArray( in CreateFromStructuredData()
/dports/devel/devhelp/devhelp-41.2/src/
H A Ddh-app.c418 GVariantDict *options_dict; in dh_app_command_line() local
424 options_dict = g_application_command_line_get_options_dict (command_line); in dh_app_command_line()
426 g_variant_dict_lookup (options_dict, "new-window", "b", &option_new_window); in dh_app_command_line()
427 g_variant_dict_lookup (options_dict, "search", "&s", &option_search); in dh_app_command_line()
428 g_variant_dict_lookup (options_dict, "search-assistant", "&s", &option_search_assistant); in dh_app_command_line()
429 g_variant_dict_lookup (options_dict, "quit", "b", &option_quit); in dh_app_command_line()
/dports/sysutils/ansible2/ansible-2.9.27/lib/ansible/module_utils/aws/
H A Drds.py197 def arg_spec_to_rds_params(options_dict): argument
198 tags = options_dict.pop('tags')
200 if 'processor_features' in options_dict:
202 processor_features = options_dict.pop('processor_features')
203 camel_options = snake_dict_to_camel_dict(options_dict, capitalize_first=True)
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/amazon/aws/plugins/module_utils/
H A Drds.py203 def arg_spec_to_rds_params(options_dict): argument
204 tags = options_dict.pop('tags')
206 if 'processor_features' in options_dict:
208 processor_features = options_dict.pop('processor_features')
209 camel_options = snake_dict_to_camel_dict(options_dict, capitalize_first=True)
/dports/databases/py-mysql-connector-python/mysql-connector-python-8.0.27/lib/mysqlx/
H A D__init__.py732 options_dict = json.loads(options_string)
737 options_dict = {}
739 options_dict[key.replace("-", "_")] = value
741 if not isinstance(options_dict, dict):
745 if "pooling" in options_dict:
746 pooling_options = options_dict.pop("pooling")
763 if len(options_dict) > 0:
765 "".format(options_dict.keys()))
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/lldb/source/Breakpoint/
H A DBreakpointResolverName.cpp92 const BreakpointSP &bkpt, const StructuredData::Dictionary &options_dict, in CreateFromStructuredData() argument
96 bool success = options_dict.GetValueForKeyAsString( in CreateFromStructuredData()
109 options_dict.GetValueForKeyAsInteger(GetKey(OptionNames::Offset), offset); in CreateFromStructuredData()
116 success = options_dict.GetValueForKeyAsBoolean( in CreateFromStructuredData()
124 success = options_dict.GetValueForKeyAsString( in CreateFromStructuredData()
131 success = options_dict.GetValueForKeyAsArray( in CreateFromStructuredData()
138 success = options_dict.GetValueForKeyAsArray( in CreateFromStructuredData()
H A DBreakpointResolverScripted.cpp64 const BreakpointSP &bkpt, const StructuredData::Dictionary &options_dict, in CreateFromStructuredData() argument
69 success = options_dict.GetValueForKeyAsString( in CreateFromStructuredData()
81 success = options_dict.GetValueForKeyAsDictionary( in CreateFromStructuredData()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/lldb/source/Breakpoint/
H A DBreakpointResolverName.cpp92 const BreakpointSP &bkpt, const StructuredData::Dictionary &options_dict, in CreateFromStructuredData() argument
96 bool success = options_dict.GetValueForKeyAsString( in CreateFromStructuredData()
109 options_dict.GetValueForKeyAsInteger(GetKey(OptionNames::Offset), offset); in CreateFromStructuredData()
116 success = options_dict.GetValueForKeyAsBoolean( in CreateFromStructuredData()
124 success = options_dict.GetValueForKeyAsString( in CreateFromStructuredData()
131 success = options_dict.GetValueForKeyAsArray( in CreateFromStructuredData()
138 success = options_dict.GetValueForKeyAsArray( in CreateFromStructuredData()
H A DBreakpointResolverScripted.cpp64 const BreakpointSP &bkpt, const StructuredData::Dictionary &options_dict, in CreateFromStructuredData() argument
69 success = options_dict.GetValueForKeyAsString( in CreateFromStructuredData()
81 success = options_dict.GetValueForKeyAsDictionary( in CreateFromStructuredData()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/lldb/source/Breakpoint/
H A DBreakpointResolverName.cpp92 const BreakpointSP &bkpt, const StructuredData::Dictionary &options_dict, in CreateFromStructuredData() argument
96 bool success = options_dict.GetValueForKeyAsString( in CreateFromStructuredData()
109 options_dict.GetValueForKeyAsInteger(GetKey(OptionNames::Offset), offset); in CreateFromStructuredData()
116 success = options_dict.GetValueForKeyAsBoolean( in CreateFromStructuredData()
124 success = options_dict.GetValueForKeyAsString( in CreateFromStructuredData()
131 success = options_dict.GetValueForKeyAsArray( in CreateFromStructuredData()
138 success = options_dict.GetValueForKeyAsArray( in CreateFromStructuredData()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/lldb/source/Breakpoint/
H A DBreakpointResolverName.cpp92 const BreakpointSP &bkpt, const StructuredData::Dictionary &options_dict, in CreateFromStructuredData() argument
96 bool success = options_dict.GetValueForKeyAsString( in CreateFromStructuredData()
109 options_dict.GetValueForKeyAsInteger(GetKey(OptionNames::Offset), offset); in CreateFromStructuredData()
116 success = options_dict.GetValueForKeyAsBoolean( in CreateFromStructuredData()
124 success = options_dict.GetValueForKeyAsString( in CreateFromStructuredData()
131 success = options_dict.GetValueForKeyAsArray( in CreateFromStructuredData()
138 success = options_dict.GetValueForKeyAsArray( in CreateFromStructuredData()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/lldb/source/Breakpoint/
H A DBreakpointResolverName.cpp92 const BreakpointSP &bkpt, const StructuredData::Dictionary &options_dict, in CreateFromStructuredData() argument
96 bool success = options_dict.GetValueForKeyAsString( in CreateFromStructuredData()
109 options_dict.GetValueForKeyAsInteger(GetKey(OptionNames::Offset), offset); in CreateFromStructuredData()
116 success = options_dict.GetValueForKeyAsBoolean( in CreateFromStructuredData()
124 success = options_dict.GetValueForKeyAsString( in CreateFromStructuredData()
131 success = options_dict.GetValueForKeyAsArray( in CreateFromStructuredData()
138 success = options_dict.GetValueForKeyAsArray( in CreateFromStructuredData()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/lldb/source/Breakpoint/
H A DBreakpointResolverName.cpp92 const BreakpointSP &bkpt, const StructuredData::Dictionary &options_dict, in CreateFromStructuredData() argument
96 bool success = options_dict.GetValueForKeyAsString( in CreateFromStructuredData()
109 options_dict.GetValueForKeyAsInteger(GetKey(OptionNames::Offset), offset); in CreateFromStructuredData()
116 success = options_dict.GetValueForKeyAsBoolean( in CreateFromStructuredData()
124 success = options_dict.GetValueForKeyAsString( in CreateFromStructuredData()
131 success = options_dict.GetValueForKeyAsArray( in CreateFromStructuredData()
138 success = options_dict.GetValueForKeyAsArray( in CreateFromStructuredData()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/tools/blinkpy/tool/commands/
H A Dcopy_existing_baselines_unittest.py15 options_dict = {
21 options_dict.update(kwargs)
22 return optparse.Values(options_dict)
/dports/devel/py-xarray/xarray-0.20.1/xarray/core/
H A Doptions.py231 def _apply_update(self, options_dict): argument
232 for k, v in options_dict.items():
235 OPTIONS.update(options_dict)
/dports/math/qalculate/qalculate-gtk-3.17.0/src/
H A Dmain.cc360 static gint qalculate_handle_local_options(GtkApplication *app, GVariantDict *options_dict) {
362 g_variant_dict_lookup(options_dict, "version", "b", &b);
368 g_variant_dict_lookup(options_dict, "title", "s", &str);
373 g_variant_dict_lookup(options_dict, "new-instance", "b", &b);
428 GVariantDict *options_dict = g_application_command_line_get_options_dict(cmd_line);
431 g_variant_dict_lookup(options_dict, "file", "s", &str);
437 g_variant_dict_lookup(options_dict, G_OPTION_REMAINING, "^as", &remaining); in dissect_lat_start()
452 g_variant_dict_lookup(options_dict, "title", "s", &str);

1234567891011