HomeSort by relevance Sort by last modified time
    Searched refs:close (Results 526 - 550 of 8652) sorted by null

<<21222324252627282930>>

  /packages/apps/Nfc/src/com/android/nfc/handover/
HandoverClient.java 69 sock.close();
85 public void close() { method in class:HandoverClient
89 mSocket.close();
146 if (DBG) Log.d(TAG, "about to close");
147 sock.close();
153 byteStream.close();
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/bsddb/test/
test_fileid.py 21 self.db1.close()
28 self.db2.close()
44 self.db1.close()
45 self.db2.close()
47 self.db_env.close()
test_join.py 42 self.env.close()
87 jCursor.close()
89 sCursor.close()
90 priDB.close()
91 secDB.close()
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_anydbm.py 44 f.close()
51 f.close()
57 f.close()
63 f.close()
74 f.close()
test_gdbm.py 16 self.g.close()
40 self.g.close()
43 self.assertRaises(gdbm.error, lambda: gdbm.open(filename, 'rx').close())
52 self.g.close()
59 self.g.close()
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/bsddb/test/
test_fileid.py 21 self.db1.close()
28 self.db2.close()
44 self.db1.close()
45 self.db2.close()
47 self.db_env.close()
test_join.py 42 self.env.close()
87 jCursor.close()
89 sCursor.close()
90 priDB.close()
91 secDB.close()
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_anydbm.py 44 f.close()
51 f.close()
57 f.close()
63 f.close()
74 f.close()
test_gdbm.py 16 self.g.close()
40 self.g.close()
43 self.assertRaises(gdbm.error, lambda: gdbm.open(filename, 'rx').close())
52 self.g.close()
59 self.g.close()
  /frameworks/multidex/library/test/src/android/support/multidex/
ZipUtilTest.java 54 new ZipFile(zipFile).close();
82 raf.close();
108 zip.close();
127 in.close();
128 out.close();
135 raf.close();
139 zip.close();
157 in.close();
158 out.close();
165 raf.close();
    [all...]
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/
MappedByteBufferTest.java 64 fc.close();
120 fc.close();
162 fileChannelRead.close();
163 fileChannelR.close();
164 fileChannelReadWrite.close();
165 fileChannelRW.close();
186 fileChannelRead.close();
187 fileChannelReadWrite.close();
205 fileChannel.close();
206 fileOutputStream.close();
    [all...]
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/zip/
GZIPInputStreamTest.java 68 inGZIP.close();
90 inGZIP.close();
146 inGZIP.close();
163 out.close();
172 gin2.close();
181 gin2.close();
190 gin2.close();
208 zipout.close();
230 * @tests java.util.zip.GZIPInputStream#close()
233 // test method java.util.zip.GZIPInputStream.close
    [all...]
  /libcore/luni/src/test/java/tests/java/sql/
UpdateFunctionalityTest.java 58 statement.close();
59 conn.close();
81 userTab.close();
121 result.close();
153 result.close();
182 result.close();
221 result.close();
259 result.close();
286 result.close();
319 result.close();
    [all...]
DeleteFunctionalityTest.java 52 statement.close();
53 conn.close();
81 userTab.close();
162 r.close();
179 r.close();
198 r.close();
199 stat.close();
  /cts/tests/tests/content/src/android/content/res/cts/
AssetFileDescriptorTest.java 64 mAssetFileDes.close();
76 * 3. auto close.
82 mOutputStream.close();
96 mAssetFileDes.close();
113 mInputStream.close();
127 mAssetFileDes.close();
132 mAssetFileDes.close();
143 mAssetFileDes.close();
  /external/apache-harmony/support/src/test/java/org/apache/harmony/testframework/
CharWrapperTester.java 125 o.close();
153 o.close();
171 o.close();
173 fail("close exception ignored");
175 assertEquals("Close failed", expected.getMessage());
182 o.close();
191 * doesn't respect close(), which makes testing wrapped streams difficult.
198 public void close() throws IOException { method in class:CharWrapperTester.ClosableStringWriter
227 public void close() throws IOException { method in class:CharWrapperTester.FailOnFlushWriter
253 public void close() throws IOException method in class:CharWrapperTester.FailOnCloseWriter
    [all...]
WrapperTester.java 126 o.close();
154 o.close();
172 o.close();
174 fail("close exception ignored");
176 assertEquals("Close failed", expected.getMessage());
183 o.close();
195 public void close() throws IOException { method in class:WrapperTester.ClosableByteArrayOutputStream
220 public void close() throws IOException { method in class:WrapperTester.FailOnFlushOutputStream
238 public void close() throws IOException { method in class:WrapperTester.FailOnCloseOutputStream
240 throw new IOException("Close failed")
    [all...]
  /frameworks/base/tests/CoreTests/android/core/
SocketTest.java 100 s3.close();
102 s4.close();
124 sock.close();
150 serverSock.close();
155 serverSock2.close();
204 // sock.close();
236 clntSckt.close();
244 // Regression test for #1058962: Socket.close() does not cause
278 client.close();
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
HbpcdUtils.java 69 c2.close();
72 c2.close();
96 c3.close();
120 c5.close();
123 c5.close();
154 cur.close();
156 if (c != null) c.close();
  /libcore/support/src/test/java/org/apache/harmony/testframework/
CharWrapperTester.java 125 o.close();
153 o.close();
171 o.close();
173 fail("close exception ignored");
175 assertEquals("Close failed", expected.getMessage());
182 o.close();
191 * doesn't respect close(), which makes testing wrapped streams difficult.
198 public void close() throws IOException { method in class:CharWrapperTester.ClosableStringWriter
227 public void close() throws IOException { method in class:CharWrapperTester.FailOnFlushWriter
253 public void close() throws IOException method in class:CharWrapperTester.FailOnCloseWriter
    [all...]
WrapperTester.java 126 o.close();
154 o.close();
172 o.close();
174 fail("close exception ignored");
176 assertEquals("Close failed", expected.getMessage());
183 o.close();
195 public void close() throws IOException { method in class:WrapperTester.ClosableByteArrayOutputStream
220 public void close() throws IOException { method in class:WrapperTester.FailOnFlushOutputStream
238 public void close() throws IOException { method in class:WrapperTester.FailOnCloseOutputStream
240 throw new IOException("Close failed")
    [all...]
  /ndk/sources/host-tools/make-3.81/
remote-cstms.c 167 (void) close (retsock);
202 (void) close (retsock);
203 (void) close (sock);
211 (void) close (retsock);
212 (void) close (sock);
259 (void) close (retsock);
260 (void) close (sock);
  /system/extras/tests/sdcard/
testcase.cpp 72 for (int i = 0; i < 4; ++i) close(mIpc[i]);
91 close(mIpc[READ_FROM_CHILD]);
92 close(mIpc[WRITE_TO_CHILD]);
113 close(mIpc[WRITE_TO_PARENT]);
114 close(mIpc[READ_FROM_PARENT]);
119 close(mIpc[WRITE_TO_PARENT]);
120 close(mIpc[READ_FROM_PARENT]);
  /libcore/luni/src/test/java/libcore/javax/net/ssl/
SSLSessionContextTest.java 62 c.close();
77 s.close();
96 c.close();
111 s.close();
120 c.close();
127 s.close();
138 c.close();
162 s.close();
240 s.close();
243 c.close();
    [all...]
  /libcore/luni/src/test/java/libcore/java/net/
SocketTest.java 42 s.close();
44 s.close();
61 // Now close the socket...
62 s.close();
63 // The RI returns the ANY address but the original local port after close.
67 s.close();
140 in.close();
141 out.close();
142 ssc.close();
155 // addresses even after close()
185 @Override protected void close() throws IOException { } method in class:SocketTest.MySocketImpl
    [all...]

Completed in 670 milliseconds

<<21222324252627282930>>