HomeSort by relevance Sort by last modified time
    Searched refs:_AddToPathIfNeeded (Results 1 - 15 of 15) sorted by null

  /external/chromium-trace/catapult/catapult_build/
__init__.py 9 def _AddToPathIfNeeded(path):
18 _AddToPathIfNeeded(os.path.join(catapult_path, 'catapult_base'))
19 _AddToPathIfNeeded(os.path.join(catapult_third_party_path, 'beautifulsoup4'))
20 _AddToPathIfNeeded(os.path.join(catapult_third_party_path, 'html5lib-python'))
21 _AddToPathIfNeeded(os.path.join(catapult_third_party_path, 'six'))
22 _AddToPathIfNeeded(os.path.join(catapult_third_party_path, 'Paste'))
23 _AddToPathIfNeeded(os.path.join(catapult_third_party_path, 'py_vulcanize'))
24 _AddToPathIfNeeded(os.path.join(catapult_third_party_path, 'webapp2'))
25 _AddToPathIfNeeded(os.path.join(catapult_third_party_path, 'WebOb'))
26 _AddToPathIfNeeded(os.path.join(catapult_path, 'tracing')
    [all...]
run_with_typ.py 24 _AddToPathIfNeeded(typ_path)
32 def _AddToPathIfNeeded(path):
  /external/chromium-trace/catapult/dashboard/bin/
dev_server 10 def _AddToPathIfNeeded(path):
19 _AddToPathIfNeeded(os.path.join(catapult_path, 'dashboard'))
23 _AddToPathIfNeeded(catapult_path)
deploy 11 def _AddToPathIfNeeded(path):
23 _AddToPathIfNeeded(os.path.join(catapult_path, 'dashboard'))
27 _AddToPathIfNeeded(catapult_path)
run_py_tests 16 def _AddToPathIfNeeded(path):
22 _AddToPathIfNeeded(_CATAPULT_PATH)
23 _AddToPathIfNeeded(_DASHBOARD_PATH)
  /external/chromium-trace/catapult/perf_insights/bin/
dev_server_perfinsights 10 def _AddToPathIfNeeded(path):
19 _AddToPathIfNeeded(
24 _AddToPathIfNeeded(catapult_path)
run_py_tests 21 def _AddToPathIfNeeded(path):
27 _AddToPathIfNeeded(_CATAPULT_PATH)
deploy_perfinsights 12 def _AddToPathIfNeeded(path):
25 _AddToPathIfNeeded(
30 _AddToPathIfNeeded(catapult_path)
  /external/chromium-trace/catapult/catapult_base/bin/
run_tests 22 def _AddToPathIfNeeded(path):
28 _AddToPathIfNeeded(_CATAPULT_PATH)
  /external/chromium-trace/catapult/third_party/py_vulcanize/bin/
run_py_tests 13 def _AddToPathIfNeeded(path):
19 _AddToPathIfNeeded(_CATAPULT)
  /external/chromium-trace/catapult/dashboard/
dashboard_project.py 9 def _AddToPathIfNeeded(path):
17 _AddToPathIfNeeded(p.catapult_third_party_path)
18 _AddToPathIfNeeded(p.catapult_path)
19 _AddToPathIfNeeded(p.tracing_root_path)
  /external/chromium-trace/catapult/tracing/bin/
run_py_tests 21 def _AddToPathIfNeeded(path):
27 _AddToPathIfNeeded(_CATAPULT_PATH)
  /external/chromium-trace/catapult/tracing/
tracing_project.py 10 def _AddToPathIfNeeded(path):
17 _AddToPathIfNeeded(p.catapult_path)
18 _AddToPathIfNeeded(p.py_vulcanize_path)
19 _AddToPathIfNeeded(p.vinn_path)
21 _AddToPathIfNeeded(os.path.join(p.catapult_third_party_path, 'WebOb'))
22 _AddToPathIfNeeded(os.path.join(p.catapult_third_party_path, 'Paste'))
23 _AddToPathIfNeeded(os.path.join(p.catapult_third_party_path, 'six'))
24 _AddToPathIfNeeded(os.path.join(p.catapult_third_party_path, 'webapp2'))
  /external/chromium-trace/catapult/perf_insights/
perf_insights_project.py 9 def _AddToPathIfNeeded(path):
32 _AddToPathIfNeeded(p.perf_insights_third_party_path)
37 _AddToPathIfNeeded(p.catapult_path)
38 _AddToPathIfNeeded(p.tracing_root_path)
39 _AddToPathIfNeeded(p.py_vulcanize_path)
  /external/chromium-trace/catapult/third_party/py_vulcanize/py_vulcanize/
parse_html_deps.py 13 def _AddToPathIfNeeded(path):
23 _AddToPathIfNeeded(bs_path)
26 _AddToPathIfNeeded(html5lib_path)
29 _AddToPathIfNeeded(six_path)

Completed in 608 milliseconds