HomeSort by relevance Sort by last modified time
    Searched refs:assert_ (Results 1 - 25 of 70) sorted by null

1 2 3

  /external/chromium/testing/gtest/test/
gtest_color_test.py 75 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...]
gtest_catch_exceptions_test.py 77 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,
121 self.assert_('C++ exception with description
    [all...]
gtest_shuffle_test.py 182 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...]
gtest_help_test.py 113 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)
gtest_list_tests_unittest.py 139 self.assert_(output == expected_output, msg)
141 self.assert_(output != EXPECTED_OUTPUT_NO_FILTER, msg)
  /external/chromium_org/testing/gtest/test/
gtest_color_test.py 75 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...]
gtest_catch_exceptions_test.py 77 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...]
gtest_shuffle_test.py 182 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...]
gtest_help_test.py 113 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)
  /external/gtest/test/
gtest_color_test.py 75 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...]
gtest_catch_exceptions_test.py 77 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,
121 self.assert_('C++ exception with description
    [all...]
gtest_shuffle_test.py 182 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...]
gtest_help_test.py 113 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)
  /external/protobuf/gtest/test/
gtest_color_test.py 75 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...]
gtest_help_test.py 96 self.assert_(HELP_REGEX.search(output), output)
98 self.assert_(CATCH_EXCEPTIONS_FLAG in output, output)
99 self.assert_(DEATH_TEST_STYLE_FLAG not in output, output)
101 self.assert_(CATCH_EXCEPTIONS_FLAG not in output, output)
102 self.assert_(DEATH_TEST_STYLE_FLAG in output, output)
121 self.assert_(exit_code != 0)
122 self.assert_(not HELP_REGEX.search(output), output)
gtest_shuffle_test.py 188 self.assert_(SHUFFLED_ALL_TESTS != ALL_TESTS, SHUFFLED_ALL_TESTS)
189 self.assert_(SHUFFLED_ACTIVE_TESTS != ACTIVE_TESTS, SHUFFLED_ACTIVE_TESTS)
190 self.assert_(SHUFFLED_FILTERED_TESTS != FILTERED_TESTS,
192 self.assert_(SHUFFLED_SHARDED_TESTS != SHARDED_TESTS,
196 self.assert_(GetTestCases(SHUFFLED_ALL_TESTS) != GetTestCases(ALL_TESTS),
198 self.assert_(
201 self.assert_(
204 self.assert_(
224 self.assert_(test in ALL_TESTS, '%s is an invalid test' % (test,))
226 self.assert_(test in ACTIVE_TESTS, '%s is an invalid test' % (test,)
    [all...]
  /ndk/sources/third_party/googletest/googletest/test/
gtest_color_test.py 75 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...]
gtest_catch_exceptions_test.py 77 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...]
gtest_shuffle_test.py 182 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...]
gtest_help_test.py 113 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)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/wsgiref/
validate.py 127 def assert_(cond, *args): function
144 assert_(len(args) == 2, "Two arguments required")
145 assert_(not kw, "No keyword arguments allowed")
155 assert_(len(args) == 2 or len(args) == 3, (
157 assert_(not kw, "No keyword arguments allowed")
177 assert_(iterator is not None and iterator != False,
192 assert_(len(args) <= 1)
194 assert_(type(v) is type(""))
199 assert_(type(v) is type(""))
203 assert_(len(args) <= 1
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/wsgiref/
validate.py 127 def assert_(cond, *args): function
144 assert_(len(args) == 2, "Two arguments required")
145 assert_(not kw, "No keyword arguments allowed")
155 assert_(len(args) == 2 or len(args) == 3, (
157 assert_(not kw, "No keyword arguments allowed")
177 assert_(iterator is not None and iterator != False,
192 assert_(len(args) <= 1)
194 assert_(type(v) is type(""))
199 assert_(type(v) is type(""))
203 assert_(len(args) <= 1
    [all...]
  /external/libvpx/libvpx/vpx_ports/
asm_offsets.h 18 static void assert_##name(void) UNUSED;\
19 static void assert_##name(void) {switch(0){case 0:case !!(cond):;}}
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/
assert.hpp 93 struct assert_ struct
98 static assert_ const arg;
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_ );
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/tools/python-yasm/tests/
test_intnum.py 63 self.assert_(a < b < c)
64 self.assert_(a <= b <= c)
65 self.assert_(c >= b >= a)
66 self.assert_(c > b > a)
67 self.assert_(a != b != c)

Completed in 657 milliseconds

1 2 3