/packages/apps/Mms/src/com/android/mms/ui/ |
UriImage.java | 185 c.close(); 204 input.close(); 323 input.close(); 372 os.close(); 392 os.close(); 448 input.close(); 455 os.close(); 522 inputStream.close(); 553 cursor.close();
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
socket.py | 178 # to close the underlying socket object. 192 def close(self, _closedsocket=_closedsocket, member in class:_socketobject 199 close.__doc__ = _realsocket.close.__doc__ 246 def __init__(self, sock, mode='rb', bufsize=-1, close=False): 270 self._close = close 276 def close(self): member in class:_fileobject 282 self._sock.close() 287 self.close() 289 # close() may fail if __init__ didn't complet [all...] |
xmlrpclib.py | 559 def close(self): member in class:.ExpatParser 766 messages (start, data, end). Call close() to get the resulting 788 def close(self): member in class:Unmarshaller 1207 def close(self): member in class:GzipDecodedResponse 1377 def close(self): member in class:Transport [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_httplib.py | 41 def close(self): member in class:EPipeSocket 169 # if we have a length, the system knows when to close itself 296 resp.close() 311 resp.close() 429 self.conn.close() 431 self.serv.close() 459 self.serv.close() 475 httpConn.close() 487 httpConn.close() 493 httpConn.close() [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
socket.py | 178 # to close the underlying socket object. 192 def close(self, _closedsocket=_closedsocket, member in class:_socketobject 199 close.__doc__ = _realsocket.close.__doc__ 246 def __init__(self, sock, mode='rb', bufsize=-1, close=False): 270 self._close = close 276 def close(self): member in class:_fileobject 282 self._sock.close() 287 self.close() 289 # close() may fail if __init__ didn't complet [all...] |
xmlrpclib.py | 559 def close(self): member in class:.ExpatParser 766 messages (start, data, end). Call close() to get the resulting 788 def close(self): member in class:Unmarshaller 1207 def close(self): member in class:GzipDecodedResponse 1377 def close(self): member in class:Transport [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_httplib.py | 41 def close(self): member in class:EPipeSocket 169 # if we have a length, the system knows when to close itself 296 resp.close() 311 resp.close() 429 self.conn.close() 431 self.serv.close() 459 self.serv.close() 475 httpConn.close() 487 httpConn.close() 493 httpConn.close() [all...] |
/external/chromium_org/remoting/webapp/background/ |
message_window_helper.js | 99 this.close(); 125 * Close the message box and unregister it with the window manager. 127 remoting.MessageWindow.prototype.close = function() { 129 this.pendingWindowOperations_.push(this.close.bind(this)); 142 this.window_.close(); 219 * The app will close when the user dismisses the message window. 264 * Cancel the current connection and close all app windows. 270 window.close();
|
/external/iproute2/ip/ |
iplink.c | 626 close(fd); 636 close(fd); 654 close(fd); 657 close(fd); 675 close(s); 678 close(s); 697 close(s); 700 close(s); 722 close(s); 732 close(s) [all...] |
/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...] |
/packages/providers/CalendarProvider/tests/src/com/android/providers/calendar/ |
CalendarProvider2Test.java | 271 cursor.close(); 287 cursor.close(); 309 cursor.close(); 334 cursor.close(); 423 cursor.close(); 484 cursor.close(); [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...] |