Home
last modified time | relevance | path

Searched refs:relative_path (Results 1 – 25 of 60) sorted by relevance

123

/external/chromium-trace/catapult/third_party/gsutil/gslib/third_party/storage_apitools/
Dstorage_v1_client.py81 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/
Dstorage_v1_client.py57 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/
Dresource.py21 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)
Dstyle_sheet.py17 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/
Dbase_api.py90 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 …]
Dutil_test.py12 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',
Dutil.py81 def ExpandRelativePath(method_config, params, relative_path=None): argument
83 path = relative_path or method_config.relative_path or ''
Dbase_api_test.py199 relative_path='parameters/{remapped_field}/remap/{enum_field}',
210 method_config.relative_path = (
218 relative_path='path:withJustColon',
/external/protobuf/gtest/scripts/
Dfuse_gtest_files.py86 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/
Dfuse_gtest_files.py86 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/
Dfuse_gtest_files.py86 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/
Dstatus_ui.py93 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/
Dtest_urlparser.py6 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/
Dplatform_CrosDisksArchive.py41 relative_path = os.path.join(current_dir, path)
43 dirs_to_explore.append(relative_path)
45 yield relative_path
/external/protobuf/gtest/src/
Dgtest-filepath.cc192 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/
Dgtest-filepath.cc190 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/
Dgtest-filepath.cc192 const FilePath& relative_path) { in ConcatPaths() argument
194 return relative_path; in ConcatPaths()
197 relative_path.c_str())); in ConcatPaths()
/external/gtest/src/
Dgtest-filepath.cc195 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/
Dgtest-filepath.cc195 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/
Dgtest-filepath.cc192 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/
Dfusiontables_v1_client.py60 relative_path=u'tables/{tableId}/columns',
100 relative_path=u'tables/{tableId}/columns',
/external/chromium-trace/catapult/telemetry/telemetry/core/
Dmemory_cache_http_server.py271 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/
Dgtest-options_test.cc63 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/
Dgtest-options_test.cc63 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/
Dgtest-options_test.cc63 FilePath GetAbsolutePathOf(const FilePath& relative_path) { in GetAbsolutePathOf() argument
64 return FilePath::ConcatPaths(FilePath::GetCurrentDir(), relative_path); in GetAbsolutePathOf()

123