Searched refs:_CATAPULT_DIR (Results 1 - 9 of 9) sorted by relevance
/external/chromium-trace/catapult/systrace/systrace/ |
H A D | __init__.py | 19 _CATAPULT_DIR = os.path.join( variable 22 _AddDirToPythonPath(_CATAPULT_DIR, 'common', 'battor') 23 _AddDirToPythonPath(_CATAPULT_DIR, 'common', 'py_utils') 24 _AddDirToPythonPath(_CATAPULT_DIR, 'common', 'py_trace_event') 25 _AddDirToPythonPath(_CATAPULT_DIR, 'common', 'py_trace_event', 'py_trace_event') 26 _AddDirToPythonPath(_CATAPULT_DIR, 'devil') 27 _AddDirToPythonPath(_CATAPULT_DIR, 'systrace') 28 _AddDirToPythonPath(_CATAPULT_DIR, 'telemetry')
|
H A D | run_systrace.py | 32 _CATAPULT_DIR = os.path.join( variable 34 _DEVIL_DIR = os.path.join(_CATAPULT_DIR, 'devil')
|
/external/chromium-trace/catapult/systrace/profile_chrome/ |
H A D | __init__.py | 9 _CATAPULT_DIR = os.path.join( variable 11 sys.path.append(os.path.join(_CATAPULT_DIR, 'devil')) 12 sys.path.append(os.path.join(_CATAPULT_DIR, 'systrace')) 13 sys.path.append(os.path.join(_CATAPULT_DIR, 'common', 'py_utils'))
|
H A D | perf_tracing_agent.py | 21 _CATAPULT_DIR = os.path.join( variable 23 sys.path.append(os.path.join(_CATAPULT_DIR, 'telemetry'))
|
/external/chromium-trace/catapult/telemetry/telemetry/ |
H A D | __init__.py | 32 _CATAPULT_DIR = os.path.join( variable 34 _AddDirToPythonPath(_CATAPULT_DIR, 'common', 'py_utils') 35 _AddDirToPythonPath(_CATAPULT_DIR, 'dependency_manager') 36 _AddDirToPythonPath(_CATAPULT_DIR, 'devil') 37 _AddDirToPythonPath(_CATAPULT_DIR, 'systrace') 38 _AddDirToPythonPath(_CATAPULT_DIR, 'tracing') 39 _AddDirToPythonPath(_CATAPULT_DIR, 'common', 'py_trace_event') 40 _AddDirToPythonPath(_CATAPULT_DIR, 'common', 'battor') 41 _AddDirToPythonPath(_CATAPULT_DIR, 'tracing', 'tracing_build') 42 _AddDirToPythonPath(_CATAPULT_DIR, 'third_part [all...] |
/external/chromium-trace/catapult/common/battor/battor/ |
H A D | __init__.py | 19 _CATAPULT_DIR = os.path.join( variable 23 _AddDirToPythonPath(_CATAPULT_DIR, 'common', 'battor') 24 _AddDirToPythonPath(_CATAPULT_DIR, 'common', 'py_utils') 25 _AddDirToPythonPath(_CATAPULT_DIR, 'dependency_manager') 26 _AddDirToPythonPath(_CATAPULT_DIR, 'devil') 27 _AddDirToPythonPath(_CATAPULT_DIR, 'telemetry', 'third_party', 'pyserial')
|
/external/chromium-trace/catapult/devil/devil/utils/ |
H A D | __init__.py | 20 _CATAPULT_DIR = os.path.join(os.path.dirname(os.path.abspath(__file__)), variable 23 _AddDirToPythonPath(_CATAPULT_DIR, 'common', 'battor')
|
/external/libmojo/third_party/catapult/devil/devil/utils/ |
H A D | __init__.py | 20 _CATAPULT_DIR = os.path.join(os.path.dirname(os.path.abspath(__file__)), variable 23 _AddDirToPythonPath(_CATAPULT_DIR, 'common', 'battor')
|
/external/chromium-trace/catapult/systrace/bin/ |
H A D | adb_profile_chrome_startup | 23 _CATAPULT_DIR = os.path.join( variable 25 sys.path.append(os.path.join(_CATAPULT_DIR, 'devil'))
|
Completed in 914 milliseconds