HomeSort by relevance Sort by last modified time
    Searched full:type_tag (Results 1 - 14 of 14) sorted by null

  /external/libbrillo/brillo/
type_name_undecorate.cc 35 std::string GetUndecoratedTypeNameForTag(const char* type_tag) {
38 return UndecorateTypeName(type_tag);
44 const char* pos = std::strstr(type_tag, token);
46 return type_tag;
type_name_undecorate.h 59 BRILLO_EXPORT std::string GetUndecoratedTypeNameForTag(const char* type_tag);
  /art/runtime/jdwp/
jdwp_request.cc 147 location.type_tag = ReadTypeTag();
jdwp_expand_buf.cc 182 expandBufAdd1(buf, location.type_tag);
jdwp_handler.cc 164 JDWP::JdwpTypeTag type_tag; local
166 JDWP::JdwpError status = Dbg::GetClassInfo(ids[i], &type_tag, &class_status, nullptr);
171 expandBufAdd1(pReply, type_tag);
364 JDWP::JdwpTypeTag type_tag; local
367 JDWP::JdwpError status = Dbg::GetClassInfo(classes[i], &type_tag, &class_status, &descriptor);
372 expandBufAdd1(pReply, type_tag);
465 JDWP::JdwpTypeTag type_tag; local
467 JDWP::JdwpError status = Dbg::GetClassInfo(refTypeId, &type_tag, &class_status, nullptr);
    [all...]
jdwp_main.cc 644 << "@" << StringPrintf("%#" PRIx64, rhs.dex_pc) << " " << rhs.type_tag << "]";
650 lhs.class_id == rhs.class_id && lhs.type_tag == rhs.type_tag;
jdwp.h 86 JdwpTypeTag type_tag; member in struct:art::JDWP::JdwpLocation
jdwp_event.cc 1019 JDWP::JdwpTypeTag type_tag = Dbg::GetTypeTag(field->GetDeclaringClass()); local
    [all...]
  /external/autotest/server/site_tests/hardware_MemoryIntegrity/
hardware_MemoryIntegrity.py 32 return utils.read_keyval(keyval_path, type_tag='perf')['Size']
  /external/autotest/server/site_tests/platform_BootPerfServer/
platform_BootPerfServer.py 92 perf_keyvals = utils.read_keyval(src, type_tag='perf')
  /external/autotest/client/common_lib/
utils_unittest.py 284 type_tag=None):
291 if type_tag is None:
294 utils.write_keyval(filename, dictionary, type_tag)
298 def write_keyval_file(self, dictionary, type_tag=None):
300 return self.write_keyval("file", dictionary, type_tag=type_tag)
329 type_tag="perf")
332 {"a": 1, "b": 2}, type_tag="perf")
    [all...]
utils.py 462 def read_keyval(path, type_tag=None):
469 @param type_tag: If not None, only keyvals with key ending
470 in a suffix {type_tag} will be collected.
477 if type_tag:
478 pattern = r'^([-\.\w]+)\{%s\}=(.*)$' % type_tag
503 def write_keyval(path, dictionary, type_tag=None):
509 If type_tag is None, then the key must be composed of alphanumeric
511 null then the keys must also have "{type_tag}" as a suffix. At
512 the moment the only valid values of type_tag are "attr" and "perf".
516 @param type_tag: see text abov
    [all...]
test.py 240 utils.write_keyval(self.resultsdir, attr_dict, type_tag="attr")
244 utils.write_keyval(self.resultsdir, perf_dict, type_tag="perf")
    [all...]
  /art/runtime/
debugger.cc 1008 JDWP::JdwpTypeTag type_tag = GetTypeTag(c); local
1080 JDWP::JdwpTypeTag type_tag = GetTypeTag(o->GetClass()); local
    [all...]

Completed in 1450 milliseconds