/dalvik/libcore/luni/src/main/java/java/io/ |
CharArrayReader.java | 96 * This method closes this CharArrayReader. Once it is closed, you can no 119 * Indicates whether this reader is closed. 121 * @return {@code true} if the reader is closed, {@code false} otherwise. 136 * if this reader is closed. 169 * if this reader is closed. 204 * if this reader is closed. 240 * even when it has been closed. 245 * if this reader is closed. 264 * if this reader is closed. 285 * if this reader is closed [all...] |
FilterInputStream.java | 108 * if the stream is closed or another IOException occurs. 126 * if this stream is closed or another IOException occurs. 150 * if this stream is closed or another I/O error occurs. 162 * if this stream is already closed, no mark has been set or the 183 * if this stream is closed or another IOException occurs.
|
InputStreamReader.java | 169 * The value {@code null} is returned if this reader has been closed. 172 * reader is closed. 191 * if this reader is closed or some other I/O error occurs. 197 // K0070=InputStreamReader is closed. 228 * if this reader is closed or some other I/O error occurs. 234 // K0070=InputStreamReader is closed. 337 * if this reader is closed or some other I/O error occurs. 343 // K0070=InputStreamReader is closed.
|
/frameworks/base/docs/html/sdk/ |
tools-notes.jd | 28 if (toggleable.hasClass("closed")) { 30 toggleable.removeClass("closed"); 36 toggleable.addClass("closed"); 37 $(".toggle-img", toggleable).attr("title", "show").attr("src", (toRoot + "assets/images/triangle-closed.png")); 56 .toggleable.closed .toggleme { 95 <div class="toggleable closed"> 143 <div class="toggleable closed"> 145 <img src="{@docRoot}assets/images/triangle-closed.png" class="toggle-img" height="9px" width="9px" /> 192 <div class="toggleable closed"> 194 <img src="{@docRoot}assets/images/triangle-closed.png" class="toggle-img" height="9px" width="9px" / [all...] |
/dalvik/libcore/nio/src/main/java/java/nio/channels/ |
SelectableChannel.java | 29 * done implicitly when the channel or the selector is closed. 65 * if this channel is closed. 79 * channel is closed. 113 * returned key is canceled if the channel is closed while registering is in 131 * if the channel is closed. 153 * canceled if the channel is closed while registering is in progress. 169 * if this channel is closed.
|
ReadableByteChannel.java | 57 * thread is set and the channel is closed. 59 * if the channel is closed.
|
/external/bluetooth/glib/gio/ |
gfilterinputstream.c | 144 P_("If the base stream should be closed when the filter stream is closed."), 244 * Returns whether the base stream will be closed when @stream is 245 * closed. 247 * Return value: %TRUE if the base stream will be closed. 262 * Sets whether the base stream will be closed when @stream is closed.
|
gfilteroutputstream.c | 143 P_("If the base stream should be closed when the filter stream is closed."), 247 * Returns whether the base stream will be closed when @stream is 248 * closed. 250 * Return value: %TRUE if the base stream will be closed. 265 * Sets whether the base stream will be closed when @stream is closed.
|
gunixinputstream.c | 169 * Whether to close the file descriptor when the stream is closed. 177 _("Whether to close the file descriptor when the stream is closed"), 247 * If @close_fd is %TRUE, the file descriptor will be closed 248 * when the stream is closed. 273 * Sets whether the file descriptor of @stream shall be closed 274 * when the stream is closed. 297 * closed when the stream is closed. 299 * Return value: %TRUE if the file descriptor is closed when done
|
gunixoutputstream.c | 155 * Whether to close the file descriptor when the stream is closed. 163 _("Whether to close the file descriptor when the stream is closed"), 233 * If @close_fd, is %TRUE, the file descriptor will be closed when 259 * Sets whether the file descriptor of @stream shall be closed 260 * when the stream is closed. 283 * closed when the stream is closed. 285 * Return value: %TRUE if the file descriptor is closed when done
|
/external/skia/include/core/ |
SkPath.h | 354 /** clockwise direction for adding closed contours */ 356 /** counter-clockwise direction for adding closed contours */ 360 /** Add a closed rectangle contour to the path 361 @param rect The rectangle to add as a closed contour to the path 366 /** Add a closed rectangle contour to the path 368 @param left The left side of a rectangle to add as a closed contour 370 @param top The top of a rectangle to add as a closed contour to the 372 @param right The right side of a rectangle to add as a closed contour 374 @param bottom The bottom of a rectangle to add as a closed contour to 381 /** Add a closed oval contour to the pat [all...] |
/dalvik/libcore/luni/src/main/java/org/apache/harmony/luni/util/ |
ExternalMessages.properties | 53 K003d=Socket is closed 79 K0059=Stream is closed 83 K005b=BufferedReader is closed 85 K005d=Writer is closed. 88 K0060=CharArrayReader is closed. 102 K0070=InputStreamReader is closed. 105 K0073=OutputStreamWriter is closed. 107 K0075=InputStream is closed 110 K0078=Pipe is closed 116 K0080=Reader is closed [all...] |
/dalvik/libcore/archive/src/main/java/java/util/zip/ |
InflaterInputStream.java | 54 boolean closed; field in class:InflaterInputStream 154 /* archive.1E=Stream is closed */ 155 if (closed) { 219 if (closed) { 282 * @throws IOException if this stream is closed or an error occurs 286 if (closed) { 287 // archive.1E=Stream is closed 304 if (!closed) { 306 closed = true;
|
/dalvik/libcore/nio/src/main/java/org/apache/harmony/nio/internal/ |
IOUtil.java | 62 // nio.06=InputStreamReader is closed. 108 // nio.06=InputStreamReader is closed. 159 // nio.07=Writer is closed. 186 // nio.07=Writer is closed. 207 // nio.07=Writer is closed.
|
/external/qemu/slirp/ |
tcp.h | 125 #define TCPS_CLOSED 0 /* closed */ 132 /* states > TCPS_CLOSE_WAIT are those where user has closed */ 133 #define TCPS_FIN_WAIT_1 6 /* have closed, sent fin */ 134 #define TCPS_CLOSING 7 /* closed xchd FIN; await FIN ACK */ 137 #define TCPS_FIN_WAIT_2 9 /* have closed, fin is acked */
|
/external/qemu/slirp-android/ |
tcp.h | 127 #define TCPS_CLOSED 0 /* closed */ 134 /* states > TCPS_CLOSE_WAIT are those where user has closed */ 135 #define TCPS_FIN_WAIT_1 6 /* have closed, sent fin */ 136 #define TCPS_CLOSING 7 /* closed xchd FIN; await FIN ACK */ 139 #define TCPS_FIN_WAIT_2 9 /* have closed, fin is acked */
|
/dalvik/libcore/x-net/src/main/java/javax/net/ssl/ |
SSLEngineResult.java | 71 * The operation closed this side of the communication or was already 72 * closed. 74 CLOSED,
|
/external/skia/src/effects/ |
SkCornerPathEffect.cpp | 56 bool closed; local 73 closed = iter.isClosedContour(); 74 if (closed) {
|
/external/webkit/WebCore/html/ |
HTMLParserErrorCodes.cpp | 47 "XML self-closing tag syntax used on %tag1. The tag will not be closed.", 50 "%tag1 misnested or not properly closed. Cloning %tag1 in order to preserve the styles applied by it.", 52 "XML self-closing tag syntax used on <script>. The tag will be closed by WebKit, but not all browsers do this. Change to <script></script> instead for best cross-browser compatibility."
|
/frameworks/base/core/java/android/os/ |
ConditionVariable.java | 37 * Create the ConditionVariable in the default closed state. 48 * Pass true for opened and false for closed. 74 * Reset the condition to the closed state.
|
/external/webkit/WebCore/page/ |
EventSource.cpp | 118 if (m_state != CLOSED) 147 if (m_state == CLOSED) 155 m_state = CLOSED; 175 m_state = CLOSED; 200 m_state = CLOSED; 206 m_state = CLOSED;
|
/frameworks/base/core/java/android/database/sqlite/ |
SQLiteProgram.java | 177 throw new IllegalStateException("database " + mDatabase.getPath() + " already closed"); 196 throw new IllegalStateException("database " + mDatabase.getPath() + " already closed"); 215 throw new IllegalStateException("database " + mDatabase.getPath() + " already closed"); 237 throw new IllegalStateException("database " + mDatabase.getPath() + " already closed"); 259 throw new IllegalStateException("database " + mDatabase.getPath() + " already closed"); 274 throw new IllegalStateException("database " + mDatabase.getPath() + " already closed");
|
/dalvik/dx/src/com/android/dx/util/ |
AnnotatedOutput.java | 43 * open annotation will be closed by this call, and the new 53 * output. Any previously open annotation will be closed by this
|
/external/apache-http/src/org/apache/http/impl/io/ |
ChunkedInputStream.java | 90 /** True if this stream is closed */ 91 private boolean closed = false; field in class:ChunkedInputStream 118 if (this.closed) { 119 throw new IOException("Attempted read from closed stream."); 147 if (closed) { 148 throw new IOException("Attempted read from closed stream."); 259 if (!closed) { 266 closed = true;
|
/packages/apps/Email/src/org/apache/james/mime4j/ |
CloseShieldInputStream.java | 27 * being closed.
127 throw new IOException("Stream is closed");
|