Home
last modified time | relevance | path

Searched refs:credentials_path (Results 1 – 25 of 42) sorted by relevance

12

/external/chromium-trace/catapult/telemetry/telemetry/page/
D__init__.py19 credentials_path=None, argument
37 if credentials_path:
38 credentials_path = os.path.join(self._base_dir, credentials_path)
39 cloud_storage.GetIfChanged(credentials_path, credentials_bucket)
40 if not os.path.exists(credentials_path):
41 logging.error('Invalid credentials path: %s' % credentials_path)
42 credentials_path = None
43 self._credentials_path = credentials_path
58 def credentials_path(self): member in Page
/external/chromium-trace/catapult/telemetry/telemetry/internal/browser/
Dbrowser_credentials.py72 def credentials_path(self): member in BrowserCredentials
75 @credentials_path.setter
76 def credentials_path(self, credentials_path): argument
77 self._credentials_path = credentials_path
132 if page.credentials_path:
133 files_to_tweak.append(page.credentials_path)
Dpossible_browser.py53 def SetCredentialsPath(self, credentials_path): argument
54 self._credentials_path = credentials_path
Dbrowser.py33 def __init__(self, backend, platform_backend, credentials_path): argument
41 self.credentials.credentials_path = credentials_path
/external/chromium-trace/catapult/telemetry/telemetry/internal/backends/chrome/
Dcros_browser_with_oobe.py11 def __init__(self, backend, platform_backend, credentials_path): argument
14 backend, platform_backend, credentials_path)
/external/chromium-trace/catapult/telemetry/telemetry/testing/
Dstory_set_smoke_test.py59 if story.credentials_path:
60 credentials.credentials_path = (
61 os.path.join(story.base_dir, story.credentials_path))
/external/chromium-trace/catapult/telemetry/telemetry/internal/testing/archive_files/
Dtest_simple_two_page_set.py12 credentials_path='data/credential')
Dtest_simple_one_page_set.py12 credentials_path='data/credential')
/external/skia/tools/skp/page_sets/
Dskia_chalkboard_desktop.py18 credentials_path='data/credentials.json',
Dskia_mapsvg_desktop.py18 credentials_path='data/credentials.json',
Dskia_carsvg_desktop.py18 credentials_path='data/credentials.json',
Dskia_wikipedia_desktop.py18 credentials_path='data/credentials.json',
Dskia_worldjournal_nexus10.py18 credentials_path='data/credentials.json',
Dskia_googlespreadsheet_desktop.py18 credentials_path='data/credentials.json',
Dskia_jsfiddlebigcar_desktop.py18 credentials_path='data/credentials.json',
Dskia_ynevsvg_desktop.py18 credentials_path='data/credentials.json',
Dskia_pravda_nexus10.py18 credentials_path='data/credentials.json',
Dskia_digg_nexus10.py18 credentials_path='data/credentials.json',
Dskia_espn_desktop.py18 credentials_path='data/credentials.json',
Dskia_wowwiki_desktop.py18 credentials_path='data/credentials.json',
Dskia_theverge_desktop.py18 credentials_path='data/credentials.json',
Dskia_mozilla_nexus10.py18 credentials_path='data/credentials.json',
Dskia_tigersvg_desktop.py18 credentials_path='data/credentials.json',
Dskia_pokemonwiki_desktop.py18 credentials_path='data/credentials.json',
Dskia_samoasvg_desktop.py18 credentials_path='data/credentials.json',

12