Home
last modified time | relevance | path

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

/external/python/cpython3/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_unicode_file_functions.py112 def test_open(self): member in UnicodeFileTests
Dtest_zipfile.py149 def test_open(self): member in AbstractTestsWithSourceFile
1905 def test_open(self): member in AbstractTestsWithRandomBinaryFiles
Dtest_builtin.py1010 def test_open(self): member in BuiltinTest
Dtest_os.py1921 def test_open(self): member in Pep383Tests
3222 def test_open(self): member in FDInheritanceTests
Dtest_codecs.py1808 def test_open(self): member in CodecsModuleTest
/external/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()
/external/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
/external/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
/external/python/cpython3/Lib/ctypes/test/
Dtest_errno.py8 def test_open(self): member in Test
/external/python/cpython2/Lib/ctypes/test/
Dtest_errno.py11 def test_open(self): member in Test
/external/clang/test/Analysis/
Dunix-fns.c49 void test_open(const char *path) { in test_open() function
/external/python/cpython2/Lib/test/
Dtest_pep277.py118 def test_open(self): member in UnicodeFileTests
Dtest_builtin.py926 def test_open(self): member in BuiltinTest
/external/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,
/external/antlr/runtime/Ruby/test/unit/
Dtest-tree-wizard.rb16 def test_open method in TestPatternLexer
/external/fonttools/Tests/pens/
DpointPen_test.py96 def test_open(self): member in PointToSegmentPenTest
/external/python/cpython3/Lib/test/eintrdata/
Deintr_tester.py355 def test_open(self): member in SocketEINTRTest
/external/python/mock/mock/tests/
Dtestpatch.py404 def test_open(mock_open): function
414 self.assertEqual(test_open(), 'abcd')
/external/python/cpython3/Lib/unittest/test/testmock/
Dtestpatch.py400 def test_open(mock_open): function
410 self.assertEqual(test_open(), 'abcd')