Home
last modified time | relevance | path

Searched refs:method_info (Results 1 – 8 of 8) sorted by relevance

/external/chromium-trace/catapult/third_party/gsutil/third_party/apitools/apitools/gen/
Dservice_registry.py50 def __PrintDocstring(self, printer, method_info, method_name, name): argument
52 if method_info.description:
53 description = util.CleanDescription(method_info.description)
54 first_line, newline, remaining = method_info.description.partition(
65 printer(' request: (%s) input message', method_info.request_type_name)
68 if method_info.upload_config:
71 if method_info.supports_download:
76 printer(' (%s) The response message.', method_info.response_type_name)
97 for method_name, method_info in method_info_map.items():
101 x.name for x in method_info.all_fields())
[all …]
Dcommand_registry.py124 def AddCommandForMethod(self, service_name, method_name, method_info, argument
127 command_name = self.__GetCommandName(method_info.method_id)
130 description = method_info.description
132 description = 'Call the %s method.' % method_info.method_id
136 for field_name in method_info.ordered_params:
157 if method_info.upload_config:
173 if method_info.supports_download:
193 has_upload=bool(method_info.upload_config),
194 has_download=bool(method_info.supports_download)
/external/emma/core/java12/com/vladium/jcd/parser/
DClassDefParser.java269 final Method_info method_info = new Method_info (constantPool, m_bytes); in methods() local
272 System.out.println ("[" + i + "] method: " + method_info); in methods()
276 m_table.getMethods().add (method_info); in methods()
/external/chromium-trace/catapult/third_party/gsutil/third_party/protorpc/protorpc/
Ddescriptor.py429 method_info = method.remote
431 descriptor.name = method_info.method.__name__
432 descriptor.request_type = method_info.request_type.definition_name()
433 descriptor.response_type = method_info.response_type.definition_name()
Dremote.py451 method_info = method.remote
455 if not isinstance(method_info, _RemoteMethodInfo):
458 return method_info
/external/chromium-trace/catapult/third_party/gsutil/third_party/protorpc/protorpc/webapp/
Dservice_handlers.py585 method_info = method.remote
593 request = mapper.build_request(self, method_info.request_type)
/external/owasp/sanitizer/tools/emma/lib/
Demma.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/vladium/ com/ ...
/external/emma/lib/
Demma.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/vladium/ com/ ...