Home
last modified time | relevance | path

Searched refs:_CATAPULT_PATH (Results 1 – 8 of 8) sorted by relevance

/external/libchrome/build/android/pylib/
D__init__.py9 _CATAPULT_PATH = os.path.abspath(os.path.join( variable
12 _DEVIL_PATH = os.path.join(_CATAPULT_PATH, 'devil')
14 _PYTRACE_PATH = os.path.join(_CATAPULT_PATH, 'common', 'py_trace_event')
16 _PY_UTILS_PATH = os.path.join(_CATAPULT_PATH, 'common', 'py_utils')
18 _TRACE2HTML_PATH = os.path.join(_CATAPULT_PATH, 'tracing')
/external/chromium-trace/catapult/common/bin/
Drun_tests9 _CATAPULT_PATH = os.path.abspath( variable
13 os.path.join(_CATAPULT_PATH, 'common', 'py_utils'))
28 _AddToPathIfNeeded(_CATAPULT_PATH)
/external/chromium-trace/catapult/common/eslint/eslint/
D__init__.py10 _CATAPULT_PATH = os.path.join( variable
21 _AddToPathIfNeeded(os.path.join(_CATAPULT_PATH, 'common', 'node_runner'))
22 _AddToPathIfNeeded(os.path.join(_CATAPULT_PATH, 'common', 'py_utils'))
/external/chromium-trace/catapult/common/eslint/bin/
Drun_eslint11 _CATAPULT_PATH = os.path.abspath( variable
21 os.path.join(_CATAPULT_PATH, 'dashboard', 'dashboard'),
22 os.path.join(_CATAPULT_PATH, 'tracing', 'tracing')
Drun_tests10 _CATAPULT_PATH = os.path.abspath( variable
31 _AddToPathIfNeeded(_CATAPULT_PATH)
/external/chromium-trace/catapult/devil/bin/
Drun_py_tests9 _CATAPULT_PATH = os.path.abspath(os.path.join( variable
14 sys.path.append(_CATAPULT_PATH)
Drun_py_devicetests9 _CATAPULT_PATH = os.path.abspath(os.path.join( variable
13 _TYP_PATH = os.path.abspath(os.path.join(_CATAPULT_PATH, 'third_party', 'typ'))
/external/chromium-trace/catapult/systrace/systrace/
Dupdate_systrace_trace_viewer.py14 _CATAPULT_PATH = os.path.abspath( variable
16 sys.path.append(os.path.join(_CATAPULT_PATH, 'tracing'))