Home
last modified time | relevance | path

Searched refs:key_string (Results 1 – 9 of 9) sorted by relevance

/external/webrtc/webrtc/modules/video_coding/codecs/h264/
Dh264_video_toolbox_encoder.cc63 std::string key_string = CFStringToString(key); in SetVTSessionProperty() local
64 LOG(LS_ERROR) << "VTSessionSetProperty failed to set: " << key_string in SetVTSessionProperty()
74 std::string key_string = CFStringToString(key); in SetVTSessionProperty() local
75 LOG(LS_ERROR) << "VTSessionSetProperty failed to set: " << key_string in SetVTSessionProperty()
86 std::string key_string = CFStringToString(key); in SetVTSessionProperty() local
88 LOG(LS_ERROR) << "VTSessionSetProperty failed to set: " << key_string in SetVTSessionProperty()
/external/autotest/client/site_tests/platform_LibCBench/
Dplatform_LibCBench.py75 key_string = re.sub('[^\w]', '_', benchmark)
76 perf_results[key_string] = average
/external/libchrome/dbus/
Dvalues_util.cc45 std::string key_string; in PopDictionaryEntries() local
48 if (!entry_reader.PopString(&key_string)) in PopDictionaryEntries()
56 base::JSONWriter::Write(*key, &key_string); in PopDictionaryEntries()
62 dictionary_value->SetWithoutPathExpansion(key_string, std::move(value)); in PopDictionaryEntries()
/external/autotest/tko/
Dmodels.py90 key_string = ','.join([base] + hashes)
91 return utils.hash('md5', key_string).hexdigest()
/external/libxml2/
Drngparser.c117 const xmlChar *key_string; member
232 (str == ctxt->key_string) || in xmlCRNGIsKeyword()
839 if (token->token == ctxt->key_string) { in xmlParseCRNG_datatype()
1477 ctxt.key_string = xmlDictLookup(ctxt.dict, BAD_CAST "string", -1); in xmlConvertCRNG()
/external/autotest/client/common_lib/hosts/
Dbase_classes.py295 key_string = 'Reboot.%s' % dargs.get('board')
/external/v8/src/regexp/
Djsregexp.cc6773 Object* RegExpResultsCache::Lookup(Heap* heap, String* key_string, in Lookup() argument
6778 if (!key_string->IsInternalizedString()) return Smi::kZero; in Lookup()
6789 uint32_t hash = key_string->Hash(); in Lookup()
6792 if (cache->get(index + kStringOffset) != key_string || in Lookup()
6796 if (cache->get(index + kStringOffset) != key_string || in Lookup()
6807 void RegExpResultsCache::Enter(Isolate* isolate, Handle<String> key_string, in Enter() argument
6814 if (!key_string->IsInternalizedString()) return; in Enter()
6825 uint32_t hash = key_string->Hash(); in Enter()
6829 cache->set(index + kStringOffset, *key_string); in Enter()
6837 cache->set(index2 + kStringOffset, *key_string); in Enter()
[all …]
Djsregexp.h1523 static Object* Lookup(Heap* heap, String* key_string, Object* key_pattern,
1527 static void Enter(Isolate* isolate, Handle<String> key_string,
/external/selinux/python/sepolicy/sepolicy/
Dgui.py715 def match_func(self, completion, key_string, iter, func_data): argument
717 if self.application_liststore.get_value(iter, 0).find(key_string) != -1: