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

<<111112113114115116117118119120>>

  /frameworks/support/tests/java/android/support/v4/content/
FileProviderTest.java 181 cursor.close();
198 cursor.close();
209 cursor.close();
226 cursor.close();
332 out.close();
  /frameworks/support/v4/kitkat/android/support/v4/print/
PrintHelperKitkat.java 233 pdfDocument.close();
237 fileDescriptor.close();
421 pdfDocument.close();
425 fileDescriptor.close();
517 is.close();
519 Log.w(LOG_TAG, "close fail ", t);
  /libcore/crypto/src/main/java/org/conscrypt/
SSLSocketImpl.java 203 super.close();
205 input.close();
206 output.close();
540 * @see javax.net.ssl.SSLSocket#close()
544 public void close() throws IOException { method in class:SSLSocketImpl
546 logger.println("SSLSocket.close "+socket_was_closed);
825 close(); method
  /libcore/luni/src/main/java/java/net/
Socket.java 313 public synchronized void close() throws IOException { method in class:Socket
315 // RI compatibility: the RI returns the any address (but the original local port) after close.
317 impl.close();
402 * for no linger (i.e. {@code close} will return immediately).
571 impl.close();
767 impl.close();
847 impl.close();
    [all...]
  /packages/apps/Exchange/src/com/android/exchange/service/
EasOutboxSyncHandler.java 104 c.close();
292 baos.close();
459 fileStream.close();
517 resp.close();
553 fileStream.close();
556 Log.e(LogUtils.TAG, "Failed to close file - should not happen", e);
  /packages/experimental/LoaderApp/src/com/android/loaderapp/util/
ContactsUtils.java 178 photoCursor.close();
285 contactIdCursor.close();
309 c.close();
328 rawContactIdCursor.close();
348 rawContactIdCursor.close();
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/multiprocessing/
queues.py 157 def close(self): member in class:Queue
159 self._reader.close()
185 self._wlock, self._writer.close),
230 def _feed(buffer, notempty, send, writelock, close):
258 close()
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
sgmllib.py 50 # Usage: p = SGMLParser(); p.feed(data); ...; p.close().
106 def close(self): member in class:SGMLParser
511 def close(self): member in class:TestSGMLParser
512 SGMLParser.close(self)
544 f.close()
549 x.close()
ssl.py 294 def close(self): member in class:SSLSocket
297 socket.close(self)
360 newsock.close()
370 # close=True so as to decrement the reference count when done with
372 return _fileobject(self, mode, bufsize, close=True)
450 s.close()
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_gzip.py 44 f.close()
46 # Test multiple close() calls.
47 f.close()
67 # Write to a file, open it for reading, then close it.
70 f.close()
77 # Open the file for writing, then close it.
79 f.close()
256 f.close()
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/multiprocessing/
queues.py 157 def close(self): member in class:Queue
159 self._reader.close()
185 self._wlock, self._writer.close),
230 def _feed(buffer, notempty, send, writelock, close):
258 close()
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
sgmllib.py 50 # Usage: p = SGMLParser(); p.feed(data); ...; p.close().
106 def close(self): member in class:SGMLParser
511 def close(self): member in class:TestSGMLParser
512 SGMLParser.close(self)
544 f.close()
549 x.close()
ssl.py 294 def close(self): member in class:SSLSocket
297 socket.close(self)
360 newsock.close()
370 # close=True so as to decrement the reference count when done with
372 return _fileobject(self, mode, bufsize, close=True)
450 s.close()
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_gzip.py 44 f.close()
46 # Test multiple close() calls.
47 f.close()
67 # Write to a file, open it for reading, then close it.
70 f.close()
77 # Open the file for writing, then close it.
79 f.close()
256 f.close()
  /system/core/logwrapper/
logwrap.c 526 close(child_ptty);
533 close(parent_ptty);
538 close(child_ptty);
542 close(child_ptty);
564 close(parent_ptty);
  /build/tools/releasetools/
