HomeSort by relevance Sort by last modified time
    Searched full:test_path (Results 51 - 75 of 110) sorted by null

1 23 4 5

  /external/chromium-trace/catapult/dashboard/dashboard/templates/
load_from_prod.html 20 <input name="test_path" type="text" size=200
  /external/chromium-trace/catapult/dashboard/dashboard/
update_test_suites_test.py 166 for test_path in ['Chromium/win7/scrolling', 'Chromium/mac/scrolling']:
167 test = utils.TestKey(test_path).get()
252 for test_path in ['Chromium/win7/dromaeo', 'Chromium/mac/dromaeo']:
253 test = utils.TestKey(test_path).get()
bench_find_anomalies_test.py 57 sheriff_entity.patterns.append(test.test_path)
59 sheriff_entity.patterns = [test.test_path]
76 patterns=[test.test_path]).put()
start_try_job.py 105 result = _PrefillInfo(self.request.get('test_path'))
191 def _PrefillInfo(test_path):
195 test_path: Test path string.
202 if not test_path:
205 suite_path = '/'.join(test_path.split('/')[:3])
208 return {'error': 'Invalid test %s' % test_path}
210 graph_path = '/'.join(test_path.split('/')[:4])
240 info['default_metric'] = GuessMetric(test_path)
491 def GuessMetric(test_path):
495 test_path: The slash-separated test path used by the dashboard
    [all...]
email_template.py 231 def GetReportPageLink(test_path, rev=None, add_protocol_and_host=True):
233 path_parts = test_path.split('/')
235 logging.error('Could not make link, invalid test path: %s', test_path)
262 test_path = utils.TestPath(alert.test)
263 return GetReportPageLink(test_path, rev=alert.end_revision)
279 test_name = '/'.join(test.test_path.split('/')[2:])
stats_test.py 300 individual_stats[0].details['test_path'])
313 individual_stats[1].details['test_path'])
326 individual_stats[2].details['test_path'])
339 individual_stats[3].details['test_path'])
388 individual_stats[0].details['test_path'])
390 individual_stats[1].details['test_path'])
alerts.py 184 test_path = utils.TestPath(alert_entity.test)
185 test_path_parts = test_path.split('/')
187 test_path, rev=alert_entity.end_revision, add_protocol_and_host=False)
testing_common.py 195 def AddRows(test_path, rows):
199 test_path: Full test path of Test entity to add Rows to.
205 test_key = utils.TestKey(test_path)
auto_triage_test.py 43 test_path = 'M/b/benchmark/t'
44 test = utils.TestKey(test_path).get()
48 sheriff_entity.patterns.append(test.test_path)
52 testing_common.AddRows(test_path, {x: {'value': y} for x, y in series})
list_tests_test.py 68 for test_path in [
71 test = utils.TestKey(test_path).get()
150 for test_path in [
155 test = utils.TestKey(test_path).get()
utils_test.py 25 def _AssertMatches(self, test_path, pattern):
27 test_key = utils.TestKey(test_path)
30 def _AssertDoesntMatch(self, test_path, pattern):
32 test_key = utils.TestKey(test_path)
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_importhooks.py 33 test_path = "!!!_test_!!!" variable
52 def __init__(self, path=test_path):
53 if path != test_path:
225 sys.path.append(test_path)
test_modulefinder.py 19 TEST_PATH = [TEST_DIR, os.path.dirname(__future__.__file__)]
231 mf = modulefinder.ModuleFinder(path=TEST_PATH)
237 ## sys.path = TEST_PATH
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_importhooks.py 33 test_path = "!!!_test_!!!" variable
52 def __init__(self, path=test_path):
53 if path != test_path:
225 sys.path.append(test_path)
test_modulefinder.py 19 TEST_PATH = [TEST_DIR, os.path.dirname(__future__.__file__)]
231 mf = modulefinder.ModuleFinder(path=TEST_PATH)
237 ## sys.path = TEST_PATH
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_importhooks.py 33 test_path = "!!!_test_!!!" variable
52 def __init__(self, path=test_path):
53 if path != test_path:
225 sys.path.append(test_path)
test_modulefinder.py 19 TEST_PATH = [TEST_DIR, os.path.dirname(__future__.__file__)]
231 mf = modulefinder.ModuleFinder(path=TEST_PATH)
237 ## sys.path = TEST_PATH
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_importhooks.py 33 test_path = "!!!_test_!!!" variable
52 def __init__(self, path=test_path):
53 if path != test_path:
225 sys.path.append(test_path)
test_modulefinder.py 19 TEST_PATH = [TEST_DIR, os.path.dirname(__future__.__file__)]
231 mf = modulefinder.ModuleFinder(path=TEST_PATH)
237 ## sys.path = TEST_PATH
  /external/parameter-framework/upstream/
appveyor.yml 68 - set TEST_PATH=%DEBUG_LIBXML2_PATH%\bin
76 - set TEST_PATH=%RELEASE_LIBXML2_PATH%\bin
90 - set TEST_PATH=%RELEASE_LIBXML2_PATH%\bin;%INSTALL%\lib;%INSTALL%\bin
  /external/parameter-framework/upstream/ctest/
CMakeLists.txt 63 string(REPLACE ";" "\\;" TEST_PATH "$ENV{PATH};$ENV{TEST_PATH}")
91 "PATH=${CMAKE_RUNTIME_OUTPUT_DIRECTORY}${SEP}${CMAKE_RUNTIME_OUTPUT_DIRECTORY}/$<CONFIGURATION>${SEP}${TEST_PATH}"
  /external/chromium-trace/catapult/dashboard/dashboard/elements/
bisect-button.html 83 'test_path': this.bisectInfo.testPath,
trace-button.html 81 'test_path': this.traceInfo.testPath,
  /external/chromium-trace/catapult/dashboard/dashboard/models/
anomaly_config.py 64 test.overridden_anomaly_config, test.test_path)
alert_group.py 158 test_path = utils.TestPath(anomaly_entity.test)
160 (test_path, bug_url, bug_id))

Completed in 1286 milliseconds

1 23 4 5