OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UncheckedCloseable
(Results
1 - 6
of
6
) sorted by null
/cts/tests/camera/src/android/hardware/camera2/cts/helpers/
UncheckedCloseable.java
28
* <p>A common pattern for using an {@code
UncheckedCloseable
} resource:
30
* // where <Foo extends
UncheckedCloseable
>
31
*
UncheckedCloseable
foo = new Foo();
39
public interface
UncheckedCloseable
extends AutoCloseable {
MaybeNull.java
49
* Close the underlying {@link
UncheckedCloseable
}, if it's not {@code null}.
54
* @param closeable An object which implements {@link
UncheckedCloseable
}.
56
public static <T extends
UncheckedCloseable
> void close(T closeable) {
/cts/tests/camera/src/android/hardware/camera2/cts/rs/
BlockingInputAllocation.java
21
import android.hardware.camera2.cts.helpers.
UncheckedCloseable
;
35
class BlockingInputAllocation implements
UncheckedCloseable
{
AllocationCache.java
19
import android.hardware.camera2.cts.helpers.
UncheckedCloseable
;
38
public class AllocationCache implements
UncheckedCloseable
{
Script.java
21
import android.hardware.camera2.cts.helpers.
UncheckedCloseable
;
46
public abstract class Script<T extends android.renderscript.Script> implements
UncheckedCloseable
{
ScriptGraph.java
26
import android.hardware.camera2.cts.helpers.
UncheckedCloseable
;
59
public class ScriptGraph implements
UncheckedCloseable
{
Completed in 1847 milliseconds