common.py 72 """ Gmake in MAC OS has file descriptor (PIPE) leak. We close those fds
82 os.close(d)
322 ramdisk_img.close()
323 img.close()
423 devnull.close()
474 temp.close()
698 f.close()
718 f.close()
825 f.close()
886 ptemp.close()
    [all...]
  /external/chromium_org/remoting/tools/
me2me_virtual_host.py 92 settings_file.close()
107 settings_file.close()
272 pulse_config.close()
280 pulse_script.close()
392 devnull.close()
445 self.host_proc.stdin.close()
592 self._read_file.close()
605 self._write_file.close()
632 self._write_file.close()
710 # that dup2(oldfd, newfd) closes newfd first, so this will close the curren
    [all...]
  /external/ipsec-tools/src/racoon/
sockmisc.c 265 close(s);
268 close(s);
349 close(s);
356 close(s);
360 close(s);
720 close(sendsock);
730 close(sendsock);
735 close(sendsock);
742 close(sendsock);
754 close(sendsock)
    [all...]
  /hardware/qcom/audio/legacy/alsa_sound/
AudioUsbALSA.cpp 108 close(fd);
114 close(fd);
126 close(fd);
134 close(fd);
141 close(fd);
156 close(fd);
164 close(fd);
173 close(fd);
188 close(fd);
200 close(fd)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/bsddb/test/
test_replication.py 54 self.dbClient.close()
56 self.dbMaster.close()
66 self.dbenvClient.close()
67 self.dbenvMaster.close()
223 self.dbClient.close()
335 self.dbClient.close()
337 self.dbMaster.close()
353 self.dbenvClient.close()
354 self.dbenvMaster.close()
405 self.dbClient.close()
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/bsddb/test/
test_replication.py 54 self.dbClient.close()
56 self.dbMaster.close()
66 self.dbenvClient.close()
67 self.dbenvMaster.close()
223 self.dbClient.close()
335 self.dbClient.close()
337 self.dbMaster.close()
353 self.dbenvClient.close()
354 self.dbenvMaster.close()
405 self.dbClient.close()
    [all...]
  /dalvik/vm/jdwp/
JdwpSocket.cpp 219 close(listenSock);
223 close(clientSock);
250 close(netState->wakePipe[0]);
254 close(netState->wakePipe[1]);
459 close(netState->clientSock);
481 * Close the connection to the debugger.
498 close(netState->clientSock);
652 * close the listen socket, but there's a good chance we won't be able to
745 close(tmpSock);
  /external/chromium_org/content/browser/renderer_host/
render_sandbox_host_linux.cc 163 close(*i);
227 // The receiver will have its own access to the file, so we will close it
232 int err = HANDLE_EINTR(close(result_fd));
507 if (HANDLE_EINTR(close(font_fd)) < 0)
508 PLOG(ERROR) << "close";
701 if (HANDLE_EINTR(close(fds[0])) < 0)
702 DPLOG(ERROR) << "close";
703 if (HANDLE_EINTR(close(pipefds[1])) < 0)
704 DPLOG(ERROR) << "close";
714 if (HANDLE_EINTR(close(renderer_socket_)) < 0
    [all...]
  /external/chromium_org/sync/tools/testserver/
xmppserver.py 423 def close(self): member in class:XmppConnection
426 asynchat.async_chat.close(self)
450 self.close()
535 def close(self): member in class:XmppServer
536 # A copy is necessary since calling close on each connection
539 connection.close()
540 asyncore.dispatcher.close(self)
578 # We check authentication only when establishing new connections. We close
584 connection.close()
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/system/
filesystem_mock.py 420 self.close()
422 def close(self): member in class:WritableBinaryFileObject
447 self.close()
449 def close(self): member in class:ReadableBinaryFileObject
464 def close(self): member in class:ReadableTextFileObject
465 self.data.close()
466 super(ReadableTextFileObject, self).close()

Completed in 1048 milliseconds

<<111112113114115116117118119120>>