Searched defs:clean (Results 1 – 8 of 8) sorted by relevance
| /libcore/ojluni/annotations/mmodule/sun/misc/ | ||
| D | Cleaner.annotated.java | 45 public void clean() { throw new RuntimeException("Stub!"); } in clean() method in Cleaner |
| /libcore/ojluni/src/tools/make/ | ||
| D | Makefile | 63 clean: target |
| /libcore/ojluni/src/main/java/jdk/internal/ref/ | ||
| D | PhantomCleanable.java | 130 public final void clean() { in clean() method in PhantomCleanable |
| D | Cleaner.java | 139 public void clean() { in clean() method in Cleaner |
| /libcore/ojluni/annotations/hiddenapi/sun/misc/ | ||
| D | Cleaner.java | 52 public void clean() { in clean() method in Cleaner |
| /libcore/ojluni/src/main/java/java/lang/ref/ | ||
| D | Cleaner.java | 251 void clean(); in clean() method |
| /libcore/ojluni/src/main/java/sun/misc/ | ||
| D | Cleaner.java | 156 public void clean() { in clean() method in Cleaner |
| /libcore/ojluni/src/main/java/java/util/concurrent/ | ||
| D | SynchronousQueue.java | 447 void clean(SNode s) { in clean() method in SynchronousQueue.TransferStack |