Searched defs:proto (Results 1 – 6 of 6) sorted by relevance
/tools/test/connectivity/acts/framework/acts/libs/proto/ |
D | proto_utils.py | 31 def to_descriptor_proto(proto): argument 44 def md5_proto(proto): argument
|
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/bt/loggers/ |
D | bluetooth_metric_logger.py | 27 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/ |
D | apollo_log_decoder.py | 27 def to_dictionary(proto): argument
|
/tools/dexter/dexter/ |
D | disassembler.cc | 26 static std::string MethodDeclaration(const ir::Proto* proto) { in MethodDeclaration() 221 bool PrintCodeIrVisitor::Visit(lir::Proto* proto) { in Visit()
|
/tools/dexter/slicer/ |
D | dex_ir_builder.cc | 204 MethodDecl* Builder::GetMethodDecl(String* name, Proto* proto, Type* parent) { in GetMethodDecl()
|
/tools/dexter/slicer/export/slicer/ |
D | code_ir.h | 106 virtual bool Visit(Proto* proto) { return false; } in Visit()
|