HomeSort by relevance Sort by last modified time
    Searched refs:credentials_path (Results 1 - 25 of 39) sorted by null

1 2

  /external/chromium-trace/catapult/telemetry/telemetry/internal/testing/archive_files/
test_simple_one_page_set.py 12 credentials_path='data/credential')
test_simple_two_page_set.py 12 credentials_path='data/credential')
test_page_set.py 20 credentials_path='data/credential',
  /external/chromium-trace/catapult/telemetry/telemetry/internal/backends/chrome/
cros_browser_with_oobe.py 11 def __init__(self, backend, platform_backend, credentials_path):
14 backend, platform_backend, credentials_path)
  /external/chromium-trace/catapult/telemetry/telemetry/page/
__init__.py 19 credentials_path=None,
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 class:Page
    [all...]
  /external/chromium-trace/catapult/telemetry/telemetry/internal/browser/
possible_browser.py 53 def SetCredentialsPath(self, credentials_path):
54 self._credentials_path = credentials_path
browser_credentials.py 72 def credentials_path(self): member in class:BrowserCredentials
75 @credentials_path.setter
76 def credentials_path(self, credentials_path): member in class:BrowserCredentials
77 self._credentials_path = credentials_path
132 if page.credentials_path:
133 files_to_tweak.append(page.credentials_path)
  /external/skia/tools/skp/page_sets/
skia_carsvg_desktop.py 18 credentials_path='data/credentials.json',
skia_chalkboard_desktop.py 18 credentials_path='data/credentials.json',
skia_css3gradients_desktop.py 18 credentials_path='data/credentials.json',
skia_digg_nexus10.py 18 credentials_path='data/credentials.json',
skia_espn_desktop.py 18 credentials_path='data/credentials.json',
skia_gamedeksiam_nexus10.py 18 credentials_path='data/credentials.json',
skia_gmail_nexus10.py 18 credentials_path='data/credentials.json',
skia_gmailthread_desktop.py 18 credentials_path='data/credentials.json',
skia_googlehome_desktop.py 18 credentials_path='data/credentials.json',
skia_googlespreadsheet_desktop.py 18 credentials_path='data/credentials.json',
skia_jsfiddlebigcar_desktop.py 18 credentials_path='data/credentials.json',
skia_mapsvg_desktop.py 18 credentials_path='data/credentials.json',
skia_mozilla_nexus10.py 18 credentials_path='data/credentials.json',
skia_nytimes_desktop.py 18 credentials_path='data/credentials.json',
skia_pokemonwiki_desktop.py 18 credentials_path='data/credentials.json',
skia_pravda_nexus10.py 18 credentials_path='data/credentials.json',
skia_samoasvg_desktop.py 18 credentials_path='data/credentials.json',
skia_theverge_desktop.py 18 credentials_path='data/credentials.json',

Completed in 443 milliseconds

1 2