HomeSort by relevance Sort by last modified time
    Searched full:close (Results 1501 - 1525 of 5187) sorted by null

<<61626364656667686970>>

  /packages/apps/Music/src/com/android/music/
CreatePlaylist.java 113 c.close();
167 c.close();
RenamePlaylist.java 134 c.close();
151 c.close();
  /packages/experimental/RpcPerformance/src/com/android/rpc_performance/
ProviderPerfActivity.java 282 raf.close();
299 try { if (raf != null) raf.close(); } catch (IOException e) {}
314 raf.close();
324 try { if (raf != null) raf.close(); } catch (IOException e) {}
386 is.close();
427 if (c != null) c.close();
518 try { socket.close(); } catch (IOException e) {}
592 if (c != null) c.close();
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
BinaryDictionary.java 139 public synchronized void close() { method in class:BinaryDictionary
148 close(); method
TextEntryState.java 104 sKeyLocationFile.close();
117 sUserActionFile.close();
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
OpenWnnEN.java 121 /** Message for {@code mHandler} (close) */
152 if (mConverterEN != null) mConverterEN.close();
153 if (mSymbolList != null) mSymbolList.close();
339 mTutorial.close();
1052 @Override protected void close() { method in class:OpenWnnEN
    [all...]
WnnEngine.java 46 * Close the converter.
51 public void close(); method in interface:WnnEngine
  /packages/inputmethods/PinyinIME/src/com/android/inputmethod/pinyin/
PinyinDecoderService.java 145 afd.close();
157 openFileOutput("dummy", 0).close(); method
  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
CallLogProviderTest.java 116 c.close();
121 c.close();
  /packages/providers/DownloadProvider/src/com/android/providers/downloads/
DownloadReceiver.java 145 cursor.close();
173 cursor.close();
  /sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/handler/
BaseFileHandler.java 135 sync.close();
195 fos.close();
  /sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/internal/repository/
RepoSources.java 118 fis.close();
173 fos.close();
  /system/core/logwrapper/
logwrapper.c 163 close(parent_ptty);
166 close(child_ptty);
  /system/core/toolbox/
ps.c 61 close(fd);
70 close(fd);
setconsole.c 86 " -c Close unused virtual consoles\n"
144 close(fd);
  /system/extras/libpagemap/
pm_process.c 189 close(fd);
200 close(proc->pagemap_fd);
  /system/extras/tests/sdcard/
sdcard_perf_test.cpp 55 // write: Open a file write some random data and close.
56 // read: Open a file read it and close.
325 close(fd);
333 close(fd);
387 close(fd);
458 close(fd);
479 close(fd);
547 close(fd);
  /system/vold/
main.cpp 135 close(fd);
153 close(fd);
  /dalvik/libcore/luni/src/main/java/org/apache/harmony/luni/internal/net/www/protocol/http/
HttpURLConnectionImpl.java 126 * <code>close()</code> calls to the wrapped stream but instead
194 public void close() { method in class:HttpURLConnectionImpl.LocalCloseInputStream
233 public void close() throws IOException { method in class:HttpURLConnectionImpl.LimitedInputStream
236 disconnect(true); // Should close the socket if client hasn't read all the data
344 public void close() throws IOException { method in class:HttpURLConnectionImpl.ChunkedInputStream
368 // If we're asked to close a stream with unread chunks, we need to skip them.
508 @Override public void close() throws IOException { method in class:HttpURLConnectionImpl.FixedLengthHttpOutputStream
650 private void sendCache(boolean close) throws IOException {
652 if (size > 0 || close) {
661 if (close) {
685 public synchronized void close() throws IOException { method in class:HttpURLConnectionImpl.DefaultHttpOutputStream
    [all...]
  /dalvik/libcore/sql/src/main/java/SQLite/JDBC2y/
JDBCDatabaseMetaData.java 544 s.close();
548 s.close();
598 s.close();
602 s.close();
733 s0.close();
734 s1.close();
777 s2.close();
855 s0.close();
891 s1.close();
926 s1.close();
    [all...]
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
ContactAggregator.java 371 c.close();
613 c.close();
690 c.close();
790 c.close();
    [all...]
  /bootable/diskinstaller/libdiskconfig/
diskconfig.c 379 close(fd);
403 close(*fd);
424 close(fd);
445 close(fd);
450 close(fd);
  /build/tools/signapk/
SignApk.java 90 input.close();
165 input.close();
475 outputJar.close();
489 if (inputJar != null) inputJar.close();
490 if (outputFile != null) outputFile.close();
  /dalvik/libcore/luni/src/test/java/tests/api/java/net/
DatagramPacketTest.java 256 socket.close();
260 socket.close();
282 socket.close();
287 socket.close();
604 * Tears down the fixture, for example, close a network connection. This
  /dalvik/libcore/xml/src/main/java/org/apache/xml/serializer/
WriterToUTF8Buffered.java 33 * is done via the close() flush() or flushBuffer() method.
135 /* If we are close to the end of the buffer then flush it.
471 * Close the stream, flushing it first. Once a stream has been closed,
479 public void close() throws java.io.IOException method in class:WriterToUTF8Buffered
482 m_os.close();

Completed in 378 milliseconds

<<61626364656667686970>>