Searched defs:key_string (Results 1 - 3 of 3) sorted by relevance

/external/webrtc/webrtc/modules/video_coding/codecs/h264/
H A Dh264_video_toolbox_encoder.cc63 std::string key_string = CFStringToString(key); local
64 LOG(LS_ERROR) << "VTSessionSetProperty failed to set: " << key_string
74 std::string key_string = CFStringToString(key); local
75 LOG(LS_ERROR) << "VTSessionSetProperty failed to set: " << key_string
86 std::string key_string = CFStringToString(key); local
88 LOG(LS_ERROR) << "VTSessionSetProperty failed to set: " << key_string
/external/libxml2/
H A Drngparser.c117 const xmlChar *key_string; member in struct:_xmlCRelaxNGParserCtxt
232 (str == ctxt->key_string) ||
839 if (token->token == ctxt->key_string) {
1477 ctxt.key_string = xmlDictLookup(ctxt.dict, BAD_CAST "string", -1);
/external/v8/src/regexp/
H A Djsregexp.cc6785 Object* RegExpResultsCache::Lookup(Heap* heap, String* key_string, argument
6790 if (!key_string->IsInternalizedString()) return Smi::FromInt(0);
6801 uint32_t hash = key_string->Hash();
6804 if (cache->get(index + kStringOffset) != key_string ||
6808 if (cache->get(index + kStringOffset) != key_string ||
6819 void RegExpResultsCache::Enter(Isolate* isolate, Handle<String> key_string, argument
6826 if (!key_string->IsInternalizedString()) return;
6837 uint32_t hash = key_string->Hash();
6841 cache->set(index + kStringOffset, *key_string);
6849 cache->set(index2 + kStringOffset, *key_string);
[all...]

Completed in 147 milliseconds