HomeSort by relevance Sort by last modified time
    Searched full:close (Results 101 - 125 of 5187) sorted by null

1 2 3 45 6 7 8 91011>>

  /cts/tools/vm-tests/src/util/build/
DasmBuildStep.java 67 close(inp);
81 close(inp);
135 close(outp);
142 close(outp);
148 private static void close(Closeable c) { method in class:DasmBuildStep
152 c.close();
  /dalvik/libcore/luni/src/test/java/tests/api/java/io/
DataInputStreamTest.java 59 os.close();
65 dis.close();
86 os.close();
100 dis.close();
125 os.close();
140 dis.close();
163 os.close();
200 os.close();
207 dis.close();
238 os.close();
    [all...]
FileDescriptorTest.java 92 raf.close();
112 os.close();
128 * Tears down the fixture, for example, close a network connection. This
133 os.close();
137 fis.close();
141 fos.close();
ObjectInputStreamTest.java 103 oos.close();
105 ois.close();
106 oos.close();
125 oos.close();
159 oos.close();
165 ois.close();
180 oos.close();
185 ois.close();
199 oos.close();
211 ois.close();
    [all...]
  /dalvik/libcore/support/src/test/java/tests/util/
FieldTestFileGenerator.java 60 oos.close();
67 if (fos != null) fos.close();
75 oos.close();
82 if (fos != null) fos.close();
90 oos.close();
97 if (fos != null) fos.close();
  /external/bluetooth/glib/tests/
timeloop-basic.c 113 close (source);
114 close (dest);
135 close (in_fds[0]);
136 close (out_fds[1]);
144 close (in_fds[1]);
145 close (out_fds[0]);
  /external/proguard/src/proguard/io/
DirectoryWriter.java 60 // Should we close the current file?
89 // Should we close the current file?
122 public void close() throws IOException method in class:DirectoryWriter
124 // Close the file stream, if any.
150 // Close the file stream, if any.
160 currentOutputStream.close();
  /dalvik/libcore/sql/src/test/java/tests/sql/
ResultSetTest.java 80 target.close();
81 stForward.close();
134 @KnownFailure("res.close() does not wrap up")
153 target.close();
172 @KnownFailure("statment.close() does not wrap up")
193 target.close();
218 * Test method for {@link java.sql.ResultSet#close()}.
220 * According to the JDBC spec close has to "Releases this ResultSet
228 method = "close",
231 @KnownFailure("Resultset.close() does not wrap up"
    [all...]
  /dalvik/libcore/luni/src/main/java/org/apache/harmony/luni/internal/net/www/protocol/ftp/
FtpURLInputStream.java 65 public void close() { method in class:FtpURLInputStream
67 is.close();
72 controlSocket.close();
  /external/e2fsprogs/misc/
partinfo.c 61 close(fd);
68 close(fd);
76 close(fd);
  /external/opencore/engines/2way/src/
pv_2way_cmd_control_datapath.cpp 31 //If command was already in progress when close was initiated.
36 Close();
44 Close();
  /external/proguard/src/proguard/
FileWordReader.java 80 public void close() throws IOException method in class:FileWordReader
82 super.close();
86 reader.close();
  /external/srec/tools/cmd/
pht_to_long.pl 28 close(PHT);
63 close(HH);
64 close(OO);
  /external/webkit/WebCore/manual-tests/inspector/
remember-last-script.html 13 <li><p>close Web Inspector
17 <li>open Web Inspector, switch to the <b>Scripts</b> panel, then close Web Inspector
24 <li>open Web Inspector, switch to the <b>Scripts</b> panel, then close Web Inspector
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
ReorderingCursorWrapper.java 46 public void close() { method in class:ReorderingCursorWrapper
47 super.close();
48 mCursor.close();
  /sdk/hierarchyviewer/src/com/android/hierarchyviewer/scene/
VersionLoader.java 63 out.close();
66 in.close();
69 socket.close();
  /bionic/libc/unistd/
popen.c 74 (void)close(pdes[0]);
75 (void)close(pdes[1]);
87 close(fileno(pcur->fp));
92 (void) close(pdes[0]);
99 (void)close(tpdes1);
103 (void)close(pdes[1]);
106 (void)close(pdes[0]);
118 (void)close(pdes[1]);
121 (void)close(pdes[0]);
  /bootable/diskinstaller/libdiskconfig/
diskutils.c 106 close(src_fd);
108 close(dst_fd);
113 close(dst_fd);
115 close(src_fd);
  /cts/tests/tests/content/src/android/content/res/cts/
AssetFileDescriptorTest.java 69 mAssetFileDes.close();
77 method = "close",
98 * 3. auto close.
104 mOutputStream.close();
118 mAssetFileDes.close();
135 mInputStream.close();
149 mAssetFileDes.close();
154 mAssetFileDes.close();
165 mAssetFileDes.close();
  /dalvik/libcore/archive/src/test/java/org/apache/harmony/archive/tests/java/util/jar/
Pack200PackerTest.java 79 jf.close();
80 fos1.close();
84 jf.close();
85 fos2.close();
89 jf.close();
90 fos3.close();
119 fos1.close();
123 fos2.close();
127 fos3.close();
  /dalvik/libcore/archive/src/test/java/org/apache/harmony/archive/tests/java/util/zip/
ZipOutputStreamTest.java 48 * @tests java.util.zip.ZipOutputStream#close()
53 method = "close",
58 zos.close();
59 fail("Close on empty stream failed to throw exception");
67 zos.close();
72 zos.close();
73 zos.close(); // Should be a no-op
94 zos.close();
122 zos.close();
146 zos.close();
    [all...]
  /dalvik/libcore/crypto/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/
CipherInputStreamTest.java 59 * @tests javax.crypto.CipherInputStream#close()
64 method = "close",
71 Cipher.getInstance("DES/CBC/PKCS5Padding")).close();
78 Cipher.getInstance("DES/CBC/PKCS5Padding")).close();
  /dalvik/libcore/nio/src/test/java/org/apache/harmony/nio/tests/java/nio/
MappedByteBufferTest.java 128 fileChannelRead.close();
129 fileChannelR.close();
130 fileChannelReadWrite.close();
131 fileChannelRW.close();
158 fileChannelRead.close();
159 fileChannelReadWrite.close();
179 fc.close();
191 fileChannel.close();
192 fileOutputStream.close();
  /dalvik/libcore/sql/src/test/java/tests/SQLite/
BlobTest.java 95 out.close();
96 testBlob.close();
102 testBlob.close();
143 os.close();
148 is.close();
150 blob.close();
208 * @tests Blob#close()
213 method = "close",
220 testBlob.close();
  /external/bluetooth/bluez/common/
oui.c 60 close(fd);
66 close(fd);
75 close(fd);
91 close(fd);

Completed in 443 milliseconds

1 2 3 45 6 7 8 91011>>