Searched refs:old_params (Results 1 – 3 of 3) sorted by relevance
/external/chromium_org/sync/engine/ |
D | apply_control_data_updates_unittest.cc | 468 KeyParams old_params = {"localhost", "dummy", "old"}; in TEST_F() local 478 cryptographer->AddKey(old_params); in TEST_F() 538 KeyParams old_params = {"localhost", "dummy", "old"}; in TEST_F() local 549 other_cryptographer.AddKey(old_params); in TEST_F() 566 cryptographer->AddKey(old_params); in TEST_F() 620 KeyParams old_params = {"localhost", "dummy", "old"}; in TEST_F() local 631 other_cryptographer.AddKey(old_params); in TEST_F() 648 cryptographer->AddKey(old_params); in TEST_F() 703 KeyParams old_params = {"localhost", "dummy", "old"}; in TEST_F() local 714 other_cryptographer.AddKey(old_params); in TEST_F() [all …]
|
/external/wpa_supplicant_8/src/ap/ |
D | hostapd.c | 2281 struct hostapd_freq_params *old_params) in hostapd_change_config_freq() argument 2295 if (old_params) { in hostapd_change_config_freq() 2296 old_params->channel = conf->channel; in hostapd_change_config_freq() 2297 old_params->ht_enabled = conf->ieee80211n; in hostapd_change_config_freq() 2298 old_params->sec_channel_offset = conf->secondary_channel; in hostapd_change_config_freq()
|
/external/chromium_org/components/search_engines/ |
D | template_url.cc | 1357 std::string old_params( in ReplaceSearchTermsInURL() local 1359 std::string new_params(old_params, 0, search_terms_position.begin); in ReplaceSearchTermsInURL() 1361 new_params += old_params.substr(search_terms_position.end()); in ReplaceSearchTermsInURL()
|