Home
last modified time | relevance | path

Searched refs:profile_properties (Results 1 – 11 of 11) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/chromeos/dbus/hermes/
H A Dfake_hermes_euicc_client.cc55 HermesProfileClient::Properties* profile_properties = in PopPendingProfileWithActivationCode() local
148 HermesProfileClient::Properties* profile_properties = in AddCarrierProfile() local
150 profile_properties->iccid().ReplaceValue(iccid); in AddCarrierProfile()
151 profile_properties->service_provider().ReplaceValue(service_provider); in AddCarrierProfile()
152 profile_properties->mcc_mnc().ReplaceValue(kDefaultMccMnc); in AddCarrierProfile()
153 profile_properties->activation_code().ReplaceValue(activation_code); in AddCarrierProfile()
154 profile_properties->name().ReplaceValue(name); in AddCarrierProfile()
155 profile_properties->nick_name().ReplaceValue(name); in AddCarrierProfile()
156 profile_properties->state().ReplaceValue(state); in AddCarrierProfile()
280 HermesProfileClient::Properties* profile_properties = in DoInstallProfileFromActivationCode() local
[all …]
/dports/multimedia/mlt6-qt5/mlt-6.26.1/src/modules/core/
H A Dfilter_data_show.c41 …mlt_properties profile_properties = mlt_properties_get_data( filter_properties, "profile_propertie… in obtain_filter() local
44 if ( profile_properties == NULL ) in obtain_filter()
63 profile_properties = mlt_properties_load( temp ); in obtain_filter()
66 …mlt_properties_set_data( filter_properties, "profile_properties", profile_properties, 0, ( mlt_des… in obtain_filter()
69 if ( profile_properties != NULL ) in obtain_filter()
71 for ( i = 0; i < mlt_properties_count( profile_properties ); i ++ ) in obtain_filter()
73 char *name = mlt_properties_get_name( profile_properties, i ); in obtain_filter()
74 char *value = mlt_properties_get_value( profile_properties, i ); in obtain_filter()
/dports/multimedia/mlt6/mlt-6.26.1/src/modules/core/
H A Dfilter_data_show.c41 …mlt_properties profile_properties = mlt_properties_get_data( filter_properties, "profile_propertie… in obtain_filter() local
44 if ( profile_properties == NULL ) in obtain_filter()
63 profile_properties = mlt_properties_load( temp ); in obtain_filter()
66 …mlt_properties_set_data( filter_properties, "profile_properties", profile_properties, 0, ( mlt_des… in obtain_filter()
69 if ( profile_properties != NULL ) in obtain_filter()
71 for ( i = 0; i < mlt_properties_count( profile_properties ); i ++ ) in obtain_filter()
73 char *name = mlt_properties_get_name( profile_properties, i ); in obtain_filter()
74 char *value = mlt_properties_get_value( profile_properties, i ); in obtain_filter()
/dports/multimedia/py-mlt6/mlt-6.26.1/src/modules/core/
H A Dfilter_data_show.c41 …mlt_properties profile_properties = mlt_properties_get_data( filter_properties, "profile_propertie… in obtain_filter() local
44 if ( profile_properties == NULL ) in obtain_filter()
63 profile_properties = mlt_properties_load( temp ); in obtain_filter()
66 …mlt_properties_set_data( filter_properties, "profile_properties", profile_properties, 0, ( mlt_des… in obtain_filter()
69 if ( profile_properties != NULL ) in obtain_filter()
71 for ( i = 0; i < mlt_properties_count( profile_properties ); i ++ ) in obtain_filter()
73 char *name = mlt_properties_get_name( profile_properties, i ); in obtain_filter()
74 char *value = mlt_properties_get_value( profile_properties, i ); in obtain_filter()
/dports/www/osrm-backend/osrm-backend-5.26.0/src/updater/
H A Dupdater.cpp150 const extractor::ProfileProperties &profile_properties, in updateSegmentData() argument
165 auto convertToWeight = [&profile_properties, in updateSegmentData()
193 const auto weight_multiplier = profile_properties.GetWeightMultiplier(); in updateSegmentData()
335 if (!profile_properties.fallback_to_duration && fallbacks_to_duration > 0) in updateSegmentData()
338 << " segments for '" << profile_properties.GetWeightName() in updateSegmentData()
428 const extractor::ProfileProperties &profile_properties, in updateTurnPenalties() argument
434 const auto weight_multiplier = profile_properties.GetWeightMultiplier(); in updateTurnPenalties()
581 extractor::ProfileProperties profile_properties; in LoadAndUpdateEdgeExpandedGraph() local
602 profile_properties); in LoadAndUpdateEdgeExpandedGraph()
620 profile_properties, in LoadAndUpdateEdgeExpandedGraph()
[all …]
/dports/www/osrm-backend/osrm-backend-5.26.0/src/extractor/
H A Dextractor.cpp76 ProfileProperties &profile_properties) in SetClassNames() argument
120 profile_properties.SetClassName(range.front(), pair.first); in SetClassNames()
127 ProfileProperties &profile_properties) in SetExcludableClasses() argument
136 profile_properties.SetExcludableClasses(0, 0); in SetExcludableClasses()
158 profile_properties.SetExcludableClasses(combination_index++, mask); in SetExcludableClasses()
623 auto profile_properties = scripting_environment.GetProfileProperties(); in ParseOSMData() local
624 SetClassNames(scripting_environment.GetClassNames(), classes_map, profile_properties); in ParseOSMData()
626 SetExcludableClasses(classes_map, excludable_classes, profile_properties); in ParseOSMData()
627 files::writeProfileProperties(config.GetPath(".osrm.properties").string(), profile_properties); in ParseOSMData()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chromeos/services/cellular_setup/
H A Desim_manager.cc422 HermesProfileClient::Properties* profile_properties = in UpdateProfileList() local
424 GetOrCreateESimProfileInfo(profile_properties, path, in UpdateProfileList()
426 profile_iccids.insert(profile_properties->iccid().value()); in UpdateProfileList()
429 HermesProfileClient::Properties* profile_properties = in UpdateProfileList() local
431 GetOrCreateESimProfileInfo(profile_properties, path, in UpdateProfileList()
433 profile_iccids.insert(profile_properties->iccid().value()); in UpdateProfileList()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chromeos/network/
H A Dpolicy_applicator.h76 void GetProfilePropertiesCallback(base::Value profile_properties);
H A Dpolicy_applicator.cc93 base::Value profile_properties) { in GetProfilePropertiesCallback() argument
97 profile_properties.FindListKey(shill::kEntriesProperty); in GetProfilePropertiesCallback()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chromeos/dbus/shill/
H A Dfake_shill_service_client.cc400 base::Value profile_properties = in SetServiceProperties() local
403 if (profile_properties.is_dict()) { in SetServiceProperties()
405 profile_properties.FindStringKey(shill::kGuidProperty); in SetServiceProperties()
/dports/devel/py-pymaven-patch/pymaven-patch-0.3.0/pymaven/
H A Dpom.py466 profile_properties = self._find_properties(profile)
467 properties.update(profile_properties)