OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:key_str
(Results
1 - 3
of
3
) sorted by null
/external/chromium/third_party/libjingle/source/talk/session/phone/
srtpfilter.cc
232
std::string key_b64(key_params.substr(7)),
key_str
;
local
234
&
key_str
, NULL) ||
235
static_cast<int>(
key_str
.size()) != len) {
239
memcpy(key,
key_str
.c_str(), len);
/external/wpa_supplicant_8/wpa_supplicant/
wps_supplicant.c
665
char
key_str
[65];
local
668
key_str
[0] = '\0';
671
os_memcpy(
key_str
, cred->key, cred->key_len);
672
key_str
[cred->key_len] = '\0';
682
cred->auth_type, cred->encr_type,
key_str
);
[
all
...]
/external/v8/src/
liveobjectlist.cc
190
const char*
key_str
= *s;
local
191
switch (
key_str
[0]) {
193
if (strcmp(
key_str
, "cell") == 0) return CELL_SPACE;
194
if (strcmp(
key_str
, "code") == 0) return CODE_SPACE;
197
if (strcmp(
key_str
, "lo") == 0) return LO_SPACE;
200
if (strcmp(
key_str
, "map") == 0) return MAP_SPACE;
203
if (strcmp(
key_str
, "new") == 0) return NEW_SPACE;
206
if (strcmp(
key_str
, "old-pointer") == 0) return OLD_POINTER_SPACE;
207
if (strcmp(
key_str
, "old-data") == 0) return OLD_DATA_SPACE;
244
const char*
key_str
= *s;
[
all
...]
Completed in 1320 milliseconds