Searched refs:delete (Results 276 - 300 of 420) sorted by relevance

<<11121314151617

/openjdk7/jdk/test/com/sun/net/httpserver/
H A DTest1.java136 temp.delete();
H A DTest12.java163 temp.delete();
/openjdk7/jdk/test/demo/zipfs/
H A DBasic.java93 Files.delete(target);
/openjdk7/jdk/test/java/io/InputStream/
H A DReadParams.java201 fn.delete();
/openjdk7/jdk/test/java/nio/channels/AsynchronousFileChannel/
H A DLotsOfWrites.java174 writers[i].file().delete();
/openjdk7/jdk/test/java/nio/channels/FileChannel/
H A DLock.java59 blah.delete();
/openjdk7/jdk/test/java/nio/file/Path/
H A DMacPathTest.java124 Files.delete(fpath_nfd);
/openjdk7/jdk/test/java/nio/file/WatchService/
H A DLotsOfEvents.java74 // delete the files
76 Files.delete(files[i]);
82 // check that we see the delete events (or overflow)
/openjdk7/jdk/test/java/nio/file/spi/
H A DTestProvider.java95 public void delete(Path file) throws IOException { method in class:TestProvider
/openjdk7/jdk/test/sun/security/pkcs12/
H A DPKCS12SameKeyId.java58 new File(JKSFILE).delete();
/openjdk7/jdk/test/sun/security/tools/jarsigner/
H A Dconcise_jarsigner.sh152 $KT -delete -alias ca
190 $KT -delete -alias ca2
/openjdk7/jdk/test/sun/tools/native2ascii/
H A DNativeErrors.java102 error.delete(start, start+3);
/openjdk7/jdk/test/tools/launcher/6842838/
H A DCreateBadJar.java107 // Bad work complete, delete the original.
108 new File(outFile).delete();
/openjdk7/jdk/src/share/classes/sun/security/x509/
H A DBasicConstraintsExtension.java57 * get, set, delete methods of Certificate, x509 type.
244 public void delete(String name) throws IOException { method in class:BasicConstraintsExtension
H A DCRLDistributionPointsExtension.java87 * get, set, delete methods of Certificate, x509 type.
255 public void delete(String name) throws IOException { method in class:CRLDistributionPointsExtension
H A DCRLNumberExtension.java171 public void delete(String name) throws IOException { method in class:CRLNumberExtension
H A DCertificateValidity.java45 * get, set, delete methods of Certificate, x509 type.
207 public void delete(String name) throws IOException { method in class:CertificateValidity
H A DPolicyConstraintsExtension.java63 * get, set, delete methods of Certificate, x509 type.
248 public void delete(String name) throws IOException { method in class:PolicyConstraintsExtension
H A DPolicyInformation.java224 public void delete(String name) throws IOException { method in class:PolicyInformation
H A DPrivateKeyUsageExtension.java65 * get, set, delete methods of Certificate, x509 type.
280 public void delete(String name) throws CertificateException, IOException { method in class:PrivateKeyUsageExtension
/openjdk7/jdk/test/java/util/zip/
H A DZipCoding.java130 f.delete();
/openjdk7/jdk/src/solaris/classes/java/util/prefs/
H A DFileSystemPreferences.java256 * that this directory exits, as another VM can delete it at any time
695 prefsFile.delete();
696 tmpFile.delete();
704 junk[i].delete();
706 if (!dir.delete())
707 throw new BackingStoreException("Couldn't delete dir: "
/openjdk7/jdk/src/solaris/classes/sun/tools/attach/
H A DBsdVirtualMachine.java95 f.delete();
H A DSolarisVirtualMachine.java97 f.delete();
/openjdk7/langtools/test/tools/javac/annotations/6550655/
H A DT6550655.java88 enumClass.delete();

Completed in 51 milliseconds

<<11121314151617