Home
last modified time | relevance | path

Searched refs:test_open (Results 1 – 21 of 21) sorted by relevance

/third_party/python/Lib/test/
Dtest_webbrowser.py53 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
Dtest_audit.py62 def test_open(self): member in AuditTest
Dtest_unicode_file_functions.py112 def test_open(self): member in UnicodeFileTests
Daudit-tests.py162 def test_open(): function
Dtest_zipfile.py151 def test_open(self): member in AbstractTestsWithSourceFile
2299 def test_open(self): member in AbstractTestsWithRandomBinaryFiles
2883 def test_open(self): member in TestPath
Dtest_builtin.py1172 def test_open(self): member in BuiltinTest
Dtest_os.py2216 def test_open(self): member in Pep383Tests
3689 def test_open(self): member in FDInheritanceTests
Dtest_posix.py2087 def test_open(self): member in TestPosixWeaklinking
Dtest_codecs.py1705 def test_open(self): member in CodecsModuleTest
/third_party/ltp/testcases/kernel/device-drivers/nls/
DnlsTest.c60 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/
Dfcntl07.c85 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/
Dperimeter.cpp32 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/
Darea.cpp109 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/
DincludeTest.c64 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/
Dtest_errno.py8 def test_open(self): member in Test
/third_party/boost/libs/geometry/test/algorithms/overlay/
Dget_turns.cpp371 void test_open() in test_open() function
392 test_open<double>(); in test_main()
Dtraverse.cpp976 void test_open() in test_open() function
1024 test_open<double>(); in test_main()
/third_party/e2fsprogs/lib/ext2fs/
Dtest_io.c172 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/
Deintr_tester.py351 def test_open(self): member in SocketEINTRTest
/third_party/glib/gio/tests/
Dlive-g-file.c1044 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/
Dtestpatch.py394 def test_open(mock_open): function
404 self.assertEqual(test_open(), 'abcd')