HomeSort by relevance Sort by last modified time
    Searched full:test_open (Results 1 - 25 of 38) sorted by null

1 2

  /external/python/cpython3/Lib/test/
test_webbrowser.py 51 def test_open(self): member in class:GenericBrowserCommandTest
61 def test_open(self): member in class:BackgroundBrowserCommandTest
71 def test_open(self): member in class:ChromeCommandTest
96 def test_open(self): member in class:MozillaCommandTest
121 def test_open(self): member in class:NetscapeCommandTest
146 def test_open(self): member in class:GaleonCommandTest
171 def test_open(self): member in class:OperaCommandTest
196 def test_open(self): member in class:ELinksCommandTest
test_unicode_file_functions.py 112 def test_open(self): member in class:UnicodeFileTests
  /external/ltp/testcases/kernel/device-drivers/nls/
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) function
89 static int test_open(struct block_device *bdev, fmode_t mode)
  /external/ltp/testcases/kernel/syscalls/fcntl/
fcntl07.c 85 static int test_open(char *arg);
147 exit(test_open(t_opt));
195 printf(" -T fd The program runs as 'test_open()'\n");
198 int test_open(char *arg) function
  /external/python/cpython2/Lib/ctypes/test/
test_errno.py 11 def test_open(self): member in class:Test
  /external/python/cpython3/Lib/ctypes/test/
test_errno.py 10 def test_open(self): member in class:Test
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/channels/
PipeTest.java 36 public void test_open() throws IOException{ method in class:PipeTest
SelectorTest.java 79 public void test_open() throws IOException { method in class:SelectorTest
  /prebuilts/gdb/darwin-x86/lib/python2.7/ctypes/test/
test_errno.py 11 def test_open(self): member in class:Test
  /prebuilts/gdb/linux-x86/lib/python2.7/ctypes/test/
test_errno.py 11 def test_open(self): member in class:Test
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/test/
test_errno.py 11 def test_open(self): member in class:Test
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/test/
test_errno.py 11 def test_open(self): member in class:Test
  /external/ltp/testcases/kernel/device-drivers/include/
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) function
  /external/e2fsprogs/lib/ext2fs/
test_io.c 62 * necessary *before* calling test_open
172 static errcode_t test_open(const char *name, int flags, io_channel *channel) function
535 .open = test_open,
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_pep277.py 118 def test_open(self): member in class:UnicodeFileTests
  /external/python/cpython2/Lib/test/
test_pep277.py 118 def test_open(self): member in class:UnicodeFileTests
  /libcore/luni/src/test/java/libcore/java/nio/channels/
DatagramChannelTest.java 241 public void test_open$java_net_ProtocolFamily() throws IOException {
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_pep277.py 118 def test_open(self): member in class:UnicodeFileTests
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_pep277.py 118 def test_open(self): member in class:UnicodeFileTests
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_pep277.py 118 def test_open(self): member in class:UnicodeFileTests
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_pep277.py 118 def test_open(self): member in class:UnicodeFileTests
  /bionic/tests/
fortify_filecheck_diagnostics_test.cpp 241 void test_open() { function
  /external/antlr/antlr-3.4/runtime/Ruby/test/unit/
test-tree-wizard.rb 16 def test_open method in class:TestPatternLexer
  /external/python/cpython3/Lib/test/eintrdata/
eintr_tester.py 346 def test_open(self): member in class:SocketEINTRTest
  /external/python/cpython3/Lib/unittest/test/testmock/
testpatch.py 399 def test_open(mock_open): function in function:PatchTest.test_patch_builtins_without_create
409 self.assertEqual(test_open(), 'abcd')
    [all...]

Completed in 2397 milliseconds

1 2