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

  /development/gsi/gsi_util/gsi_util/dumpers/
dumper.py 37 The dump result by dictionary maps info_name to the value of dump result.
43 dump_result[dump_info.info_name] = value
54 The dump result by dictionary maps info_name to the value of dump result.
77 for info_name in name_list:
78 info = next((x for x in DUMP_LIST if x.info_name == info_name), None)
80 raise RuntimeError('Unknown info name: "{}"'.format(info_name))
  /development/gsi/gsi_util/gsi_util/commands/
dump.py 57 def _output_dump_info(self, info_name, value):
58 print >> self._os, '{:30}: {}'.format(info_name, value)
66 for info_name in self._name_list:
67 value = dump_result_dict.get(info_name)
73 self._output_dump_info(info_name, value)
78 print info.info_name
84 logging.debug('Info name list: %s', args.INFO_NAME)
85 dump_list = dumper.Dumper.make_dump_list_by_name_list(args.INFO_NAME) if len(
86 args.INFO_NAME) else dumper.Dumper.get_all_dump_list()
95 reporter = DumpReporter(os, (x.info_name for x in dump_list)
    [all...]
  /bootable/recovery/install/
install.cpp 549 ZipString info_name; local
550 while (Next(cookie, &info_entry, &info_name) == 0) {
555 LOG(ERROR) << "Failed to read " << info_name.name << ": " << ErrorCodeString(ret);
  /external/google-breakpad/src/client/linux/minidump_writer/
minidump_writer.cc 814 const char* info_name; member in struct:__anon22546::MinidumpWriter::CpuInfoEntry
853 if (!my_strcmp(field, entry->info_name)) {
    [all...]

Completed in 372 milliseconds