Searched refs:key_str (Results 1 - 10 of 10) sorted by relevance
/external/chromium-trace/catapult/third_party/Paste/tests/ |
H A D | test_multidict.py | 65 key_str = six.text_type 69 key_str = six.binary_type 76 assert isinstance(obj, key_str) 80 assert isinstance(key, key_str) 121 assert isinstance(items[1][0], key_str) 158 assert isinstance(ufs.name, str if six.PY3 else key_str)
|
/external/chromium-trace/catapult/telemetry/third_party/web-page-replay/ |
H A D | certutils.py | 143 key_str = _dump_privatekey(key) 145 return ca_cert_str, key_str 176 def write_dummy_ca_cert(ca_cert_str, key_str, cert_path): 187 key_str: private key string 200 f.write(key_str) 212 key = load_privatekey(key_str)
|
H A D | certutils_test.py | 55 def _check_cert_file(self, cert_file_path, cert_str, key_str=None): 57 if key_str: 58 expected_cert = key_str + cert_str
|
/external/curl/lib/ |
H A D | hash.c | 296 const char* key_str = (const char *) key; local 297 const char *end = key_str + key_length; 300 while(key_str < end) { 302 h ^= (unsigned long) *key_str++;
|
/external/webrtc/talk/session/media/ |
H A D | srtpfilter.cc | 472 std::string key_b64(key_params.substr(7)), key_str; local 474 &key_str, NULL) || 475 static_cast<int>(key_str.size()) != len) { 479 memcpy(key, key_str.c_str(), len);
|
/external/dbus/bus/ |
H A D | signals.c | 778 DBusString key_str; local 791 _dbus_string_init_const (&key_str, key); 792 length = _dbus_string_get_length (&key_str); 794 if (_dbus_string_get_length (&key_str) < 4) 801 if (!_dbus_string_parse_uint (&key_str, 3, &arg, &end)) 811 _dbus_string_ends_with_c_str (&key_str, "path")) 815 else if (_dbus_string_equal_c_str (&key_str, "arg0namespace"))
|
/external/autotest/client/cros/graphics/ |
H A D | graphics_utils.py | 260 def press_key_X(key_str): 266 command = 'xdotool key %s' % key_str
|
/external/pdfium/core/src/fpdfapi/fpdf_page/ |
H A D | fpdf_page_graph_state.cpp | 462 const CFX_ByteString& key_str = it.first; local 468 FX_DWORD key = key_str.GetID();
|
/external/wpa_supplicant_8/wpa_supplicant/ |
H A D | wps_supplicant.c | 789 char key_str[65]; local 792 key_str[0] = '\0'; 795 os_memcpy(key_str, cred->key, cred->key_len); 796 key_str[cred->key_len] = '\0'; 806 cred->auth_type, cred->encr_type, key_str);
|
/external/chromium-trace/catapult/third_party/pipeline/pipeline/ |
H A D | pipeline.py | 1261 key_str = blobstore.create_gs_key("/gs" + file_name) 1262 logging.debug("Created blob for filename = %s gs_key = %s", file_name, key_str) 1263 return blobstore.BlobKey(key_str)
|
Completed in 245 milliseconds