Home
last modified time | relevance | path

Searched refs:results_map (Results 1 – 4 of 4) sorted by relevance

/external/skia/gm/
Ddisplay_json_results.py81 results_map = {
99 for label, accumulator in results_map.iteritems():
/external/chromium_org/third_party/skia/gm/
Ddisplay_json_results.py81 results_map = {
99 for label, accumulator in results_map.iteritems():
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/layout_package/
Dbot_test_expectations.py236 results_map = {}
253 results_map[result_type] = True
255 return results_map.keys()
/external/chromium_org/base/test/launcher/
Dunit_test_launcher.cc319 std::map<std::string, TestResult> results_map; in ProcessTestResults() local
321 results_map[test_results[i].full_name] = test_results[i]; in ProcessTestResults()
329 if (ContainsKey(results_map, test_names[i])) { in ProcessTestResults()
330 TestResult test_result = results_map[test_names[i]]; in ProcessTestResults()