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

1 2

  /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;
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/impl/
results_collector.ipp 39 // ************** test_results ************** //
42 test_results::test_results()
50 test_results::passed() const
61 test_results::result_code() const
72 test_results::operator+=( test_results const& tr )
85 test_results::clear()
109 std::map<test_unit_id,test_results> m_results_store;
119 std::map<test_unit_id,test_results> m_results_store
    [all...]
plain_report_formatter.ipp 102 test_results const& tr = results_collector.results( tu.p_id );
157 test_results const& tr = results_collector.results( tu.p_id );
xml_report_formatter.ipp 56 test_results const& tr = results_collector.results( tu.p_id );
  /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
  /external/chromium_org/tools/perf/benchmarks/
maps.py 19 test_results = tab.EvaluateJavaScript(js_get_results)
21 total = re.search('total=([0-9]+)', test_results).group(1)
22 render = re.search('render=([0-9.]+),([0-9.]+)', test_results).group(2)
  /external/chromium_org/build/android/pylib/gtest/
test_runner.py 163 test_results = base_test_result.TestRunResults()
165 return test_results, None
171 test_results = self._ParseTestOutput(
177 all_tests_ran = set([t.GetName() for t in test_results.GetAll()])
179 test_results.AddResults(
182 retry = ':'.join([t.GetName() for t in test_results.GetNotPass()])
183 return test_results, retry
  /external/chromium_org/base/test/launcher/
test_results_tracker.cc 73 TestResult result = i->second.test_results.back();
162 result.full_name].test_results.push_back(result);
173 TestResult result = j->second.test_results.back();
208 TestResult result = j->second.test_results.back();
266 ListValue* test_results = new ListValue; local
267 current_iteration_data->SetWithoutPathExpansion(j->first, test_results);
269 for (size_t k = 0; k < j->second.test_results.size(); k++) {
270 const TestResult& test_result = j->second.test_results[k];
273 test_results->Append(test_result_value);
unit_test_launcher.cc 185 output_file = output_file.AppendASCII("test_results.xml");
219 output_file = output_file.AppendASCII("test_results.xml");
318 std::vector<TestResult> test_results; local
321 ProcessGTestOutput(output_file, &test_results, &crashed);
329 for (size_t i = 0; i < test_results.size(); i++)
330 results_map[test_results[i].full_name] = test_results[i];
test_results_tracker.h 66 std::vector<TestResult> test_results; member in struct:base::TestResultsTracker::AggregateTestResult
  /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)
  /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/build/android/pylib/utils/
flakiness_dashboard_results_uploader.py 140 def AddResults(self, test_results):
143 (test_results.GetPass(), False,
145 (test_results.GetFail(), True,
147 (test_results.GetCrash(), True,
149 (test_results.GetTimeout(), True,
151 (test_results.GetUnknown(), True,
  /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
46 return test_results.TestResult(test_name, failures=failures, test_run_time=run_time)
  /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/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/v8/tools/
run-deopt-fuzzer.py 416 test_results = {}
420 test_results[t.path] = MAX_DEOPT - int(line.split(" ")[-1])
422 if t.path not in test_results:
425 results_dict = dict((t.path, n) for (t, n) in test_results.iteritems())
434 max_deopt = test_results.get(t.path, 0)
  /external/chromium_org/ppapi/native_client/tests/ppapi_browser/bad/
nacl.scons 124 'file': '${TARGET_ROOT}/test_results/ppapi_bad_native_test.log',
  /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/skia/gm/rebaseline_server/
results.py 445 def _add_to_category_dict(category_dict, test_results):
446 """Add test_results to the category dictionary we are building.
452 test_results: test data with which to update category_list, in a dict:
460 category_value = test_results.get(category)
  /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)

Completed in 808 milliseconds

1 2