Home
last modified time | relevance | path

Searched refs:full_name (Results 1 – 4 of 4) sorted by relevance

/system/update_engine/scripts/update_payload/
Dupdate_metadata_pb2.py22 full_name='chromeos_update_engine.InstallOperation.Type',
76 full_name='chromeos_update_engine.Extent',
82 name='start_block', full_name='chromeos_update_engine.Extent.start_block', index=0,
89 name='num_blocks', full_name='chromeos_update_engine.Extent.num_blocks', index=1,
111 full_name='chromeos_update_engine.Signatures.Signature',
117 name='version', full_name='chromeos_update_engine.Signatures.Signature.version', index=0,
124 name='data', full_name='chromeos_update_engine.Signatures.Signature.data', index=1,
145 full_name='chromeos_update_engine.Signatures',
151 name='signatures', full_name='chromeos_update_engine.Signatures.signatures', index=0,
173 full_name='chromeos_update_engine.PartitionInfo',
[all …]
/system/extras/simpleperf/scripts/
Dprofile_pb2.py31 full_name='perftools.profiles.Profile',
37 name='sample_type', full_name='perftools.profiles.Profile.sample_type', index=0,
44 name='sample', full_name='perftools.profiles.Profile.sample', index=1,
51 name='mapping', full_name='perftools.profiles.Profile.mapping', index=2,
58 name='location', full_name='perftools.profiles.Profile.location', index=3,
65 name='function', full_name='perftools.profiles.Profile.function', index=4,
72 name='string_table', full_name='perftools.profiles.Profile.string_table', index=5,
79 name='drop_frames', full_name='perftools.profiles.Profile.drop_frames', index=6,
86 name='keep_frames', full_name='perftools.profiles.Profile.keep_frames', index=7,
93 name='time_nanos', full_name='perftools.profiles.Profile.time_nanos', index=8,
[all …]
/system/core/liblog/tests/
Dbenchmark_main.cpp150 char full_name[100]; in Run() local
151 snprintf(full_name, sizeof(full_name), "%s%s%s", b->Name(), in Run()
163 printf("%-25s %10" PRIu64 " %10" PRIu64 "%s\n", full_name, in Run()
167 full_name, static_cast<uint64_t>(iterations), mean, sdev, throughput); in Run()
/system/core/init/
Dbootchart.cpp118 const char* full_name = cmdline.c_str(); // So we stop at the first NUL. in log_processes() local
128 stat.replace(open + 1, close - open - 1, full_name); in log_processes()