Home
last modified time | relevance | path

Searched defs:close (Results 1 – 25 of 1472) sorted by relevance

12345678910>>...59

/external/caliper/caliper/src/test/java/com/google/caliper/runner/
DResultProcessorCreatorTest.java60 public void close() throws IOException { in close() method in ResultProcessorCreatorTest.NoPublicConstructorResultProcessor
89 public void close() throws IOException { in close() method in ResultProcessorCreatorTest.PublicButNotDefaultDefaultConstructorResultProcessor
107 public void close() throws IOException { in close() method in ResultProcessorCreatorTest.PublicDefaultConstructorResultProcessor
/external/llvm-project/clang/test/OpenMP/
Dtarget_ast_print.cpp20 T i, j, a[20], always, close; in tmain() local
234 int i, j, a[20], always, close; in main() local
368 T i, j, a[20], always, close; in tmain() local
811 int i, j, a[20], always, close; in main() local
/external/llvm-project/lldb/examples/summaries/cocoa/
DLogger.py18 def close(self): member in NopLogger
33 def close(self): member in StdoutLogger
60 def close(self): member in FileLogger
132 def close(self): member in Logger
/external/python/cpython3/Lib/
Dbinhex.py82 def close(self): member in openrsrc
127 def close(self): member in _Hqxcoderengine
151 def close(self): member in _Rlecoderengine
236 def close(self): member in BinHex
314 def close(self): member in _Hqxdecoderengine
370 def close(self): member in _Rledecoderengine
466 def close(self): member in HexBin
/external/okio/okio/src/commonMain/kotlin/okio/
D-Platform.kt42 fun close() method
/external/python/cpython2/Lib/
Dbinhex.py109 def close(self): member in openrsrc
143 def close(self): member in _Hqxcoderengine
166 def close(self): member in _Rlecoderengine
238 def close(self): member in BinHex
319 def close(self): member in _Hqxdecoderengine
373 def close(self): member in _Rledecoderengine
471 def close(self): member in HexBin
/external/okhttp/okhttp-ws-tests/src/test/java/com/squareup/okhttp/internal/ws/
DRealWebSocketTest.java190 @Test public void close() throws IOException { in close() method in RealWebSocketTest
453 @Override public void close() { in close() method in RealWebSocketTest.MemorySocket
472 @Override public void close() throws IOException { in source() method in RealWebSocketTest.MemorySocket
492 @Override public void close() throws IOException { in sink() method
/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/test/guide/
Dexample-cancel-08.kt14 fun close() { acquired-- } // Release the resource in close() method
Dexample-cancel-09.kt14 fun close() { acquired-- } // Release the resource in close() method in kotlinx.coroutines.guide.exampleCancel09.Resource
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/
DInputOutputExceptionTest.java59 public void close() throws IOException { in close() method in InputOutputExceptionTest.BrokenInputStream
66 public void close() throws IOException { in close() method in InputOutputExceptionTest.BrokenWriter
/external/libchrome/mojo/public/java/bindings/src/org/chromium/mojo/bindings/
DRouterImpl.java40 public void close() { in close() method in RouterImpl.HandleIncomingMessageThunk
67 public void close() { in close() method in RouterImpl.ResponderThunk
203 public void close() { in close() method in RouterImpl
/external/llvm-project/clang/test/FixIt/
Dselector-fixit.m9 - (void)close; method
16 - (void)close { } method
/external/clang/test/FixIt/
Dselector-fixit.m9 - (void)close; method
16 - (void)close { } method
/external/jacoco/org.jacoco.core.test/src/org/jacoco/core/internal/
DPack200StreamsTest.java90 public void close() throws IOException { in close() method in Pack200StreamsTest.NoCloseInputStream
101 public void close() throws IOException { in close() method in Pack200StreamsTest.NoCloseOutputStream
/external/replicaisland/src/com/replica/replicaisland/
DUtils.java23 public final static boolean close(float a, float b) { in close() method in Utils
27 public final static boolean close(float a, float b, float epsilon) { in close() method in Utils
/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/test/linearizability/
DLockFreeTaskQueueLCStressTest.kt23 fun close() = q.close() in close() method
DSegmentQueueLCStressTest.kt29 fun close() { in dequeue() method in kotlinx.coroutines.linearizability.SegmentQueueLCStressTest
/external/jacoco/org.jacoco.report/src/org/jacoco/report/
DZipMultiReportOutput.java59 public void close() throws IOException { in close() method in ZipMultiReportOutput
93 public void close() throws IOException { in close() method in ZipMultiReportOutput.EntryOutput
/external/antlr/runtime/CSharp3/Sources/Antlr3.Runtime.JavaExtensions/
DIOExtensions.cs43 public static void close( this TextReader reader ) in close() method in Antlr.Runtime.JavaExtensions.IOExtensions
49 public static void close( this TextWriter writer ) in close() method in Antlr.Runtime.JavaExtensions.IOExtensions
/external/antlr/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.JavaExtensions/
DIOExtensions.cs45 public static void close( this TextReader reader ) in close() method in Antlr.Runtime.JavaExtensions.IOExtensions
51 public static void close( this TextWriter writer ) in close() method in Antlr.Runtime.JavaExtensions.IOExtensions
/external/okhttp/repackaged/okhttp/src/main/java/com/android/okhttp/internal/http/
DHttp1xStream.java299 @Override public void close() throws IOException { in close() method in Http1xStream.FixedLengthSink
336 @Override public synchronized void close() throws IOException { in close() method in Http1xStream.ChunkedSink
408 @Override public void close() throws IOException { in close() method in Http1xStream.FixedLengthSource
472 @Override public void close() throws IOException { in close() method in Http1xStream.ChunkedSource
500 @Override public void close() throws IOException { in close() method in Http1xStream.UnknownLengthSource
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/http/
DHttp1xStream.java297 @Override public void close() throws IOException { in close() method in Http1xStream.FixedLengthSink
334 @Override public synchronized void close() throws IOException { in close() method in Http1xStream.ChunkedSink
406 @Override public void close() throws IOException { in close() method in Http1xStream.FixedLengthSource
470 @Override public void close() throws IOException { in close() method in Http1xStream.ChunkedSource
498 @Override public void close() throws IOException { in close() method in Http1xStream.UnknownLengthSource
/external/python/cpython2/Lib/multiprocessing/dummy/
Dconnection.py51 def close(self): member in Listener
86 def close(self): member in Connection
/external/jimfs/jimfs/src/test/java/com/google/common/jimfs/
DFileSystemStateTest.java150 public void close() throws IOException { in close() method in FileSystemStateTest.TestCloseable
173 public void close() throws IOException { in close() method in FileSystemStateTest.ThrowsOnClose
/external/jsilver/src/com/google/clearsilver/jsilver/resourceloader/
DCompositeResourceLoader.java73 public void close(Reader reader) throws IOException { in close() method in CompositeResourceLoader
119 public void close() throws IOException { in close() method in CompositeResourceLoader.ReaderTracer

12345678910>>...59