/third_party/python/Lib/test/ |
H A D | test_webbrowser.py | 57 def test_open(self): member in GenericBrowserCommandTest 67 def test_open(self): member in BackgroundBrowserCommandTest 77 def test_open(self): member in ChromeCommandTest 102 def test_open(self): member in MozillaCommandTest 127 def test_open(self): member in NetscapeCommandTest 152 def test_open(self): member in GaleonCommandTest 177 def test_open(self): member in OperaCommandTest 202 def test_open(self): member in ELinksCommandTest
|
H A D | test_audit.py | 74 def test_open(self): member in AuditTest 75 self.do_test("test_open", os_helper.TESTFN)
|
H A D | test_unicode_file_functions.py | 114 def test_open(self): member in UnicodeFileTests
|
H A D | _test_eintr.py | 352 def test_open(self): member in SocketEINTRTest
|
H A D | audit-tests.py | 189 def test_open(): function
|
H A D | test_zipfile.py | 159 def test_open(self): member in AbstractTestsWithSourceFile 2552 def test_open(self): member in AbstractTestsWithRandomBinaryFiles 3217 def test_open(self, alpharep): member in TestPath
|
H A D | test_codecs.py | 1738 def test_open(self): member in CodecsModuleTest
|
H A D | test_builtin.py | 1305 def test_open(self): member in BuiltinTest
|
H A D | test_posix.py | 2149 def test_open(self): member in TestPosixWeaklinking
|
H A D | test_os.py | 2433 def test_open(self): member in Pep383Tests 3979 def test_open(self): member in FDInheritanceTests
|
/third_party/ltp/testcases/kernel/device-drivers/nls/ |
H A 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/libfuse/test/ |
H A D | test_syscalls.c | 1103 #define test_open(exist, flags, mode) do_test_open(exist, flags, #flags, mode) macro 2045 err += test_open(0, O_RDONLY, 0); in main() 2046 err += test_open(1, O_RDONLY, 0); in main() 2047 err += test_open(1, O_RDWR, 0); in main() 2048 err += test_open(1, O_WRONLY, 0); in main() 2049 err += test_open(0, O_RDWR | O_CREAT, 0600); in main() 2050 err += test_open(1, O_RDWR | O_CREAT, 0600); in main() 2051 err += test_open(0, O_RDWR | O_CREAT | O_TRUNC, 0600); in main() 2052 err += test_open(1, O_RDWR | O_CREAT | O_TRUNC, 0600); in main() 2053 err += test_open( in main() [all...] |
/third_party/ltp/testcases/kernel/syscalls/fcntl/ |
H A D | fcntl07.c | 85 static int test_open(char *arg); 147 exit(test_open(t_opt)); in main() 195 printf(" -T fd The program runs as 'test_open()'\n"); in help() 198 int test_open(char *arg) in test_open() function
|
/third_party/ltp/testcases/kernel/device-drivers/include/ |
H A 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/ |
H A D | test_errno.py | 8 def test_open(self): member in Test
|
/third_party/python/Lib/unittest/test/testmock/ |
H A D | testpatch.py | 394 def test_open(mock_open): function 404 self.assertEqual(test_open(), 'abcd')
|