HomeSort by relevance Sort by last modified time
    Searched refs:test_results (Results 1 - 25 of 30) sorted by null

1 2

  /frameworks/webview/chromium/tools/
run_webview_cts.py 77 test_results = '%d passes; %d failures' % (len(passes), len(failures))
81 test_results += '\n' + 'UNEXPECTED PASSES (update expectations!):'
83 test_results += '\n' + '\t%s' % (test)
87 test_results += '\n' + 'UNEXPECTED FAILURES (please fix!):'
89 test_results += '\n' + '\t%s' % (test)
95 print test_results
102 print test_results
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/
results_collector.hpp 45 // ************** test_results ************** //
48 class BOOST_TEST_DECL test_results { class in namespace:boost::unit_test
50 test_results();
52 typedef BOOST_READONLY_PROPERTY( counter_t, (results_collector_t)(test_results)(results_collect_helper) ) counter_prop;
53 typedef BOOST_READONLY_PROPERTY( bool, (results_collector_t)(test_results)(results_collect_helper) ) bool_prop;
70 void operator+=( test_results const& );
95 test_results const& results( test_unit_id ) const;
  /external/chromium_org/tools/perf/benchmarks/
maps.py 24 test_results = tab.EvaluateJavaScript(js_get_results)
26 total = re.search('total=([0-9]+)', test_results).group(1)
27 render = re.search('render=([0-9.]+),([0-9.]+)', test_results).group(2)
  /external/chromium_org/build/android/pylib/gtest/
test_runner.py 159 test_results = base_test_result.TestRunResults()
161 return test_results, None
167 test_results = self._ParseTestOutput(
173 all_tests_ran = set([t.GetName() for t in test_results.GetAll()])
175 test_results.AddResults(
178 retry = ':'.join([t.GetName() for t in test_results.GetNotPass()])
179 return test_results, retry
  /external/chromium_org/chrome/browser/ui/webui/
history_ui_unittest.cc 24 TestResult* test_results,
30 base::TimeDelta::FromHours(test_results[i].hour_offset);
31 entry.url = GURL(test_results[i].url);
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/models/
test_results_unittest.py 31 from webkitpy.layout_tests.models.test_results import TestResult
test_run_results_unittest.py 34 from webkitpy.layout_tests.models import test_results namespace
48 return test_results.TestResult(test_name, failures=failures, test_run_time=run_time)
  /external/chromium_org/base/test/launcher/
test_results_tracker.cc 80 TestResult result = i->second.test_results.back();
181 result.full_name].test_results.push_back(result);
283 ListValue* test_results = new ListValue; local
284 current_iteration_data->SetWithoutPathExpansion(j->first, test_results);
286 for (size_t k = 0; k < j->second.test_results.size(); k++) {
287 const TestResult& test_result = j->second.test_results[k];
290 test_results->Append(test_result_value);
345 const TestResult& result = j->second.test_results.back();
test_results_tracker.h 84 std::vector<TestResult> test_results; member in struct:base::TestResultsTracker::AggregateTestResult
unit_test_launcher.cc 174 output_file = output_file.AppendASCII("test_results.xml");
209 output_file = output_file.AppendASCII("test_results.xml");
309 std::vector<TestResult> test_results; local
312 ProcessGTestOutput(output_file, &test_results, &crashed);
320 for (size_t i = 0; i < test_results.size(); i++)
321 results_map[test_results[i].full_name] = test_results[i];
  /external/chromium_org/build/android/pylib/utils/
flakiness_dashboard_results_uploader.py 142 def AddResults(self, test_results):
145 (test_results.GetPass(), False,
147 (test_results.GetFail(), True,
149 (test_results.GetCrash(), True,
151 (test_results.GetTimeout(), True,
153 (test_results.GetUnknown(), True,
  /development/testrunner/
am_instrument_parser.py 33 (test_results, inst_finished_bundle)
35 test_results (list of am_output_parser.TestResult)
44 test_results = []
56 test_results.append(test_result)
64 return (test_results, inst_finished_bundle)
adb_interface.py 40 DEVICE_TRACE_DIR = "/data/test_results/"
212 (test_results, inst_finished_bundle)
214 test_results: a list of TestResults
233 (test_results, inst_finished_bundle) = (
253 return (test_results, inst_finished_bundle)
  /external/chromium_org/third_party/android_testrunner/
am_instrument_parser.py 33 (test_results, inst_finished_bundle)
35 test_results (list of am_output_parser.TestResult)
44 test_results = []
56 test_results.append(test_result)
64 return (test_results, inst_finished_bundle)
adb_interface.py 40 DEVICE_TRACE_DIR = "/data/test_results/"
202 (test_results, inst_finished_bundle)
204 test_results: a list of TestResults
226 (test_results, inst_finished_bundle) = (
247 return (test_results, inst_finished_bundle)
  /development/testrunner/test_defs/
instrumentation_test.py 153 (test_results, status_map) = adb.StartInstrumentationForPackage(
160 self._PrintTestResults(test_results)
188 def _PrintTestResults(self, test_results):
192 test_results: a list of am_instrument_parser.TestResult
197 for test_result in test_results:
  /external/chromium_org/v8/tools/
run-deopt-fuzzer.py 426 test_results = {}
430 test_results[t.path] = MAX_DEOPT - int(line.split(" ")[-1])
432 if t.path not in test_results:
435 results_dict = dict((t.path, n) for (t, n) in test_results.iteritems())
444 max_deopt = test_results.get(t.path, 0)
  /external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/
neteq_unittest.cc 56 template<class T> void ProcessReference(const T& test_results);
58 const T (&test_results)[n],
61 const T (&test_results)[n],
64 const T (&test_results)[n],
98 void RefFiles::ProcessReference(const T& test_results) {
99 WriteToFile(test_results);
100 ReadFromFileAndCompare(test_results);
104 void RefFiles::ProcessReference(const T (&test_results)[n], size_t length) {
105 WriteToFile(test_results, length);
106 ReadFromFileAndCompare(test_results, length)
    [all...]
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/net/
layouttestresults_unittest.py 33 from webkitpy.layout_tests.models import test_results namespace
  /external/chromium_org/third_party/smhasher/src/
sha1.cpp 262 static char *test_results[] = { variable
299 if (strcmp(output, test_results[k])) {
303 fprintf(stderr,"\t%s is correct\n", test_results[k]);
313 if (strcmp(output, test_results[2])) {
317 fprintf(stderr,"\t%s is correct\n", test_results[2]);
  /external/chromium_org/build/android/
test_runner.py 569 test_results, exit_code = test_dispatcher.RunTests(
573 results.AddTestRunResults(test_results)
581 test_results, test_exit_code = test_dispatcher.RunTests(
585 results.AddTestRunResults(test_results)
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/net/buildbot/
buildbot_unittest.py 33 from webkitpy.layout_tests.models import test_results namespace
40 return test_results.TestResult(testname, [test_failures.FailureTextMismatch()])
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/views/
printing_unittest.py 44 from webkitpy.layout_tests.models import test_results namespace
115 return test_results.TestResult(test_name, failures=failures, test_run_time=run_time)
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/controllers/
layout_test_runner.py 39 from webkitpy.layout_tests.models import test_results namespace
95 result = test_results.TestResult(test_name)
151 result = test_results.TestResult(test_input.test_name, [test_failures.FailureEarlyExit()])
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/layout_package/
json_results_generator.py 128 # FIXME: We already have a TestResult class in test_results.py
599 test_results = results[self.TESTS]
601 for test in test_results.iterkeys():
602 single_test_result = test_results[test]

Completed in 440 milliseconds

1 2