HomeSort by relevance Sort by last modified time
    Searched defs:close (Results 76 - 100 of 7761) sorted by null

1 2 34 5 6 7 8 91011>>

  /frameworks/layoutlib/create/src/com/android/tools/layoutlib/java/
AutoCloseable.java 31 void close() throws Exception; method in interface:AutoCloseable
  /libcore/ojluni/src/main/java/java/io/
ObjectOutput.java 89 public void close() throws IOException; method in interface:ObjectOutput
  /libcore/ojluni/src/main/java/java/nio/channels/
Channel.java 82 public void close() throws IOException; method in interface:Channel
MulticastChannel.java 139 @Override void close() throws IOException; method in interface:MulticastChannel
  /libcore/ojluni/src/main/java/java/nio/file/
WatchService.java 62 * #close close} method may be invoked at any time to close the service causing
128 void close() throws IOException; method in interface:WatchService
  /libcore/support/src/test/java/libcore/javax/net/ssl/
TestSSLSocketPair.java 45 public void close() { method in class:TestSSLSocketPair
46 c.close();
48 server.close();
49 client.close();
  /packages/apps/Camera2/src/com/android/camera/async/
SafeCloseable.java 20 * An {@link AutoCloseable} which should not throw in {@link #close}.
24 * Implementations must tolerate multiple calls to close().
27 public void close(); method in interface:SafeCloseable
  /packages/apps/Contacts/src/com/android/contacts/list/
JoinContactLoader.java 53 public void close() { method in class:JoinContactLoader.JoinContactLoaderResult
56 suggestionCursor.close();
60 super.close();
100 cursorToClose.close();
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
SuggestionsProvider.java 33 void close(); method in interface:SuggestionsProvider
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/util/
QuietlyCloseable.java 22 * Interface for closeable objects whose close method doesn't throw IOExceptions.
26 void close(); method in interface:QuietlyCloseable
  /packages/apps/UnifiedEmail/src/org/apache/commons/io/input/
CloseShieldInputStream.java 25 * passed to a component that wants to explicitly close the stream even if
48 public void close() { method in class:CloseShieldInputStream
  /packages/apps/UnifiedEmail/src/org/apache/commons/io/output/
CloseShieldOutputStream.java 25 * passed to a component that wants to explicitly close the stream even if
48 public void close() { method in class:CloseShieldOutputStream
  /test/vts/utils/python/controllers/attenuator_lib/
_tnhelper.py 46 self._tn.close()
54 def close(self): member in class:_TNHelper
56 self._tn.close()
  /test/vts/utils/python/controllers/attenuator_lib/aeroflex/
telnet.py 77 def close(self): member in class:AttenuatorInstrument
84 self._tnhelper.close()
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/arm/
thumb.s 123 close: label
124 lsl r4, r5, #near - close
126 add r2, r3, #near - close
  /tools/test/connectivity/acts/framework/acts/controllers/attenuator_lib/
_tnhelper.py 46 self._tn.close()
54 def close(self): member in class:_TNHelper
56 self._tn.close()
  /tools/test/connectivity/acts/framework/acts/controllers/attenuator_lib/aeroflex/
telnet.py 81 def close(self): member in class:AttenuatorInstrument
88 self._tnhelper.close()
  /cts/hostsidetests/inputmethodservice/deviceside/lib/src/android/inputmethodservice/cts/db/
Database.java 81 public void close() { method in class:Database
82 mHelper.close();
  /development/samples/VoicemailProviderDemo/src/com/example/android/voicemail/common/utils/
CloseUtils.java 32 * If the argument is non-null, close the Closeable ignoring any {@link IOException}.
37 closeable.close();
44 /** If the argument is non-null, close the cursor. */
47 cursor.close();
  /development/tools/idegen/src/
Files.java 36 in.close();
46 out.close();
  /external/apache-harmony/support/src/test/java/tests/support/
Support_HttpServerSocket.java 73 * @see tests.support.Support_ServerSocket#close()
75 public void close() throws IOException { method in class:Support_HttpServerSocket
77 instance.close();
Support_ProcessReadWriteTest.java 42 input.close();
43 output.close();
  /external/archive-patcher/shared/src/main/java/com/google/archivepatcher/shared/
RandomAccessFileOutputStream.java 82 public void close() throws IOException { method in class:RandomAccessFileOutputStream
84 raf.close();
  /external/brotli/java/org/brotli/wrapper/dec/
BrotliDecoderChannel.java 46 public void close() throws IOException { method in class:BrotliDecoderChannel
48 super.close();
  /external/conscrypt/libcore-stub/src/main/java/libcore/io/
IoUtils.java 32 closeable.close();
46 socket.close();

Completed in 907 milliseconds

1 2 34 5 6 7 8 91011>>