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

<<11121314151617181920>>

  /hardware/ril/reference-ril/
atchannel.h 87 channel is already closed */
  /packages/apps/Email/src/com/android/email/mail/internet/
BinaryTempFileBody.java 42 * getInputStream is closed the file is deleted and the Body should be considered disposed of.
  /packages/apps/Email/src/org/apache/james/mime4j/field/address/parser/
JJTAddressListParserState.java 20 /* Determines whether the current node was actually closed and
  /packages/apps/Phone/src/com/android/phone/
EditPhoneNumberPreference.java 63 /** Called when the Dialog is closed. */
93 * Interface for the dialog closed listener, related to
275 //set the listener to be called wht the dialog is closed.
320 //When the dialog is closed, perform the relevant actions, including setting
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ui/
SuggestionsAdapter.java 171 * This does not close the old cursor. Instead, all the cursors are closed in
  /sdk/files/
devices.xml 27 <d:config name="Landscape, closed">
  /system/core/adb/
protocol.txt 70 large maxdata value, the connection with the other side must be closed.
110 closed while this message was in-flight.
125 closed while this message was in-flight.
143 already been closed by the recipient while this message was in-flight.
  /system/core/libcutils/
socket_local_client.c 120 * fd is not closed on error. that's your job.
  /cts/tests/tests/os/src/android/os/cts/
FileObserverTest.java 97 * 1. Observe a dir, when it's child file have been written and closed,
98 * observer should get modify open-child modify-child and closed-write events.
  /dalvik/libcore/luni/src/main/java/java/io/
FilterReader.java 152 * if the reader is closed or some other I/O error occurs.
190 * if the filtered reader is closed or some other I/O error
SequenceInputStream.java 134 * closed.
176 * is closed or if the end of the last stream in the sequence has
  /dalvik/libcore/luni/src/test/java/tests/api/java/net/
ServerSocketTest.java 955 assertFalse("Socket should indicate it is not closed(1):", serverSocket
958 assertTrue("Socket should indicate it is closed(1):", serverSocket
963 assertFalse("Socket should indicate it is not closed(1):", serverSocket
966 assertTrue("Socket should indicate it is closed(1):", serverSocket
970 assertFalse("Socket should indicate it is not closed(1):", serverSocket
973 assertTrue("Socket should indicate it is closed(1):", serverSocket
977 assertFalse("Socket should indicate it is not closed(1):", serverSocket
980 assertTrue("Socket should indicate it is closed(1):", serverSocket
    [all...]
  /dalvik/libcore/nio/src/main/java/java/nio/channels/
FileLock.java 170 * valid unless the underlying channel has been closed or it has been
182 * if the channel is already closed when an attempt to release
  /dalvik/libcore/nio/src/main/java/java/nio/channels/spi/
AbstractSelectableChannel.java 123 * if this channel is closed.
235 * if this channel is closed.
  /development/host/windows/usb/winusb/
adb_winusb_interface.h 82 /** \brief This method is called when handle to this object gets closed.
87 @return true on success or false if object is already closed. If
  /external/apache-http/src/org/apache/http/impl/conn/
DefaultClientConnection.java 137 * socket that is being connected to a remote address will be closed.
160 log.debug("Connection closed");
  /external/icu4c/data/unidata/
BidiMirroring.txt 299 2AA6; 2AA7 # LESS-THAN CLOSED BY CURVE
300 2AA7; 2AA6 # GREATER-THAN CLOSED BY CURVE
301 2AA8; 2AA9 # LESS-THAN CLOSED BY CURVE ABOVE SLANTED EQUAL
302 2AA9; 2AA8 # GREATER-THAN CLOSED BY CURVE ABOVE SLANTED EQUAL
325 2ACF; 2AD0 # CLOSED SUBSET
326 2AD0; 2ACF # CLOSED SUPERSET
327 2AD1; 2AD2 # CLOSED SUBSET OR EQUAL TO
328 2AD2; 2AD1 # CLOSED SUPERSET OR EQUAL TO
  /external/proguard/src/proguard/gui/
FilterDialog.java 281 * Shows this dialog. This method only returns when the dialog is closed.
290 // Open the dialog in the right place, then wait for it to be closed,
  /external/webkit/WebKit/mac/History/
WebBackForwardList.mm 121 ASSERT(backForwardList->closed());
135 ASSERT(backForwardList->closed());
  /frameworks/base/core/java/android/database/sqlite/
SQLiteOpenHelper.java 141 * database object will be closed and the read/write object will be returned
188 if (mIsInitializing) throw new IllegalStateException("Closed during initialization");
  /frameworks/base/core/java/android/os/
FileObserver.java 52 /** Event type: Someone had a file or directory open for writing, and closed it */
54 /** Event type: Someone had a file or directory open read-only, and closed it */
ParcelFileDescriptor.java 182 * ParcelFileDescritor.close()} for you when the stream is closed.
201 * ParcelFileDescritor.close()} for you when the stream is closed.
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
CursorBackedSuggestionCursor.java 58 /** True if this result has been closed. */
98 Log.e(TAG, "LEAK! Finalized without being closed: " + toString());
  /external/dropbear/
common-channel.c 292 and if there isn't data available, the channel will get closed. */
318 TRACE(("sending close, readfd is closed"))
351 /* Send the close message and set the channel as closed */
374 /* call this when trans/eof channels are closed */
433 * This avoid channels which don't have any window available, are closed, etc*/
478 * channel isn't closed yet, it is left until the incoming (from the program
  /external/icu4c/i18n/unicode/
utrans.h 168 * Any non-NULL result from this function should later be closed with
203 * should later be closed with utrans_close().
217 * function should later be closed with utrans_close().
231 * utrans_openXxx() or utrans_clone() should eventually be closed.
232 * @param trans the transliterator to be closed.
500 * Any non-NULL result from this function should later be closed with

Completed in 90 milliseconds

<<11121314151617181920>>