/dalvik/libcore/luni/src/main/java/java/io/ |
Flushable.java | 22 * gets closed.
|
LineNumberReader.java | 111 * if the reader is closed or another IOException occurs. 154 * if this reader is closed or another IOException occurs. 190 * if this reader is closed or another IOException occurs. 213 * if this reader is already closed, no mark has been set or the 257 * if this reader is closed or another IOException occurs.
|
/dalvik/libcore/luni/src/main/java/java/util/ |
FormatterClosedException.java | 23 * closed.
|
/dalvik/libcore/luni/src/test/java/java/net/ |
SocketTest.java | 25 * This means they give incorrect results on closed sockets (as well
|
/dalvik/libcore/nio/src/main/java/java/nio/channels/ |
AsynchronousCloseException.java | 21 * for an I/O operation is closed by another thread.
|
ClosedChannelException.java | 22 * A {@code ClosedChannelException} is thrown when a channel is closed for the
|
ClosedSelectorException.java | 21 * is closed and an I/O operation is attempted.
|
/external/apache-http/src/org/apache/http/conn/ |
ClientConnectionManager.java | 97 * timespan given by the argument will be closed. 101 * All expired connections will also be closed. 103 * @param idletime the idle time of connections to be closed 114 * the timespan defined when the connection was released will be closed.
|
EofSensorWatcher.java | 56 * @return <code>true</code> if <code>wrapped</code> should be closed, 70 * Indicates that the {@link EofSensorInputStream stream} is closed. 76 * @return <code>true</code> if <code>wrapped</code> should be closed, 99 * @return <code>true</code> if <code>wrapped</code> should be closed,
|
EofSensorInputStream.java | 77 * Indicates whether this stream itself is closed. 95 * closed when EOF is detected or {@link #close close} is called. 97 * should be closed before detaching from it. 123 * @throws IOException if this stream is already closed 127 throw new IOException("Attempted read on closed stream."); 252 * The watcher will only be notified if this stream is closed 282 * stream has been {@link #close closed} gracefully.
|
/external/kernel-headers/original/asm-arm/arch/ |
gpio-switch.h | 17 * high -> closed
|
/external/webkit/WebCore/manual-tests/ |
animated-gif-bfcache-crash.html | 35 <a href="rdar://problem/6978362">rdar://problem/6978362</a> Repro crash animating GIF if previously used in a closed window's back/forward list <br>
|
close-on-closedWindow.html | 7 <p><b>BUG ID:</b> <a href="rdar://problem/4094363">rdar://problem/4094363</a> Can't re-open a window at capripalace.com website because "close" fails on already-closed window</p>
|
flash-unload-tab.html | 16 Expected : The tab is closed.
|
/frameworks/base/awt/com/android/internal/awt/ |
ImageOutputStreamWrapper.java | 62 throw new IOException("Stream already closed");
|
/frameworks/base/core/java/android/database/sqlite/ |
SQLiteCompiledSql.java | 25 * 1. when {@link SQLiteDatabase} object is closed. 58 throw new IllegalStateException("database " + db.getPath() + " already closed"); 82 throw new IllegalStateException("database " + mDatabase.getPath() + " already closed"); 103 Log.v(TAG, "closed and deallocated DbObj (id#" + nStatement +")");
|
/frameworks/base/obex/javax/obex/ |
PrivateOutputStream.java | 152 throw new IOException("Output stream is closed"); 157 * Closes the output stream. If the input stream is already closed, do 168 * Determines if the connection is closed 169 * @return <code>true</code> if the connection is closed; <code>false</code>
|
/packages/apps/QuickSearchBox/tests/src/com/android/quicksearchbox/util/ |
MockExecutor.java | 34 if (mClosed) throw new IllegalStateException("closed");
|
/sdk/layoutopt/libs/uix/src/com/android/layoutopt/uix/util/ |
IOUtilities.java | 34 * @return True if the object is null or was closed properly,
|
/system/extras/tests/sdcard/ |
testcase.h | 147 // 0: read from child closed 148 // 1: closed write to parent 149 // 2: closed read from parent 150 // 3: write to child closed
|
/frameworks/base/core/java/android/net/ |
LocalSocketImpl.java | 36 /** null if closed or not yet created */ 68 if (myFd == null) throw new IOException("socket closed"); 86 if (myFd == null) throw new IOException("socket closed"); 121 if (myFd == null) throw new IOException("socket closed"); 135 if (myFd == null) throw new IOException("socket closed"); 286 * @throws IOException if socket has been closed or cannot be created. 307 * @throws IOException if socket has been closed or cannot be created.
|
/frameworks/base/docs/html/sdk/ |
android-1.5.jd | 80 if (toggleable.hasClass("closed")) { 82 toggleable.removeClass("closed"); 88 toggleable.addClass("closed"); 89 $(".toggle-img", toggleable).attr("title", "show").attr("src", (toRoot + "assets/images/triangle-closed.png")); 109 .toggleable.closed .toggleme { 140 <div class="toggleable closed"> 154 <div class="toggleable closed"> 156 <img src="{@docRoot}assets/images/triangle-closed.png" class="toggle-img" height="9px" width="9px" /> 163 <div class="toggleable closed"> 165 <img src="{@docRoot}assets/images/triangle-closed.png" class="toggle-img" height="9px" width="9px" / [all...] |
/external/bluetooth/glib/gio/ |
goutputstream.c | 52 guint closed : 1; member in struct:_GOutputStreamPrivate 117 if (!stream->priv->closed) 372 _("Source stream is already closed")); 479 * Once the stream is closed, all other operations will return %G_IO_ERROR_CLOSED. 485 * Streams will be automatically closed when the last reference 490 * open after the stream is closed. See the documentation for the individual 502 * Cancelling a close will still leave the stream closed, but there some streams 521 if (stream->priv->closed) 553 stream->priv->closed = TRUE; 579 stream->priv->closed = TRUE [all...] |
ginputstream.c | 54 guint closed : 1; member in struct:_GInputStreamPrivate 98 if (!stream->priv->closed) 111 if (!stream->priv->closed) 411 * Once the stream is closed, all other operations will return %G_IO_ERROR_CLOSED. 414 * Streams will be automatically closed when the last reference 419 * open after the stream is closed. See the documentation for the individual 430 * Cancelling a close will still leave the stream closed, but some streams 447 if (stream->priv->closed) 466 stream->priv->closed = TRUE; 492 stream->priv->closed = TRUE [all...] |
/packages/apps/Email/tests/src/com/android/email/mail/store/ |
Pop3StoreUnitTests.java | 356 * Test the scenario where the transport is "open" but not really (e.g. server closed). Two 391 // confirm that we're closed at this point 392 assertFalse("folder should be 'closed' after an IOError", mFolder.isOpen()); 399 * Test the scenario where the transport is "open" but not really (e.g. server closed). Two 433 // confirm that we're closed at this point 434 assertFalse("folder should be 'closed' after an IOError", mFolder.isOpen()); 441 * Test the scenario where the transport is "open" but not really (e.g. server closed). Two 476 // confirm that we're closed at this point 477 assertFalse("folder should be 'closed' after an IOError", mFolder.isOpen()); 484 * Test the scenario where the transport is "open" but not really (e.g. server closed). Tw [all...] |