Home
last modified time | relevance | path

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

123

/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.cpp504 const scan_results& results) in set_registers() argument
509 static_cast<uintptr_t>(results.ttypeIndex)); in set_registers()
510 _Unwind_SetIP(context, results.landingPad); in set_registers()
536 scan_eh_tab(scan_results& results, _Unwind_Action actions, bool native_exception, in scan_eh_tab() argument
541 results.ttypeIndex = 0; in scan_eh_tab()
542 results.actionRecord = 0; in scan_eh_tab()
543 results.languageSpecificData = 0; in scan_eh_tab()
544 results.landingPad = 0; in scan_eh_tab()
545 results.adjustedPtr = 0; in scan_eh_tab()
546 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.hpp107 PrologInfo *results);
116 PrologInfo *results);
347 PrologInfo *results) { in parseFDEInstructions() argument
349 bzero(results, sizeof(PrologInfo)); in parseFDEInstructions()
355 (pint_t)(-1), rememberStack, results) && in parseFDEInstructions()
358 upToPC - fdeInfo.pcStart, rememberStack, results); in parseFDEInstructions()
367 PrologInfo *results) { in parseInstructions() argument
371 PrologInfo initialState = *results; in parseInstructions()
427 results->savedRegisters[reg].location = kRegisterInCFA; in parseInstructions()
428 results->savedRegisters[reg].value = offset; in parseInstructions()
[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 )
Dunit_test_main.ipp191 … : results_collector.results( framework::master_test_suite().p_id ).result_code();
/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/host-tools/sed-4.2.1/testsuite/
Dbsd.sh352 echo w results
389 echo s wfile results
/ndk/sources/third_party/googletest/googletest/include/gtest/
Dgtest-spi.h99 SingleFailureChecker(const TestPartResultArray* results,
/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,
/ndk/sources/host-tools/sed-4.2.1/
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
215 Enable the cache: use and save the results of the tests in FILE,
/ndk/sources/host-tools/sed-4.2.1/m4/
Dmbrlen.m419 dnl We could also run the individual tests below; the results would be

123