Searched refs:isClosed (Results 1 - 25 of 102) sorted by relevance

12345

/external/chromium_org/third_party/WebKit/Source/core/html/parser/
H A DBackgroundHTMLInputStream.cpp85 bool isClosed = m_current.isClosed();
97 if (isClosed && !m_current.isClosed())
100 ASSERT(m_current.isClosed() == isClosed);
H A DHTMLInputStream.h87 return m_last->isClosed();
114 if (next.isClosed()) {
H A DInputStreamPreprocessor.h125 return source.isClosed() && source.length() == 1;
/external/conscrypt/src/compat/native/
H A DNetFd.h30 bool isClosed() { function in class:NetFd
63 if (fd.isClosed() || errno != EINTR) { \
/external/nist-sip/java/gov/nist/javax/sip/parser/
H A DPipeline.java48 private boolean isClosed; field in class:Pipeline
132 if (this.isClosed)
143 if (this.isClosed)
153 this.isClosed = true;
163 // if (this.isClosed) return -1;
173 if (this.isClosed && this.buffList.isEmpty())
179 if (this.isClosed)
/external/smack/src/org/jivesoftware/smackx/bytestreams/ibb/
H A DInBandBytestreamSession.java81 private boolean isClosed = false; field in class:InBandBytestreamSession
185 if (this.isClosed) {
203 if (this.inputStream.isClosed && this.outputStream.isClosed) {
204 this.isClosed = true;
247 private boolean isClosed = false; field in class:InBandBytestreamSession.IBBInputStream
344 if (isClosed && this.dataQueue.isEmpty()) {
392 if ((isClosed && this.dataQueue.isEmpty()) || closeInvoked) {
404 if (isClosed) {
417 if (isClosed) {
591 protected boolean isClosed = false; field in class:InBandBytestreamSession.IBBOutputStream
[all...]
/external/chromium_org/third_party/skia/src/pathops/
H A DSkPathWriter.h22 bool isClosed() const;
H A DSkPathOpsSimplify.cpp52 && !simple->isClosed()) {
54 SkASSERT(simple->isClosed());
67 } while (!simple->isClosed() && (!unsortable
69 if (current->activeWinding(index, endIndex) && !simple->isClosed()) {
124 && !simple->isClosed()) {
126 SkASSERT(simple->isClosed());
139 } while (!simple->isClosed() && (!unsortable || !current->done(SkMin32(start, end))));
140 if (!simple->isClosed()) {
H A DSkPathWriter.cpp23 bool callClose = isClosed();
92 bool SkPathWriter::isClosed() const { function in class:SkPathWriter
/external/skia/src/pathops/
H A DSkPathWriter.h22 bool isClosed() const;
H A DSkPathOpsSimplify.cpp52 && !simple->isClosed()) {
54 SkASSERT(simple->isClosed());
67 } while (!simple->isClosed() && (!unsortable
69 if (current->activeWinding(index, endIndex) && !simple->isClosed()) {
124 && !simple->isClosed()) {
126 SkASSERT(simple->isClosed());
139 } while (!simple->isClosed() && (!unsortable || !current->done(SkMin32(start, end))));
140 if (!simple->isClosed()) {
H A DSkPathWriter.cpp23 bool callClose = isClosed();
92 bool SkPathWriter::isClosed() const { function in class:SkPathWriter
/external/chromium_org/third_party/WebKit/Source/core/html/
H A DHTMLMediaSource.h67 virtual bool isClosed() const = 0;
/external/jmdns/src/javax/jmdns/impl/
H A DSocketListener.java42 if (this._jmDNSImpl.isCanceling() || this._jmDNSImpl.isCanceled() || this._jmDNSImpl.isClosing() || this._jmDNSImpl.isClosed()) {
67 if (!this._jmDNSImpl.isCanceling() && !this._jmDNSImpl.isCanceled() && !this._jmDNSImpl.isClosing() && !this._jmDNSImpl.isClosed()) {
H A DDNSStatefulObject.java363 public boolean isClosed() { method in class:DNSStatefulObject.DefaultImplementation
364 return this._state.isClosed();
372 return this._state.isClosed() || this._state.isClosing();
539 public boolean isClosed(); method in interface:DNSStatefulObject
/external/skia/src/effects/
H A DSkDiscretePathEffect.cpp54 if (meas.isClosed()) {
70 if (meas.isClosed()) {
/external/chromium_org/mojo/android/javatests/src/org/chromium/mojo/bindings/
H A DInterfacesTest.java106 public boolean isClosed() { method in class:InterfacesTest.MockFactoryImpl
164 public boolean isClosed() { method in class:InterfacesTest.MockFactoryClientImpl
319 assertFalse(impl.isClosed());
320 assertFalse(client.isClosed());
325 assertTrue(impl.isClosed());
326 assertTrue(client.isClosed());
/external/chromium_org/third_party/skia/src/effects/
H A DSkDiscretePathEffect.cpp54 if (meas.isClosed()) {
70 if (meas.isClosed()) {
/external/conscrypt/src/main/java/org/conscrypt/
H A DOpenSSLSocketImplWrapper.java175 public boolean isClosed() { method in class:OpenSSLSocketImplWrapper
176 return socket.isClosed();
/external/chromium_org/third_party/skia/include/core/
H A DSkPathMeasure.h69 bool isClosed();
/external/skia/include/core/
H A DSkPathMeasure.h69 bool isClosed();
/external/chromium_org/third_party/WebKit/Source/modules/mediasource/
H A DMediaSource.cpp113 ASSERT(isClosed());
205 ASSERT(isClosed());
315 return isClosed() ? std::numeric_limits<float>::quiet_NaN() : m_webMediaSource->duration();
505 bool MediaSource::isClosed() const function in class:blink::MediaSource
520 ASSERT(isClosed());
546 if (!isClosed())
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowCursorWrapper.java164 public boolean isClosed() { method in class:ShadowCursorWrapper
165 return wrappedCursor.isClosed();
/external/apache-harmony/x-net/src/test/impl/java.injected/org/apache/harmony/xnet/provider/jsse/
H A DSSLSocketFactoriesTest.java329 + s.isClosed());
336 + s.isClosed());
406 + s.isClosed());
411 + s.isClosed());
H A DSSLSocketFunctionalTest.java220 + s.isClosed());
227 + s.isClosed());
300 + s.isClosed());
305 + s.isClosed());

Completed in 1653 milliseconds

12345