Home | History | Annotate | Download | only in tracing

Lines Matching refs:join

28       os.path.join(p.catapult_third_party_path, 'WebOb'),
29 os.path.join(p.catapult_third_party_path, 'Paste'),
30 os.path.join(p.catapult_third_party_path, 'six'),
31 os.path.join(p.catapult_third_party_path, 'webapp2'),
32 os.path.join(p.catapult_path, 'common', 'py_utils'),
33 os.path.join(p.tracing_third_party_path, 'symbols')
45 x = os.path.abspath(os.path.join(dirpath, f))
68 os.path.join(os.path.dirname(__file__), os.path.pardir))
70 tracing_root_path = os.path.join(catapult_path, 'tracing')
71 trace_processor_root_path = os.path.join(catapult_path, 'trace_processor')
72 common_root_path = os.path.join(catapult_path, 'common')
73 tracing_src_path = os.path.join(tracing_root_path, 'tracing')
74 extras_path = os.path.join(tracing_src_path, 'extras')
75 ui_extras_path = os.path.join(tracing_src_path, 'ui', 'extras')
77 catapult_third_party_path = os.path.join(catapult_path, 'third_party')
78 polymer_path = os.path.join(catapult_third_party_path, 'polymer')
80 tracing_third_party_path = os.path.join(tracing_root_path, 'third_party')
81 py_vulcanize_path = os.path.join(common_root_path, 'py_vulcanize')
82 vinn_path = os.path.join(catapult_third_party_path, 'vinn')
84 jszip_path = os.path.join(tracing_third_party_path, 'jszip')
85 pako_path = os.path.join(tracing_third_party_path, 'pako')
87 glmatrix_path = os.path.join(
90 mannwhitneyu_path = os.path.join(
93 ui_path = os.path.join(tracing_src_path, 'ui')
94 d3_path = os.path.join(tracing_third_party_path, 'd3')
95 chai_path = os.path.join(tracing_third_party_path, 'chai')
96 mocha_path = os.path.join(tracing_third_party_path, 'mocha')
97 oboe_path = os.path.join(tracing_third_party_path, 'oboe')
99 mre_path = os.path.join(tracing_src_path, 'mre')
101 metrics_path = os.path.join(tracing_src_path, 'metrics')
102 diagnostics_path = os.path.join(tracing_src_path, 'value', 'diagnostics')
104 value_ui_path = os.path.join(tracing_src_path, 'value', 'ui')
105 metrics_ui_path = os.path.join(tracing_src_path, 'metrics', 'ui')
107 test_data_path = os.path.join(tracing_root_path, 'test_data')
108 skp_data_path = os.path.join(tracing_root_path, 'skp_data')
110 rjsmin_path = os.path.join(
112 rcssmin_path = os.path.join(
183 os.path.join(self.ui_extras_path, x)
204 help='Picks a browser config. Valid choices: %s' % ', '.join(choices))