Searched refs:doc_path (Results 1 – 2 of 2) sorted by relevance
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/cloudsearch/ |
D | layer1.py | 75 def get_response(self, doc_path, action, params, path='/', argument 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/ |
D | tls_test_common.c | 268 char *doc_path; in gen_test_file_url() local 272 if (NULL == (doc_path = malloc (doc_path_len))) in gen_test_file_url() 277 if (getcwd (doc_path, doc_path_len) == NULL) in gen_test_file_url() 288 if (doc_path[i] == 0) in gen_test_file_url() 290 if (doc_path[i] == '\\') in gen_test_file_url() 292 doc_path[i] = '/'; in gen_test_file_url() 294 if (doc_path[i] != ':') in gen_test_file_url() 298 doc_path[i] = doc_path[i - 1]; in gen_test_file_url() 299 doc_path[i - 1] = '/'; in gen_test_file_url() 305 doc_path, "urlpath") < 0) in gen_test_file_url() [all …]
|