/external/qemu/android/utils/ |
tempfile.c | 41 ** close them before that with tempfile_close() 96 close(tempfd); 170 close(t->fds[nn]);
|
/external/qemu/distrib/sdl-1.2.12/src/video/ataricommon/ |
SDL_ataridevmouse.c | 77 close(handle); 86 close(handle); 98 close(handle);
|
/frameworks/base/awt/javax/imageio/stream/ |
FileCacheImageOutputStream.java | 86 public void close() throws IOException { method in class:FileCacheImageOutputStream 88 super.close(); 89 raf.close();
|
/frameworks/base/core/java/android/os/ |
ConditionVariable.java | 25 * open(), close() and block() are sticky. If open() is called before block(), 59 * Any threads that later approach block() will not block unless close() 79 public void close() method in class:ConditionVariable
|
/frameworks/base/core/java/android/util/ |
Base64OutputStream.java | 89 * before doing a write(byte[], int, int) or a close(). 104 public void close() throws IOException { method in class:Base64OutputStream 115 out.close();
|
/frameworks/base/core/tests/coretests/src/android/content/ |
MemoryFileProviderTest.java | 44 in.close(); 63 in.close(); 78 in.close();
|
/frameworks/base/core/tests/coretests/src/android/database/ |
DatabaseLocaleTest.java | 61 mDatabase.close(); 76 c.close(); 126 if (cursor != null) cursor.close();
|
/frameworks/base/core/tests/coretests/src/android/net/ |
LocalSocketTest.java | 134 ss.close(); 136 ls.close(); 169 ls1.close();
|
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/performance/ |
MediaPlayerPerformance.java | 122 fis.close(); 157 //close the database after all transactions 159 mDB.close(); 236 mPreviewDone.close(); 435 output.close(); 454 output.close(); 473 output.close(); 494 output.close(); 514 output.close(); 535 output.close(); [all...] |
/hardware/msm7k/dspcrashd/ |
dspcrashd.c | 119 close(fd); 125 close(fd); 146 close(fd);
|
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/ |
BluetoothOppObexClientSession.java | 205 if (D) Log.d(TAG, "OBEX session close mCs"); 206 mCs.close(); 210 Log.w(TAG, "OBEX session close error" + e); 214 mTransport1.close(); 216 Log.e(TAG, "mTransport.close error"); 413 outputStream.close(); 475 outputStream.close(); 493 fileInfo.mInputStream.close(); 518 inputStream.close(); 521 putOperation.close(); [all...] |
/packages/apps/Browser/src/com/android/browser/ |
DownloadTouchIcon.java | 98 client.close(); 102 mCursor.close(); 110 mCursor.close();
|
/packages/apps/Camera/tests/src/com/android/camera/stress/ |
SwitchPreview.java | 78 mOut.close(); 79 mfstream.close(); 81 assertTrue("CameraSwitchMode close output", false);
|
/packages/apps/Email/src/com/android/email/mail/internet/ |
BinaryTempFileBody.java | 89 base64Out.close(); 99 public void close() throws IOException { method in class:BinaryTempFileBody.BinaryTempFileBodyInputStream 100 super.close();
|
/packages/apps/Email/src/org/apache/commons/io/input/ |
ProxyInputStream.java | 98 * Invokes the delegate's <code>close()</code> method.
101 public void close() throws IOException {
method in class:ProxyInputStream 102 in.close();
|
/packages/apps/Email/src/org/apache/commons/io/output/ |
ProxyWriter.java | 104 * Invokes the delegate's <code>close()</code> method.
107 public void close() throws IOException {
method in class:ProxyWriter 108 out.close();
|
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ |
MultiSourceCorpus.java | 145 public void close() { method in class:MultiSourceCorpus.Result 146 super.close(); 148 result.close();
|
SearchableCorpora.java | 112 * After calling, clients must call {@link #close()} when done with this object. 135 public void close() { method in class:SearchableCorpora 138 mSources.close();
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/ |
ContactsDictionary.java | 55 public synchronized void close() { method in class:ContactsDictionary 60 super.close(); 124 cursor.close();
|
UserDictionary.java | 57 public synchronized void close() { method in class:UserDictionary 62 super.close(); 129 cursor.close();
|
/prebuilt/windows/sdl/host/include/SDL/ |
SDL_rwops.h | 66 /* Close and free an allocated SDL_FSops structure */ 67 int (SDLCALL *close)(struct SDL_RWops *context); member in struct:SDL_RWops 105 #define SDL_RWclose(ctx) (ctx)->close(ctx)
|
/system/extras/libpagemap/ |
pm_kernel.c | 49 close(ker->kpagecount_fd); 152 close(ker->kpagecount_fd); 153 close(ker->kpageflags_fd);
|
/dalvik/libcore/logging/src/test/java/org/apache/harmony/logging/tests/java/util/logging/ |
StreamHandlerTest.java | 415 * Test close() when having sufficient privilege, and a record has been 420 notes = "Verifies close() when having sufficient privilege, and a record has been written to the output stream.", 421 method = "close", 429 h.close(); 430 assertEquals("close", CallVerificationStack.getInstance() 437 h.close(); 441 * Test close() when having sufficient privilege, and an output stream that 446 notes = "Verifies close() when having sufficient privilege, and an output stream that always throws exceptions.", 447 method = "close", 456 h.close(); 1234 public void close() throws IOException { method in class:StreamHandlerTest.MockOutputStream 1269 public void close() throws IOException { method in class:StreamHandlerTest.MockExceptionOutputStream [all...] |
/cts/tests/tests/database/src/android/database/sqlite/cts/ |
SQLiteCursorTest.java | 62 mDatabase.close(); 94 method = "close", 108 cursor.close(); 148 // deactivate() will close the CursorWindow 337 public void close() { method in class:SQLiteCursorTest.MockCursorWindow 338 super.close();
|
/cts/tests/tests/provider/src/android/provider/cts/ |
ContactsContract_TestDataBuilder.java | 82 cursor.close(); 153 close(); method 165 close(); method 233 public void close() { method in class:ContactsContract_TestDataBuilder.Builder 235 mCursor.close(); 352 builder.close();
|