HomeSort by relevance Sort by last modified time
    Searched refs:type_tag (Results 1 - 16 of 16) 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);
  /external/python/cpython3/Doc/includes/
dbpickle.py 36 type_tag, key_id = pid
37 if type_tag == "MemoRecord":
  /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')
  /art/runtime/jdwp/
jdwp_expand_buf.cc 183 expandBufAdd1(buf, location.type_tag);
jdwp_request.cc 147 location.type_tag = ReadTypeTag();
jdwp_main.cc 757 << "@" << StringPrintf("%#" PRIx64, rhs.dex_pc) << " " << rhs.type_tag << "]";
763 lhs.class_id == rhs.class_id && lhs.type_tag == rhs.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.h 87 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/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 464 def read_keyval(path, type_tag=None):
471 @param type_tag: If not None, only keyvals with key ending
472 in a suffix {type_tag} will be collected.
479 if type_tag:
480 pattern = r'^([-\.\w]+)\{%s\}=(.*)$' % type_tag
505 def write_keyval(path, dictionary, type_tag=None):
511 If type_tag is None, then the key must be composed of alphanumeric
513 null then the keys must also have "{type_tag}" as a suffix. At
514 the moment the only valid values of type_tag are "attr" and "perf".
518 @param type_tag: see text abov
    [all...]
test.py 254 utils.write_keyval(self.resultsdir, attr_dict, type_tag="attr")
258 utils.write_keyval(self.resultsdir, perf_dict, type_tag="perf")
    [all...]
  /external/autotest/server/site_tests/platform_InitLoginPerfServer/
platform_InitLoginPerfServer.py 79 type_tag='perf')
  /art/runtime/
debugger.cc 1077 JDWP::JdwpTypeTag type_tag = GetTypeTag(c); local
1149 JDWP::JdwpTypeTag type_tag = GetTypeTag(o->GetClass()); local
    [all...]

Completed in 373 milliseconds