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

<<11121314151617181920>>

  /dalvik/libcore/luni/src/test/java/tests/api/java/net/
DatagramSocketTest.java 93 ms.close();
267 * @tests java.net.DatagramSocket#close()
272 method = "close",
276 // Test for method void java.net.DatagramSocket.close()
282 ds.close();
351 ds.close();
385 ms.close();
415 ds.close();
454 ds.close();
481 ds.close();
1350 protected void close() {} method in class:DatagramSocketTest.testDatagramSocketImpl
2693 protected void close() { method in class:DatagramSocketTest.TestDatagramSocketImpl
    [all...]
  /dalvik/libcore/luni/src/test/java/tests/api/java/io/
BufferedInputStreamTest.java 97 // Close underlying FileInputStream, all but 1 buffered bytes should
99 isFile.close();
163 bis.close();
182 * @tests java.io.BufferedInputStream#close()
186 method = "close",
190 is.close();
203 is.close();
318 is.close();
371 in.close();
420 bis.close();
    [all...]
PushbackReaderTest.java 51 pbr.close();
85 tobj.close();
92 tobj.close();
101 * @tests java.io.PushbackReader#close()
105 method = "close",
112 tobj.close();
113 tobj.close();
117 tobj.close();
123 // Test for method void java.io.PushbackReader.close()
125 pbr.close();
    [all...]
ComputeSerialVersionUIDTest.java 37 ois.close();
75 ois.close();
119 ois.close();
147 ois.close();
179 ois.close();
  /device/htc/dream-sapphire/libsensors/
sensors.c 189 close(fd);
219 close(dev->akmd_fd);
323 // close the driver
361 close(fd);
390 //LOGD("(data close) about to close fd=%d", dev->events_fd);
391 close(dev->events_fd);
538 close(ctx->akmd_fd);
549 //LOGD("(device close) about to close fd=%d", ctx->events_fd)
    [all...]
  /external/bluetooth/bluez/compat/
fakehid.c 110 close(fd);
164 close(sk);
176 close(sk);
300 close(sk);
349 close(fd);
350 close(sk);
361 /* The strange meta key close to Ctrl has been assigned to Esc,
401 close(sk);
450 close(fd);
451 close(sk)
    [all...]
  /external/dropbear/
sshpty.c 89 close(*ptyfd);
133 close(*ptyfd);
178 close(*ptyfd);
215 close(*ptyfd);
281 close(fd);
297 close(fd);
323 close(*ttyfd);
326 close(fd);
336 close(fd);
  /external/libpcap/
fad-glifc.c 117 (void)close(fd4);
130 (void)close(fd6);
131 (void)close(fd4);
143 (void)close(fd6);
144 (void)close(fd4);
159 (void)close(fd6);
160 (void)close(fd4);
362 (void)close(fd6);
363 (void)close(fd4);
  /cts/tests/tests/database/src/android/database/sqlite/cts/
SQLiteStatementTest.java 54 mDatabase.close();
96 statement.close();
139 statement.close();
168 statement.close();
197 statement.close();
  /cts/tests/tests/provider/src/android/provider/cts/
Settings_SecureTest.java 100 c.close();
111 c.close();
135 c.close();
145 c.close();
159 c.close();
  /cts/tests/tests/webkit/src/android/webkit/cts/
WebIconDatabaseTest.java 78 method = "close",
102 webIconDatabase.close();
165 webIconDatabase.close();
203 webIconDatabase.close();
240 // FIXME: WebIconDatabase.close() is asynchronous, so some files may still be in use
  /dalvik/dx/src/junit/runner/
TestCaseClassLoader.java 149 stream.close();
150 out.close();
181 zipFile.close();
187 stream.close();
210 is.close();
  /dalvik/libcore/archive/src/test/java/org/apache/harmony/archive/tests/java/util/jar/
JarOutputStreamTest.java 99 jout.close();
100 jis.close();
127 os.close();
155 fos.close();
184 fos.close();
  /dalvik/libcore/luni/src/test/java/junit/runner/
TestCaseClassLoader.java 149 stream.close();
150 out.close();
181 zipFile.close();
187 stream.close();
210 is.close();
  /dalvik/libcore/luni/src/test/java/tests/api/java/util/
PropertiesTest.java 208 is.close();
268 is.close();
303 out.close();
308 in.close();
359 out.close();
363 in.close();
400 out.close();
409 in.close();
415 is.close();
425 is.close();
    [all...]
  /dalvik/libcore/nio/src/main/java/java/nio/channels/spi/
AbstractInterruptibleChannel.java 94 * If multiple threads attempt to simultaneously close a channel, then only
100 * @see java.nio.channels.Channel#close()
102 public final void close() throws IOException { method in class:AbstractInterruptibleChannel
128 AbstractInterruptibleChannel.this.close();
178 * closed through another invocation of {@code close()} and that the method
  /dalvik/libcore/sql/src/test/java/tests/SQLite/
AbstractSqlTest.java 115 firstStmt.close();
116 secondStmt.close();
120 firstStmt.close();
121 firstConnection.close();
122 secondConnection.close();
  /external/clearsilver/util/
neo_files.c 93 close(fd);
99 close(fd);
105 close(fd);
131 close (fd);
134 close (fd);
  /external/proguard/src/proguard/
WordReader.java 125 // Otherwise close and ditch the word reader.
126 includeWordReader.close();
295 public void close() throws IOException method in class:WordReader
297 // Close and ditch the included word reader, if any.
300 includeWordReader.close();
  /external/qemu/
buffered_file.c 28 BufferedCloseFunc *close; member in struct:QEMUFileBuffered
175 ret = s->close(s->opaque);
239 BufferedCloseFunc *close)
250 s->close = close;
  /external/webkit/WebKit/chromium/src/
PlatformMessagePortChannel.cpp 64 // Make sure we close our platform channel when the base is freed, to keep the channel objects from leaking.
65 m_channel->close();
88 void MessagePortChannel::close() function in class:WebCore::MessagePortChannel
90 m_channel->close();
221 void PlatformMessagePortChannel::close() function in class:WebCore::PlatformMessagePortChannel
SocketStreamHandle.cpp 61 void close();
117 void SocketStreamHandleInternal::close() function in class:WebCore::SocketStreamHandleInternal
119 LOG(Network, "close");
120 m_socket->close();
215 m_internal->close();
  /external/webkit/WebKitTools/Scripts/
check-for-exit-time-destructors 67 close LIST;
89 close NM;
111 close(TOUCH);
122 close FILT;
141 close OTOOL;
sort-Xcode-project-file 83 close(IN);
93 close(IN);
94 close($OUT);
139 close(IN);
140 close($OUT);
  /frameworks/base/services/java/com/android/server/
ViewServer.java 128 mServer.close();
132 Slog.w(LOG_TAG, "Could not close the view server");
198 in.close();
206 client.close();
230 out.close();

Completed in 135 milliseconds

<<11121314151617181920>>