Searched defs:unit (Results 1 - 25 of 162) sorted by relevance

1234567

/openjdk10/jdk/src/java.base/share/classes/java/util/concurrent/
H A DDelayed.java59 long getDelay(TimeUnit unit); argument
H A DTransferQueue.java134 boolean tryTransfer(E e, long timeout, TimeUnit unit) argument
H A DBlockingQueue.java251 boolean offer(E e, long timeout, TimeUnit unit) argument
275 E poll(long timeout, TimeUnit unit) argument
H A DCompletionService.java125 Future<V> poll(long timeout, TimeUnit unit) throws InterruptedException; argument
H A DFuture.java159 V get(long timeout, TimeUnit unit) argument
H A DScheduledExecutorService.java106 schedule(Runnable command, long delay, TimeUnit unit) argument
122 schedule(Callable<V> callable, long delay, TimeUnit unit) argument
164 scheduleAtFixedRate(Runnable command, long initialDelay, long period, TimeUnit unit) argument
204 scheduleWithFixedDelay(Runnable command, long initialDelay, long delay, TimeUnit unit) argument
[all...]
H A DCountDownLatch.java276 public boolean await(long timeout, TimeUnit unit) argument
H A DExecutorService.java211 boolean awaitTermination(long timeout, TimeUnit unit) argument
319 invokeAll(Collection<? extends Callable<T>> tasks, long timeout, TimeUnit unit) argument
368 invokeAny(Collection<? extends Callable<T>> tasks, long timeout, TimeUnit unit) argument
[all...]
H A DExecutorCompletionService.java199 public Future<V> poll(long timeout, TimeUnit unit) argument
/openjdk10/jdk/src/java.base/share/classes/java/time/temporal/
H A DTemporalAmount.java117 long get(TemporalUnit unit); argument
[all...]
H A DTemporal.java152 boolean isSupported(TemporalUnit unit); argument
297 plus(long amountToAdd, TemporalUnit unit) argument
369 minus(long amountToSubtract, TemporalUnit unit) argument
447 until(Temporal endExclusive, TemporalUnit unit) argument
[all...]
/openjdk10/jdk/src/java.base/share/classes/java/nio/file/
H A DWatchService.java159 WatchKey poll(long timeout, TimeUnit unit) argument
/openjdk10/jdk/src/jdk.jconsole/share/classes/sun/tools/jconsole/inspector/
H A DXPlotter.java34 XPlotter(JTable table, Plotter.Unit unit) argument
/openjdk10/jdk/test/java/time/tck/java/time/temporal/serial/
H A DTCKChronoUnitSerialization.java118 public void test_unitType(ChronoUnit unit) throws IOException, ClassNotFoundException { argument
/openjdk10/hotspot/src/share/vm/utilities/
H A Dticks.cpp53 static ReturnType time_conversion(const Tickspan& span, TicksToTimeHelper::Unit unit) { argument
/openjdk10/jdk/src/java.base/share/classes/sun/nio/ch/
H A DCompletedFuture.java74 public V get(long timeout, TimeUnit unit) throws ExecutionException { argument
/openjdk10/jaxws/src/java.xml.ws/share/classes/com/sun/xml/internal/ws/util/
H A DCompletedFuture.java66 public T get(long timeout, TimeUnit unit) throws ExecutionException { argument
/openjdk10/jdk/src/java.base/share/classes/java/util/concurrent/locks/
H A DCondition.java374 boolean await(long time, TimeUnit unit) throws InterruptedException; argument
H A DLock.java323 boolean tryLock(long time, TimeUnit unit) throws InterruptedException; argument
/openjdk10/jdk/src/jdk.jconsole/share/classes/sun/tools/jconsole/
H A DPlotterPanel.java37 public PlotterPanel(String labelStr, Plotter.Unit unit, boolean collapsible) { argument
/openjdk10/jdk/src/java.base/share/classes/java/nio/channels/
H A DAsynchronousChannelGroup.java346 public abstract boolean awaitTermination(long timeout, TimeUnit unit) argument
/openjdk10/jdk/test/java/time/tck/java/time/temporal/
H A DTCKChronoUnit.java123 public void test_unitType(ChronoUnit unit, boolean isDateBased, boolean isTimeBased, boolean isDurationEstimated) { argument
169 public void test_unitAndTemporal(ChronoUnit unit, Temporal base, boolean isSupportedBy, long amount, Temporal target) { argument
[all...]
/openjdk10/jdk/test/java/util/concurrent/DelayQueue/
H A DPollUnexpired.java37 public long getDelay(TimeUnit unit) {return Long.MAX_VALUE;} argument
H A DIterate.java39 public long getDelay(TimeUnit unit) {return Long.MAX_VALUE;} argument
/openjdk10/jdk/test/java/util/concurrent/locks/Lock/
H A DMutex.java76 public boolean tryLock(long timeout, TimeUnit unit) throws InterruptedException { argument

Completed in 316 milliseconds

1234567