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

/system/update_engine/scripts/update_payload/
H A Dupdate_metadata_pb2.py22 full_name='chromeos_update_engine.InstallOperation.Type', variable
76 full_name='chromeos_update_engine.Extent', variable
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', variable
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', variable
151 name='signatures', full_name='chromeos_update_engine.Signatures.signatures', index=0,
173 full_name variable
208 full_name='chromeos_update_engine.ImageInfo', variable
271 full_name='chromeos_update_engine.InstallOperation', variable
356 full_name='chromeos_update_engine.PartitionUpdate', variable
433 full_name='chromeos_update_engine.DeltaArchiveManifest', variable
[all...]
/system/extras/simpleperf/scripts/
H A Dprofile_pb2.py31 full_name='perftools.profiles.Profile', variable
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
153 full_name='perftools.profiles.ValueType', variable
191 full_name='perftools.profiles.Sample', variable
236 full_name='perftools.profiles.Label', variable
281 full_name='perftools.profiles.Mapping', variable
375 full_name='perftools.profiles.Location', variable
427 full_name='perftools.profiles.Line', variable
465 full_name='perftools.profiles.Function', variable
[all...]
/system/core/liblog/tests/
H A Dbenchmark_main.cpp150 char full_name[100]; local
151 snprintf(full_name, sizeof(full_name), "%s%s%s", b->Name(),
163 printf("%-25s %10" PRIu64 " %10" PRIu64 "%s\n", full_name,
167 full_name, static_cast<uint64_t>(iterations), mean, sdev, throughput);
/system/core/init/
H A Dbootchart.cpp118 const char* full_name = cmdline.c_str(); // So we stop at the first NUL. local
128 stat.replace(open + 1, close - open - 1, full_name);

Completed in 1194 milliseconds