Searched defs:tryAcquire (Results 1 - 13 of 13) sorted by relevance

/external/skia/include/private/
H A DSkSpinlock.h27 bool tryAcquire() { function in class:SkSpinlock
/external/deqp/framework/platform/android/
H A DtcuAndroidWindow.cpp57 bool Window::tryAcquire (void) function in class:tcu::Android::Window
177 if (window->tryAcquire())
/external/guava/guava/src/com/google/common/util/concurrent/
H A DRateLimiter.java297 * <p>This method is equivalent to {@code tryAcquire(1, timeout, unit)}.
304 public boolean tryAcquire(long timeout, TimeUnit unit) { method in class:RateLimiter
305 return tryAcquire(1, timeout, unit);
312 * This method is equivalent to {@code tryAcquire(permits, 0, anyUnit)}.
319 public boolean tryAcquire(int permits) { method in class:RateLimiter
320 return tryAcquire(permits, 0, MICROSECONDS);
328 * This method is equivalent to {@code tryAcquire(1)}.
333 public boolean tryAcquire() { method in class:RateLimiter
334 return tryAcquire(1, 0, MICROSECONDS);
349 public boolean tryAcquire(in method in class:RateLimiter
[all...]
/external/guice/lib/
H A Dguava-16.0.1.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/maven/ META-INF/maven/com. ...
/external/r8/deps/
H A Dguava-19.0.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/maven/ META-INF/maven/com. ...
/external/robolectric/v1/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/external/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
/external/dagger2/lib/
H A Dgoogle-java-format-0.1-20151017.042846-2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/googlejavaformat/ com/google/googlejavaformat/CloseOp ...

Completed in 181 milliseconds