Home
last modified time | relevance | path

Searched refs:assert_ (Results 1 – 12 of 12) sorted by relevance

/ndk/sources/third_party/googletest/googletest/test/
Dgtest_color_test.py75 self.assert_(not UsesColor('dumb', None, None))
76 self.assert_(not UsesColor('emacs', None, None))
77 self.assert_(not UsesColor('xterm-mono', None, None))
78 self.assert_(not UsesColor('unknown', None, None))
79 self.assert_(not UsesColor(None, None, None))
80 self.assert_(UsesColor('linux', None, None))
81 self.assert_(UsesColor('cygwin', None, None))
82 self.assert_(UsesColor('xterm', None, None))
83 self.assert_(UsesColor('xterm-color', None, None))
84 self.assert_(UsesColor('xterm-256color', None, None))
[all …]
Dgtest_catch_exceptions_test.py77 self.assert_('SEH exception with code 0x2a thrown '
80 self.assert_('SEH exception with code 0x2a thrown '
83 self.assert_('SEH exception with code 0x2a thrown in SetUpTestCase()'
85 self.assert_('SEH exception with code 0x2a thrown in TearDownTestCase()'
87 self.assert_('SEH exception with code 0x2a thrown in SetUp()'
89 self.assert_('SEH exception with code 0x2a thrown in TearDown()'
91 self.assert_('SEH exception with code 0x2a thrown in the test body'
111 self.assert_('C++ exception with description '
115 self.assert_('unexpected' not in EX_BINARY_OUTPUT,
124 self.assert_('C++ exception with description '
[all …]
Dgtest_shuffle_test.py182 self.assert_(SHUFFLED_ALL_TESTS != ALL_TESTS, SHUFFLED_ALL_TESTS)
183 self.assert_(SHUFFLED_ACTIVE_TESTS != ACTIVE_TESTS, SHUFFLED_ACTIVE_TESTS)
184 self.assert_(SHUFFLED_FILTERED_TESTS != FILTERED_TESTS,
186 self.assert_(SHUFFLED_SHARDED_TESTS != SHARDED_TESTS,
190 self.assert_(GetTestCases(SHUFFLED_ALL_TESTS) != GetTestCases(ALL_TESTS),
192 self.assert_(
195 self.assert_(
198 self.assert_(
218 self.assert_(test in ALL_TESTS, '%s is an invalid test' % (test,))
220 self.assert_(test in ACTIVE_TESTS, '%s is an invalid test' % (test,))
[all …]
Dgtest_help_test.py113 self.assert_(HELP_REGEX.search(output), output)
116 self.assert_(STREAM_RESULT_TO_FLAG in output, output)
118 self.assert_(STREAM_RESULT_TO_FLAG not in output, output)
121 self.assert_(DEATH_TEST_STYLE_FLAG in output, output)
123 self.assert_(DEATH_TEST_STYLE_FLAG not in output, output)
136 self.assert_(exit_code != 0)
137 self.assert_(not HELP_REGEX.search(output), output)
Dgtest_xml_output_unittest.py209 self.assert_(p.exited)
211 self.assert_(os.path.isfile(output_file))
234 self.assert_(p.exited)
240 self.assert_(not os.path.isfile(xml_path))
254 self.assert_(False,
257 self.assert_(p.exited)
Dgtest_filter_unittest.py234 self.assert_(elem in rhs, '%s in %s' % (elem, rhs))
237 self.assert_(elem in lhs, '%s in %s' % (elem, lhs))
578 self.assert_(not os.path.exists(shard_status_file))
584 self.assert_(os.path.exists(shard_status_file))
592 self.assert_(not os.path.exists(shard_status_file))
602 self.assert_('[==========]' not in output,
607 self.assert_(os.path.exists(shard_status_file))
Dgtest_xml_test_utils.py89 self.assert_(
103 self.assert_(child_id in actual_children,
131 self.assert_(child.tagName in self.identifying_attribute,
134 self.assert_(childID not in children)
Dgtest_list_tests_unittest.py161 self.assert_(
168 self.assert_(
Dgtest_xml_outfiles_test.py103 self.assert_(p.exited)
115 self.assert_(os.path.isfile(output_file1) or os.path.isfile(output_file2),
Dgtest_throw_on_failure_test.py126 self.assert_(failed == should_fail, msg)
Dgtest_break_on_failure_unittest.py148 self.assert_(has_seg_fault == expect_seg_fault, msg)
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/
Dassert.hpp93 struct assert_ struct
98 static assert_ const arg; argument
123 boost::mpl::aux::weighted_tag<1>::type operator==( assert_, assert_ );
124 boost::mpl::aux::weighted_tag<2>::type operator!=( assert_, assert_ );
125 boost::mpl::aux::weighted_tag<3>::type operator>( assert_, assert_ );
126 boost::mpl::aux::weighted_tag<4>::type operator>=( assert_, assert_ );
127 boost::mpl::aux::weighted_tag<5>::type operator<( assert_, assert_ );
128 boost::mpl::aux::weighted_tag<6>::type operator<=( assert_, assert_ );
130 template< assert_::relations r, long x, long y > struct assert_relation {};
203 template< assert_::relations r, long x, long y >
[all …]