Searched defs:clean (Results 1 - 15 of 15) sorted by relevance

/openjdk7/jdk/test/com/sun/jdi/
H A DJdbReadTwiceTest.sh103 clean() function
120 clean
125 clean
130 clean
135 clean
145 clean
150 clean
161 clean
171 clean
177 clean
[all...]
/openjdk7/langtools/test/tools/javac/Paths/
H A DCompileClose.java52 static void clean() throws Exception { method in class:CompileClose
60 clean();
63 clean();
/openjdk7/langtools/test/tools/javac/processing/6350124/
H A DT6350124.java70 // note: jtreg @clean will only clean class files; not source files
71 static void clean(File file) { method in class:T6350124
76 clean(f);
82 clean(dir);
/openjdk7/jdk/src/share/classes/java/rmi/dgc/
H A DDGC.java33 * methods: dirty and clean. A dirty call is made when a remote
35 * its VMID). A corresponding clean call is made when no more
37 * dirty call must schedule a strong clean call so that the call's
79 * collector uses in order to make corresponding clean calls when
88 * clean call for the object ID associated with the reference.
100 * The clean call removes the 'vmid' from the reference list of
102 * used to detect late clean calls. If the argument 'strong' is
103 * true, then the clean call is a result of a failed dirty call,
110 * @param strong make 'strong' clean call
111 * @throws RemoteException if clean cal
113 void clean(ObjID[] ids, long sequenceNum, VMID vmid, boolean strong) method in interface:DGC
[all...]
/openjdk7/jdk/src/share/classes/sun/misc/
H A DCleaner.java138 public void clean() { method in class:Cleaner
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/runtime/unmarshaller/
H A DScope.java68 assert clean();
87 assert clean();
90 private boolean clean() { method in class:Scope
/openjdk7/langtools/test/tools/javac/diags/
H A DMessageInfo.java79 * clean tmpDir when it is reasonable to do so.
83 if (clean(tmpDir))
401 static boolean clean(File dir) { method in class:MessageInfo
405 ok &= clean(f);
H A DExample.java187 clean(supportDir);
197 clean(classesDir);
269 boolean clean(File dir) { method in class:Example
273 ok &= clean(f);
H A DRunExamples.java79 * clean tmpDir when it is reasonable to do so.
83 if (clean(tmpDir))
206 static boolean clean(File dir) { method in class:RunExamples
210 ok &= clean(f);
/openjdk7/jdk/src/share/classes/sun/rmi/transport/
H A DDGCImpl.java181 * The clean call removes the VMID from the set of clients
183 * ref. The sequence number is used to detect late clean calls. If the
184 * argument "strong" is true, then the clean call is a result of a
188 public void clean(ObjID[] ids, long sequenceNum, VMID vmid, boolean strong) method in class:DGCImpl
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/jaxp/validation/
H A DSoftReferenceGrammarPool.java101 clean();
160 clean();
189 clean();
217 clean();
239 clean();
371 private void clean() { method in class:SoftReferenceGrammarPool
/openjdk7/jdk/src/share/classes/java/util/concurrent/
H A DSynchronousQueue.java361 clean(s);
476 void clean(SNode s) { method in class:SynchronousQueue.TransferStack
482 * s. If there are multiple concurrent calls to clean, we
696 clean(t, s);
772 void clean(QNode pred, QNode s) { method in class:SynchronousQueue.TransferQueue
/openjdk7/hotspot/src/share/vm/memory/
H A Dallocation.cpp270 static void clean() { function in class:ChunkPool
288 ChunkPool::clean();
302 ChunkPool::clean();
/openjdk7/jdk/src/share/native/sun/security/ec/impl/
H A Dmpi.c1928 mp_int *clean[9]; local
1937 clean[++last] = &u;
1939 clean[++last] = &v;
1941 clean[++last] = &gx;
1943 clean[++last] = &A;
1945 clean[++last] = &B;
1947 clean[++last] = &C;
1949 clean[++last] = &D;
1951 clean[++last] = &xc;
1954 clean[
[all...]
/openjdk7/hotspot/src/share/vm/classfile/
H A DclassFileParser.cpp317 void set_in_error(bool clean) { _in_error = clean; } argument

Completed in 118 milliseconds