OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_CATAPULT_DIR
(Results
1 - 6
of
6
) sorted by null
/external/chromium-trace/catapult/systrace/profile_chrome/
__init__.py
8
_CATAPULT_DIR
= os.path.join(
10
sys.path.append(os.path.join(
_CATAPULT_DIR
, 'devil'))
trace_packager.py
15
_CATAPULT_DIR
= os.path.join(
17
sys.path.append(os.path.join(
_CATAPULT_DIR
, 'tracing'))
perf_controller.py
18
_CATAPULT_DIR
= os.path.join(
20
sys.path.append(os.path.join(
_CATAPULT_DIR
, 'telemetry'))
/external/chromium-trace/catapult/tracing/tracing/metrics/
__init__.py
9
_CATAPULT_DIR
= os.path.abspath(os.path.join(
12
_PI_PATH = os.path.join(
_CATAPULT_DIR
, 'perf_insights')
/external/chromium-trace/catapult/telemetry/telemetry/
__init__.py
31
_CATAPULT_DIR
= os.path.join(
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/bin/
adb_profile_chrome_startup
23
_CATAPULT_DIR
= os.path.join(
25
sys.path.append(os.path.join(
_CATAPULT_DIR
, 'devil'))
Completed in 128 milliseconds