Searched defs:isClosed (Results 1 - 25 of 47) sorted by relevance

12

/external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/
H A DSFTPv3FileHandle.java18 protected boolean isClosed; field in class:SFTPv3FileHandle
42 public boolean isClosed() method in class:SFTPv3FileHandle
44 return isClosed;
H A DStreamGobbler.java114 private boolean isClosed = false; field in class:StreamGobbler
138 if (isClosed)
173 if (isClosed)
191 if (isClosed)
193 isClosed = true;
218 if (isClosed)
/external/okhttp/src/main/java/com/squareup/okhttp/internal/
H A DAbstractOutputStream.java42 public boolean isClosed() { method in class:AbstractOutputStream
/external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/channel/
H A DChannelInputStream.java20 boolean isClosed = false; field in class:ChannelInputStream
46 isClosed = true;
H A DChannelOutputStream.java20 boolean isClosed = false; field in class:ChannelOutputStream
40 if (isClosed == false)
42 isClosed = true;
50 if (isClosed)
59 if (isClosed)
/external/chromium_org/third_party/skia/src/pathops/
H A DSkPathWriter.cpp23 bool callClose = isClosed();
92 bool SkPathWriter::isClosed() const { function in class:SkPathWriter
/external/jmonkeyengine/engine/src/core/com/jme3/scene/shape/
H A DCylinder.java191 public boolean isClosed() { method in class:Cylinder
/external/skia/src/pathops/
H A DSkPathWriter.cpp23 bool callClose = isClosed();
92 bool SkPathWriter::isClosed() const { function in class:SkPathWriter
/external/chromium_org/third_party/skia/src/core/
H A DSkPathMeasure.cpp140 bool isClosed = fForceClosed; local
205 isClosed = true; variable
215 fIsClosed = isClosed;
513 bool SkPathMeasure::isClosed() {
/external/jmdns/src/javax/jmdns/impl/constants/
H A DDNSState.java211 public final boolean isClosed() { method in class:DNSState
/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/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowSQLiteCursor.java185 public boolean isClosed() { method in class:ShadowSQLiteCursor
H A DShadowAbstractCursor.java159 public boolean isClosed() { method in class:ShadowAbstractCursor
H A DShadowCursorWrapper.java164 public boolean isClosed() { method in class:ShadowCursorWrapper
165 return wrappedCursor.isClosed();
/external/skia/src/core/
H A DSkPathMeasure.cpp140 bool isClosed = fForceClosed; local
205 isClosed = true; variable
215 fIsClosed = isClosed;
513 bool SkPathMeasure::isClosed() {
/external/chromium_org/third_party/WebKit/Source/modules/mediasource/
H A DMediaSourceBase.cpp104 return isClosed() ? std::numeric_limits<float>::quiet_NaN() : m_webMediaSource->duration();
225 bool MediaSourceBase::isClosed() const function in class:WebCore::MediaSourceBase
240 ASSERT(isClosed());
266 if (!isClosed())
/external/clang/lib/StaticAnalyzer/Checkers/
H A DSimpleStreamChecker.cpp37 bool isClosed() const { return K == Closed; } function in struct:__anon16477::StreamState
163 if (SS && SS->isClosed()) {
H A DStreamChecker.cpp36 bool isClosed() const { return K == Closed; } function in struct:__anon16480::StreamState
377 if (SS->isClosed()) {
/external/javasqlite/src/main/java/SQLite/JDBC2z/
H A DJDBCStatement.java63 if (isClosed()) {
303 public boolean isClosed() throws SQLException { method in class:JDBCStatement
/external/jmdns/src/javax/jmdns/impl/
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
H A DHostInfo.java407 public boolean isClosed() { method in class:HostInfo
408 return this._state.isClosed();
/external/robolectric/src/main/java/com/xtremelabs/robolectric/tester/android/database/
H A DTestCursor.java158 public boolean isClosed() { method in class:TestCursor
/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/apache-harmony/sql/src/test/java/org/apache/harmony/sql/tests/java/sql/
H A DTestHelper_Connection1.java96 public boolean isClosed() throws SQLException { method in class:TestHelper_Connection1
/external/chromium_org/third_party/WebKit/Source/platform/text/
H A DSegmentedString.h203 bool isClosed() const { return m_closed; } function in class:WebCore::SegmentedString

Completed in 780 milliseconds

12