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

1 2 3 4 5 6 78 91011>>

  /system/netd/
UsbController.cpp 52 close(fd);
60 close(fd);
logwrapper.c 123 close(parent_ptty);
130 close(parent_ptty);
136 close(parent_ptty);
141 close(parent_ptty);
144 close(child_ptty);
156 close(fd);
158 close(fd);
167 close(parent_ptty);
  /dalvik/libcore/nio/src/test/java/org/apache/harmony/nio/tests/java/nio/channels/
SocketChannelTest.java 98 this.channel1.close();
105 this.channel2.close();
112 this.server1.close();
119 this.server2.close();
233 this.channel1.close();
251 this.channel1.close();
277 this.channel1.close();
405 testServer.close();
475 this.channel1.close();
740 s.close();
    [all...]
ServerSocketChannelTest.java 78 this.serverChannel.close();
86 this.clientChannel.close();
161 this.serverChannel.close();
196 // socket close makes the channel close
197 s1.close();
218 // socket close makes the channel close
219 s1.close();
231 this.serverChannel.close();
    [all...]
SourceChannelTest.java 135 sink.close();
158 source.close();
226 // invoke close to ensure all data will be sent out
227 sink.close();
251 // close pipe everytime
252 sink.close();
253 source.close();
308 sink.close();
333 source.close();
393 // invoke close to ensure all data will be sent ou
    [all...]
FileChannelTest.java 149 readOnlyFileChannel.close();
156 writeOnlyFileChannel.close();
163 readWriteFileChannel.close();
170 fis.close();
195 datagramChannelSender.close();
202 datagramChannelReceiver.close();
209 serverSocketChannel.close();
216 socketChannelSender.close();
223 socketChannelReceiver.close();
231 pipe.source().close();
    [all...]
  /dalvik/libcore/nio/src/main/java/org/apache/harmony/nio/internal/
PipeImpl.java 63 sink.close();
73 source.close();
116 sourceServer.close();
124 sourceSocket.close();
169 sinkSocket.close();
  /external/dropbear/libtommath/
dep.pl 44 close SRC;
45 close OUT;
85 close SRC;
89 close CLASS;
100 close(OUT);
  /system/core/init/
logo.c 73 close(fb->fd);
80 close(fb->fd);
99 close(fd);
151 close(fd);
158 close(fd);
  /external/qemu/slirp/
misc.c 183 close(master);
191 close(master);
192 close(slave);
225 (void) close(master);
296 close(s);
298 close(master);
304 (void) close(master);
311 close(s);
338 close(s);
370 close(0); close(1); close(2); /* XXX *
    [all...]
  /external/qemu/slirp-android/
misc.c 163 close(master);
171 close(master);
172 close(slave);
205 (void) close(master);
265 close(s);
267 close(master);
273 (void) close(master);
304 close(s);
336 close(0); close(1); close(2); /* XXX *
    [all...]
  /external/clearsilver/util/
neo_net.c 53 close(sfd);
60 close(sfd);
67 close(sfd);
76 close(sfd);
87 close(sfd);
94 close(sfd);
102 close(sfd);
135 close(fd);
184 close(fd);
190 close(fd)
    [all...]
  /dalvik/libcore/luni/src/test/java/tests/api/java/io/
BufferedWriterTest.java 88 * @tests java.io.BufferedWriter#close()
92 method = "close",
96 // Test for method void java.io.BufferedWriter.close()
98 bw.close();
104 assertFalse("Test 2: Write after close.", sw.toString().equals(testString));
108 bw.close();
131 bw.close();
158 bw.close();
260 bw.close();
294 bw.close();
    [all...]
PrintStreamTest.java 82 tobj.close();
86 tobj.close();
110 tobj.close();
114 tobj.close();
148 tobj.close();
152 tobj.close();
178 tobj.close();
182 tobj.close();
213 os.close();
238 tobj.close();
    [all...]
ObjectOutputStreamTest.java 647 oos.close();
649 oos.close();
741 * @tests java.io.ObjectOutputStream#close()
745 method = "close",
755 oos.close();
760 oos_ioe.close();
912 oos.close();
932 ois.close();
981 oos.close();
984 ois.close();
    [all...]
FilterReaderTest.java 45 public void close() throws IOException { method in class:FilterReaderTest.MockReader
107 * @tests java.io.FilterReader#close()
111 notes = "Verifies close().",
112 method = "close",
116 fr.close();
117 assertTrue("close() has not been called.", called);
274 fr.close();
FilterWriterTest.java 49 public void close() throws IOException { method in class:FilterWriterTest.MockWriter
99 * @tests java.io.FilterWriter#close()
103 notes = "Verifies close().",
104 method = "close",
108 fw.close();
109 assertTrue("close() has not been called.", called);
223 fw.close();
  /dalvik/libcore/sql/src/test/java/tests/java/sql/
DatabaseMetaDataTest.java 92 conn.close();
113 userTab.close();
133 conn.close();
195 result.close();
217 rs.close();
220 conn.close();
269 conn.close();
340 conn.close();
398 rs.close();
412 rs.close();
    [all...]
  /external/bison/lib/
subpipe.c 48 # define dup2(f, t) (close (t), fcntl (f, F_DUPFD, t))
133 close (fd[0]);
134 close (fd[1]);
136 close (child_fd[0]);
138 close (child_fd[1]);
149 close (child_fd[0]);
150 close (child_fd[1]);
  /external/qemu/
migration-tcp.c 46 close(s->fd);
94 s->close = tcp_close;
124 close(s->fd);
167 /* we've successfully migrated, close the server socket */
169 close(s);
176 close(c);
209 close(s);
  /external/webkit/WebCore/dom/default/
PlatformMessagePortChannel.cpp 57 // Make sure we close our platform channel when the base is freed, to keep the channel objects from leaking.
58 m_channel->close();
81 void MessagePortChannel::close() function in class:WebCore::MessagePortChannel
83 m_channel->close();
207 void PlatformMessagePortChannel::close() function in class:WebCore::PlatformMessagePortChannel
236 // The remote port's ScriptExecutionContext is guaranteed not to change here - MessagePort::contextDestroyed() will close the port before the context goes away, and close() will block because we are holding the mutex.
  /external/wpa_supplicant/
driver_wired.c 72 close(s);
75 close(s);
97 close(s);
100 close(s);
138 close(s);
141 close(s);
265 close(drv->pf_sock);
  /external/wpa_supplicant_6/wpa_supplicant/src/drivers/
driver_wired.c 71 close(s);
74 close(s);
96 close(s);
99 close(s);
146 close(s);
149 close(s);
273 close(drv->pf_sock);
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
QsbApplication.java 60 close(); method
71 protected void close() { method in class:QsbApplication
74 mConfig.close();
78 mCorpora.close();
82 mShortcutRepository.close();
86 mSourceTaskExecutor.close();
90 mSuggestionsProvider.close();
Suggestions.java 61 /** True if {@link Suggestions#close} has been called. */
145 public void close() { method in class:Suggestions
146 if (DBG) Log.d(TAG, "close()");
148 throw new IllegalStateException("Double close()");
153 mShortcuts.close();
157 result.close();
202 corpusResult.close();

Completed in 658 milliseconds

1 2 3 4 5 6 78 91011>>