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

<<41424344454647484950>>

  /frameworks/base/core/java/android/database/
IBulkCursor.java 48 public void close() throws RemoteException; method in interface:IBulkCursor
  /frameworks/base/core/java/android/database/sqlite/
SQLiteCursor.java 155 // Close the cursor window if the query failed and therefore will
158 // and fails to close the cursor.
205 public void close() { method in class:SQLiteCursor
206 super.close();
208 mQuery.close();
261 // if the cursor hasn't been closed yet, close it first
273 close(); method
  /frameworks/base/core/java/android/util/
LogWriter.java 56 @Override public void close() { method in class:LogWriter
  /frameworks/base/core/java/com/android/server/
ResettableTimeout.java 66 mLock.close();
  /frameworks/base/core/jni/android/graphics/pdf/
PdfDocument.cpp 96 document->close();
99 void close() { function in class:android::PdfDocument
109 close();
143 document->close();
  /frameworks/base/core/tests/bluetoothtests/src/android/bluetooth/
BluetoothRebootStressTest.java 47 mTestUtils.close();
  /frameworks/base/test-runner/src/android/test/
DatabaseTestUtils.java 53 entityCursor.close();
  /frameworks/native/libs/diskusage/
dirsize.c 47 close(dfd);
  /frameworks/native/opengl/libs/EGL/
Loader.h 61 status_t close(void* driver);
  /frameworks/support/v4/java/android/support/v4/content/
CursorLoader.java 65 cursor.close();
77 oldCursor.close();
137 cursor.close();
149 mCursor.close();
  /frameworks/support/v4/java/android/support/v4/util/
LogWriter.java 43 @Override public void close() { method in class:LogWriter
  /frameworks/testing/uiautomator_test_libraries/src/com/android/uiautomator/common/helpers/
AppHelperBase.java 86 resultReader.close();
  /hardware/libhardware/include/hardware/
local_time_hal.h 111 return device->common.close(&device->common);
  /hardware/libhardware/modules/nfc/
nfc_pn544_example.c 22 /* Close an opened pn544 device instance */
39 dev->common.close = pn544_close;
  /hardware/qcom/display/msm8960/liboverlay/pipes/
overlayGenPipe.cpp 42 close();
72 bool GenericPipe::close() { function in class:overlay::GenericPipe
75 if(!mCtrlData.ctrl.close()) {
76 ALOGE("GenericPipe failed to close ctrl");
79 if (!mCtrlData.data.close()) {
80 ALOGE("GenericPipe failed to close data");
overlayGenPipe.h 46 bool close();
  /hardware/qcom/display/msm8974/liboverlay/
overlayWriteback.cpp 42 if(!mBuf.close()) {
53 mBuf.close();
70 ret = mBuf.close();
87 if (!mFd.close()) {
  /hardware/qcom/display/msm8974/liboverlay/pipes/
overlayGenPipe.h 45 bool close();
  /hardware/qcom/display/msm8x26/liboverlay/pipes/
overlayGenPipe.cpp 42 close();
72 bool GenericPipe::close() { function in class:overlay::GenericPipe
75 if(!mCtrlData.ctrl.close()) {
76 ALOGE("GenericPipe failed to close ctrl");
79 if (!mCtrlData.data.close()) {
80 ALOGE("GenericPipe failed to close data");
overlayGenPipe.h 46 bool close();
  /libcore/dalvik/src/main/java/dalvik/system/
CloseGuard.java 21 * resources that should have been cleaned up by explicit close
37 * guard.close();
73 * guard.close();
127 * failure to close. If CloseGuard is disabled, a non-null no-op
193 public void close() { method in class:CloseGuard
199 * properly cleanup by calling an explicit close method
  /libcore/harmony-tests/src/test/java/org/apache/harmony/nio/tests/java/nio/channels/
FileChannelLockingTest.java 59 writer.close();
76 readOnlyChannel.close();
79 writeOnlyChannel.close();
82 readWriteChannel.close();
  /libcore/luni/src/main/java/java/io/
InputStream.java 107 * any resources during close. This implementation does nothing.
112 public void close() throws IOException { method in class:InputStream
PipedOutputStream.java 64 public void close() throws IOException { method in class:PipedOutputStream
  /libcore/luni/src/main/java/java/nio/channels/
FileLock.java 192 public final void close() throws IOException { method in class:FileLock

Completed in 820 milliseconds

<<41424344454647484950>>