HomeSort by relevance Sort by last modified time
    Searched refs:key_string (Results 1 - 9 of 9) sorted by null

  /art/test/922-properties/
properties.cc 79 ScopedUtfChars key_string(env, key);
80 if (key_string.c_str() == nullptr) {
88 jvmtiError result = jvmti_env->SetSystemProperty(key_string.c_str(), value_string.c_str());
  /external/autotest/client/site_tests/platform_LibCBench/
platform_LibCBench.py 75 key_string = re.sub('[^\w]', '_', benchmark)
76 perf_results[key_string] = average
  /external/webrtc/webrtc/modules/video_coding/codecs/h264/
h264_video_toolbox_encoder.cc 63 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/libchrome/dbus/
values_util.cc 45 std::string key_string;
48 if (!entry_reader.PopString(&key_string))
56 base::JSONWriter::Write(*key, &key_string);
62 dictionary_value->SetWithoutPathExpansion(key_string, std::move(value));
  /external/autotest/tko/
models.py 90 key_string = ','.join([base] + hashes)
91 return utils.hash('md5', key_string).hexdigest()
  /external/libxml2/
rngparser.c 117 const xmlChar *key_string; member in struct:_xmlCRelaxNGParserCtxt
232 (str == ctxt->key_string) ||
839 if (token->token == ctxt->key_string) {
    [all...]
  /external/v8/src/regexp/
jsregexp.cc     [all...]
jsregexp.h     [all...]
  /external/selinux/python/sepolicy/sepolicy/
gui.py     [all...]

Completed in 1562 milliseconds