HomeSort by relevance Sort by last modified time
    Searched refs:close (Results 2051 - 2075 of 7589) sorted by null

<<81828384858687888990>>

  /packages/apps/Nfc/nci/src/com/android/nfc/dhimpl/
NativeLlcpSocket.java 53 public void close() throws IOException { method in class:NativeLlcpSocket
  /packages/apps/Nfc/nxp/src/com/android/nfc/dhimpl/
NativeLlcpSocket.java 53 public void close() throws IOException { method in class:NativeLlcpSocket
  /packages/apps/Nfc/src/com/android/nfc/echoserver/
EchoServer.java 237 clientSocket.close();
244 serverSocket.close();
267 serverSocket.close();
331 socket.close();
  /packages/apps/Nfc/tests/src/com/android/nfc/
MockLlcpSocket.java 32 public void close() throws IOException { method in class:MockLlcpSocket
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/util/
Consumers.java 34 if (!accepted && value != null) value.close();
SingleThreadNamedTaskExecutor.java 45 throw new IllegalStateException("cancelPendingTasks() after close()");
50 public void close() { method in class:SingleThreadNamedTaskExecutor
58 throw new IllegalStateException("execute() after close()");
68 if (!mClosed) Log.w(TAG, "Worker exited before close");
  /packages/apps/UnifiedEmail/src/org/apache/commons/io/input/
CharSequenceReader.java 47 * Close resets the file back to the start and removes any marked position.
49 public void close() { method in class:CharSequenceReader
  /packages/apps/UnifiedEmail/src/org/apache/james/mime4j/
CloseShieldInputStream.java 67 public void close() throws IOException { method in class:CloseShieldInputStream
  /packages/apps/UnifiedEmail/src/org/apache/james/mime4j/message/
MemoryBinaryBody.java 61 out.close();
TempFileBinaryBody.java 61 out.close();
  /packages/apps/VideoEditor/src/com/android/videoeditor/util/
FileUtils.java 119 is.close();
128 fos.close();
207 is.close();
212 fos.close();
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/setup/
SetupStepIndicatorView.java 59 mIndicatorPath.close();
  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/makedict/
SparseTableTests.java 118 lookupOutStream.close();
125 contentOutStream.close();
179 lookupOutStream.close();
187 contentsOutStream[i].close(); method
  /packages/providers/CalendarProvider/src/com/android/providers/calendar/
CalendarUpgradeReceiver.java 77 helper.close();
  /packages/providers/CalendarProvider/tests/src/com/android/providers/calendar/
CalendarCacheTest.java 47 mDbHelper.close();
CalendarDatabaseHelperTest.java 411 badCursor.close();
414 goodCursor.close();
443 badCursor.close();
446 goodCursor.close();
  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
PhotoStoreTest.java 151 c.close();
171 c.close();
192 c.close();
239 c.close();
  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/testutil/
CommonDatabaseUtils.java 68 cursor.close();
ContactUtil.java 69 cursor.close();
  /packages/providers/DownloadProvider/tests/permission/src/com/android/providers/downloads/permission/tests/
DownloadProviderPermissionsTest.java 58 strm.close();
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/i686-linux/bits/
basic_file.h 59 // True iff we opened _M_cfile, and thus must close it ourselves.
75 close();
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/x86_64-linux/bits/
basic_file.h 59 // True iff we opened _M_cfile, and thus must close it ourselves.
75 close();
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/libs/armeabi/include/bits/
basic_file.h 59 // True iff we opened _M_cfile, and thus must close it ourselves.
75 close();
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/libs/armeabi-v7a/include/bits/
basic_file.h 59 // True iff we opened _M_cfile, and thus must close it ourselves.
75 close();
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/libs/mips/include/bits/
basic_file.h 59 // True iff we opened _M_cfile, and thus must close it ourselves.
75 close();

Completed in 1690 milliseconds

<<81828384858687888990>>