Home
last modified time | relevance | path

Searched refs:variable_info (Results 1 – 25 of 343) sorted by relevance

12345678910>>...14

/dports/games/wesnoth/wesnoth-1.14.17/src/
H A Dvariable_info.cpp66 variable_info<V>::variable_info(const std::string& varname, maybe_const_t<config, V>& vars) NOEXCEPT in variable_info() function in variable_info
79 void variable_info<V>::calculate_value() in calculate_value()
124 bool variable_info<V>::explicit_index() const in explicit_index()
138 maybe_const_t<config, V>& variable_info<V>::as_container() const in as_container()
152 void variable_info<V>::throw_on_invalid() const in throw_on_invalid()
160 std::string variable_info<V>::get_error_message() const in get_error_message()
166 bool variable_info<V>::exists_as_attribute() const in exists_as_attribute()
174 bool variable_info<V>::exists_as_container() const in exists_as_container()
226 template class variable_info<const vi_policy_const>; variable
227 template class variable_info<vi_policy_create>; variable
[all …]
H A Dvariable_info.hpp42 class variable_info class
45 variable_info(const std::string& varname, maybe_const_t<config, V>& vars) NOEXCEPT;
96 class variable_info_mutable : public variable_info<V>
100 : variable_info<V>(name, game_vars) in variable_info_mutable()
152 using variable_access_const = variable_info<const variable_info_implementation::vi_policy_const>;
/dports/security/py-angr/angr-9.0.5405/tests/
H A Dtest_variablerecovery.py27 if variable_info['location'] == 'stack':
32 if 'base' in variable_info:
33 base = variable_info['base']
38 if 'offset' in variable_info:
39 offset = variable_info['offset']
44 if 'size' in variable_info:
45 size = variable_info['size']
64 if 'reg' in variable_info:
65 reg = variable_info['reg']
69 if 'size' in variable_info:
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/gpu/command_buffer/service/
H A Dshader_manager_unittest.cc239 ASSERT_TRUE(variable_info != nullptr); in TEST_F()
240 EXPECT_EQ(it->second.type, variable_info->type); in TEST_F()
242 variable_info->getOutermostArraySize()); in TEST_F()
254 ASSERT_TRUE(variable_info != nullptr); in TEST_F()
255 EXPECT_EQ(it->second.type, variable_info->type); in TEST_F()
257 variable_info->getOutermostArraySize()); in TEST_F()
269 ASSERT_TRUE(variable_info != nullptr); in TEST_F()
270 EXPECT_EQ(it->second.type, variable_info->type); in TEST_F()
318 const sh::OutputVariable* variable_info = in TEST_F() local
320 ASSERT_TRUE(variable_info != nullptr); in TEST_F()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/gpu/command_buffer/service/
H A Dshader_manager_unittest.cc239 ASSERT_TRUE(variable_info != nullptr); in TEST_F()
240 EXPECT_EQ(it->second.type, variable_info->type); in TEST_F()
242 variable_info->getOutermostArraySize()); in TEST_F()
254 ASSERT_TRUE(variable_info != nullptr); in TEST_F()
255 EXPECT_EQ(it->second.type, variable_info->type); in TEST_F()
257 variable_info->getOutermostArraySize()); in TEST_F()
269 ASSERT_TRUE(variable_info != nullptr); in TEST_F()
270 EXPECT_EQ(it->second.type, variable_info->type); in TEST_F()
318 const sh::OutputVariable* variable_info = in TEST_F() local
320 ASSERT_TRUE(variable_info != nullptr); in TEST_F()
[all …]
/dports/devel/tree-sitter/tree-sitter-0.20.1/cli/src/generate/
H A Dnode_types.rs322 result[i] = variable_info; in get_variable_info()
348 for variable_info in result.iter_mut() { in get_variable_info()
353 variable_info in get_variable_info()
366 variable_info: &Vec<VariableInfo>, in generate_node_types_json()
1599 variable_info[0].fields, in test_get_variable_info()
1616 variable_info[2].fields, in test_get_variable_info()
1684 variable_info[0].fields, in test_get_variable_info_with_repetitions_inside_fields()
1745 variable_info[0].fields, in test_get_variable_info_with_inherited_fields()
1819 variable_info[0].fields, in test_get_variable_info_with_supertypes()
1839 let variable_info = in get_node_types() localVariable
[all …]
H A Dmod.rs127 let variable_info = in generate_parser_for_grammar_with_opts() localVariable
133 &variable_info, in generate_parser_for_grammar_with_opts()
139 &variable_info, in generate_parser_for_grammar_with_opts()
/dports/graphics/gimp-app/gimp-2.10.30/app/widgets/
H A Dgimpdashboard.c2026 switch (variable_info->type) in gimp_dashboard_sample_function()
2716 switch (variable_info->type) in gimp_dashboard_sample_object()
3196 if (variable_info->reset_func) in gimp_dashboard_reset_variables()
3238 switch (variable_info->type) in gimp_dashboard_variable_to_boolean()
3281 switch (variable_info->type) in gimp_dashboard_variable_to_double()
3341 switch (variable_info->type) in gimp_dashboard_field_to_string()
3681 switch (variable_info->type) in gimp_dashboard_log_sample()
4316 const VariableInfo *variable_info; in gimp_dashboard_field_use_meter_underlay() local
4321 variable_info = &variables [variable]; in gimp_dashboard_field_use_meter_underlay()
4670 if (variable_info->exclude_from_log) in gimp_dashboard_log_start_recording()
[all …]
/dports/net/gupnp-tools/gupnp-tools-0.10.2/src/universal-cp/
H A Daction-dialog.c409 const GUPnPServiceStateVariableInfo *variable_info; in get_action_arg_widget_info() local
420 variable_info = gupnp_service_introspection_get_state_variable ( in get_action_arg_widget_info()
428 g_value_init (*value, variable_info->type); in get_action_arg_widget_info()
430 if (variable_info->is_numeric) { in get_action_arg_widget_info()
442 } else if (variable_info->type == G_TYPE_BOOLEAN) { in get_action_arg_widget_info()
497 const GUPnPServiceStateVariableInfo *variable_info; in update_out_action_argument_widget() local
516 if (variable_info->is_numeric) { in update_out_action_argument_widget()
528 } else if (variable_info->type == G_TYPE_BOOLEAN) { in update_out_action_argument_widget()
602 const GUPnPServiceStateVariableInfo *variable_info; in retrieve_out_action_arguments() local
610 variable_info = in retrieve_out_action_arguments()
[all …]
/dports/math/py-PuLP/PuLP-2.6.0/pulp/
H A Dmps_lp.py45 variable_info = {}
106 if var_name not in variable_info:
107 variable_info[var_name] = dict(
138 readMPSSetBounds(line, variable_info)
140 readMPSSetBounds(line, variable_info)
148 variable_info = list(variable_info.values())
152 variables=variable_info,
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/snmp/src/agent/
H A Dsnmpa_symbolic_store.erl54 variable_info/1, add_variable_infos/2, delete_variable_infos/1,
167 variable_info(VariableName) -> function
168 call({variable_info, VariableName}).
248 Pattern = #symbol{key = {variable_info, '_'}, _ = '_'},
250 [Name || #symbol{key = {variable_info, Name}} <- Symbols].
314 variable_info(Mod, Db, VariableName) -> function
315 case Mod:read(Db, {variable_info, VariableName}) of
374 handle_call({variable_info, VariableName}, _From,
377 Res = variable_info(Mod, DB, VariableName),
570 Rec = #symbol{key = {variable_info, Name},
[all …]
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/lib/snmp/src/agent/
H A Dsnmpa_symbolic_store.erl54 variable_info/1, add_variable_infos/2, delete_variable_infos/1,
167 variable_info(VariableName) -> function
168 call({variable_info, VariableName}).
248 Pattern = #symbol{key = {variable_info, '_'}, _ = '_'},
250 [Name || #symbol{key = {variable_info, Name}} <- Symbols].
314 variable_info(Mod, Db, VariableName) -> function
315 case Mod:read(Db, {variable_info, VariableName}) of
374 handle_call({variable_info, VariableName}, _From,
377 Res = variable_info(Mod, DB, VariableName),
570 Rec = #symbol{key = {variable_info, Name},
[all …]
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/snmp/src/agent/
H A Dsnmpa_symbolic_store.erl54 variable_info/1, add_variable_infos/2, delete_variable_infos/1,
167 variable_info(VariableName) -> function
168 call({variable_info, VariableName}).
248 Pattern = #symbol{key = {variable_info, '_'}, _ = '_'},
250 [Name || #symbol{key = {variable_info, Name}} <- Symbols].
314 variable_info(Mod, Db, VariableName) -> function
315 case Mod:read(Db, {variable_info, VariableName}) of
374 handle_call({variable_info, VariableName}, _From,
377 Res = variable_info(Mod, DB, VariableName),
570 Rec = #symbol{key = {variable_info, Name},
[all …]
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/snmp/src/agent/
H A Dsnmpa_symbolic_store.erl54 variable_info/1, add_variable_infos/2, delete_variable_infos/1,
167 variable_info(VariableName) -> function
168 call({variable_info, VariableName}).
248 Pattern = #symbol{key = {variable_info, '_'}, _ = '_'},
250 [Name || #symbol{key = {variable_info, Name}} <- Symbols].
314 variable_info(Mod, Db, VariableName) -> function
315 case Mod:read(Db, {variable_info, VariableName}) of
374 handle_call({variable_info, VariableName}, _From,
377 Res = variable_info(Mod, DB, VariableName),
570 Rec = #symbol{key = {variable_info, Name},
[all …]
/dports/lang/erlang-wx/otp-OTP-24.1.7/lib/snmp/src/agent/
H A Dsnmpa_symbolic_store.erl54 variable_info/1, add_variable_infos/2, delete_variable_infos/1,
167 variable_info(VariableName) -> function
168 call({variable_info, VariableName}).
248 Pattern = #symbol{key = {variable_info, '_'}, _ = '_'},
250 [Name || #symbol{key = {variable_info, Name}} <- Symbols].
314 variable_info(Mod, Db, VariableName) -> function
315 case Mod:read(Db, {variable_info, VariableName}) of
374 handle_call({variable_info, VariableName}, _From,
377 Res = variable_info(Mod, DB, VariableName),
570 Rec = #symbol{key = {variable_info, Name},
[all …]
/dports/lang/erlang/otp-OTP-24.1.7/lib/snmp/src/agent/
H A Dsnmpa_symbolic_store.erl54 variable_info/1, add_variable_infos/2, delete_variable_infos/1,
167 variable_info(VariableName) -> function
168 call({variable_info, VariableName}).
248 Pattern = #symbol{key = {variable_info, '_'}, _ = '_'},
250 [Name || #symbol{key = {variable_info, Name}} <- Symbols].
314 variable_info(Mod, Db, VariableName) -> function
315 case Mod:read(Db, {variable_info, VariableName}) of
374 handle_call({variable_info, VariableName}, _From,
377 Res = variable_info(Mod, DB, VariableName),
570 Rec = #symbol{key = {variable_info, Name},
[all …]
/dports/lang/erlang-java/otp-OTP-24.1.7/lib/snmp/src/agent/
H A Dsnmpa_symbolic_store.erl54 variable_info/1, add_variable_infos/2, delete_variable_infos/1,
167 variable_info(VariableName) -> function
168 call({variable_info, VariableName}).
248 Pattern = #symbol{key = {variable_info, '_'}, _ = '_'},
250 [Name || #symbol{key = {variable_info, Name}} <- Symbols].
314 variable_info(Mod, Db, VariableName) -> function
315 case Mod:read(Db, {variable_info, VariableName}) of
374 handle_call({variable_info, VariableName}, _From,
377 Res = variable_info(Mod, DB, VariableName),
570 Rec = #symbol{key = {variable_info, Name},
[all …]
/dports/multimedia/vapoursynth-l-smash-works/L-SMASH-Works-0.0-940-g198cc78/VapourSynth/
H A Dlibavsmash_source.c326 int64_t variable_info; in vs_libavsmashsource_create() local
336 set_option_int64 ( &variable_info, 0, "variable", in, vsapi ); in vs_libavsmashsource_create()
349 vs_vohp->variable_info = CLIP_VALUE( variable_info, 0, 1 ); in vs_libavsmashsource_create()
351 …vs_vohp->vs_output_pixel_format = vs_vohp->variable_info ? pfNone : get_vs_output_pixel_format( fo… in vs_libavsmashsource_create()
H A Dlwlibav_source.c269 int64_t variable_info; in vs_lwlibavsource_create() local
282 set_option_int64 ( &variable_info, 0, "variable", in, vsapi ); in vs_lwlibavsource_create()
309 vs_vohp->variable_info = CLIP_VALUE( variable_info, 0, 1 ); in vs_lwlibavsource_create()
311 …vs_vohp->vs_output_pixel_format = vs_vohp->variable_info ? pfNone : get_vs_output_pixel_format( fo… in vs_lwlibavsource_create()
/dports/graphics/libosmesa-gallium/mesa-21.3.6/src/virtio/vulkan/
H A Dvn_descriptor_set.c401 const VkDescriptorSetVariableDescriptorCountAllocateInfo *variable_info = in vn_AllocateDescriptorSets() local
410 variable_info = vk_find_struct_const( in vn_AllocateDescriptorSets()
414 if (variable_info && !variable_info->descriptorSetCount) in vn_AllocateDescriptorSets()
415 variable_info = NULL; in vn_AllocateDescriptorSets()
432 } else if (variable_info) { in vn_AllocateDescriptorSets()
433 last_binding_descriptor_count = variable_info->pDescriptorCounts[i]; in vn_AllocateDescriptorSets()
/dports/graphics/libosmesa/mesa-21.3.6/src/virtio/vulkan/
H A Dvn_descriptor_set.c401 const VkDescriptorSetVariableDescriptorCountAllocateInfo *variable_info = in vn_AllocateDescriptorSets() local
410 variable_info = vk_find_struct_const( in vn_AllocateDescriptorSets()
414 if (variable_info && !variable_info->descriptorSetCount) in vn_AllocateDescriptorSets()
415 variable_info = NULL; in vn_AllocateDescriptorSets()
432 } else if (variable_info) { in vn_AllocateDescriptorSets()
433 last_binding_descriptor_count = variable_info->pDescriptorCounts[i]; in vn_AllocateDescriptorSets()
/dports/lang/clover/mesa-21.3.6/src/virtio/vulkan/
H A Dvn_descriptor_set.c401 const VkDescriptorSetVariableDescriptorCountAllocateInfo *variable_info = in vn_AllocateDescriptorSets() local
410 variable_info = vk_find_struct_const( in vn_AllocateDescriptorSets()
414 if (variable_info && !variable_info->descriptorSetCount) in vn_AllocateDescriptorSets()
415 variable_info = NULL; in vn_AllocateDescriptorSets()
432 } else if (variable_info) { in vn_AllocateDescriptorSets()
433 last_binding_descriptor_count = variable_info->pDescriptorCounts[i]; in vn_AllocateDescriptorSets()
/dports/graphics/mesa-libs/mesa-21.3.6/src/virtio/vulkan/
H A Dvn_descriptor_set.c401 const VkDescriptorSetVariableDescriptorCountAllocateInfo *variable_info = in vn_AllocateDescriptorSets() local
410 variable_info = vk_find_struct_const( in vn_AllocateDescriptorSets()
414 if (variable_info && !variable_info->descriptorSetCount) in vn_AllocateDescriptorSets()
415 variable_info = NULL; in vn_AllocateDescriptorSets()
432 } else if (variable_info) { in vn_AllocateDescriptorSets()
433 last_binding_descriptor_count = variable_info->pDescriptorCounts[i]; in vn_AllocateDescriptorSets()
/dports/graphics/mesa-dri-gallium/mesa-21.3.6/src/virtio/vulkan/
H A Dvn_descriptor_set.c401 const VkDescriptorSetVariableDescriptorCountAllocateInfo *variable_info = in vn_AllocateDescriptorSets() local
410 variable_info = vk_find_struct_const( in vn_AllocateDescriptorSets()
414 if (variable_info && !variable_info->descriptorSetCount) in vn_AllocateDescriptorSets()
415 variable_info = NULL; in vn_AllocateDescriptorSets()
432 } else if (variable_info) { in vn_AllocateDescriptorSets()
433 last_binding_descriptor_count = variable_info->pDescriptorCounts[i]; in vn_AllocateDescriptorSets()
/dports/graphics/mesa-gallium-va/mesa-21.3.6/src/virtio/vulkan/
H A Dvn_descriptor_set.c401 const VkDescriptorSetVariableDescriptorCountAllocateInfo *variable_info = in vn_AllocateDescriptorSets() local
410 variable_info = vk_find_struct_const( in vn_AllocateDescriptorSets()
414 if (variable_info && !variable_info->descriptorSetCount) in vn_AllocateDescriptorSets()
415 variable_info = NULL; in vn_AllocateDescriptorSets()
432 } else if (variable_info) { in vn_AllocateDescriptorSets()
433 last_binding_descriptor_count = variable_info->pDescriptorCounts[i]; in vn_AllocateDescriptorSets()

12345678910>>...14