/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_zipfile64.py | 44 fp.close() 64 zipfp.close() 77 zipfp.close() 108 zipf.close() 114 zipf.close()
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
binhex.py | 93 fp.close() 108 def close(self): member in class:Error.openrsrc 142 def close(self): member in class:_Hqxcoderengine 147 self.ofp.close() 165 def close(self): member in class:_Rlecoderengine 169 self.ofp.close() 237 def close(self): member in class:BinHex 241 raise Error, 'Close at the wrong time' 246 self.ofp.close() 262 ifp.close() 313 def close(self): member in class:_Hqxdecoderengine 367 def close(self): member in class:_Rledecoderengine 465 def close(self): member in class:HexBin [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/bsddb/test/ |
test_compat.py | 50 f.close() 75 f.close() 80 f.close() 139 f.close() 173 f.close()
|
test_queue.py | 52 print "before close" + '-' * 30 55 d.close() 80 c.close() 90 d.close() 123 print "before close" + '-' * 30 126 d.close() 152 d.close()
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_zipfile64.py | 44 fp.close() 64 zipfp.close() 77 zipfp.close() 108 zipf.close() 114 zipf.close()
|
/system/core/adb/ |
framebuffer_service.c | 71 close(fds[0]); 72 close(fds[1]); 178 close(fds[0]); 179 close(fds[1]); 181 close(fd);
|
/system/core/libion/tests/ |
map_test.cpp | 46 ASSERT_EQ(0, close(map_fd)); 73 ASSERT_EQ(0, close(map_fd)); 108 ASSERT_EQ(0, close(map_fd)); 129 ASSERT_EQ(0, close(map_fd)); 155 ASSERT_EQ(0, close(map_fd));
|
/system/media/audio_utils/ |
tinysndfile.c | 82 goto close; 86 goto close; 91 goto close; 95 goto close; 105 goto close; 111 goto close; 116 goto close; 120 goto close; 126 goto close; 140 goto close; [all...] |
/cts/tests/tests/database/src/android/database/cts/ |
DatabaseUtils_InsertHelperTest.java | 46 mInsertHelper.close(); 47 mDatabase.close(); 57 mInsertHelper.close(); 103 cursor.close(); 138 cursor.close(); 170 cursor.close(); 205 cursor.close(); 234 cursor.close(); 247 cursor.close(); 280 cursor.close(); [all...] |
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/zip/ |
DeflaterInputStreamTest.java | 50 is.close(); 67 dis.close(); 77 * DeflaterInputStream#close() 83 dis.close(); 96 // can close after close 97 dis.close(); 109 dis.close(); 119 dis.close(); 135 dis.close(); [all...] |
/cts/tests/tests/provider/src/android/provider/cts/ |
MediaStore_FilesTest.java | 145 cursor.close(); 161 cursor.close(); 173 cursor.close(); 190 pfd.close(); 226 pfd.close(); 238 pfd.close(); 246 pfd.close(); 258 pfd.close(); 268 fos.close(); 276 pfd.close(); [all...] |
SearchRecentSuggestionsTest.java | 64 c.close(); 80 c.close(); 112 c.close(); 118 c.close(); 152 cursor.close(); 181 cursor.close(); 207 cursor.close();
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/channels/ |
SourceChannelTest.java | 92 sink.close(); 109 source.close(); 169 // invoke close to ensure all data will be sent out 170 sink.close(); 194 // close pipe everytime 195 sink.close(); 196 source.close(); 239 sink.close(); 258 source.close(); 312 // invoke close to ensure all data will be sent ou [all...] |
/bootable/recovery/minadbd/ |
sockets.c | 116 /* this is a little gross, but since s->close() *will* modify 156 s->close(s); 228 if (s->peer->close == local_socket_close) { 231 s->peer->close(s->peer); 284 s->close(s); 300 s->close(s); 371 s->close(s); 380 // s->close(s); 394 s->close = local_socket_close; 450 D("entered remote_socket_close RS(%d) CLOSE fd=%d peer->fd=%d\n" [all...] |
/external/deqp/framework/delibs/deutil/ |
deProcess.c | 210 close(p[0]); 212 close(p[1]); 264 /* Close unused endpoints. */ 265 close(pipeIn[1]); 266 close(pipeOut[0]); 267 close(pipeErr[0]); 268 close(statusPipe[0]); 270 /* Set status pipe to close on exec(). That way parent will know that exec() succeeded. */ 278 close(pipeIn[0]); 284 close(pipeOut[1]) [all...] |
/external/chromium_org/third_party/WebKit/Tools/Scripts/ |
commit-log-editor | 151 close LOG; 183 close CHANGELOG_ENTRIES; 189 close NEWLOG; 198 close NEWLOG; 206 close LOG; 207 close NEWLOG; 281 close CHANGELOG;
|
/external/chromium_org/third_party/skia/experimental/Intersection/ |
SimplifyFindTop_Test.cpp | 84 path.close(); 92 path.close(); 99 path.close(); 106 path.close(); 113 path.close(); 176 path.close(); 184 path.close();
|
/external/skia/experimental/Intersection/ |
SimplifyFindTop_Test.cpp | 84 path.close(); 92 path.close(); 99 path.close(); 106 path.close(); 113 path.close(); 176 path.close(); 184 path.close();
|
/frameworks/base/core/java/android/net/ |
LocalSocketImpl.java | 67 public void close() throws IOException { method in class:LocalSocketImpl.SocketInputStream 68 LocalSocketImpl.this.close(); 115 public void close() throws IOException { method in class:LocalSocketImpl.SocketOutputStream 116 LocalSocketImpl.this.close(); 267 public void close() throws IOException { method in class:LocalSocketImpl 274 Os.close(fd); 540 close(); method
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/io/ |
BufferedWriterTest.java | 63 public void close() throws IOException { method in class:BufferedWriterTest.MockWriter 81 * java.io.BufferedWriter#close() 85 bw.close(); 91 assertTrue("Write after close", !sw.toString().equals(testString)); 97 bw.close(); 105 assertEquals("BufferdWriter do not flush itself before close", "a", mw 111 * java.io.BufferedWriter#close() 115 bw.close(); 201 bWriter.close(); 259 bWriter.close(); [all...] |
PipedInputStreamTest.java | 93 pis.close(); 94 pos.close(); 129 * java.io.PipedInputStream#close() 132 // Test for method void java.io.PipedInputStream.close() 136 pis.close(); 323 pos.close(); 341 out.close(); 361 in.close(); 362 out.close(); 366 * Tears down the fixture, for example, close a network connection. Thi [all...] |
/libcore/luni/src/main/java/libcore/net/url/ |
JarURLConnectionImpl.java | 120 jar.close(); 151 fos.close(); 158 fos.close(); 166 is.close(); 352 public void close() throws IOException { method in class:JarURLConnectionImpl.JarURLConnectionInputStream 353 super.close(); 356 jarFile.close();
|
/libcore/luni/src/test/java/libcore/java/io/ |
OldInputStreamReaderTest.java | 56 osw.close(); 63 in.close(); 64 is.close(); 65 fis.close(); 184 // Test for method void java.io.InputStreamReader.close() 186 is.close(); 188 fail("Failed to close reader : " + e.getMessage()); 194 // Exception means read failed due to close 208 reader.close(); 214 reader.close(); [all...] |
/libcore/luni/src/test/java/tests/java/sql/ |
StressTest.java | 53 statement.close(); 54 conn.close(); 132 // close the pool and wait for all tasks to finish. 139 c.close(); 181 rs.close(); 205 // close the pool and wait for all tasks to finish. 218 rs.close(); 264 vc.elementAt(i).close(); 267 assertEquals("Unable to close a connection", vc.size(), i); 333 ps.close(); [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/ |
util.py | 108 os.close(fdout) 116 rv = f.close() 141 f.close() 155 rv = f.close() 162 f.close() 190 f.close() 249 f.close()
|