HomeSort by relevance Sort by last modified time
    Searched full:py_utils (Results 26 - 50 of 83) sorted by null

12 3 4

  /external/chromium-trace/catapult/common/py_utils/py_utils/refactor/
module.py 5 from py_utils.refactor import annotated_symbol
  /external/chromium-trace/catapult/dependency_manager/dependency_manager/
__init__.py 21 _AddDirToPythonPath(CATAPULT_PATH, 'common', 'py_utils')
exceptions.py 5 from py_utils import cloud_storage
cloud_storage_info_unittest.py 11 from py_utils import cloud_storage
130 'py_utils.cloud_storage.GetIfHashChanged')
201 'py_utils.cloud_storage.GetIfHashChanged')
cloud_storage_info.py 9 from py_utils import cloud_storage
uploader.py 8 from py_utils import cloud_storage
  /external/chromium-trace/catapult/systrace/profile_chrome/
atrace_tracing_agent.py 6 import py_utils namespace
50 @py_utils.Timeout(tracing_agents.START_STOP_TIMEOUT)
57 @py_utils.Timeout(tracing_agents.START_STOP_TIMEOUT)
62 @py_utils.Timeout(tracing_agents.GET_RESULTS_TIMEOUT)
chrome_startup_tracing_agent.py 7 import py_utils namespace
59 @py_utils.Timeout(tracing_agents.START_STOP_TIMEOUT)
65 @py_utils.Timeout(tracing_agents.START_STOP_TIMEOUT)
74 @py_utils.Timeout(tracing_agents.GET_RESULTS_TIMEOUT)
chrome_tracing_agent.py 8 import py_utils namespace
64 @py_utils.Timeout(tracing_agents.START_STOP_TIMEOUT)
95 @py_utils.Timeout(tracing_agents.START_STOP_TIMEOUT)
107 @py_utils.Timeout(tracing_agents.GET_RESULTS_TIMEOUT)
perf_tracing_agent.py 8 import py_utils namespace
124 @py_utils.Timeout(tracing_agents.START_STOP_TIMEOUT)
132 @py_utils.Timeout(tracing_agents.START_STOP_TIMEOUT)
139 @py_utils.Timeout(tracing_agents.GET_RESULTS_TIMEOUT)
  /external/chromium-trace/catapult/systrace/systrace/
__init__.py 23 _AddDirToPythonPath(_CATAPULT_DIR, 'common', 'py_utils')
tracing_controller.py 14 import py_utils namespace
41 @py_utils.Timeout(tracing_agents.START_STOP_TIMEOUT)
52 ' ensure py_utils is in PYTHONPATH')
60 @py_utils.Timeout(tracing_agents.START_STOP_TIMEOUT)
70 @py_utils.Timeout(tracing_agents.GET_RESULTS_TIMEOUT)
  /external/chromium-trace/catapult/systrace/systrace/tracing_agents/
battor_trace_agent.py 9 import py_utils namespace
85 @py_utils.Timeout(tracing_agents.START_STOP_TIMEOUT)
112 @py_utils.Timeout(tracing_agents.START_STOP_TIMEOUT)
140 @py_utils.Timeout(tracing_agents.GET_RESULTS_TIMEOUT)
ftrace_agent.py 7 import py_utils namespace
161 @py_utils.Timeout(tracing_agents.START_STOP_TIMEOUT)
187 @py_utils.Timeout(tracing_agents.START_STOP_TIMEOUT)
206 @py_utils.Timeout(tracing_agents.GET_RESULTS_TIMEOUT)
  /external/chromium-trace/catapult/telemetry/telemetry/internal/backends/
browser_backend_unittest.py 40 with mock.patch('py_utils.cloud_storage.Insert') as mock_insert:
browser_backend.py 7 from py_utils import cloud_storage # pylint: disable=import-error
  /external/chromium-trace/catapult/telemetry/telemetry/internal/results/
html2_output_formatter.py 9 from py_utils import cloud_storage
  /external/chromium-trace/catapult/telemetry/telemetry/internal/util/
binary_manager.py 8 from py_utils import binary_manager
9 from py_utils import dependency_util
22 CHROME_BINARY_CONFIG = os.path.join(util.GetCatapultDir(), 'common', 'py_utils',
23 'py_utils', 'chrome_binaries.json')
path.py 9 import py_utils as catapult_util
  /external/chromium-trace/catapult/catapult_build/
run_dev_server_tests.py 19 from py_utils import binary_manager
20 from py_utils import dependency_util
21 from py_utils import xvfb
29 'catapult/py_utils/py_utils/chrome_binaries.json')
  /external/chromium-trace/catapult/common/py_utils/py_utils/
cloud_storage.py 19 import py_utils namespace
20 from py_utils import lock
25 from py_utils import cloud_storage_global_lock # pylint: disable=unused-import
45 _GSUTIL_PATH = os.path.join(py_utils.GetCatapultDir(), 'third_party', 'gsutil',
64 if py_utils.IsRunningOnCrosDevice():
105 if py_utils.IsExecutable(executable_path):
126 if py_utils.IsRunningOnCrosDevice():
  /external/chromium-trace/catapult/tracing/tracing/mre/
cloud_storage.py 50 # TODO(simonhatch): switch to use py_utils.cloud_storage.
  /external/chromium-trace/catapult/telemetry/
cloud_storage 16 util.GetCatapultDir(), 'common', 'py_utils')))
17 from py_utils import cloud_storage
  /external/chromium-trace/catapult/common/py_utils/py_utils/refactor_util/
move.py 9 from py_utils import refactor
  /external/chromium-trace/catapult/telemetry/telemetry/internal/platform/tracing_agent/
battor_tracing_agent.py 9 from py_utils import cloud_storage

Completed in 476 milliseconds

12 3 4