/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/io/ |
FileDescriptorTest.java | 76 raf.close(); 89 os.close(); 94 * Tears down the fixture, for example, close a network connection. This 99 os.close(); 103 fis.close(); 107 fos.close();
|
WriterTest.java | 34 writer.close(); 45 writer.close(); 58 writer.close(); 72 wr.close(); 84 public synchronized void close() throws IOException { method in class:WriterTest.MockLockWriter 113 public synchronized void close() throws IOException { method in class:WriterTest.MockWriter
|
/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 95 * closed when EOF is detected or {@link #close close} is called. 101 * auto-close behavior without notification 210 public void close() throws IOException { method in class:EofSensorInputStream 211 // tolerate multiple calls to close() 237 boolean scws = true; // should close wrapped stream? 241 wrappedStream.close(); [all...] |
/external/bluetooth/bluedroid/stack/mcap/ |
mca_dact.c | 116 tMCA_CLOSE close; local 119 close.param = MCA_INT; 120 close.reason = L2CAP_DISC_OK; 121 close.lcid = 0; 122 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;
|
/frameworks/compile/mclinker/unittests/ |
FileHandleTest.cpp | 55 ASSERT_TRUE(m_pTestee->close()); 75 ASSERT_TRUE(m_pTestee->close()); 82 int close_result = ::close(fd); 95 int close_result = ::close(m_pTestee->handler()); 98 ASSERT_FALSE(m_pTestee->close());
|
/hardware/qcom/bt/libbt-vendor/src/ |
userial_vendor.c | 119 close(fd); 126 close(fd); 140 close(fd); 150 close(pFd[0]); 151 close(pFd[1]);
|
/libcore/benchmarks/src/benchmarks/ |
BufferedZipFileBenchmark.java | 51 out.close(); 62 in.close(); 63 zipFile.close(); 75 in.close(); 76 zipFile.close();
|
/libcore/luni/src/main/java/java/io/ |
FileInputStream.java | 42 * in.close(); 80 guard.open("close"); 114 public void close() throws IOException { method in class:FileInputStream 115 guard.close(); 118 channel.close(); 121 IoUtils.close(fd); 123 // An owned fd has been invalidated by IoUtils.close, but 142 close(); method
|
FileOutputStream.java | 40 * out.close(); 90 this.guard.open("close"); 132 public void close() throws IOException { method in class:FileOutputStream 133 guard.close(); 136 channel.close(); 139 IoUtils.close(fd); 141 // An owned fd has been invalidated by IoUtils.close, but 153 close(); method
|
/libcore/luni/src/test/java/libcore/sqlite/ |
OldBlobTest.java | 67 out.close(); 68 testBlob.close(); 73 testBlob.close(); 91 os.close(); 96 is.close(); 98 blob.close(); 126 testBlob.close();
|
/libcore/luni/src/test/java/org/apache/harmony/luni/tests/java/io/ |
ObjectInputStreamTest.java | 147 oos.close(); 149 ois.close(); 150 oos.close(); 166 oos.close(); 193 mockIn.close(); 215 oos.close(); 218 ois.close(); 222 * java.io.ObjectInputStream#close() 226 oos.close(); 228 ois.close(); [all...] |
/external/chromium_org/third_party/tlslite/scripts/ |
tls.py | 62 connection.close() 63 connection.sock.close() 75 connection.sock.close() 80 connection.close() 92 connection.sock.close() 99 connection.close() 100 connection.sock.close() 106 connection.close() 107 connection.sock.close() 119 connection.sock.close() [all...] |
/frameworks/base/services/tests/servicestests/src/com/android/server/ |
DropBoxTest.java | 83 e0.close(); 84 e1.close(); 85 e2.close(); 106 e.close(); 128 w0.close(); 129 gz1.close(); 130 os2.close(); 131 gz3.close(); 170 e0.close(); 171 e1.close(); [all...] |
/external/skia/tests/ |
PathOpsOpTest.cpp | 16 path.close(); 20 pathB.close(); 29 path.close(); 33 pathB.close(); 42 path.close(); 46 pathB.close(); 55 path.close(); 59 pathB.close(); 68 path.close(); 72 pathB.close(); [all...] |
/libcore/luni/src/test/java/libcore/java/io/ |
OldCharArrayReaderTest.java | 79 * java.io.CharArrayReader#close() 83 cr.close(); 105 cr.close(); 133 cr.close(); 182 cr.close(); 199 cr.close(); 209 cr.close(); 228 cr.close(); 246 cr.close(); 257 cr.close(); [all...] |
OldLineNumberReaderTest.java | 41 lnr.close(); 65 lnr.close(); 86 lnr.close(); 131 lnr.close(); 152 lnr.close(); 178 lnr.close();
|
/libcore/luni/src/test/java/libcore/java/nio/channels/ |
SelectorTest.java | 51 selector.close(); 52 ssc.close(); 69 selector.close(); 70 ss.close(); 101 selector.close(); 129 selector.close(); 140 selector.close(); 169 selector.close(); 170 ssc.close();
|
/cts/tests/tests/database/src/android/database/sqlite/cts/ |
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...] |
/external/apache-harmony/archive/src/test/java/org/apache/harmony/archive/tests/java/util/zip/ |
DeflaterOutputStreamTest.java | 106 dos.close(); 123 dos.close(); 170 dos.close(); 175 * @tests java.util.zip.DeflaterOutputStream#close() 178 File f1 = File.createTempFile("close", ".tst"); 191 dos.close(); 202 iis.close(); 207 fos2.close(); 209 dos2.close(); 270 fos3.close(); [all...] |
/external/apache-harmony/support/src/test/java/tests/util/ |
SerializationTester.java | 74 oos.close(); 80 ois.close(); 176 oinput.close(); 183 input.close(); 217 ooutput.close(); 224 output.close();
|
/external/chromium_org/third_party/sqlite/src/test/ |
async.test | 22 catch {db close} 23 catch {db2 close} 24 catch {db3 close}
|
/frameworks/opt/net/voip/src/jni/rtp/ |
RtpStream.cpp | 53 ::close(socket); 64 ::close(socket); 85 ::close(socket); 89 void close(JNIEnv *env, jobject thiz) function in namespace:__anon32415 92 ::close(socket); 98 {"close", "()V", (void *)close},
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_macos.py | 19 fp.close() 39 fp.close() 70 fp.close() 74 rfp.close() 79 fp.close() 85 rfp.close()
|
test_macostools.py | 20 fp.close() 23 rfp.close() 32 fp.close() 35 fp.close() 40 rfp.close() 43 rfp.close()
|