/external/chromium-trace/catapult/third_party/gsutil/gslib/third_party/storage_apitools/ |
D | storage_v1_client.py | 81 relative_path=u'b/{bucket}/acl/{entity}', 93 relative_path=u'b/{bucket}/acl/{entity}', 105 relative_path=u'b/{bucket}/acl', 117 relative_path=u'b/{bucket}/acl', 129 relative_path=u'b/{bucket}/acl/{entity}', 141 relative_path=u'b/{bucket}/acl/{entity}', 244 relative_path=u'b/{bucket}', 256 relative_path=u'b/{bucket}', 268 relative_path=u'b', 280 relative_path=u'b', [all …]
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/apitools/samples/storage_sample/storage/ |
D | storage_v1_client.py | 57 relative_path=u'b/{bucket}/acl/{entity}', 69 relative_path=u'b/{bucket}/acl/{entity}', 81 relative_path=u'b/{bucket}/acl', 93 relative_path=u'b/{bucket}/acl', 105 relative_path=u'b/{bucket}/acl/{entity}', 117 relative_path=u'b/{bucket}/acl/{entity}', 220 relative_path=u'b/{bucket}', 232 relative_path=u'b/{bucket}', 244 relative_path=u'b', 256 relative_path=u'b', [all …]
|
/external/chromium-trace/catapult/third_party/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)
|
D | style_sheet.py | 17 def relative_path(self): member in Image 18 return self.resource.relative_path
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/apitools/apitools/base/py/ |
D | base_api.py | 90 relative_path = messages.StringField(1) variable in ApiMethodInfo 151 def __init__(self, base_url, relative_path=None, query_params=None): argument 153 base_url, relative_path or '')) 162 self.relative_path = components.path or '' 170 relative_path = urlparts.path or '' 172 base_url, relative_path=relative_path, query_params=query_params) 198 if '{' in self.relative_path or '}' in self.relative_path: 200 'Cannot create url with relative path %s' % self.relative_path) 202 self.__scheme, self.__netloc, self.relative_path, self.query, '')) 534 relative_path=None): argument [all …]
|
D | util_test.py | 12 def __init__(self, relative_path, path_params): argument 13 self.relative_path = relative_path 36 method_config_xy = MockedMethodConfig(relative_path='{x}/y/{z}', 45 relative_path='{x}/y/{z}/q'), 49 method_config_reserved = MockedMethodConfig(relative_path='{+x}/baz', 53 method_config_no_reserved = MockedMethodConfig(relative_path='{x}/baz',
|
D | util.py | 81 def ExpandRelativePath(method_config, params, relative_path=None): argument 83 path = relative_path or method_config.relative_path or ''
|
D | base_api_test.py | 199 relative_path='parameters/{remapped_field}/remap/{enum_field}', 210 method_config.relative_path = ( 218 relative_path='path:withJustColon',
|
/external/protobuf/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/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/vulkan-validation-layers/tests/gtest-1.7.0/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/chromium-trace/catapult/third_party/pipeline/pipeline/ |
D | status_ui.py | 93 relative_path, content_type = self._RESOURCE_MAP[resource] 94 path = os.path.join(os.path.dirname(__file__), relative_path) 99 data = pkgutil.get_data(__name__, relative_path)
|
/external/chromium-trace/catapult/third_party/Paste/tests/ |
D | test_urlparser.py | 6 def relative_path(name): function 105 x = relative_path('find_file') 106 app = StaticURLParser(relative_path('find_file')) 110 app = TestApp(StaticURLParser(relative_path('find_file')),
|
/external/autotest/client/site_tests/platform_CrosDisksArchive/ |
D | platform_CrosDisksArchive.py | 41 relative_path = os.path.join(current_dir, path) 43 dirs_to_explore.append(relative_path) 45 yield relative_path
|
/external/protobuf/gtest/src/ |
D | gtest-filepath.cc | 192 const FilePath& relative_path) { in ConcatPaths() argument 194 return relative_path; in ConcatPaths() 197 relative_path.c_str())); in ConcatPaths()
|
/external/llvm/utils/unittest/googletest/src/ |
D | gtest-filepath.cc | 190 const FilePath& relative_path) { in ConcatPaths() argument 192 return relative_path; in ConcatPaths() 195 relative_path.c_str())); in ConcatPaths()
|
/external/google-breakpad/src/testing/gtest/src/ |
D | gtest-filepath.cc | 192 const FilePath& relative_path) { in ConcatPaths() argument 194 return relative_path; in ConcatPaths() 197 relative_path.c_str())); in ConcatPaths()
|
/external/gtest/src/ |
D | gtest-filepath.cc | 195 const FilePath& relative_path) { in ConcatPaths() argument 197 return relative_path; in ConcatPaths() 199 return FilePath(dir.string() + kPathSeparator + relative_path.string()); in ConcatPaths()
|
/external/vulkan-validation-layers/tests/gtest-1.7.0/src/ |
D | gtest-filepath.cc | 195 const FilePath& relative_path) { in ConcatPaths() argument 197 return relative_path; in ConcatPaths() 199 return FilePath(dir.string() + kPathSeparator + relative_path.string()); in ConcatPaths()
|
/external/mesa3d/src/gtest/src/ |
D | gtest-filepath.cc | 192 const FilePath& relative_path) { in ConcatPaths() argument 194 return relative_path; in ConcatPaths() 197 relative_path.c_str())); in ConcatPaths()
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/apitools/apitools/base/py/testing/testclient/ |
D | fusiontables_v1_client.py | 60 relative_path=u'tables/{tableId}/columns', 100 relative_path=u'tables/{tableId}/columns',
|
/external/chromium-trace/catapult/telemetry/telemetry/core/ |
D | memory_cache_http_server.py | 271 relative_path = os.path.relpath(path, self._base_dir) 275 relative_path += '/' 276 return urlparse.urljoin(self.url, relative_path.replace(os.sep, '/'))
|
/external/protobuf/gtest/test/ |
D | gtest-options_test.cc | 63 FilePath GetAbsolutePathOf(const FilePath& relative_path) { in GetAbsolutePathOf() argument 64 return FilePath::ConcatPaths(FilePath::GetCurrentDir(), relative_path); in GetAbsolutePathOf()
|
/external/google-breakpad/src/testing/gtest/test/ |
D | gtest-options_test.cc | 63 FilePath GetAbsolutePathOf(const FilePath& relative_path) { in GetAbsolutePathOf() argument 64 return FilePath::ConcatPaths(FilePath::GetCurrentDir(), relative_path); in GetAbsolutePathOf()
|
/external/vulkan-validation-layers/tests/gtest-1.7.0/test/ |
D | gtest-options_test.cc | 63 FilePath GetAbsolutePathOf(const FilePath& relative_path) { in GetAbsolutePathOf() argument 64 return FilePath::ConcatPaths(FilePath::GetCurrentDir(), relative_path); in GetAbsolutePathOf()
|