Home
last modified time | relevance | path

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

12345678910>>...22

/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/valgrind/main/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/chromium_org/remoting/webapp/background/
Dapp_launcher.js42 remoting.AppLauncher.prototype.close = function(id) {}; method in remoting.AppLauncher
70 remoting.V1AppLauncher.prototype.close = function(id) { method in remoting.V1AppLauncher
125 remoting.V2AppLauncher.prototype.close = function(id) { method in remoting.V2AppLauncher
/external/clang/test/FixIt/
Dselector-fixit.m9 - (void)close; method
16 - (void)close { } method
/external/chromium_org/components/storage_monitor/
Dimage_capture_device_manager.mm39 - (void)close; method
68 - (void)close { method
/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/chromium_org/chrome/browser/resources/cryptotoken/
Dcloseable.js17 Closeable.prototype.close = function() {}; method in Closeable
/external/chromium_org/chrome/browser/ui/cocoa/
Done_click_signin_view_controller.mm41 - (void)close; method in CGFloat
300 - (void)close { method
/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/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/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
DShadowSQLiteCloseable.java17 public void close() { in close() method in ShadowSQLiteCloseable
/external/chromium_org/mojo/public/java/bindings/src/org/chromium/mojo/bindings/
DSideEffectFreeCloseable.java18 public void close() { in close() method in SideEffectFreeCloseable
DHandleOwner.java27 public void close(); in close() method
DMessageReceiver.java24 public void close(); in close() method
DRouterImpl.java35 public void close() { in close() method in RouterImpl.ResponderThunk
148 public void close() { in close() method in RouterImpl
DInterface.java25 public void close(); in close() method
109 public void close() { in close() method in Interface.AbstractProxy
162 public void close() { in close() method in Interface.Stub
/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/apache-harmony/support/src/test/java/tests/support/
DSupport_Socket.java33 public void close() throws IOException; in close() method
/external/chromium_org/chrome/browser/ui/cocoa/profiles/
Duser_manager_mac.mm72 - (void)close; method
148 - (void)close { method
/external/smack/src/org/jivesoftware/smackx/bytestreams/ibb/
DInBandBytestreamSession.java152 public void close() throws IOException { in close() method in InBandBytestreamSession
207 Close close = new Close(this.byteStreamRequest.getSessionID()); in closeByLocal() local
403 public void close() throws IOException { in close() method in InBandBytestreamSession.IBBInputStream
/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/smali/dexlib2/src/main/java/org/jf/dexlib2/writer/io/
DDexDataStore.java11 void close() throws IOException; in close() method

12345678910>>...22