Home
last modified time | relevance | path

Searched refs:key_str (Results 1 – 5 of 5) sorted by relevance

/external/chromium/third_party/libjingle/source/talk/session/phone/
Dsrtpfilter.cc232 std::string key_b64(key_params.substr(7)), key_str; in ParseKeyParams() local
234 &key_str, NULL) || in ParseKeyParams()
235 static_cast<int>(key_str.size()) != len) { in ParseKeyParams()
239 memcpy(key, key_str.c_str(), len); in ParseKeyParams()
/external/v8/src/
Dliveobjectlist.cc190 const char* key_str = *s; in FindSpaceFor() local
191 switch (key_str[0]) { in FindSpaceFor()
193 if (strcmp(key_str, "cell") == 0) return CELL_SPACE; in FindSpaceFor()
194 if (strcmp(key_str, "code") == 0) return CODE_SPACE; in FindSpaceFor()
197 if (strcmp(key_str, "lo") == 0) return LO_SPACE; in FindSpaceFor()
200 if (strcmp(key_str, "map") == 0) return MAP_SPACE; in FindSpaceFor()
203 if (strcmp(key_str, "new") == 0) return NEW_SPACE; in FindSpaceFor()
206 if (strcmp(key_str, "old-pointer") == 0) return OLD_POINTER_SPACE; in FindSpaceFor()
207 if (strcmp(key_str, "old-data") == 0) return OLD_DATA_SPACE; in FindSpaceFor()
244 const char* key_str = *s; \ in FindTypeFor()
[all …]
/external/chromium/chrome/browser/search_engines/
Dtemplate_url_parser.cc416 std::string key_str(url_spec, key.begin, key.len); in ProcessURLParams() local
418 if (filter->KeepParameter(key_str, value_str)) { in ProcessURLParams()
419 AppendParamToQuery(key_str, value_str, &new_query); in ProcessURLParams()
/external/dbus/bus/
Dsignals.c724 DBusString key_str; in bus_match_rule_parse_arg_match() local
737 _dbus_string_init_const (&key_str, key); in bus_match_rule_parse_arg_match()
738 length = _dbus_string_get_length (&key_str); in bus_match_rule_parse_arg_match()
740 if (_dbus_string_get_length (&key_str) < 4) in bus_match_rule_parse_arg_match()
747 if (!_dbus_string_parse_uint (&key_str, 3, &arg, &end)) in bus_match_rule_parse_arg_match()
756 !_dbus_string_ends_with_c_str (&key_str, "path"))) in bus_match_rule_parse_arg_match()
/external/wpa_supplicant_8/wpa_supplicant/
Dwps_supplicant.c576 char key_str[65]; in wpa_supplicant_wps_event_er_ap_settings() local
579 key_str[0] = '\0'; in wpa_supplicant_wps_event_er_ap_settings()
582 os_memcpy(key_str, cred->key, cred->key_len); in wpa_supplicant_wps_event_er_ap_settings()
583 key_str[cred->key_len] = '\0'; in wpa_supplicant_wps_event_er_ap_settings()
593 cred->auth_type, cred->encr_type, key_str); in wpa_supplicant_wps_event_er_ap_settings()