HomeSort by relevance Sort by last modified time
    Searched full:closed (Results 301 - 325 of 1153) sorted by null

<<11121314151617181920>>

  /frameworks/base/core/java/android/content/res/
AssetManager.java 311 throw new RuntimeException("Assetmanager has been closed");
327 throw new RuntimeException("Assetmanager has been closed");
403 throw new RuntimeException("Assetmanager has been closed");
424 throw new RuntimeException("Assetmanager has been closed");
483 throw new RuntimeException("Assetmanager has been closed");
504 throw new RuntimeException("Assetmanager has been closed");
  /sdk/emulator/qemud/
qemud.c 541 /* now remove all the hooks that were closed by
691 ** packet source was closed.
715 /* tell a receiver the packet source was closed.
811 * was closed.
814 * notify the FDHandler that its packet source is closed.
896 * data to read, but that the connection was nonetheless closed
1064 /* a callback called when the serial port's fd is closed */
    [all...]
  /dalvik/libcore/sql/src/main/java/java/sql/
Connection.java 26 * database session which forms one or more closed transactions. Especially in
99 * It is strongly recommended that all connections are closed before they
286 * closed.
292 * the {@code closed} state. The {@code closed} state may be entered into as
297 * @return {@code true} if closed, otherwise {@code false}.
654 * {@code ResultSet}s and output parameters have been obtained or closed.
    [all...]
Statement.java 26 * be closed implicitly.
41 * ResultSet} objects previously kept open should be closed.
47 * {@code ResultSet} object should be closed.
59 * {@code ResultSet} object should not be closed.
426 * obtained with {@code getResultSet()} are closed implicitly.
  /dalvik/libcore/sql/src/test/java/tests/SQLite/
StmtTest.java 177 fail("statement is closed");
179 assertEquals("stmt already closed", e.getMessage());
227 assertEquals("stmt already closed", e.getMessage());
263 assertEquals("stmt already closed", e.getMessage());
672 assertEquals("stmt already closed", e.getMessage());
725 assertEquals("stmt already closed", e.getMessage());
755 assertEquals("stmt already closed", e.getMessage());
    [all...]
  /frameworks/base/docs/html/guide/topics/ui/
dialogs.jd 397 if (toggleable.hasClass("closed")) {
399 toggleable.removeClass("closed");
405 toggleable.addClass("closed");
406 $(".toggle-img", toggleable).attr("title", "show").attr("src", "/assets/images/triangle-closed.png");
418 .toggleable.closed .toggleme {
426 <div class="toggleable closed">
428 <img src="/assets/images/triangle-closed.png" class="toggle-img" />
  /dalvik/libcore/luni/src/main/java/java/net/
Socket.java 812 * if the input stream is already closed.
825 * followed by the termination sequence. Writing to the closed output stream
831 * if the output stream is already closed.
843 * Checks whether the socket is closed, and throws an exception. Otherwise
847 * if the socket is closed.
    [all...]
ServerSocket.java 450 * Returns whether this server socket is closed or not.
452 * @return {@code true} if this socket is closed, {@code false} otherwise.
459 * Checks whether the socket is closed, and throws an exception.
  /system/core/adb/
sysdeps_win32.c 866 int closed; member in struct:BipBufferRec_
887 buffer->closed = 0;
896 bip->closed = 1;
932 if (bip->closed) {
938 if (ret != WAIT_OBJECT_0) { /* buffer probably closed */
942 if (bip->closed) {
1025 if (bip->closed) {
1031 if (ret != WAIT_OBJECT_0) { /* probably closed buffer */
1035 if (bip->closed) {
    [all...]
jdwp_service.c 26 the connection is kept alive. it will be closed automatically if
281 * was closed (e.g. the JDWP process exited or crashed) */
504 /* the socket is probably closed ? */
  /frameworks/base/docs/html/sdk/
android-2.2.jd 81 if (toggleable.hasClass("closed")) {
83 toggleable.removeClass("closed");
89 toggleable.addClass("closed");
90 $(".toggle-img", toggleable).attr("title", "show").attr("src", (toRoot + "assets/images/triangle-closed.png"));
110 .toggleable.closed .toggleme {
  /frameworks/base/tests/CoreTests/android/core/
TestWebServer.java 123 * closed
278 log("SocketException in AcceptThread: probably closed during accept");
324 * connection is closed.
678 log("SOCKET CLOSED");
747 log("SOCKET CLOSED");
  /packages/providers/DownloadProvider/src/com/android/providers/downloads/
DownloadThread.java 172 // nothing can really be done if the file can't be closed
553 Log.v(Constants.TAG, "closed socket for " + mInfo.mUri);
555 Log.d(Constants.TAG, "closed socket for download " +
583 // nothing can really be done if the file can't be closed
    [all...]
  /dalvik/libcore/archive/src/test/java/org/apache/harmony/archive/tests/java/util/zip/
ZipFileTest.java 275 fail("did not detect closed file");
281 fail("did not detect closed file");
287 fail("did not detect closed file");
  /dalvik/libcore/luni/src/main/java/org/apache/harmony/luni/net/
PlainDatagramSocketImpl.java 164 // an exception if the socket if closed.
181 // closed.
192 // closed.
  /dalvik/libcore/luni/src/test/java/tests/api/java/io/
BufferedInputStreamTest.java 156 // Test that a closed stream throws an IOE for available()
317 // Test 8: Check that reset fails for a closed input stream.
321 fail("Test 8: IOException expected because the input stream is closed.");
BufferedReaderTest.java 90 fail("Test 1: Read on closed stream.");
257 /* Closed reader should throw IOException reading zero bytes */
260 fail("Reading zero bytes on a closed reader should not work");
FileInputStreamTest.java 179 fail("Test 1: Read from closed stream succeeded.");
206 assertTrue("Channel is closed.", channel.isOpen());
218 assertFalse("Channel has not been closed.", channel.isOpen());
  /external/webkit/WebKit/gtk/webkit/
webkitwebinspector.cpp 214 * Emitted when the inspector window should be closed. You can
539 * @web_inspector: the #WebKitWebInspector that will be closed
541 * Causes the Web Inspector to be closed.
  /external/xmlwriter/src/org/jheer/
XMLWriter.java 183 * Write a closed tag with attributes. The tag will be followed by a
251 * Write a closed tag with one attribute. The tag will be followed by a
307 * Write a closed tag with attributes. The tag will be followed by a
  /dalvik/libcore/json/src/main/java/org/json/
JSONStringer.java 75 * it is closed.
87 * before it is closed.
  /dalvik/libcore/logging/src/main/java/java/util/logging/
StreamHandler.java 166 * written to it. Then it will be flushed, closed and replaced with
225 * Closes this handler, but the underlying output stream is only closed if
  /external/bluetooth/bluez/doc/
audio-api.txt 145 Sent when the audio connection is closed
183 SCO audio connection closed
  /external/emma/core/java12/com/vladium/util/
IPathEnumerator.java 56 * has been closed.
114 handler.handleArchiveEnd (parent, archive); // note: it is important that this is called after the zip stream has been closed
  /external/kernel-headers/original/linux/
tty.h 164 * has been closed --- for things like the baud rate, etc --- it is
245 #define TTY_OTHER_CLOSED 2 /* Other side (if any) has closed */

Completed in 336 milliseconds

<<11121314151617181920>>