Home
last modified time | relevance | path

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

/third_party/python/Lib/test/
Dtest_webbrowser.py55 def test_open(self): member in GenericBrowserCommandTest
65 def test_open(self): member in BackgroundBrowserCommandTest
75 def test_open(self): member in ChromeCommandTest
100 def test_open(self): member in MozillaCommandTest
125 def test_open(self): member in NetscapeCommandTest
150 def test_open(self): member in GaleonCommandTest
175 def test_open(self): member in OperaCommandTest
200 def test_open(self): member in ELinksCommandTest
Dtest_unicode_file_functions.py113 def test_open(self): member in UnicodeFileTests
Dtest_audit.py70 def test_open(self): member in AuditTest
Daudit-tests.py189 def test_open(): function
D_test_eintr.py352 def test_open(self): member in SocketEINTRTest
Dtest_zipfile.py153 def test_open(self): member in AbstractTestsWithSourceFile
2301 def test_open(self): member in AbstractTestsWithRandomBinaryFiles
2911 def test_open(self, alpharep): member in TestPath
Dtest_builtin.py1172 def test_open(self): member in BuiltinTest
Dtest_os.py2361 def test_open(self): member in Pep383Tests
3917 def test_open(self): member in FDInheritanceTests
Dtest_posix.py2126 def test_open(self): member in TestPosixWeaklinking
Dtest_codecs.py1713 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
539 .open = test_open,
/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')
/third_party/chromium/patch/
D0003-3.2-Beta3-1115.patch176287 { "sqlite3_open", test_open ,0 },