Home
last modified time | relevance | path

Searched refs:results (Results 1 – 25 of 46) sorted by relevance

12

/ndk/sources/cxx-stl/gabi++/src/
Dpersonality.cc62 ScanResultInternal results; variable
68 scanEHTable(results, actions, native_exception, unwind_exception, context);
69 if (results.reason == _URC_HANDLER_FOUND) {
73 exception_header->handlerSwitchValue = static_cast<int>(results.ttypeIndex);
74 exception_header->actionRecord = results.actionRecord;
75 exception_header->languageSpecificData = results.languageSpecificData;
76 exception_header->catchTemp = reinterpret_cast<void*>(results.landingPad);
77 exception_header->adjustedPtr = results.adjustedPtr;
78 saveDataToBarrierCache(unwind_exception, context, results);
93 results.ttypeIndex = exception_header->handlerSwitchValue;
[all …]
Dhelper_func_internal.cc58 void scanEHTable(ScanResultInternal& results, in scanEHTable() argument
64 results.ttypeIndex = 0; in scanEHTable()
65 results.actionRecord = 0; in scanEHTable()
66 results.languageSpecificData = 0; in scanEHTable()
67 results.landingPad = 0; in scanEHTable()
68 results.adjustedPtr = 0; in scanEHTable()
69 results.reason = _URC_FATAL_PHASE1_ERROR; in scanEHTable()
74 results.reason = _URC_FATAL_PHASE1_ERROR; in scanEHTable()
79 results.reason = _URC_FATAL_PHASE2_ERROR; in scanEHTable()
83 results.reason = _URC_FATAL_PHASE1_ERROR; in scanEHTable()
[all …]
Dhelper_func_internal.h58 const ScanResultInternal& results) _GABIXX_HIDDEN;
66 const ScanResultInternal& results)
70 ScanResultInternal& results)
77 const ScanResultInternal& results)
80 void scanEHTable(ScanResultInternal& results,
/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/
Dcxa_personality.cpp512 const scan_results& results) in set_registers() argument
517 static_cast<uintptr_t>(results.ttypeIndex)); in set_registers()
518 _Unwind_SetIP(context, results.landingPad); in set_registers()
542 static void scan_eh_tab(scan_results &results, _Unwind_Action actions, in scan_eh_tab() argument
547 results.ttypeIndex = 0; in scan_eh_tab()
548 results.actionRecord = 0; in scan_eh_tab()
549 results.languageSpecificData = 0; in scan_eh_tab()
550 results.landingPad = 0; in scan_eh_tab()
551 results.adjustedPtr = 0; in scan_eh_tab()
552 results.reason = _URC_FATAL_PHASE1_ERROR; in scan_eh_tab()
[all …]
/ndk/sources/third_party/googletest/googletest/test/
Dgtest-test-part_test.cc170 TestPartResultArray results; in TEST_F() local
171 EXPECT_EQ(0, results.size()); in TEST_F()
177 TestPartResultArray results; in TEST_F() local
178 results.Append(r1_); in TEST_F()
179 EXPECT_EQ(1, results.size()); in TEST_F()
180 EXPECT_STREQ("Failure 1", results.GetTestPartResult(0).message()); in TEST_F()
186 TestPartResultArray results; in TEST_F() local
187 results.Append(r1_); in TEST_F()
188 results.Append(r2_); in TEST_F()
189 EXPECT_EQ(2, results.size()); in TEST_F()
[all …]
Dgtest_output_test_.cc918 TestPartResultArray results; in TEST_F() local
922 &results); in TEST_F()
927 EXPECT_EQ(0, results.size()) << "This shouldn't fail."; in TEST_F()
Dgtest_unittest.cc1126 TestPartResultArray results; in TEST_F() local
1130 &results); in TEST_F()
1135 EXPECT_EQ(2, results.size()); in TEST_F()
1136 EXPECT_TRUE(results.GetTestPartResult(0).nonfatally_failed()); in TEST_F()
1137 EXPECT_TRUE(results.GetTestPartResult(1).fatally_failed()); in TEST_F()
1141 TestPartResultArray results; in TEST_F() local
1144 ScopedFakeTestPartResultReporter reporter(&results); in TEST_F()
1147 EXPECT_EQ(1, results.size()); in TEST_F()
1163 TestPartResultArray results; in TEST_F() local
1166 ScopedFakeTestPartResultReporter::INTERCEPT_ALL_THREADS, &results); in TEST_F()
[all …]
/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/Unwind/
DDwarfParser.hpp108 PrologInfo *results);
117 PrologInfo *results);
348 PrologInfo *results) { in parseFDEInstructions() argument
350 memset(results, '\0', sizeof(PrologInfo)); in parseFDEInstructions()
356 (pint_t)(-1), rememberStack, results) && in parseFDEInstructions()
359 upToPC - fdeInfo.pcStart, rememberStack, results); in parseFDEInstructions()
368 PrologInfo *results) { in parseInstructions() argument
372 PrologInfo initialState = *results; in parseInstructions()
428 results->savedRegisters[reg].location = kRegisterInCFA; in parseInstructions()
429 results->savedRegisters[reg].value = offset; in parseInstructions()
[all …]
/ndk/tests/
Dprinters.py33 def print_results(self, results, stats): argument
42 def print_results(self, results, stats): argument
47 for suite, test_results in results.items():
Drun-all.py238 def __init__(self, suites, results): argument
239 self.num_tests = sum(len(s) for s in results.values())
244 self._analyze_results(results)
246 def _analyze_results(self, results): argument
247 for suite, test_results in results.items():
336 results = runner.run(out_dir, test_filters)
338 stats = ResultStats(suites, results)
343 printer.print_results(results, stats)
Dtests.py79 results = test.run(out_dir, test_filters)
82 return results
86 return [self._fixup_expected_failure(r, config, bug) for r in results]
89 results = {suite: [] for suite in self.tests.keys()}
95 results[suite] = test_results
96 return results
260 results = []
266 results.append(result)
267 return results
641 results = []
[all …]
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/impl/
Dresults_collector.ipp12 // Description : implements Unit Test results collecting facility.
172 test_results const& tr = results_collector.results( tc.p_id );
190 m_tr += results_collector.results( ts.p_id );
279 results_collector_t::results( test_unit_id id ) const
Dplain_report_formatter.ipp102 test_results const& tr = results_collector.results( tu.p_id );
157 test_results const& tr = results_collector.results( tu.p_id );
Dxml_report_formatter.ipp56 test_results const& tr = results_collector.results( tu.p_id );
Dresults_reporter.ipp71 if( m_report_level == DETAILED_REPORT && !results_collector.results( ts.p_id ).p_skipped )
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/
Dresults_collector.hpp95 test_results const& results( test_unit_id ) const;
/ndk/sources/host-tools/make-3.81/tests/scripts/options/
Ddash-q4 $details = "Try various uses of -q and ensure they all give the correct results.\n";
Ddash-n4 $details = "Try various uses of -n and ensure they all give the correct results.\n";
/ndk/sources/host-tools/make-3.81/tests/scripts/functions/
Dif5 results.\n";
Dandor5 results.\n";
Dcall5 results.\n";
Deval7 results into its internal database.\n";
/ndk/sources/third_party/googletest/googletest/include/gtest/
Dgtest-spi.h99 SingleFailureChecker(const TestPartResultArray* results,
/ndk/
Dcheckbuild.py159 results = {}
167 results[abi] = result == 0
170 for abi, result in results.iteritems():
172 return all(results.values())
/ndk/sources/host-tools/make-3.81/
DINSTALL26 the results of its tests to speed up reconfiguring. (Caching is
34 some point `config.cache' contains results you don't want to keep, you
210 Enable the cache: use and save the results of the tests in FILE,

12