Home
last modified time | relevance | path

Searched defs:proto (Results 1 – 5 of 5) sorted by relevance

/tools/test/connectivity/acts/framework/acts/libs/proto/
Dproto_utils.py31 def to_descriptor_proto(proto): argument
44 def md5_proto(proto): argument
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/bt/loggers/
Dbluetooth_metric_logger.py27 def recursive_assign(proto, dct): argument
103 def add_config_data_to_proto(self, proto, pri_device, conn_device=None): argument
129 def get_proto_dict(self, test, proto): argument
136 def add_proto_to_results(self, proto, test): argument
/tools/test/connectivity/acts/framework/acts/controllers/buds_lib/dev_utils/
Dapollo_log_decoder.py27 def to_dictionary(proto): argument
/tools/dexter/slicer/
Ddex_ir_builder.cc204 MethodDecl* Builder::GetMethodDecl(String* name, Proto* proto, Type* parent) { in GetMethodDecl()
/tools/dexter/dexter/
Ddissasembler.cc26 static std::string MethodDeclaration(const ir::Proto* proto) { in MethodDeclaration()