Searched refs:_CATAPULT_DIR (Results 1 – 6 of 6) sorted by relevance
/external/chromium-trace/catapult/telemetry/telemetry/ |
D | __init__.py | 31 _CATAPULT_DIR = os.path.join( variable 33 _AddDirToPythonPath(_CATAPULT_DIR, 'catapult_base') 34 _AddDirToPythonPath(_CATAPULT_DIR, 'dependency_manager') 35 _AddDirToPythonPath(_CATAPULT_DIR, 'devil') 36 _AddDirToPythonPath(_CATAPULT_DIR, 'tracing') 37 _AddDirToPythonPath(_CATAPULT_DIR, 'common', 'py_trace_event')
|
/external/chromium-trace/catapult/systrace/profile_chrome/ |
D | __init__.py | 8 _CATAPULT_DIR = os.path.join( variable 10 sys.path.append(os.path.join(_CATAPULT_DIR, 'devil'))
|
D | trace_packager.py | 15 _CATAPULT_DIR = os.path.join( variable 17 sys.path.append(os.path.join(_CATAPULT_DIR, 'tracing'))
|
D | perf_controller.py | 18 _CATAPULT_DIR = os.path.join( variable 20 sys.path.append(os.path.join(_CATAPULT_DIR, 'telemetry'))
|
/external/chromium-trace/catapult/tracing/tracing/metrics/ |
D | __init__.py | 9 _CATAPULT_DIR = os.path.abspath(os.path.join( variable 12 _PI_PATH = os.path.join(_CATAPULT_DIR, 'perf_insights')
|
/external/chromium-trace/catapult/systrace/bin/ |
D | adb_profile_chrome_startup | 23 _CATAPULT_DIR = os.path.join( variable 25 sys.path.append(os.path.join(_CATAPULT_DIR, 'devil'))
|