Searched refs:close (Results 126 - 150 of 877) sorted by relevance

1234567891011>>

/frameworks/base/test-runner/src/junit/runner/
H A DTestCaseClassLoader.java148 stream.close();
149 out.close();
180 zipFile.close();
186 stream.close();
209 is.close();
/frameworks/opt/vcard/tests/src/com/android/vcard/tests/
H A DVCardParserTests.java107 inputStream.close();
135 inputStream.close();
167 inputStream.close();
216 inputStream.close();
238 inputStream.close();
/frameworks/av/drm/libdrmframework/plugins/forward-lock/internal-format/common/
H A DFwdLockGlue.c84 (void)close(fileDesc);
93 (void)close(fileDesc);
133 (void)close(fileDesc);
/frameworks/base/cmds/idmap/
H A Dcreate.cpp52 close(fd);
148 close(idmap_fd);
212 close(fd);
/frameworks/base/core/java/android/database/
H A DCursorToBulkCursorAdaptor.java104 mFilledWindow.close();
112 mCursor.close();
212 public void close() { method in class:CursorToBulkCursorAdaptor
H A DMergeCursor.java171 public void close() { method in class:MergeCursor
175 mCursors[i].close();
177 super.close();
/frameworks/base/core/java/android/database/sqlite/
H A DSQLiteOpenHelper.java150 * (Make sure to call {@link #close} when you no longer need the database.)
159 * @return a read/write database object valid until {@link #close} is called
183 * or {@link #close} is called.
194 // Darn! The user closed the database by calling mDatabase.close().
277 db.close();
285 public synchronized void close() { method in class:SQLiteOpenHelper
289 mDatabase.close();
/frameworks/base/core/tests/bandwidthtests/src/com/android/bandwidthtest/util/
H A DBandwidthTestUtil.java64 in.close();
110 fos.close();
146 res.getEntity().getContent().close();
/frameworks/base/core/tests/coretests/src/android/database/
H A DDatabaseCursorTest.java67 mDatabase.close();
139 c.close();
203 c.close();
232 c.close();
259 c.close();
314 c.close();
348 c.close();
386 c.close();
399 c.close();
417 c.close();
[all...]
/frameworks/base/core/tests/coretests/src/android/database/sqlite/
H A DSQLiteCursorTest.java50 mDatabase.close();
93 c1.close();
150 c.close();
/frameworks/base/include/androidfw/
H A DAsset.h82 virtual void close(void) = 0;
240 virtual void close(void);
296 virtual void close(void);
/frameworks/base/libs/usb/tests/accessorytest/
H A Dhid.c63 close(fd);
70 close(fd);
194 close(inotify_fd);
/frameworks/base/media/mca/filterfw/java/android/filterfw/core/
H A DAsyncRunner.java117 mRunner.close();
202 * been completed. Calling stop will close the filter graph. */
212 synchronized public void close() { method in class:AsyncRunner
214 throw new RuntimeException("Cannot close graph while it is running!");
217 mRunner.close();
/frameworks/base/packages/Keyguard/scripts/
H A Dnew_merge.py102 pipe.close()
147 fin.close()
148 fout.close()
/frameworks/compile/libbcc/lib/Support/
H A DFileBase.cpp78 close();
296 void FileBase::close() { function in class:FileBase
302 ::close(mFD);
/frameworks/compile/mclinker/lib/Support/
H A DFileHandle.cpp39 close();
124 bool FileHandle::close() { function in class:mcld::FileHandle
131 if (::close(m_Handler) == -1) {
/frameworks/ml/bordeaux/service/src/android/bordeaux/services/
H A DBordeauxSessionStorage.java120 cursor.close();
124 cursor.close();
129 cursor.close();
/frameworks/native/libs/gui/
H A DBitTube.cpp64 close(mSendFd);
67 close(mReceiveFd);
139 close(mReceiveFd);
/frameworks/base/core/java/com/android/internal/util/
H A DFastPrintWriter.java20 public void close() throws IOException { method in class:FastPrintWriter.DummyWriter
28 close();
33 close();
400 public void close() { method in class:FastPrintWriter
405 mOutputStream.close();
407 mWriter.close();
/frameworks/base/core/tests/coretests/src/android/app/backup/
H A DBackupDataTest.java76 mDataFile.close();
87 mDataFile.close();
108 mDataFile.close();
129 mDataFile.close();
153 mDataFile.close();
237 fileOutputStream.close();
/frameworks/base/media/java/android/media/
H A DImageReader.java212 * until the Image is {@link Image#close closed} to release the image back to the ImageReader.
222 * @see Image#close
251 * but {@link #close} all images that aren't the latest. This function is
267 * calls greater than {@link #getMaxImages} without calling {@link Image#close} in-between
270 * released with {@link Image#close}.
289 image.close();
294 image.close();
362 * calling {@link Image#close} in-between will exhaust the underlying queue. At such a time,
364 * {@link Image#close}.
386 "call #close befor
475 public void close() { method in class:ImageReader
659 public void close() { method in class:ImageReader.SurfaceImage
[all...]
/frameworks/base/packages/services/Proxy/src/com/android/proxyhandler/
H A DProxyServer.java76 connection.close();
97 connection.close();
111 connection.close();
173 connection.close();
276 // the proxy has to request the destination server to close the connection
278 sendLine(dst, "Connection: close");
344 socket.close();
390 serverSocket.close();
/frameworks/av/media/libmedia/
H A DIDataSource.cpp66 virtual void close() { function in struct:android::BpDataSource
100 close();
/frameworks/base/core/java/android/app/usage/
H A DNetworkStatsManager.java102 stats.close();
135 stats.close();
/frameworks/base/core/java/android/bluetooth/
H A DBluetoothServerSocket.java48 * BluetoothSocket} is acquired, it's a good idea to call {@link #close()} on
51 * close the returned {@link BluetoothSocket}.
54 * safe. In particular, {@link #close} will always immediately abort ongoing
55 * operations and close the server socket.
138 * <p>{@link #close} can be used to abort this call from another thread.
152 * <p>{@link #close} can be used to abort this call from another thread.
162 * Immediately close this socket, and release all associated resources.
166 * close any {@link BluetoothSocket} received from {@link #accept()}.
168 public void close() throws IOException { method in class:BluetoothServerSocket
174 mSocket.close();
[all...]

Completed in 652 milliseconds

1234567891011>>