Home
last modified time | relevance | path

Searched refs:passed (Results 1 – 25 of 62) sorted by relevance

123

/ndk/sources/third_party/googletest/googletest/test/
Dgtest-test-part_test.cc81 EXPECT_TRUE(success.passed()); in TEST_F()
90 EXPECT_FALSE(nonfatal_failure.passed()); in TEST_F()
99 EXPECT_FALSE(fatal_failure.passed()); in TEST_F()
131 EXPECT_TRUE(r1_.passed()); in TEST_F()
132 EXPECT_FALSE(r2_.passed()); in TEST_F()
133 EXPECT_FALSE(r3_.passed()); in TEST_F()
Dgtest-death-test_test.cc825 int status, bool passed);
873 TestRole role, int status, bool passed) : in MockDeathTest() argument
874 parent_(parent), role_(role), status_(status), passed_(passed) { in MockDeathTest()
919 int status, bool passed) { in SetParameters() argument
923 passed_ = passed; in SetParameters()
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/
Dresults_collector.hpp66 bool passed() const;
91 void assertion_result( bool passed );
Dframework.hpp81 BOOST_TEST_DECL void assertion_result( bool passed );
Dunit_test_log.hpp105 void assertion_result( bool passed );
/ndk/sources/host-tools/make-3.81/tests/scripts/variables/
Dnegative19 # Bogus variable value passed on the command line.
40 # Bogus variable value passed on the command line.
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/impl/
Dplain_report_formatter.ipp106 if( tr.passed() )
107 descr = "passed";
133 …rint_stat_value( ostr, tr.p_assertions_passed, m_indent, total_assertions, "assertion", "passed" );
136 …rint_stat_value( ostr, tr.p_test_cases_passed, m_indent, total_tc , "test case", "passed" );
159 if( tr.passed() ) {
Dresults_collector.ipp50 test_results::passed() const
63 return passed() ? exit_success
175 if( tr.passed() )
245 results_collector_t::assertion_result( bool passed )
249 if( passed )
Dxml_report_formatter.ipp60 if( tr.passed() )
61 descr = "passed";
Dexception_safety.ipp126 virtual void assertion_result( bool passed );
376 exception_safety_tester::assertion_result( bool passed )
378 if( !m_internal_activity && !passed ) {
Dframework.ipp467 assertion_result( bool passed )
470 to->assertion_result( passed );
Dunit_test_suite.ipp82 if( !unit_test::results_collector.results( tu_id ).passed() )
/ndk/sources/host-tools/make-3.81/tests/scripts/
Dtest_template9 # arguments to be passed to the make invocation, the third is a string
/ndk/sources/third_party/googletest/googletest/include/gtest/
Dgtest-test-part.h91 bool passed() const { return type_ == kSuccess; } in passed() function
/ndk/sources/host-tools/make-3.81/tests/scripts/options/
Ddash-I10 sure that the -I option gets passed to recursive makes.";
/ndk/sources/host-tools/sed-4.2.1/po/
DMakevars12 # These options get passed to xgettext.
/ndk/sources/host-tools/make-3.81/po/
DMakevars27 # These options get passed to xgettext.
/ndk/docs/text/
DAPPLICATION-MK.text97 > A set of C compiler flags passed when compiling any C or C++ source code
134 > A set of C++ compiler flags passed when building C++ sources *only*.
143 > A set of linker flags passed when linking application. This only
DANDROID-MK.text128 that will be passed directly to a compiler, and you should be good.
451 > Only list the files that will be passed to a compiler, since the
531 > An optional set of compiler flags that will be passed when building
561 > An optional set of compiler flags that will be passed when building
757 > Then, the flags '`-DFOO=1` `-DBAR=2`' will be passed to the compiler when
766 > exports them. In the above example, `-DFOO=1` would not be passed to the
DNDK-BUILD.text24 All parameters to 'ndk-build' are passed directly to the underlying GNU Make
/ndk/build/gmsl/
Dgmsl-tests46 @echo "$(call int_decode,$(passed)) tests passed; $(call int_decode,$(failed)) tests failed"
50 passed :=
57 test_pass = .$(eval passed := $(call int_inc,$(passed)))
/ndk/sources/host-tools/make-3.81/
DREADME.W32249 filename it is passed on the command line. It seems to change
251 compiler should not change the casename of files that are passed
/ndk/sources/host-tools/sed-4.2.1/testsuite/
Dmadding.sed8passed on, Gabriel withdrew from his point of espial, and descending into the road, followed the v…
Dmadding.inp1 …s in the paper, and the whole again into its place. When the waggon had passed on, Gabriel withdr…
Dmadding.good1 …s in the paper, and the whole again into its place. When the waggon had passed on, Gabriel withdr…

123