Searched defs:close (Results 51 - 75 of 577) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/WebKit/Source/web/
H A DNotificationPresenterImpl.cpp61 void NotificationPresenterImpl::close(Notification* notification) function in class:blink::NotificationPresenterImpl
63 m_presenter->close(notification);
65 // FIXME: Remove the duplicated call to cancel() when Chromium updated to override close() instead.
/external/chromium_org/third_party/angle/src/libGLESv2/
H A DProgramBinary.cpp76 size_t close = name->find_last_of(']'); local
77 if (open != std::string::npos && close == name->length() - 1)
/external/chromium_org/third_party/icu/source/common/
H A Duenumimp.h28 * is returned. If close is NULL, the enumeration
118 UEnumClose *close; member in struct:UEnumeration
/external/chromium_org/third_party/icu/source/tools/makeconv/
H A Dmakeconv.h44 (*close)(NewConverter *cnvData); member in struct:NewConverter
/external/chromium_org/third_party/skia/src/doc/
H A DSkDocument.cpp18 this->close();
61 bool SkDocument::close() { function in class:SkDocument
/external/chromium_org/third_party/tlslite/tlslite/integration/
H A Dtlsasyncdispatchermixin.py73 in asyncore.dispatcher, which will call close() on this class. The
75 exception, so the close operation will complete right away, causing
76 asyncore.dispatcher.close() to be called, which closes the socket
121 asyncore.dispatcher.close(self)
141 def close(self): member in class:TLSAsyncDispatcherMixIn
145 asyncore.dispatcher.close(self)
/external/chromium_org/v8/tools/testrunner/local/
H A Dperfdata.py58 self.close()
60 def close(self): member in class:PerfDataStore
62 self.database.close()
102 self.close()
104 def close(self): member in class:PerfDataManager
110 store.close()
/external/conscrypt/src/compat/java/dalvik/system/
H A DCloseGuard.java36 m_close = c_closeGuard.getDeclaredMethod("close");
70 public void close() { method in class:CloseGuard
/external/emma/core/java12/com/vladium/emma/report/html/doc/
H A DHTMLWriter.java100 public void close () method in class:HTMLWriter
104 try { m_out.close (); } catch (IOException ignore) {}
/external/flac/include/FLAC/
H A Dcallback.h151 /** Signature for the close callback.
175 FLAC__IOCallback_Close close; member in struct:__anon21456
/external/guava/guava-testlib/src/com/google/common/testing/
H A DTestLogHandler.java72 public void close() { } method in class:TestLogHandler
/external/icu/icu4c/source/common/
H A Duenumimp.h28 * is returned. If close is NULL, the enumeration
118 UEnumClose *close; member in struct:UEnumeration
/external/icu/icu4c/source/tools/makeconv/
H A Dmakeconv.h44 (*close)(NewConverter *cnvData); member in struct:NewConverter
/external/javassist/src/main/javassist/
H A DURLClassPath.java106 is.close();
117 public void close() {} method in class:URLClassPath
155 s.close();
/external/jsilver/src/com/google/clearsilver/jsilver/resourceloader/
H A DBaseResourceLoader.java32 public void close(Reader reader) throws IOException { method in class:BaseResourceLoader
33 reader.close();
H A DResourceLoader.java43 * The caller of this method is guaranteed to call {@link #close(Reader)} when done with the
55 * The caller of this method is guaranteed to call {@link #close(Reader)} when done with the
68 * @param reader the reader to close
69 * @throws IOException if reader fasils to close
71 void close(Reader reader) throws IOException; method in interface:ResourceLoader
/external/jsilver/src/org/clearsilver/
H A DCS.java37 void close(); method in interface:CS
/external/lldb/examples/summaries/cocoa/
H A DLogger.py16 def close(self): member in class:NopLogger
30 def close(self): member in class:StdoutLogger
55 def close(self): member in class:FileLogger
57 self.file.close()
120 def close(self): member in class:Logger
121 self.impl.close()
/external/mp4parser/isoparser/src/main/java/com/coremedia/iso/
H A DChannelHelper.java80 public static void close(SelectionKey key) { method in class:ChannelHelper
82 key.channel().close();
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/util/
H A DByteBufferByteChannel.java48 public void close() throws IOException { method in class:ByteBufferByteChannel
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/spdy/
H A DNameValueBlockReader.java49 @Override public void close() throws IOException {
50 source.close();
110 public void close() throws IOException { method in class:NameValueBlockReader
111 source.close();
/external/okhttp/okio/src/main/java/okio/
H A DDeflaterSink.java99 @Override public void close() throws IOException { method in class:DeflaterSink
103 // to close the deflater and the sink; otherwise we risk leaking resources.
119 sink.close();
H A DInflaterSource.java118 @Override public void close() throws IOException { method in class:InflaterSource
122 source.close();
/external/oprofile/daemon/
H A Dopd_extended.h52 int (*close)(struct sfile *); member in struct:opd_ext_sfile_handlers
/external/proguard/src/proguard/io/
H A DDirectoryWriter.java60 // Should we close the current file?
89 // Should we close the current file?
122 public void close() throws IOException method in class:DirectoryWriter
160 currentOutputStream.close();

Completed in 2000 milliseconds

1234567891011>>