HomeSort by relevance Sort by last modified time
    Searched defs:close (Results 201 - 225 of 7761) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/autotest/client/cros/tendo/n_faced_peerd/
service.py 109 def close(self): member in class:Service
  /external/autotest/server/cros/network/rf_switch/
rf_mocks.py 28 def close(self): member in class:SocketMock
  /external/autotest/site_utils/lxc/container_pool/
async_listener.py 95 fake_connection.close()
97 logging.error('Timeout while attempting to close socket listener.')
105 def close(self): member in class:AsyncListener
110 logging.debug('AsyncListener.close called.')
113 self._socket.close()
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/util/io/
SimpleOutputStream.java 8 public void close() method in class:SimpleOutputStream
  /external/caliper/caliper/src/main/java/com/google/caliper/bridge/
OpenedSocket.java 101 @Override public void close() throws IOException { method in class:OpenedSocket.Reader
102 input.close();
123 @Override public void close() throws IOException { method in class:OpenedSocket.Writer
124 output.close();
130 * when you call {@link OutputStream#close() close} it only closes the output end of the socket
137 @Override public void close() throws IOException {
142 socket.close();
168 * when you call {@link InputStream#close() close} it only closes the input end of the socke
    [all...]
  /external/caliper/caliper/src/test/java/com/google/caliper/runner/
InMemoryResultsUploader.java 46 @Override public void close() throws IOException { method in class:InMemoryResultsUploader
  /external/chromium-trace/catapult/devil/devil/android/
device_temp_file.py 56 def close(self): member in class:DeviceTempFile
78 self.close()
102 def close(self): member in class:NamedDeviceTemporaryDirectory
119 self.close()
  /external/fonttools/Lib/fontTools/ttLib/
macUtils.py 110 def close(self): member in class:SFNTResourceWriter
129 self.file.close()
196 self.close()
  /external/honggfuzz/examples/terminal-emulators/
libclose.c 13 int close(int fd) function
  /external/jacoco/org.jacoco.agent.rt/src/com/vladium/emma/rt/
RT.java 54 out.close();
  /external/jarjar/src/main/com/tonicsystems/jarjar/util/
IoUtil.java 47 out.close();
50 in.close();
121 is.close();
126 outputStream.close();
  /external/javassist/src/main/javassist/
ByteArrayClassPath.java 67 public void close() {} method in class:ByteArrayClassPath
ClassClassPath.java 90 public void close() { method in class:ClassClassPath
LoaderClassPath.java 92 public void close() { method in class:LoaderClassPath
  /external/libese/third_party/NXPNFC_P61_JCOP_Kit/include/
IChannel.h 35 ** Function: close
37 ** Description: Close the channel.
42 bool (*close)(INT16 mHandle); member in struct:IChannel
  /external/libmojo/base/android/java/src/org/chromium/base/
StreamUtil.java 15 * Handle closing a {@link java.io.Closeable} via {@link java.io.Closeable#close()} and catch
23 closeable.close();
25 // Ignore the exception on close.
  /external/libmojo/mojo/public/java/system/src/org/chromium/mojo/system/
RunLoop.java 40 public abstract void close(); method in interface:RunLoop
  /external/libvncserver/libvncclient/
listen.c 31 #define close closesocket macro
125 close(listenSocket);
126 close(listen6Socket);
131 close(client->sock);
215 close(client->listenSock);
219 close(client->listen6Sock);
  /external/libxml2/win32/wince/
wincecompat.c 43 int close(int handle) function
  /external/mockftpserver/MockFtpServer/src/main/java/org/mockftpserver/fake/command/
QuitCommandHandler.java 23 * CommandHandler for the QUIT command. Return a reply code of 221 and close the current session.
32 session.close();
  /external/mockftpserver/MockFtpServer/src/main/java/org/mockftpserver/stub/command/
QuitCommandHandler.java 43 session.close();
  /external/mockftpserver/branches/1.x_Branch/src/main/java/org/mockftpserver/stub/command/
QuitCommandHandler.java 47 session.close();
  /external/okhttp/okhttp-ws/src/main/java/com/squareup/okhttp/ws/
WebSocket.java 36 * @throws IOException if unable to write the message. Clients must call {@link #close} when this
45 * @throws IOException if unable to write the ping. Clients must call {@link #close} when this
52 * Send a close frame to the server.
57 * It is an error to call this method before calling close on an active writer. Calling this
60 * @throws IOException if unable to write the close message. Resources will still be freed.
63 void close(int code, String reason) throws IOException; method in interface:WebSocket
  /external/python/cpython2/Lib/
chunk.py 41 read, close, seek, tell, isatty.
42 Extra methods are: skip() (called by close, skips to the end of the chunk),
86 def close(self): member in class:Chunk
  /external/python/cpython2/Lib/hotshot/
__init__.py 21 self.close = p.close
26 def close(self): member in class:Profile
27 """Close the logfile and terminate the profiler."""
28 self._prof.close()

Completed in 677 milliseconds

1 2 3 4 5 6 7 891011>>