/external/python/cpython3/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_unicode_file_functions.py | 112 def test_open(self): member in UnicodeFileTests
|
D | test_zipfile.py | 149 def test_open(self): member in AbstractTestsWithSourceFile 1905 def test_open(self): member in AbstractTestsWithRandomBinaryFiles
|
D | test_builtin.py | 1010 def test_open(self): member in BuiltinTest
|
D | test_os.py | 1921 def test_open(self): member in Pep383Tests 3222 def test_open(self): member in FDInheritanceTests
|
D | test_codecs.py | 1808 def test_open(self): member in CodecsModuleTest
|
/external/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()
|
/external/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
|
/external/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
|
/external/python/cpython3/Lib/ctypes/test/ |
D | test_errno.py | 8 def test_open(self): member in Test
|
/external/python/cpython2/Lib/ctypes/test/ |
D | test_errno.py | 11 def test_open(self): member in Test
|
/external/clang/test/Analysis/ |
D | unix-fns.c | 49 void test_open(const char *path) { in test_open() function
|
/external/python/cpython2/Lib/test/ |
D | test_pep277.py | 118 def test_open(self): member in UnicodeFileTests
|
D | test_builtin.py | 926 def test_open(self): member in BuiltinTest
|
/external/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,
|
/external/antlr/runtime/Ruby/test/unit/ |
D | test-tree-wizard.rb | 16 def test_open method in TestPatternLexer
|
/external/fonttools/Tests/pens/ |
D | pointPen_test.py | 96 def test_open(self): member in PointToSegmentPenTest
|
/external/python/cpython3/Lib/test/eintrdata/ |
D | eintr_tester.py | 355 def test_open(self): member in SocketEINTRTest
|
/external/python/mock/mock/tests/ |
D | testpatch.py | 404 def test_open(mock_open): function 414 self.assertEqual(test_open(), 'abcd')
|
/external/python/cpython3/Lib/unittest/test/testmock/ |
D | testpatch.py | 400 def test_open(mock_open): function 410 self.assertEqual(test_open(), 'abcd')
|