HomeSort by relevance Sort by last modified time
    Searched defs:key_str (Results 1 - 16 of 16) sorted by null

  /external/grpc-grpc/test/core/slice/
slice_weak_hash_table_test.cc 38 grpc_slice BuildRefCountedKey(const char* key_str) {
39 const size_t key_length = strlen(key_str);
41 memcpy(GRPC_SLICE_START_PTR(key), key_str, key_length); local
  /external/pdfium/core/fpdfapi/page/
cpdf_allstates.cpp 42 const ByteString& key_str = it.first; local
48 uint32_t key = key_str.GetID();
  /external/curl/lib/
hash.c 259 const char *key_str = (const char *) key; local
260 const char *end = key_str + key_length;
263 while(key_str < end) {
265 h ^= *key_str++;
  /external/strace/tests/
ioctl_evdev-success.c 202 const char *key_str[] = { "2", "KEY_1", "KEY_2" }; local
215 { { ARG_STR(EVIOCGBIT(EV_KEY, 0)), key, print_getbit }, &key_str},
  /external/strace/tests-m32/
ioctl_evdev-success.c 202 const char *key_str[] = { "2", "KEY_1", "KEY_2" }; local
215 { { ARG_STR(EVIOCGBIT(EV_KEY, 0)), key, print_getbit }, &key_str},
  /external/strace/tests-mx32/
ioctl_evdev-success.c 202 const char *key_str[] = { "2", "KEY_1", "KEY_2" }; local
215 { { ARG_STR(EVIOCGBIT(EV_KEY, 0)), key, print_getbit }, &key_str},
  /external/bcc/src/cc/api/
BPFTable.cc 42 StatusTuple BPFTable::get_value(const std::string& key_str,
49 r = string_to_key(key_str, key);
59 StatusTuple BPFTable::get_value(const std::string& key_str,
67 r = string_to_key(key_str, key);
84 StatusTuple BPFTable::update_value(const std::string& key_str,
91 r = string_to_key(key_str, key);
105 StatusTuple BPFTable::update_value(const std::string& key_str,
113 r = string_to_key(key_str, key);
132 StatusTuple BPFTable::remove_value(const std::string& key_str) {
137 r = string_to_key(key_str, key)
192 std::string key_str; local
    [all...]
  /external/grpc-grpc/src/core/lib/transport/
metadata.cc 155 char* key_str = grpc_slice_to_c_string(md->key); local
160 gpr_atm_no_barrier_load(&md->refcnt) + 1, key_str, value_str);
161 gpr_free(key_str);
255 char* key_str = grpc_slice_to_c_string(allocated->key); local
259 key_str, value_str);
260 gpr_free(key_str);
308 char* key_str = grpc_slice_to_c_string(md->key); local
311 gpr_atm_no_barrier_load(&md->refcnt), key_str, value_str);
312 gpr_free(key_str);
355 char* key_str = grpc_slice_to_c_string(md->key) local
378 char* key_str = grpc_slice_to_c_string(md->key); local
409 char* key_str = grpc_slice_to_c_string(md->key); local
436 char* key_str = grpc_slice_to_c_string(md->key); local
    [all...]
  /external/libxcam/modules/ocl/
cl_kernel.cpp 110 char key_str[1024]; local
120 key_str, sizeof(key_str),
125 key = key_str;
145 cache_path, key_str);
175 "build kernel(%s) from binary failed", key_str);
188 "build kernel(%s) from source failed", key_str);
223 "build kernel(%s) failed, unknown error", key_str);
228 "load kernel(%s) from kernel failed", key_str);
  /external/v8/src/objects/
js-plural-rules.cc 229 Handle<String> key_str = isolate->factory()->NewStringFromAsciiChecked(key); local
233 CHECK(JSReceiver::CreateDataProperty(isolate, options, key_str, value,
  /external/grpc-grpc/test/core/security/
jwt_verifier_test.cc 356 char* key_str = json_key_str(json_key_str_part3_for_google_email_issuer); local
357 grpc_auth_json_key key = grpc_auth_json_key_create_from_string(key_str);
358 gpr_free(key_str);
389 char* key_str = json_key_str(json_key_str_part3_for_custom_email_issuer); local
390 grpc_auth_json_key key = grpc_auth_json_key_create_from_string(key_str);
391 gpr_free(key_str);
436 char* key_str = json_key_str(json_key_str_part3_for_url_issuer); local
437 grpc_auth_json_key key = grpc_auth_json_key_create_from_string(key_str);
438 gpr_free(key_str);
475 char* key_str = json_key_str(json_key_str_part3_for_url_issuer) local
498 char* key_str = json_key_str(json_key_str_part3_for_google_email_issuer); local
549 char* key_str = json_key_str(json_key_str_part3_for_url_issuer); local
    [all...]
  /external/libtextclassifier/utils/intents/
intent-generator.cc 281 const StringPiece key_str = ReadString(/*index=*/-1); local
282 if (key_str.empty()) {
288 ScopedLocalRef<jstring> key = jni_cache_->ConvertToJavaString(key_str);
  /external/webrtc/talk/session/media/
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/grpc-grpc/src/core/lib/iomgr/
error.cc 634 static char* key_str(grpc_error_strs which) { function
652 append_kv(kvs, key_str(static_cast<grpc_error_strs>(which)),
  /external/u-boot/scripts/kconfig/
nconf.c 301 const char *key_str; member in struct:function_keys
310 .key_str = "F1",
316 .key_str = "F2",
322 .key_str = "F3",
328 .key_str = "F4",
334 .key_str = "F5",
340 .key_str = "F6",
346 .key_str = "F7",
352 .key_str = "F8",
358 .key_str = "F9"
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
wps_supplicant.c 809 char key_str[65]; local
812 key_str[0] = '\0';
815 os_memcpy(key_str, cred->key, cred->key_len);
816 key_str[cred->key_len] = '\0';
826 cred->auth_type, cred->encr_type, key_str);
    [all...]

Completed in 1865 milliseconds