Home
last modified time | relevance | path

Searched refs:method_name (Results 1 – 7 of 7) sorted by relevance

/tools/test/connectivity/acts/framework/acts/metrics/loggers/
Dusage_metadata_logger.py105 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/
Ddex_ir_builder.h34 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()
Ddex_ir.h345 String* method_name = nullptr; member
/tools/dexter/slicer/
Dinstrumentation.cc140 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()
Ddex_ir_builder.cc26 && ::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()
Ddex_ir.cc60 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/
Disolation_runner.proto77 string method_name = 3; field