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

  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/cloudsearch/
layer1.py 75 def get_response(self, doc_path, action, params, path='/',
89 for p in doc_path:
115 doc_path = ('create_domain_response',
119 return self.get_response(doc_path, 'CreateDomain',
200 doc_path = ('define_index_field_response',
218 return self.get_response(doc_path, 'DefineIndexField',
287 doc_path = ('define_rank_expression_response',
293 return self.get_response(doc_path, 'DefineRankExpression',
311 doc_path = ('delete_domain_response',
315 return self.get_response(doc_path, 'DeleteDomain'
    [all...]
  /external/libmicrohttpd/src/testcurl/https/
tls_test_common.c 86 /* construct url - this might use doc_path */
268 char *doc_path; local
272 if (NULL == (doc_path = malloc (doc_path_len)))
277 if (getcwd (doc_path, doc_path_len) == NULL)
288 if (doc_path[i] == 0)
290 if (doc_path[i] == '\\')
292 doc_path[i] = '/';
294 if (doc_path[i] != ':')
298 doc_path[i] = doc_path[i - 1]
    [all...]

Completed in 180 milliseconds