Home
last modified time | relevance | path

Searched refs:test_one (Results 1 – 13 of 13) sorted by relevance

/third_party/python/Lib/unittest/test/
Dtest_setups.py39 def test_one(self): member in TestSetups.test_setup_class.Test
57 def test_one(self): member in TestSetups.test_teardown_class.Test
75 def test_one(self): member in TestSetups.test_teardown_class_two_classes.Test
86 def test_one(self): member in TestSetups.test_teardown_class_two_classes.Test2
103 def test_one(self): member in TestSetups.test_error_in_setupclass.BrokenTest
123 def test_one(self): member in TestSetups.test_error_in_teardown_class.Test
134 def test_one(self): member in TestSetups.test_error_in_teardown_class.Test2
159 def test_one(self): member in TestSetups.test_class_not_torndown_when_setup_fails.Test
175 def test_one(self): member in TestSetups.test_class_not_setup_or_torndown_when_skipped.Test
273 def test_one(self): member in TestSetups.test_setup_module.Test
[all …]
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_test_conv.c153 test_one(unsigned verbose, in test_one() function
416 if(!test_one(verbose, fp, *src_type, *dst_type)){ in test_all()
445 if(!test_one(verbose, fp, *src_type, *dst_type)) in test_some()
464 success = test_one(verbose, fp, f32x4_type, ub8x4_type); in test_single()
Dlp_test_format.c346 test_one(unsigned verbose, FILE *fp, in test_one() function
404 if (!test_one(verbose, fp, format_desc, use_cache)) { in test_all()
Dlp_test_blend.c435 test_one(unsigned verbose, in test_one() function
674 if(!test_one(verbose, fp, &blend, *type)) in test_all()
730 if(!test_one(verbose, fp, &blend, *type)) in test_some()
/third_party/ltp/testcases/kernel/syscalls/copy_file_range/
Dcopy_file_range01.c100 static void test_one(size_t len, loff_t *off_in, loff_t *off_out, char *path) in test_one() function
200 test_one(len_arr[i], off_arr[j], off_arr[k], tc->path); in copy_file_range_verify()
/third_party/python/Lib/unittest/test/testmock/
Dtestpatch.py1203 def test_one(self, mock_foo): member in PatchTest.test_new_callable_class_decorating.SomeTest
1207 SomeTest().test_one()
1374 def test_one(self, f, foo): member in PatchTest.test_patch_multiple_decorating_class.SomeTest
1382 thing.test_one()
1565 def test_one(self): member in PatchTest.test_patch_test_prefix.Foo
1575 self.assertEqual(foo.test_one(), 'original')
1586 def test_one(self): member in PatchTest.test_patch_dict_test_prefix.Foo
1597 self.assertEqual(foo.test_one(), {'key': 'original'})
/third_party/e2fsprogs/
D.gitignore213 tests/test_one
/third_party/python/Lib/test/
Dtest_struct.py196 def test_one(self, x, pack=struct.pack, member in StructTest.test_integers.IntTester
260 self.test_one(x)
Dtest__xxsubinterpreters.py681 def test_one(self): member in DestroyTests
/third_party/gstreamer/gstplugins_base/tests/check/elements/
Dvideorate.c166 GST_START_TEST (test_one) in GST_START_TEST() argument
1599 tcase_add_test (tc_chain, test_one); in videorate_suite()
/third_party/python/Doc/library/
Dunittest.mock-examples.rst671 ... def test_one(self, MockSomeClass):
680 >>> MyTest('test_one').test_one()
Dunittest.rst1807 methods (:meth:`test_one`, :meth:`test_two`, and :meth:`test_three`), the
/third_party/vk-gl-cts/external/openglcts/modules/gl/
Dgl4cEnhancedLayoutsTests.cpp17269 static const GLchar* test_one = " if (TYPE(0) == gohanINDEX)\n" in test() local
17494 const GLchar* var_use = test_one; in test()