/openjdk7/jdk/test/tools/launcher/ |
H A D | UnicodeCleanup.java | 47 delete(new File(args[i])); 51 private static void delete(File file) { method in class:UnicodeCleanup 62 delete(contents[i]); 65 if (!file.delete()) { 66 throw new RuntimeException("Unable to delete " + file);
|
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/soql/ |
H A D | DefaultScriptObject.java | 31 * false always for "has" calls. And ignores "delete" and "put" 61 public boolean delete(String name) { method in class:DefaultScriptObject 65 public boolean delete(int index) { method in class:DefaultScriptObject
|
H A D | ScriptObject.java | 32 * can dynamically add/delete/modify fields exposed to 83 public boolean delete(String name); method in interface:ScriptObject 88 public boolean delete(int index); method in interface:ScriptObject
|
H A D | MapScriptObject.java | 89 public boolean delete(String name) { method in class:MapScriptObject 98 public boolean delete(int index) { method in class:MapScriptObject
|
/openjdk7/jdk/src/share/classes/java/nio/file/attribute/ |
H A D | UserDefinedFileAttributeView.java | 230 void delete(String name) throws IOException; method in interface:UserDefinedFileAttributeView
|
/openjdk7/hotspot/src/share/vm/runtime/ |
H A D | park.cpp | 136 // Override operator new and delete so we can ensure that the 147 void ParkEvent::operator delete (void * a) {
|
/openjdk7/langtools/src/share/classes/javax/tools/ |
H A D | FileObject.java | 157 boolean delete(); method in interface:FileObject
|
H A D | ForwardingFileObject.java | 117 public boolean delete() { method in class:ForwardingFileObject 118 return fileObject.delete();
|
H A D | SimpleJavaFileObject.java | 166 public boolean delete() { method in class:SimpleJavaFileObject
|
/openjdk7/jdk/src/share/classes/sun/security/x509/ |
H A D | CertAttrSet.java | 95 * @param name the name of the attribute to delete. 100 void delete(String name) method in interface:CertAttrSet
|
H A D | OCSPNoCheckExtension.java | 59 * get, set, delete methods of Certificate, x509 type. 113 public void delete(String name) throws IOException { method in class:OCSPNoCheckExtension
|
H A D | CertificateAlgorithmId.java | 46 * get, set, delete methods of Certificate, x509 type. 55 * Identifier to be used with get, set, and delete methods. When 145 public void delete(String name) throws IOException { method in class:CertificateAlgorithmId
|
H A D | CertificateIssuerUniqueIdentity.java | 48 * get, set, delete methods of Certificate, x509 type. 151 public void delete(String name) throws IOException { method in class:CertificateIssuerUniqueIdentity
|
H A D | CertificateSubjectUniqueIdentity.java | 45 * get, set, delete methods of Certificate, x509 type. 150 public void delete(String name) throws IOException { method in class:CertificateSubjectUniqueIdentity
|
H A D | CertificateX509Key.java | 46 * get, set, delete methods of Certificate, x509 type. 137 public void delete(String name) throws IOException { method in class:CertificateX509Key
|
H A D | AuthorityInfoAccessExtension.java | 71 * get, set, delete methods of Certificate, x509 type. 196 public void delete(String name) throws IOException { method in class:AuthorityInfoAccessExtension
|
H A D | BasicConstraintsExtension.java | 57 * get, set, delete methods of Certificate, x509 type. 244 public void delete(String name) throws IOException { method in class:BasicConstraintsExtension
|
H A D | CRLDistributionPointsExtension.java | 87 * get, set, delete methods of Certificate, x509 type. 255 public void delete(String name) throws IOException { method in class:CRLDistributionPointsExtension
|
H A D | CRLExtensions.java | 210 * @param alias the identifier string for the extension to delete. 212 public void delete(String alias) { method in class:CRLExtensions
|
/openjdk7/jdk/src/solaris/classes/sun/awt/X11/ |
H A D | XCreateWindowParams.java | 78 public XCreateWindowParams delete(Object key) { method in class:XCreateWindowParams
|
/openjdk7/jdk/src/share/classes/javax/accessibility/ |
H A D | AccessibleEditableText.java | 87 public void delete(int startIndex, int endIndex); method in interface:AccessibleEditableText
|
/openjdk7/jdk/src/windows/classes/sun/nio/fs/ |
H A D | WindowsUserDefinedFileAttributeView.java | 330 public void delete(String name) throws IOException { method in class:WindowsUserDefinedFileAttributeView
|
/openjdk7/jdk/src/share/classes/sun/nio/fs/ |
H A D | AbstractFileSystemProvider.java | 102 public final void delete(Path file) throws IOException { method in class:AbstractFileSystemProvider
|
/openjdk7/jdk/src/solaris/classes/sun/nio/fs/ |
H A D | SolarisUserDefinedFileAttributeView.java | 214 public void delete(String name) throws IOException { method in class:SolarisUserDefinedFileAttributeView 228 null, "Unable to delete extended attribute '" + name +
|
/openjdk7/hotspot/src/share/vm/memory/ |
H A D | allocation.inline.hpp | 106 template <MEMFLAGS F> void CHeapObj<F>::operator delete(void* p){
|