/external/fio/engines/ |
net.c | 609 close(f->fd); 618 close(f->fd); 623 close(f->fd); 629 close(f->fd); 638 close(f->fd); 646 close(f->fd); 658 close(f->fd); 740 td_verror(td, errno, "sendto udp link close"); 987 close(fd); 1034 close(fd) [all...] |
/bootable/recovery/minadbd/ |
sysdeps.h | 122 return close(fd); 124 #undef close macro 125 #define close ____xxx_close macro 360 return close(fd); 362 #undef close macro 363 #define close ____xxx_close macro
|
/cts/suite/cts/deviceTests/filesystemperf/src/com/android/cts/filesystemperf/ |
FileUtil.java | 129 randomFile.close(); 152 out.close(); 231 br.close(); 303 randomFile.close(); 356 randomFile.close(); 397 randomFile.close();
|
/cts/tests/tests/hardware/src/android/hardware/camera2/cts/testcases/ |
Camera2MultiViewTestCase.java | 116 camera.close(); 226 camera.close(); 321 mPreviewDone.close(); 370 public void close() throws Exception { method in class:Camera2MultiViewTestCase.CameraHolder 374 mCamera.close(); 405 mSession.close();
|
/cts/tests/tests/provider/src/android/provider/cts/ |
VoicemailContractTest.java | 115 cursor.close(); 134 cursor.close(); 141 cursor.close(); 248 cursor.close(); 266 cursor.close(); 273 cursor.close();
|
/developers/build/prebuilts/gradle/DisplayingBitmaps/Application/src/main/java/com/example/android/displayingbitmaps/util/ |
ImageCache.java | 265 out.close(); 268 snapshot.getInputStream(DISK_CACHE_INDEX).close(); 277 out.close(); 348 inputStream.close(); 447 public void close() { method in class:ImageCache 452 mDiskLruCache.close(); 459 Log.e(TAG, "close - " + e);
|
/developers/samples/android/ui/graphics/DisplayingBitmaps/Application/src/main/java/com/example/android/displayingbitmaps/util/ |
ImageCache.java | 265 out.close(); 268 snapshot.getInputStream(DISK_CACHE_INDEX).close(); 277 out.close(); 348 inputStream.close(); 447 public void close() { method in class:ImageCache 452 mDiskLruCache.close(); 459 Log.e(TAG, "close - " + e);
|
/development/samples/browseable/DisplayingBitmaps/src/com.example.android.displayingbitmaps/util/ |
ImageCache.java | 265 out.close(); 268 snapshot.getInputStream(DISK_CACHE_INDEX).close(); 277 out.close(); 348 inputStream.close(); 447 public void close() { method in class:ImageCache 452 mDiskLruCache.close(); 459 Log.e(TAG, "close - " + e);
|
/external/bluetooth/bluedroid/udrv/ulinux/ |
uipc.c | 157 close(s); 164 close(s); 247 close(uipc_main.signal_fds[0]); 248 close(uipc_main.signal_fds[1]); 250 /* close any open channels */ 438 BTIF_TRACE_EVENT("CLOSE CHANNEL %d", ch_id); 445 BTIF_TRACE_EVENT("CLOSE SERVER (FD %d)", uipc_main.ch[ch_id].srvfd); 446 close(uipc_main.ch[ch_id].srvfd); 454 BTIF_TRACE_EVENT("CLOSE CONNECTION (FD %d)", uipc_main.ch[ch_id].fd); 455 close(uipc_main.ch[ch_id].fd) [all...] |
/external/chromium-trace/trace-viewer/third_party/pywebsocket/src/mod_pywebsocket/ |
_stream_hybi.py | 561 """Processes close message. 564 message: close message. 579 self._logger.debug('Received close frame (empty body)') 584 'If a close frame has status code, the length of ' 592 'Received close frame (code=%d, reason=%r)', 596 # Drain junk data after the close frame if necessary. 768 code: Status code for close frame. If code is None, a close 770 reason: string representing close reason. 784 'close reason must not be specified if code is None' [all...] |
/external/chromium_org/base/process/ |
launch_posix.cc | 237 // Since we're just trying to close anything we can find, 238 // ignore any error return values of close(). 239 close(fd); 270 // own use and will complain if we try to close them. All of 274 int ret = IGNORE_EINTR(close(fd)); 541 close(pipe_fd[0]); 542 close(pipe_fd[1]); 592 // Close our writing end of pipe now. Otherwise later read would not 595 close(pipe_fd[1]); 611 close(pipe_fd[0]) [all...] |
/external/chromium_org/sync/tools/testserver/ |
xmppserver_test.py | 233 def close(self): member in class:FakeSocket 293 # Test close. 294 xmpp_connection.close() 313 # Test redundant close. 314 xmpp_connection.close() 349 def close(self): member in class:FakeXmppServer 351 xmppserver.XmppServer.close(self) 368 self.xmpp_server.close()
|
/external/chromium_org/third_party/WebKit/Source/modules/websockets/ |
WorkerThreadableWebSocketChannel.cpp | 149 void WorkerThreadableWebSocketChannel::close(int code, const String& reason) function in class:blink::WorkerThreadableWebSocketChannel 152 m_bridge->close(code, reason); 248 void Peer::close(int code, const String& reason) function in class:blink::Peer 254 m_mainWebSocketChannel->close(code, reason); 436 void Bridge::close(int code, const String& reason) function in class:blink::Bridge 439 m_loaderProxy.postTaskToLoader(createCrossThreadTask(&Peer::close, m_peer.get(), code, reason));
|
/external/chromium_org/third_party/polymer/components-chromium/core-overlay/ |
core-overlay-extracted.js | 64 * By default an overlay will close automatically if the user 75 * close the overlay on tap. Should not set `closeSelector` if this 86 * close the overlay on tap. Should not set `closeAttribute` if this 110 * will be used to help the overlay open and close. The default 160 * Close the overlay. This is equivalent to setting the `opened` 162 * @method close 164 close: function() { 239 // async so we don't auto-close immediately via a click. 424 // to to determine if the overlay needs to close. However, due to 426 // of using it, we attempt to close asynchronously and prevent the clos [all...] |
/external/chromium_org/third_party/skia/experimental/Intersection/ |
EdgeWalkerPolygon4x4_Test.cpp | 43 path.close(); 48 path.close(); 55 str += sprintf(str, " path.close();\n"); 60 str += sprintf(str, " path.close();\n"); 137 path.close(); 141 path.close(); 147 str += sprintf(str, " path.close();\n"); 151 str += sprintf(str, " path.close();\n"); 232 path.close(); 236 path.close(); [all...] |
/external/chromium_org/tools/gyp/pylib/gyp/ |
mac_tool.py | 113 fp.close() 122 fp.close() 124 fp.close() 139 fd.close() 182 fd.close() 209 fp.close()
|
/external/chromium_org/ui/accessibility/extensions/alt/ |
hide-images.css | 122 .show-alt-infobar .close-button-gray:hover, 123 .show-alt-infobar .close-button-gray:focus { 128 .show-alt-infobar .close-button-gray {
|
/external/ipsec-tools/src/racoon/ |
admin.c | 159 (void)close(so2); 587 (void)close(lcconf->sock_admin); 596 (void)close(lcconf->sock_admin); 604 (void)close(lcconf->sock_admin); 612 (void)close(lcconf->sock_admin); 624 close(lcconf->sock_admin);
|
/external/javasqlite/src/main/java/SQLite/JDBC2z/ |
JDBCConnection.java | 132 dbx.close(); 170 db.close(); 213 public void close() throws SQLException { method in class:JDBCConnection 222 db.close(); 345 db.close(); 354 dbx.close();
|
/external/elfutils/0.153/src/ |
ar.c | 514 close (fd); 677 close (xfd); 757 close (xfd); 796 close (newfd); 828 close (newfd) != 0) 837 close (fd); 1030 close (newfd); 1076 close (newfd) != 0) 1086 close (fd); [all...] |
/cts/tests/tests/hardware/src/android/hardware/camera2/cts/ |
CameraDeviceTest.java | 400 * capture, setRepeatingRequest, stopRepeating, session+device.close 437 session.close(); 438 camera.close(); 450 session.close(); 451 camera.close(); 485 session.close(); 486 camera.close(); 510 camera.close(); 523 camera.close(); 532 camera.close(); [all...] |
/art/compiler/utils/ |
assembler_test.h | 446 dump.close(); 516 s_out.close(); 528 f1_in.close(); 529 f2_in.close(); 545 s_out.close(); 585 obj.close(); 674 in.close(); 678 in.close();
|
/bionic/libc/bionic/ |
system_properties.cpp | 195 close(fd); 200 close(fd); 210 close(fd); 219 close(fd); 266 close(fd); 292 close(fd); 491 close(fd); 502 // poll here (on nothing), waiting for the socket to close. 527 close(fd);
|
/build/tools/ |
post_process_props.py | 126 f.close() 147 f.close()
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/nfc/tech/ |
NdefTagTester.java | 116 ndef.close(); 135 ndef.close();
|