/third_party/python/Lib/test/ |
D | test_webbrowser.py | 53 def test_open(self): member in GenericBrowserCommandTest 63 def test_open(self): member in BackgroundBrowserCommandTest 73 def test_open(self): member in ChromeCommandTest 98 def test_open(self): member in MozillaCommandTest 123 def test_open(self): member in NetscapeCommandTest 148 def test_open(self): member in GaleonCommandTest 173 def test_open(self): member in OperaCommandTest 198 def test_open(self): member in ELinksCommandTest
|
D | test_audit.py | 62 def test_open(self): member in AuditTest
|
D | test_unicode_file_functions.py | 112 def test_open(self): member in UnicodeFileTests
|
D | audit-tests.py | 162 def test_open(): function
|
D | test_zipfile.py | 151 def test_open(self): member in AbstractTestsWithSourceFile 2299 def test_open(self): member in AbstractTestsWithRandomBinaryFiles 2883 def test_open(self): member in TestPath
|
D | test_builtin.py | 1172 def test_open(self): member in BuiltinTest
|
D | test_os.py | 2216 def test_open(self): member in Pep383Tests 3689 def test_open(self): member in FDInheritanceTests
|
D | test_posix.py | 2087 def test_open(self): member in TestPosixWeaklinking
|
D | test_codecs.py | 1705 def test_open(self): member in CodecsModuleTest
|
/third_party/ltp/testcases/kernel/device-drivers/nls/ |
D | nlsTest.c | 60 static int test_open(struct inode *, struct file *); 65 static int test_open(struct block_device *bdev, fmode_t mode); 79 .open = test_open, 87 static int test_open(struct inode *inode, struct file *f) in test_open() function 89 static int test_open(struct block_device *bdev, fmode_t mode) in test_open()
|
/third_party/ltp/testcases/kernel/syscalls/fcntl/ |
D | fcntl07.c | 85 static int test_open(char *arg); 147 exit(test_open(t_opt)); in main() 198 int test_open(char *arg) in test_open() function
|
/third_party/boost/libs/geometry/test/algorithms/ |
D | perimeter.cpp | 32 void test_open() in test_open() function 54 test_open<bg::model::d2::point_xy<double> >(); in test_main()
|
/third_party/boost/libs/geometry/test/algorithms/area/ |
D | area.cpp | 109 void test_open(CT expected_area) in test_open() function 218 test_open<pt_crt>(2.0); in test_main() 219 test_open<pt_sph>(24726179921.523518 / r2); in test_main() 220 test_open<pt_geo >(24615492936.977146); in test_main()
|
/third_party/ltp/testcases/kernel/device-drivers/include/ |
D | includeTest.c | 64 static int test_open(struct inode *, struct file *); 78 open: test_open, 87 static int test_open(struct inode *ino, struct file *f) in test_open() function
|
/third_party/python/Lib/ctypes/test/ |
D | test_errno.py | 8 def test_open(self): member in Test
|
/third_party/boost/libs/geometry/test/algorithms/overlay/ |
D | get_turns.cpp | 371 void test_open() in test_open() function 392 test_open<double>(); in test_main()
|
D | traverse.cpp | 976 void test_open() in test_open() function 1024 test_open<double>(); in test_main()
|
/third_party/e2fsprogs/lib/ext2fs/ |
D | test_io.c | 172 static errcode_t test_open(const char *name, int flags, io_channel *channel) in test_open() function 535 .open = test_open,
|
/third_party/python/Lib/test/eintrdata/ |
D | eintr_tester.py | 351 def test_open(self): member in SocketEINTRTest
|
/third_party/glib/gio/tests/ |
D | live-g-file.c | 1044 test_open (gconstpointer test_data) in test_open() function 1453 g_test_add_data_func ("/live-g-file/test_open", target_path, test_open); in main()
|
/third_party/python/Lib/unittest/test/testmock/ |
D | testpatch.py | 394 def test_open(mock_open): function 404 self.assertEqual(test_open(), 'abcd')
|