Searched refs:cleanup (Results 1 - 25 of 122) sorted by relevance

12345

/openjdk7/jdk/test/sun/tools/jps/
H A Djps-Vvml_2.sh36 cleanup() { function
40 trap 'cleanup' 0 HUP INT QUIT TERM
60 cleanup
H A Djps-m_2.sh36 cleanup() { function
40 trap 'cleanup' 0 HUP INT QUIT TERM
55 cleanup
/openjdk7/jdk/test/sun/tools/jstatd/
H A DjstatdDefaults.sh34 cleanup() { function
38 trap 'cleanup' 0 HUP INT QUIT TERM
59 cleanup
77 cleanup
H A DjstatdServerName.sh34 cleanup() { function
39 trap 'cleanup' 0 HUP INT QUIT TERM
75 cleanup
85 cleanup
119 cleanup
H A DjstatdPort.sh34 cleanup() { function
38 trap 'cleanup' 0 HUP INT QUIT TERM
64 cleanup
82 cleanup
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/xni/parser/
H A DXMLPullParserConfiguration.java95 public void cleanup(); method in interface:XMLPullParserConfiguration
/openjdk7/jdk/test/java/io/PipedInputStream/
H A DCloseAndAvailableRC.java51 cleanup();
58 cleanup();
62 private void cleanup() throws Exception { method in class:CloseAndAvailableRC
77 cleanup();
/openjdk7/jdk/src/solaris/classes/sun/awt/X11/
H A DXDragSourceProtocolListener.java100 * the necessary cleanup.
104 void cleanup(long time); method in interface:XDragSourceProtocolListener
/openjdk7/jdk/test/tools/jar/
H A DJarEntryTime.java36 static boolean cleanup(File dir) throws Throwable { method in class:JarEntryTime
77 cleanup(dirInner);
78 cleanup(dirOuter);
116 check(cleanup(dirInner));
117 check(cleanup(dirOuter));
129 check(cleanup(dirInner));
130 check(cleanup(dirOuter));
142 check(cleanup(dirInner));
143 check(cleanup(dirOuter));
H A DUpdateJar.java38 private static void cleanup(String... fnames) throws Throwable { method in class:UpdateJar
49 cleanup(jar, e0, e1);
67 cleanup(jar, e0, e1);
H A DChangeDir.java40 private static void cleanup(File dir) throws Throwable { method in class:ChangeDir
72 cleanup(testDir);
111 cleanup(testDir);
/openjdk7/jdk/src/macosx/native/sun/awt/
H A DCMenuComponent.m44 -(void) cleanup {
53 [self cleanup];
/openjdk7/jdk/src/share/classes/com/sun/jndi/ldap/
H A DLdapNamingEnumeration.java109 cleanup();
119 cleanup();
229 cleanup();
233 cleanup();
237 cleanup();
241 cleanup();
256 cleanup();
267 cleanup();
383 cleanup();
419 cleanup();
422 protected void cleanup() { method in class:LdapNamingEnumeration
[all...]
/openjdk7/jdk/test/java/util/zip/
H A D3GBZipFiles.sh70 cleanup () { cd "$currentDir" && rm -rf "$tmpDir"; } function
72 trap cleanup 0 1 2 15
136 cleanup
/openjdk7/jdk/src/share/classes/java/io/
H A DExpiringCache.java75 cleanup();
86 cleanup();
113 private void cleanup() { method in class:ExpiringCache
/openjdk7/jdk/test/sun/tools/native2ascii/
H A DPermission.java37 private static void cleanup(String... fnames) throws Throwable { method in class:Permission
48 cleanup(src, dst);
66 cleanup(src, dst);
/openjdk7/jdk/src/share/native/sun/security/ec/
H A DECC_JNI.cpp93 goto cleanup;
105 goto cleanup;
120 cleanup:
203 goto cleanup;
225 goto cleanup;
235 cleanup:
302 goto cleanup;
311 goto cleanup;
316 cleanup:
373 goto cleanup;
[all...]
/openjdk7/jdk/make/javax/swing/html32dtd/
H A DMakefile42 @$(java-vm-cleanup)
/openjdk7/langtools/test/tools/javac/ClassPathTest/
H A DClassPathTest.sh73 cleanup() { function
101 cleanup
/openjdk7/jdk/src/share/native/sun/security/ec/impl/
H A Dec.c198 goto cleanup;
222 cleanup:
335 if (rv != SECSuccess) goto cleanup;
338 cleanup:
400 if ((privKeyBytes = PORT_Alloc(2*len, kmflag)) == NULL) goto cleanup;
416 cleanup:
455 if (privKeyBytes == NULL) goto cleanup;
459 cleanup:
528 goto cleanup;
538 goto cleanup;
[all...]
/openjdk7/jdk/make/javax/swing/beaninfo/
H A DSwingBeans.gmk91 @$(java-vm-cleanup)
100 @$(java-vm-cleanup)
104 @$(java-vm-cleanup)
119 @$(java-vm-cleanup)
162 @$(java-vm-cleanup)
176 @$(java-vm-cleanup)
/openjdk7/jdk/make/com/sun/jndi/rmi/registry/
H A DMakefile71 @$(java-vm-cleanup)
/openjdk7/jdk/make/sun/rmi/rmid/
H A DMakefile71 @$(java-vm-cleanup)
/openjdk7/corba/make/common/
H A DBuildToolJar.gmk57 @$(java-vm-cleanup)
/openjdk7/jdk/src/share/sample/jmx/jmx-scandir/src/com/sun/jmx/examples/scandir/
H A DScanDirAgent.java70 * ScanManagerMXBean.ScanState#CLOSED CLOSED}, {@link #cleanup cleanup} is
147 public void cleanup() throws IOException, JMException { method in class:ScanDirAgent
203 * ScanManagerMXBean.ScanState#CLOSED CLOSED}, {@link #cleanup cleanup}
219 agent.cleanup();

Completed in 135 milliseconds

12345