Searched refs:method_name (Results 1 – 7 of 7) sorted by relevance
/tools/test/connectivity/acts/framework/acts/metrics/loggers/ |
D | usage_metadata_logger.py | 105 method_count.method_identifier = usage.method_name 120 def __init__(self, method_name, test_context): argument 129 self.method_name = method_name 132 return hash(self.test_context) ^ hash(self.method_name) 136 self.method_name == other.method_name) 139 return ('UsageMetadataKey{' + self.method_name + ', ' +
|
/tools/dexter/slicer/export/slicer/ |
D | dex_ir_builder.h | 34 const char* method_name; member 37 MethodId(const char* class_descriptor, const char* method_name, const char* signature = nullptr) 38 : class_descriptor(class_descriptor), method_name(method_name), signature(signature) { in class_descriptor() 40 assert(method_name != nullptr); in class_descriptor()
|
D | dex_ir.h | 345 String* method_name = nullptr; member
|
/tools/dexter/slicer/ |
D | instrumentation.cc | 140 builder.GetAsciiString(hook_method_id_.method_name), ir_proto, in Apply() 306 builder.GetAsciiString(hook_method_id_.method_name), ir_proto, in InjectArrayParamsHook() 357 builder.GetAsciiString(hook_method_id_.method_name), ir_proto, in Apply() 474 builder.GetAsciiString(detour_method_id_.method_name), ir_proto, in Apply()
|
D | dex_ir_builder.cc | 26 && ::strcmp(method_name, method_decl->name->c_str()) == 0 in Match() 33 auto ir_method_name = FindAsciiString(method_id.method_name); in FindMethod() 47 method_key.method_name = ir_method_name; in FindMethod()
|
D | dex_ir.cc | 60 method_key.method_name = method->decl->name; in GetKey() 67 std::hash<void*>{}(method_key.method_name) ^ in Hash() 73 method_key.method_name == method->decl->name && in Compare()
|
/tools/tradefederation/core/isolation/ |
D | isolation_runner.proto | 77 string method_name = 3; field
|