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

<<101102103104105106107108109110>>

  /system/extras/tests/storage/
wipe_blkdev.c 128 close(fd);
  /external/libppp/src/
bundle.c 186 close(bundle->notify.fd);
389 * Please close the given datalink.
392 * If it isn't the last datalink, just Close that datalink.
771 close(bundle.dev.fd);
854 close(bundle.dev.fd);
935 close(bundle->dev.fd);
    [all...]
  /bionic/libc/tools/zoneinfo/
ZoneCompactor.java 141 reader.close();
211 reader.close();
221 f.close();
  /cts/tests/tests/os/src/android/os/cts/
BuildTest.java 96 scanner.close();
117 scanner.close();
142 scanner.close();
FileObserverTest.java 67 mOut.close();
84 * observer should get create-child close-nowrite delete-child delete-self events.
101 mOut.close(); // close_write
119 mOut.close();
  /cts/tests/tests/provider/src/android/provider/cts/
MediaStore_Audio_Playlists_MembersTest.java 109 c.close();
182 c.close();
243 c.close();
287 c.close();
347 c.close();
361 c.close();
370 c.close();
374 c.close();
389 c.close();
399 c.close();
    [all...]
  /cts/tests/tests/uidisolation/src/android/uidisolation/cts/
PermissionTestService.java 180 fis.close();
203 fos.close();
248 is.close();
  /cts/tools/utils/
buildCts.py 49 stream.close()
88 pool.close()
179 description.close()
  /dalvik/vm/
JarFile.cpp 135 * Unlock and close it.
175 close(fd);
225 close(fd);
361 close(fd);
367 * Close a Jar file and free the struct.
  /developers/samples/android/connectivity/bluetooth/BluetoothLeGatt/BluetoothLeGattSample/src/main/java/com/example/android/bluetoothlegatt/
BluetoothLeService.java 168 // After using a given device, you should make sure that BluetoothGatt.close() is called
169 // such that resources are cleaned up properly. In this particular example, close() is
171 close(); method
262 public void close() { method in class:BluetoothLeService
266 mBluetoothGatt.close();
  /development/samples/ToyVpn/src/com/example/android/toyvpn/
ToyVpnService.java 120 mInterface.close();
248 tunnel.close();
323 // Close the old interface since the parameters have been changed.
325 mInterface.close();
  /development/samples/Vault/tests/src/com/example/android/vault/
EncryptedDocumentTest.java 115 beforePipe[1].close(); method
144 afterPipe[0].close(); method
206 f.close();
  /development/samples/XmlAdapters/src/com/example/android/xmladapters/
ImageDownloader.java 287 inputStream.close();
290 outputStream.close();
306 client.close();
  /development/samples/browseable/BluetoothLeGatt/src/com.example.android.bluetoothlegatt/
BluetoothLeService.java 168 // After using a given device, you should make sure that BluetoothGatt.close() is called
169 // such that resources are cleaned up properly. In this particular example, close() is
171 close(); method
262 public void close() { method in class:BluetoothLeService
266 mBluetoothGatt.close();
  /development/samples/training/threadsample/src/com/example/android/threadsample/
DataProvider.java 127 public void close() { method in class:DataProvider
128 mHelper.close();
387 localSQLiteDatabase.close();
  /device/generic/goldfish/camera/
EmulatedCamera3.cpp 49 common.close = EmulatedCamera3::close;
277 int EmulatedCamera3::close(struct hw_device_t* device) { function in class:android::EmulatedCamera3
  /external/antlr/antlr-3.4/gunit/src/main/java/org/antlr/gunit/swingui/model/
TestSuiteFactory.java 101 reader.close();
122 fw.close();
169 reader.close();
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/net/
ExcludedProxyTest.java 77 out2.close();
100 out.close();
179 out.close();
  /external/apache-http/src/org/apache/http/impl/conn/
SingleClientConnManager.java 356 uniquePoolEntry.close();
423 protected void close()
428 connection.close();
  /external/bluetooth/bluedroid/stack/mcap/
mca_dsm.c 268 evt_data.close_cfm.reason = p_data->close.reason;
270 if (p_data->close.param == MCA_INT)
272 if (p_data->close.lcid)
  /external/chromium_org/android_webview/test/shell/src/org/chromium/android_webview/test/
TestContentProvider.java 55 cursor.close();
220 if (fileOut != null) fileOut.close();
221 if (pfds != null && pfds[1] != null) pfds[1].close(); method
  /external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/database/
SQLiteCursor.java 95 public void close() { method in class:SQLiteCursor
96 super.close();
126 close(); method
  /external/chromium_org/chrome/test/pyautolib/
pyauto_utils.py 75 open(self._path, 'w').close()
122 out.close()
218 conn.close()
  /external/chromium_org/chrome/tools/process_dumps/
process_dumps_linux.py 30 symbol.close()
169 dump.close()
179 os.close(dump_fd)
  /external/chromium_org/media/tools/layout_tests/
layouttest_analyzer_helpers_unittest.py 172 f.close()
177 f.close()
182 f.close()

Completed in 1236 milliseconds

<<101102103104105106107108109110>>