| /vbox/src/VBox/Storage/testcase/ |
| H A D | tstVDShareable.vd | 27 /* Create the disk and close it. */ 29 close("shared1", "all", false); 44 close("shared1", "all", false); 45 close("shared2", "all", false); 49 close("shared1", "single", true);
|
| H A D | tstVDCopy.vd | 75 close("dest", "single", true); 76 close("dest", "single", true); 77 close("dest", "single", true); 79 close("source", "single", true); 80 close("source", "single", true); 81 close("source", "single", true);
|
| H A D | tstVDDiscard.vd | 33 close("disk", "single", false); 54 close("disk", "single", true);
|
| H A D | tstVDIo.vd | 33 close("test", "single", true /* fDelete */); 34 close("test", "single", true /* fDelete */); 35 close("test", "single", true /* fDelete */);
|
| H A D | tstVDMultBackends.vd | 45 close("test", "single", true /* fDelete */); 46 close("test", "single", true /* fDelete */); 47 close("test", "single", true /* fDelete */);
|
| /vbox/src/libs/xpcom18a4/xpcom/io/ |
| H A D | nsIBaseStream.idl | 44 void close();
|
| H A D | nsIDirectoryEnumerator.idl | 63 * NS_ERROR_FAILURE if the directory close failed. 66 void close();
|
| H A D | nsIScriptableInputStream.idl | 54 void close();
|
| /vbox/src/VBox/Installer/solaris/ |
| H A D | VBoxZoneAccess.c | 65 close(hDevice); 69 /* Mark the file handle close on exec. */ 73 fprintf(stderr, "Failed to set close on exec. errno=%d\n", errno); 74 close(hDevice); 75 close(hDeviceUsr); 83 close(hDevice); 84 close(hDeviceUsr);
|
| /vbox/src/libs/zlib-1.2.6/contrib/iostream/ |
| H A D | test.cpp | 20 os.close();
|
| /vbox/src/libs/zlib-1.2.6/contrib/iostream3/ |
| H A D | test.cc | 20 outf.close(); 30 inf.close(); 37 outf.close(); 46 inf.close();
|
| /vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/cmd/dtrace/test/tst/common/java_api/src/ |
| H A D | TestClose.java | 32 * Regression for bug 6419880 close() hangs running consumer. 52 consumer.close(); 73 // Test new rule that close() is illegal while holding 76 consumer.close(); 79 consumer.close();
|
| H A D | TestAbort.java | 33 * Regression for 6426129 abort() after close() throws 57 consumer.close(); 88 consumer.close(); 108 consumer.close(); 109 // Should be safe to call after close() 123 // Tests that close() throws expected exception when called on 139 consumer.close(); 143 consumer.close();
|
| H A D | TestMaxConsumers.java | 68 consumers[i].close(); 88 consumer.close(); 93 consumers[i].close();
|
| /vbox/src/VBox/Additions/x11/x11include/xorg-server-1.16.0/ |
| H A D | systemd-logind.h | 40 #define systemd_logind_release_fd(major, minor, fd) close(fd)
|
| /vbox/src/VBox/Additions/x11/x11include/xorg-server-1.17.1/ |
| H A D | systemd-logind.h | 40 #define systemd_logind_release_fd(major, minor, fd) close(fd)
|
| /vbox/src/VBox/Frontends/VBoxShell/ |
| H A D | vboxinfo.vbs | 23 session.close()
33 session.close()
|
| /vbox/src/libs/xpcom18a4/python/ |
| H A D | file.py | 102 self.close() 133 def close(self): member in class:_File 137 self.inputStream.close() 140 self.outputStream.close() 156 self.close() 183 self.close() 206 def close(self): member in class:LocalFile 208 self.fileIO.close() 210 _File.close(self) 251 test_file.close() [all...] |
| /vbox/src/recompiler/tests/ |
| H A D | test_path.c | 57 if (close(creat("/tmp/qemu-test_path/DIR1/DIR2/FILE", 0600)) != 0) 60 if (close(creat("/tmp/qemu-test_path/DIR1/DIR2/FILE2", 0600)) != 0) 63 if (close(creat("/tmp/qemu-test_path/DIR1/DIR2/FILE3", 0600)) != 0) 66 if (close(creat("/tmp/qemu-test_path/DIR1/DIR2/FILE4", 0600)) != 0) 69 if (close(creat("/tmp/qemu-test_path/DIR1/DIR2/FILE5", 0600)) != 0)
|
| /vbox/src/libs/libxml2-2.6.31/python/ |
| H A D | setup.py | 40 open("libxmlmods/__init__.py","w").close() 120 head.close() 121 generated.close() 122 result.close() 145 head.close() 146 generated.close() 147 result.close() 213 manifest.close()
|
| H A D | setup.py.in | 40 open("libxmlmods/__init__.py","w").close() 120 head.close() 121 generated.close() 122 result.close() 145 head.close() 146 generated.close() 147 result.close() 213 manifest.close()
|
| /vbox/src/libs/zlib-1.2.6/contrib/iostream2/ |
| H A D | zstream_test.cpp | 11 out.close(); 16 in.close();
|
| /vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/Ecc/ |
| H A D | FileProfile.py | 52 fsock.close()
|
| /vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/Eot/ |
| H A D | FileProfile.py | 55 fsock.close()
|
| /vbox/src/VBox/Main/src-client/ |
| H A D | EbmlWriter.h | 51 void close();
|