HomeSort by relevance Sort by last modified time
    Searched refs:close (Results 126 - 150 of 3754) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/spdy/
IncomingStreamHandler.java 25 stream.close(ErrorCode.REFUSED_STREAM);
32 * {@link SpdyStream#close closing it}. This response does not need to be
  /external/okhttp/okio/src/main/java/okio/
Sink.java 66 * safe to close a sink more than once.
68 @Override void close() throws IOException; method in interface:Sink
Source.java 78 * error to read a closed source. It is safe to close a source more than once.
80 @Override void close() throws IOException; method in interface:Source
  /external/chromium_org/third_party/skia/tests/
PathOpsSimplifyTest.cpp 16 path.close();
26 path.close();
34 path.close();
41 path.close();
48 path.close();
55 path.close();
153 path.close();
157 path.close();
167 path.close();
171 path.close();
    [all...]
PathOpsOpTest.cpp 17 path.close();
21 pathB.close();
30 path.close();
34 pathB.close();
43 path.close();
47 pathB.close();
56 path.close();
60 pathB.close();
69 path.close();
73 pathB.close();
    [all...]
  /cts/tests/tests/database/src/android/database/sqlite/cts/
SQLiteProgramTest.java 46 mDatabase.close();
68 statement.close();
88 statement.close();
99 cursor.close();
110 cursor.close();
119 statement.close();
133 statement.close();
149 cursor.close();
164 statement.close();
181 cursor.close();
    [all...]
SQLiteStatementTest.java 65 mDatabase.close();
99 statement2.close();
107 statement1.close();
110 statement2.close();
123 statement2.close();
137 statement.close();
142 statement.close();
149 c.close();
161 statement.close();
187 statement.close();
    [all...]
DatabaseStatementTest.java 58 mDatabase.close();
89 statement.close();
125 statement1.close();
126 statement2.close();
138 statement.close();
148 c.close();
160 statement.close();
170 c.close();
183 statement.close();
192 c.close();
    [all...]
  /cts/tests/tests/net/src/android/net/cts/
VpnServiceTest.java 56 descriptor.close();
70 socket.close();
84 socket.close();
99 descriptor.close();
104 socket.close();
  /external/apache-http/src/org/apache/http/conn/
EofSensorInputStream.java 38 * A stream wrapper that triggers actions on {@link #close close()} and EOF.
46 * different kinds of event, and does not always close the underlying stream
100 * closed when EOF is detected or {@link #close close} is called.
106 * auto-close behavior without notification
215 public void close() throws IOException { method in class:EofSensorInputStream
216 // tolerate multiple calls to close()
242 boolean scws = true; // should close wrapped stream?
246 wrappedStream.close();
    [all...]
  /external/bluetooth/bluedroid/stack/mcap/
mca_dact.c 119 tMCA_CLOSE close; local
124 close.param = MCA_INT;
125 close.reason = L2CAP_DISC_OK;
126 close.lcid = 0;
127 mca_dcb_event(p_dcb, MCA_DCB_TC_CLOSE_EVT, (tMCA_DCB_EVT *) &close);
  /external/chromium_org/third_party/WebKit/Tools/Scripts/
check-for-exit-time-destructors 67 close LIST;
93 close NM;
112 close(TOUCH);
123 close FILT;
142 close OTOOL;
  /external/apache-harmony/support/src/test/java/tests/util/
SerializationTester.java 72 oos.close();
78 ois.close();
161 oinput.close();
168 input.close();
202 ooutput.close();
209 output.close();
  /external/chromium_org/third_party/sqlite/src/test/
async.test 22 catch {db close}
23 catch {db2 close}
24 catch {db3 close}
  /external/lldb/examples/summaries/cocoa/
Logger.py 16 def close(self): member in class:NopLogger
30 def close(self): member in class:StdoutLogger
55 def close(self): member in class:FileLogger
57 self.file.close()
120 def close(self): member in class:Logger
121 self.impl.close()
  /external/apache-harmony/logging/src/test/java/org/apache/harmony/logging/tests/java/util/logging/
FileHandlerTest.java 98 handler.close();
159 h.close();
162 output.close();
175 handler.close();
181 handler.close();
190 handler.close();
201 handler.close();
207 handler.close();
219 handler.close();
258 inputStream.close();
    [all...]
  /external/apache-harmony/x-net/src/test/impl/java.injected/org/apache/harmony/xnet/provider/jsse/
SSLServerSocketImplTest.java 68 s.accept().close();
89 client.close();
93 ssocket.close();
102 client.close();
108 ssocket.close();
132 s.accept().close();
153 client.close();
157 ssocket.close();
166 client.close();
172 ssocket.close();
669 public void close() throws IOException { method in class:SSLServerSocketImplTest.Client
    [all...]
SSLSocketImplTest.java 102 server.close();
106 socket.close();
115 server.close();
121 socket.close();
166 server.close();
170 socket.close();
179 server.close();
185 socket.close();
233 server.close();
237 socket.close();
664 public void close() throws IOException { method in class:SSLSocketImplTest.Server
    [all...]
  /bionic/tests/
TemporaryFile.h 39 close(fd);
44 close(fd);
  /cts/tests/tests/os/src/android/os/cts/
IParcelFileDescriptorPeer.aidl 42 void close();
  /external/apache-harmony/crypto/src/test/api/java/org/apache/harmony/crypto/tests/javax/crypto/
CipherInputStreamTest.java 47 * @tests javax.crypto.CipherInputStream#close()
53 Cipher.getInstance("DES/CBC/PKCS5Padding")).close();
60 Cipher.getInstance("DES/CBC/PKCS5Padding")).close();
  /external/apache-harmony/support/src/test/java/org/apache/harmony/testframework/
CharSinkTester.java 97 out.close();
110 out.close();
122 out.close();
135 out.close();
161 out.close();
174 out.close();
184 out.close();
198 out.close();
SinkTester.java 98 out.close();
111 out.close();
123 out.close();
145 out.close();
176 out.close();
186 out.close();
196 out.close();
210 out.close();
  /external/chromium-libpac/test/
jstocstring.pl 27 close(FILE);
  /external/chromium_org/base/posix/
file_descriptor_shuffle.h 42 virtual void Close(int fd) = 0;
53 virtual void Close(int fd) OVERRIDE;
61 close(in_close) {
66 bool close; // if true, delete the source element after performing the member in struct:base::InjectionArc

Completed in 295 milliseconds

1 2 3 4 56 7 8 91011>>