/external/chromium-trace/catapult/telemetry/telemetry/page/ |
D | __init__.py | 19 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/ |
D | browser_credentials.py | 72 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)
|
D | possible_browser.py | 53 def SetCredentialsPath(self, credentials_path): argument 54 self._credentials_path = credentials_path
|
D | browser.py | 33 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/ |
D | cros_browser_with_oobe.py | 11 def __init__(self, backend, platform_backend, credentials_path): argument 14 backend, platform_backend, credentials_path)
|
/external/chromium-trace/catapult/telemetry/telemetry/testing/ |
D | story_set_smoke_test.py | 59 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/ |
D | test_simple_two_page_set.py | 12 credentials_path='data/credential')
|
D | test_simple_one_page_set.py | 12 credentials_path='data/credential')
|
/external/skia/tools/skp/page_sets/ |
D | skia_chalkboard_desktop.py | 18 credentials_path='data/credentials.json',
|
D | skia_mapsvg_desktop.py | 18 credentials_path='data/credentials.json',
|
D | skia_carsvg_desktop.py | 18 credentials_path='data/credentials.json',
|
D | skia_wikipedia_desktop.py | 18 credentials_path='data/credentials.json',
|
D | skia_worldjournal_nexus10.py | 18 credentials_path='data/credentials.json',
|
D | skia_googlespreadsheet_desktop.py | 18 credentials_path='data/credentials.json',
|
D | skia_jsfiddlebigcar_desktop.py | 18 credentials_path='data/credentials.json',
|
D | skia_ynevsvg_desktop.py | 18 credentials_path='data/credentials.json',
|
D | skia_pravda_nexus10.py | 18 credentials_path='data/credentials.json',
|
D | skia_digg_nexus10.py | 18 credentials_path='data/credentials.json',
|
D | skia_espn_desktop.py | 18 credentials_path='data/credentials.json',
|
D | skia_wowwiki_desktop.py | 18 credentials_path='data/credentials.json',
|
D | skia_theverge_desktop.py | 18 credentials_path='data/credentials.json',
|
D | skia_mozilla_nexus10.py | 18 credentials_path='data/credentials.json',
|
D | skia_tigersvg_desktop.py | 18 credentials_path='data/credentials.json',
|
D | skia_pokemonwiki_desktop.py | 18 credentials_path='data/credentials.json',
|
D | skia_samoasvg_desktop.py | 18 credentials_path='data/credentials.json',
|