Home
last modified time | relevance | path

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

12345678910>>...23

/external/guava/guava-gwt/src-super/com/google/common/io/super/com/google/common/io/
DGwtWorkarounds.java39 void close() throws IOException; in close() method
60 public void close() { in asCharInput() method
71 void close() throws IOException; in close() method
80 void close() throws IOException; in close() method
89 void close() throws IOException; in close() method
109 public void close() {} in stringBuilderOutput() method
/external/guava/guava/src/com/google/common/io/
DGwtWorkarounds.java45 void close() throws IOException; in close() method
61 public void close() throws IOException { in asCharInput() method in GwtWorkarounds
/external/lldb/examples/summaries/cocoa/
DLogger.py16 def close(self): member in NopLogger
30 def close(self): member in StdoutLogger
55 def close(self): member in FileLogger
120 def close(self): member in Logger
/external/jmonkeyengine/engine/src/networking/com/jme3/network/kernel/
DEndpoint.java79 public void close(); in close() method
87 public void close(boolean flushData); in close() method
/external/valgrind/coregrind/m_ume/
Dmain.c86 VG_(close)(fd); in VG_() local
105 VG_(close)(fd); in VG_() local
126 VG_(close)(fd); in VG_() local
152 VG_(close)(fd); in VG_() local
/external/libdrm/tests/
Dgem_basic.c42 struct drm_gem_close close; in test_bad_close() local
57 struct drm_gem_close close; in test_create_close() local
/external/clang/test/FixIt/
Dselector-fixit.m9 - (void)close; method
16 - (void)close { } method
/external/jmonkeyengine/engine/src/networking/com/jme3/network/kernel/udp/
DUdpEndpoint.java79 public void close() in close() method in UdpEndpoint
84 public void close( boolean flush ) in close() method in UdpEndpoint
/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/antlr/antlr-3.4/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/antlr-3.4/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/apache-harmony/support/src/test/java/org/apache/harmony/testframework/
DWrapperTester.java195 public void close() throws IOException { in close() method in WrapperTester.ClosableByteArrayOutputStream
220 public void close() throws IOException { in close() method in WrapperTester.FailOnFlushOutputStream
238 public void close() throws IOException { in close() method in WrapperTester.FailOnCloseOutputStream
DCharWrapperTester.java198 public void close() throws IOException { in close() method in CharWrapperTester.ClosableStringWriter
227 public void close() throws IOException { in close() method in CharWrapperTester.FailOnFlushWriter
253 public void close() throws IOException { in close() method in CharWrapperTester.FailOnCloseWriter
/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
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/http/
DHttpConnection.java311 @Override public void close() throws IOException { in close() method in HttpConnection.FixedLengthSink
348 @Override public synchronized void close() throws IOException { in close() method in HttpConnection.ChunkedSink
431 @Override public void close() throws IOException { in close() method in HttpConnection.FixedLengthSource
497 @Override public void close() throws IOException { in close() method in HttpConnection.ChunkedSource
525 @Override public void close() throws IOException { in close() method in HttpConnection.UnknownLengthSource
/external/jmonkeyengine/engine/src/networking/com/jme3/network/kernel/tcp/
DNioEndpoint.java74 public void close() in close() method in NioEndpoint
79 public void close( boolean flushData ) in close() method in NioEndpoint
/external/libvncserver/webclients/novnc/include/
Dwebsock.js70 'close' : function() {}, method
299 function close() { function in Websock
315 api.close = function () {}; function
/external/javasqlite/src/main/java/SQLite/
DBlob.java70 public void close() throws IOException { in close() method in BlobR
190 public void close() throws IOException { in close() method in BlobW
284 public native void close(); in close() method in Blob
/external/zlib/src/contrib/iostream3/
Dzfstream.cc107 gzfilebuf::close() in close() function in gzfilebuf
420 gzifstream::close() in close() function in gzifstream
475 gzofstream::close() in close() function in gzofstream
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
DShadowSQLiteCloseable.java17 public void close() { in close() method in ShadowSQLiteCloseable
/external/apache-harmony/support/src/test/java/tests/support/
DSupport_Socket.java33 public void close() throws IOException; in close() method
/external/v8/tools/testrunner/local/
Dperfdata.py60 def close(self): member in PerfDataStore
104 def close(self): member in PerfDataManager
/external/chromium-trace/trace-viewer/third_party/Paste/paste/
Dsession.py79 def close(): function
176 def close(self): member in SessionFactory
221 def close(self): member in FileSession
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/writer/io/
DDexDataStore.java11 void close() throws IOException; in close() method
/external/javassist/src/main/javassist/
DClassPath.java66 void close(); in close() method

12345678910>>...23