Searched defs:cleanup (Results 1 - 25 of 62) sorted by relevance

123

/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 DjstatdExternalRegistry.sh34 cleanup() { function
39 trap 'cleanup' 0 HUP INT QUIT TERM
H A DjstatdPort.sh34 cleanup() { function
38 trap 'cleanup' 0 HUP INT QUIT TERM
64 cleanup
82 cleanup
H A DjstatdServerName.sh34 cleanup() { function
39 trap 'cleanup' 0 HUP INT QUIT TERM
75 cleanup
85 cleanup
119 cleanup
/openjdk7/langtools/test/tools/javac/ClassPathTest/
H A DClassPathTest.sh73 cleanup() { function
101 cleanup
/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/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/test/java/rmi/reliability/benchmark/bench/
H A DHarness.java218 cleanup();
230 * this to perform additional cleanup measures.
232 protected void cleanup() { method in class:Harness
/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();
/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/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/test/tools/jar/
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);
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));
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/ui/
H A DFindInCodeCachePanel.java89 public void cleanup() { method in class:FindInCodeCachePanel.Visitor
123 iterator.cleanup();
/openjdk7/jdk/src/share/classes/com/sun/jndi/ldap/
H A DEventSupport.java79 *cleanup() on it.
305 synchronized void cleanup() { method in class:EventSupport
348 // an LdapCtx. LdapCtx's finalize() and close() always call cleanup() so
H A DNamingEventNotifier.java181 cleanup();
186 private void cleanup() { method in class:NamingEventNotifier
187 if (debug) System.err.println("NamingEventNotifier cleanup");
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/message/jaxb/
H A DAttachmentMarshallerImpl.java59 void cleanup() { method in class:AttachmentMarshallerImpl
/openjdk7/jdk/test/com/sun/jdi/
H A DShellScaffold.sh105 # An associated problem is that our trap handler (cleanup) doesn't
141 cleanup() function
145 echo "<cleanup:_begin_failFile_contents>" >&2
147 echo "<cleanup:_end_failFile_contents>" >&2
152 killOrphans cleanup $jdbKeyword
153 killOrphans cleanup $debuggeeKeyword
378 trap "cleanup" 0 1 2 3 4 6 9 10 15
/openjdk7/jdk/test/java/io/File/
H A DSymLinks.java79 static void cleanup() throws IOException { method in class:SymLinks
369 cleanup();
/openjdk7/jdk/src/share/demo/java2d/J2DBench/src/j2dbench/tests/iio/
H A DOutputStreamTests.java85 iioctx.cleanup(env);
116 void cleanup(TestEnvironment env) { method in class:OutputStreamTests.Context
117 super.cleanup(env);

Completed in 80 milliseconds

123