/external/python/apitools/samples/storage_sample/storage_v1/ |
D | storage_v1_client.py | 74 relative_path=u'b/{bucket}/acl/{entity}', 100 relative_path=u'b/{bucket}/acl/{entity}', 126 relative_path=u'b/{bucket}/acl', 152 relative_path=u'b/{bucket}/acl', 178 relative_path=u'b/{bucket}/acl/{entity}', 204 relative_path=u'b/{bucket}/acl/{entity}', 240 relative_path=u'b/{bucket}', 266 relative_path=u'b/{bucket}', 292 relative_path=u'b/{bucket}/iam', 318 relative_path=u'b', [all …]
|
/external/python/apitools/samples/fusiontables_sample/fusiontables_v1/ |
D | fusiontables_v1_client.py | 73 relative_path=u'tables/{tableId}/columns/{columnId}', 99 relative_path=u'tables/{tableId}/columns/{columnId}', 125 relative_path=u'tables/{tableId}/columns', 151 relative_path=u'tables/{tableId}/columns', 177 relative_path=u'tables/{tableId}/columns/{columnId}', 203 relative_path=u'tables/{tableId}/columns/{columnId}', 242 relative_path=u'query', 271 relative_path=u'query', 307 relative_path=u'tables/{tableId}/styles/{styleId}', 333 relative_path=u'tables/{tableId}/styles/{styleId}', [all …]
|
/external/python/apitools/samples/servicemanagement_sample/servicemanagement_v1/ |
D | servicemanagement_v1_client.py | 76 relative_path=u'v1/operations/{operationsId}', 119 relative_path=u'v1/services/{serviceName}/accessPolicy:query', 157 relative_path=u'v1/services/{serviceName}/configs', 184 relative_path=u'v1/services/{serviceName}/configs/{configId}', 211 relative_path=u'v1/services/{serviceName}/configs', 243 relative_path=u'v1/services/{serviceName}/configs:submit', 280 relative_path=u'v1/services/{serviceName}/customerSettings/{customerId}', 310 relative_path=u'v1/services/{serviceName}/customerSettings/{customerId}', 347 relative_path=u'v1/services/{serviceName}/projectSettings/{consumerProjectId}', 377 relative_path=u'v1/services/{serviceName}/projectSettings/{consumerProjectId}', [all …]
|
/external/python/apitools/samples/bigquery_sample/bigquery_v2/ |
D | bigquery_v2_client.py | 72 relative_path=u'projects/{projectId}/datasets/{datasetId}', 98 relative_path=u'projects/{projectId}/datasets/{datasetId}', 124 relative_path=u'projects/{projectId}/datasets', 150 relative_path=u'projects/{projectId}/datasets', 176 relative_path=u'projects/{projectId}/datasets/{datasetId}', 202 relative_path=u'projects/{projectId}/datasets/{datasetId}', 246 relative_path=u'project/{projectId}/jobs/{jobId}/cancel', 272 relative_path=u'projects/{projectId}/jobs/{jobId}', 298 relative_path=u'projects/{projectId}/queries/{jobId}', 328 relative_path=u'projects/{projectId}/jobs', [all …]
|
/external/python/apitools/samples/iam_sample/iam_v1/ |
D | iam_v1_client.py | 73 relative_path=u'v1/iamPolicies:getPolicyDetails', 111 relative_path=u'v1/{+name}/keys', 138 relative_path=u'v1/{+name}', 166 relative_path=u'v1/{+name}', 193 relative_path=u'v1/{+name}/keys', 231 relative_path=u'v1/{+name}/serviceAccounts', 258 relative_path=u'v1/{+name}', 285 relative_path=u'v1/{+name}', 312 relative_path=u'v1/{+resource}:getIamPolicy', 339 relative_path=u'v1/{+name}/serviceAccounts', [all …]
|
/external/chromium-trace/catapult/common/py_vulcanize/py_vulcanize/ |
D | resource.py | 21 def relative_path(self): member in Resource 27 return self.relative_path.replace(os.sep, '/') 32 return self.name_from_relative_path(self.relative_path) 35 def name_from_relative_path(relative_path): argument 36 dirname = os.path.dirname(relative_path) 37 basename = os.path.basename(relative_path)
|
/external/libchrome/mojo/core/test/ |
D | test_support_impl.cc | 28 base::FilePath ResolveSourceRootRelativePath(const char* relative_path) { in ResolveSourceRootRelativePath() argument 34 relative_path, "/", base::TRIM_WHITESPACE, base::SPLIT_WANT_ALL)) { in ResolveSourceRootRelativePath() 61 FILE* TestSupportImpl::OpenSourceRootRelativeFile(const char* relative_path) { in OpenSourceRootRelativeFile() argument 62 return base::OpenFile(ResolveSourceRootRelativePath(relative_path), "rb"); in OpenSourceRootRelativeFile() 66 const char* relative_path) { in EnumerateSourceRootRelativeDirectory() argument 68 base::FileEnumerator e(ResolveSourceRootRelativePath(relative_path), false, in EnumerateSourceRootRelativeDirectory()
|
D | test_support_impl.h | 26 FILE* OpenSourceRootRelativeFile(const char* relative_path) override; 28 const char* relative_path) override;
|
/external/python/apitools/apitools/base/py/ |
D | base_api.py | 105 relative_path = messages.StringField(1) variable in ApiMethodInfo 167 def __init__(self, base_url, relative_path=None, query_params=None): argument 169 base_url, relative_path or '')) 178 self.relative_path = components.path or '' 186 relative_path = urlparts.path or '' 188 base_url, relative_path=relative_path, query_params=query_params) 214 if '{' in self.relative_path or '}' in self.relative_path: 216 'Cannot create url with relative path %s' % self.relative_path) 218 self.__scheme, self.__netloc, self.relative_path, self.query, '')) 572 relative_path=None): argument [all …]
|
D | util_test.py | 27 def __init__(self, relative_path, path_params): argument 28 self.relative_path = relative_path 51 method_config_xy = MockedMethodConfig(relative_path='{x}/y/{z}', 60 relative_path='{x}/y/{z}/q'), 64 method_config_reserved = MockedMethodConfig(relative_path='{+x}/baz', 68 method_config_no_reserved = MockedMethodConfig(relative_path='{x}/baz',
|
/external/google-fruit/tests/ |
D | test_defn_h_includes.py | 43 relative_path = os.path.join(root_relative_path, file) 44 if relative_path.startswith(os.sep): 45 relative_path = relative_path[1:] 46 includes[relative_path] = current_includes
|
/external/python/apitools/samples/dns_sample/dns_v1/ |
D | dns_v1_client.py | 71 relative_path=u'projects/{project}/managedZones/{managedZone}/changes', 97 relative_path=u'projects/{project}/managedZones/{managedZone}/changes/{changeId}', 123 relative_path=u'projects/{project}/managedZones/{managedZone}/changes', 159 relative_path=u'projects/{project}/managedZones', 185 relative_path=u'projects/{project}/managedZones/{managedZone}', 211 relative_path=u'projects/{project}/managedZones/{managedZone}', 237 relative_path=u'projects/{project}/managedZones', 273 relative_path=u'projects/{project}', 309 relative_path=u'projects/{project}/managedZones/{managedZone}/rrsets',
|
/external/googletest/googletest/scripts/ |
D | fuse_gtest_files.py | 89 def VerifyFileExists(directory, relative_path): argument 95 if not os.path.isfile(os.path.join(directory, relative_path)): 96 print('ERROR: Cannot find %s in directory %s.' % (relative_path, 113 def VerifyOutputFile(output_dir, relative_path): argument 120 output_file = os.path.join(output_dir, relative_path) 126 (relative_path, output_dir))
|
/external/google-breakpad/src/testing/gtest/scripts/ |
D | fuse_gtest_files.py | 86 def VerifyFileExists(directory, relative_path): argument 92 if not os.path.isfile(os.path.join(directory, relative_path)): 93 print 'ERROR: Cannot find %s in directory %s.' % (relative_path, 110 def VerifyOutputFile(output_dir, relative_path): argument 117 output_file = os.path.join(output_dir, relative_path) 123 (relative_path, output_dir))
|
/external/libchrome/mojo/public/tests/ |
D | test_support_private.cc | 31 FILE* MojoTestSupportOpenSourceRootRelativeFile(const char* relative_path) { in MojoTestSupportOpenSourceRootRelativeFile() argument 33 return g_test_support->OpenSourceRootRelativeFile(relative_path); in MojoTestSupportOpenSourceRootRelativeFile() 39 const char* relative_path) { in MojoTestSupportEnumerateSourceRootRelativeDirectory() argument 41 return g_test_support->EnumerateSourceRootRelativeDirectory(relative_path); in MojoTestSupportEnumerateSourceRootRelativeDirectory()
|
D | test_support_private.h | 29 virtual FILE* OpenSourceRootRelativeFile(const char* relative_path) = 0; 31 const char* relative_path) = 0;
|
/external/linux-kselftest/tools/testing/selftests/net/forwarding/ |
D | devlink_lib.sh | 7 relative_path="${BASH_SOURCE%/*}" 8 if [[ "$relative_path" == "${BASH_SOURCE}" ]]; then 9 relative_path="." 12 source "$relative_path/lib.sh"
|
/external/v8/tools/clang/translation_unit/ |
D | TranslationUnitGenerator.cpp | 66 llvm::StringRef relative_path, 74 const string& relative_path) const; 151 llvm::StringRef relative_path, in InclusionDirective() argument 184 DoubleSlashSystemHeaders(parent, relative_path.str()); in InclusionDirective() 187 DoubleSlashSystemHeaders(search_path.str(), relative_path.str()); in InclusionDirective() 196 const string& relative_path) const { in DoubleSlashSystemHeaders() 204 return search_path + (is_system_header ? "//" : "/") + relative_path; in DoubleSlashSystemHeaders()
|
/external/libchrome/mojo/public/cpp/test_support/ |
D | test_support.h | 24 inline FILE* OpenSourceRootRelativeFile(const std::string& relative_path) { in OpenSourceRootRelativeFile() argument 25 return MojoTestSupportOpenSourceRootRelativeFile(relative_path.c_str()); in OpenSourceRootRelativeFile() 30 const std::string& relative_path);
|
/external/libcxx/test/std/input.output/filesystems/class.path/path.member/path.decompose/ |
D | path.decompose.pass.cpp | 72 std::string relative_path; member 139 ASSERT_EQ(p.relative_path(), TC.relative_path); in decompPathTest() 140 ASSERT_NEQ(p.has_relative_path(), TC.relative_path.empty()); in decompPathTest()
|
/external/tensorflow/tensorflow/contrib/session_bundle/ |
D | test_util.cc | 26 string TestSrcDirPath(const string& relative_path) { in TestSrcDirPath() argument 30 return tensorflow::io::JoinPath(contrib_path, relative_path); in TestSrcDirPath()
|
/external/tensorflow/tensorflow/tools/docs/ |
D | parser.py | 807 def _get_guides_markdown(duplicate_names, guide_index, relative_path): argument 812 prefix = '../' * (relative_path.count('/') + 3) 1072 def _set_bases(self, relative_path, parser_config): argument 1089 base_doc = _parse_md_docstring(base, relative_path, 1092 base_full_name, relative_path) 1207 relative_path = os.path.relpath( 1210 self._set_bases(relative_path, parser_config) 1238 child_doc = _parse_md_docstring(child, relative_path, 1248 child_name, relative_path) 1416 relative_path = os.path.relpath( [all …]
|
/external/libchrome/mojo/public/cpp/test_support/lib/ |
D | test_support.cc | 13 const std::string& relative_path) { in EnumerateSourceRootRelativeDirectory() argument 15 relative_path.c_str()); in EnumerateSourceRootRelativeDirectory()
|
/external/autotest/client/site_tests/platform_CrosDisksArchive/ |
D | platform_CrosDisksArchive.py | 40 relative_path = os.path.join(current_dir, path) 42 dirs_to_explore.append(relative_path) 44 yield relative_path
|
/external/perfetto/ui/ |
D | bs-config.js | 34 function rebasePath(relative_path) { argument 35 return path.join(perfettoRoot, relative_path);
|