Home
last modified time | relevance | path

Searched refs:protos (Results 1 – 16 of 16) sorted by relevance

/tools/dexter/testdata/expected/
Dtry_catch.stats18 protos : 4
Dlarge.stats18 protos : 14560
Dexit_hooks.stats18 protos : 12
Dhello.hello_stats18 protos : 10
Dlarge.am_stats18 protos : 77
Dhello.stats18 protos : 13
Dhello_nodebug.stats18 protos : 10
Dentry_hooks.stats18 protos : 17
Dmedium.stats18 protos : 1923
Dmin.stats18 protos : 1
/tools/tradefederation/core/
DAndroid.mk21 LOCAL_MODULE := tradefed-protos
55 …ote-client commons-compress-prebuilt host-libprotobuf-java-full tradefed-protos error_prone_annota…
/tools/dexter/slicer/export/slicer/
Ddex_ir.h364 std::vector<own<Proto>> protos; member
446 void Track(Proto* p) { PushOwn(protos, p); } in Track()
/tools/dexter/slicer/
Ddex_ir_builder.cc151 for (const auto& ir_proto : dex_ir_->protos) { in GetProto()
Dwriter.cc257 offset += dex_->proto_ids.Init(offset, dex_ir_->protos.size()); in CreateImage()
568 const auto& protos = dex_ir_->protos; in FillProtos() local
569 for (size_t i = 0; i < protos.size(); ++i) { in FillProtos()
570 const auto& irProto = protos[i]; in FillProtos()
Ddex_ir.cc209 IndexItems(protos, [](const own<Proto>& a, const own<Proto>& b) { in Normalize()
/tools/dexter/dexter/
Ddexter.cc205 printf(" protos : %zu\n", dex_ir->protos.size()); in PrintDexIrStats()