Home
last modified time | relevance | path

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

/tools/tradefederation/core/
DAndroid.bp61 name: "tradefed-protos",
112 "tradefed-protos",
/tools/dexter/slicer/
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_builder.cc151 for (const auto& ir_proto : dex_ir_->protos) { in GetProto()
Ddex_ir.cc209 IndexItems(protos, [](const own<Proto>& a, const own<Proto>& b) { in Normalize()
/tools/dexter/testdata/expected/
Dhello_nodebug.stats18 protos : 10
Dmin.stats18 protos : 1
Dlarge.am_stats18 protos : 77
Dmi.stats18 protos : 5
Dhello.hello_stats18 protos : 10
Dexit_hooks.stats18 protos : 12
Dentry_hooks.stats18 protos : 17
Dtry_catch.stats18 protos : 4
Dmedium.stats18 protos : 1923
Dlarge.stats18 protos : 14560
Dhello.stats18 protos : 13
/tools/test/connectivity/acts/framework/acts/test_utils/tel/loggers/
Dtelephony_metric_logger.py23 from acts.test_utils.tel.loggers.protos.telephony_metric_pb2 import TelephonyVoiceTestResult
/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/tradefederation/core/src/com/android/tradefed/targetprep/
DPerfettoPreparer.java29 import perfetto.protos.PerfettoConfig.TraceConfig;
/tools/test/connectivity/acts/tests/google/experimental/
DBluetoothLatencyTest.py30 from acts.test_utils.bt.loggers.protos import bluetooth_metric_pb2 as proto_module
DBluetoothThroughputTest.py26 from acts.test_utils.bt.loggers.protos import bluetooth_metric_pb2 as proto_module
/tools/dexter/dexter/
Ddexter.cc205 printf(" protos : %zu\n", dex_ir->protos.size()); in PrintDexIrStats()
/tools/test/connectivity/acts/framework/acts/controllers/buds_lib/dev_utils/proto/google/protobuf/
Ddescriptor.proto243 // extensions when we build a descriptor, at which point all protos have been
567 // appears in options protos created by the compiler::Parser class.
569 // options protos in descriptor objects (e.g. returned by Descriptor::options(),
/tools/test/connectivity/acts/framework/acts/test_utils/tel/
Dtel_voice_utils.py19 from acts.test_utils.tel.loggers.protos.telephony_metric_pb2 import TelephonyVoiceTestResult
Dtel_test_utils.py39 from acts.test_utils.tel.loggers.protos.telephony_metric_pb2 import TelephonyVoiceTestResult
/tools/test/connectivity/acts/tests/google/tel/live/
DTelLiveVoiceTest.py24 from acts.test_utils.tel.loggers.protos.telephony_metric_pb2 import TelephonyVoiceTestResult