HomeSort by relevance Sort by last modified time
    Searched refs:path_params (Results 1 - 11 of 11) sorted by null

  /external/chromium-trace/catapult/third_party/gsutil/gslib/third_party/storage_apitools/
storage_v1_client.py 79 path_params=[u'bucket', u'entity'],
91 path_params=[u'bucket', u'entity'],
103 path_params=[u'bucket'],
115 path_params=[u'bucket'],
127 path_params=[u'bucket', u'entity'],
139 path_params=[u'bucket', u'entity'],
242 path_params=[u'bucket'],
254 path_params=[u'bucket'],
266 path_params=[],
278 path_params=[]
    [all...]
  /external/chromium-trace/catapult/third_party/gsutil/third_party/apitools/samples/storage_sample/storage/
storage_v1_client.py 55 path_params=[u'bucket', u'entity'],
67 path_params=[u'bucket', u'entity'],
79 path_params=[u'bucket'],
91 path_params=[u'bucket'],
103 path_params=[u'bucket', u'entity'],
115 path_params=[u'bucket', u'entity'],
218 path_params=[u'bucket'],
230 path_params=[u'bucket'],
242 path_params=[],
254 path_params=[]
    [all...]
  /external/chromium-trace/catapult/third_party/apiclient/googleapiclient/
model.py 51 def request(self, headers, path_params, query_params, body_value):
56 path_params: dict, parameters that appear in the request path
61 A tuple of (headers, path_params, query, body)
64 path_params: dict, parameters that appear in the request path
105 def _log_request(self, headers, path_params, query, body):
114 for h, v in six.iteritems(path_params):
121 def request(self, headers, path_params, query_params, body_value):
126 path_params: dict, parameters that appear in the request path
131 A tuple of (headers, path_params, query, body)
134 path_params: dict, parameters that appear in the request pat
    [all...]
discovery.py 530 path_params: Set of parameters (represented by parameter name as string)
555 # TODO(dhermes): Change path_params to a list if the extra URITEMPLATE
557 self.path_params = set()
589 self.path_params.add(param)
598 self.path_params.add(name)
675 if key in parameters.path_params:
    [all...]
  /external/chromium-trace/catapult/third_party/gsutil/third_party/apitools/apitools/base/py/
util_test.py 12 def __init__(self, relative_path, path_params):
14 self.path_params = path_params
37 path_params=['x', 'z'])
50 path_params=['x'])
54 path_params=['x'])
util.py 85 for param in method_config.path_params:
base_api_test.py 201 path_params=['remapped_field', 'enum_field'])
base_api.py 73 path_params: (repeated) path parameters for this method.
93 path_params = messages.StringField(4, repeated=True) variable in class:ApiMethodInfo
537 method_config.path_params, type(request))
  /external/chromium-trace/catapult/third_party/gsutil/third_party/apitools/apitools/base/py/testing/testclient/
fusiontables_v1_client.py 58 path_params=[u'tableId'],
98 path_params=[u'tableId'],
  /external/chromium-trace/catapult/third_party/gsutil/third_party/apitools/apitools/gen/
service_registry.py 367 path_params=[],
385 method_info.path_params.append(param)
390 method_info.path_params.sort()
  /external/guice/extensions/struts2/lib/
jetty-6.1.0.jar 

Completed in 517 milliseconds