HomeSort by relevance Sort by last modified time
    Searched refs:close (Results 1501 - 1525 of 8652) sorted by null

<<61626364656667686970>>

  /external/e2fsprogs/misc/
uuidd.c 74 close(0);
75 close(1);
76 close(2);
172 close(s);
191 close(s);
199 close(s);
205 close(s);
223 close(s);
333 close(fd_pidfile); /* Unlock the pid file */
437 close(ns)
    [all...]
  /external/nist-sip/java/gov/nist/javax/sip/stack/
TCPMessageChannel.java 181 * Close the message channel.
183 public void close() { method in class:TCPMessageChannel
186 mySock.close();
255 // Created a new socket so close the old one and stick the new
264 mySock.close();
315 * Delay the close of the socket for some time in case it is being used.
321 mySock.close();
332 mySock.close();
620 hispipe.close();
621 mySock.close();
    [all...]
  /hardware/samsung_slsi/exynos5/gralloc/
gralloc.cpp 326 close(fd1);
328 close(fd);
370 close(hnd->fd);
372 close(hnd->fd1);
374 close(hnd->fd2);
390 close(hnd->fd);
392 close(hnd->fd1);
394 close(hnd->fd2);
411 close(p->ionfd);
437 dev->device.common.close = gralloc_close
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_ftplib.py 48 self.close()
177 self.close()
244 self.close()
247 self.close()
305 super(SSLConnection, self).close()
348 def close(self): member in class:.SSLConnection
410 self.client.close()
549 conn.close()
563 self.client.close()
576 conn.close()
    [all...]
test_zipimport.py 76 z.close()
83 f.close()
88 f.close()
104 z.close()
214 z.close()
243 z.close()
258 z.close()
282 z.close()
292 z.close()
297 z.close()
    [all...]
test_kqueue.py 20 kq.close()
163 client.close()
164 server.close()
165 serverSocket.close()
179 a.close()
180 b.close()
181 kq.close()
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_ftplib.py 48 self.close()
177 self.close()
244 self.close()
247 self.close()
305 super(SSLConnection, self).close()
348 def close(self): member in class:.SSLConnection
410 self.client.close()
549 conn.close()
563 self.client.close()
576 conn.close()
    [all...]
test_zipimport.py 76 z.close()
83 f.close()
88 f.close()
104 z.close()
214 z.close()
243 z.close()
258 z.close()
282 z.close()
292 z.close()
297 z.close()
    [all...]
  /cts/tests/tests/hardware/src/android/hardware/camera2/cts/
DngCreatorTest.java 150 fileStream.close();
158 outputStream.close();
162 fileStream.close();
261 fileStream.close();
271 outputStream.close();
275 fileStream.close();
398 fileStream.close();
406 fileChannel.close();
416 fileStream.close();
457 fileStream.close();
    [all...]
  /device/moto/shamu/camera/QCamera2/stack/mm-camera-test/src/
mm_qcamera_socket.c 579 close(sock_fd);
587 close(sock_fd);
595 close(sock_fd);
684 close(server_socket);
691 close(server_socket);
697 close(client_socket);
728 close(client_socket);
742 close(client_socket);
793 close(prev_client_socket);
807 ALOGE("client close the connection.\n")
    [all...]
  /external/chromium_org/remoting/webapp/unittests/
it2me_helper_channel_unittest.js 22 close: function () {}
25 appLauncher.close = sinon.spy(appLauncher, 'close');
156 test('onHangoutMessages_(disconnect) should close the webapp', function() {
163 sinon.assert.calledOnce(appLauncher.close);
177 test('should close the webapp when hangout crashes', function() {
182 sinon.assert.calledOnce(appLauncher.close);
  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
ContactDirectoryManagerTest.java 194 cursor.close();
216 cursor.close();
245 cursor.close();
276 cursor.close();
291 cursor.close();
322 cursor.close();
345 cursor.close();
380 cursor.close();
412 cursor.close();
453 cursor.close();
    [all...]
  /system/core/libion/tests/
device_test.cpp 54 ASSERT_EQ(0, close(m_deviceFd));
162 ASSERT_EQ(0, close(map_fd));
196 ASSERT_EQ(0, close(map_fd));
228 ASSERT_EQ(0, close(map_fd));
262 ASSERT_EQ(0, close(map_fd));
296 ASSERT_EQ(0, close(map_fd));
330 ASSERT_EQ(0, close(map_fd));
364 ASSERT_EQ(0, close(map_fd));
400 ASSERT_EQ(0, close(map_fd));
433 ASSERT_EQ(0, close(map_fd))
    [all...]
  /external/apache-harmony/x-net/src/test/impl/java.injected/org/apache/harmony/xnet/provider/jsse/
SSLSocketFactoriesTest.java 353 is.close();
359 os.close();
365 s.close();
408 s.close();
425 is.close();
431 os.close();
437 s.close();
SSLSocketFunctionalTest.java 244 is.close();
250 os.close();
256 s.close();
302 s.close();
319 is.close();
325 os.close();
331 s.close();
  /external/bluetooth/bluedroid/stack/mcap/
mca_main.c 289 ** the channel and sends it a close event. The reason
300 tMCA_CLOSE close; local
302 close.param = MCA_ACP;
303 close.reason = reason;
304 close.lcid = p_tbl->lcid;
315 close.param = MCA_INT;
319 /* if control channel, notify ccb that channel close */
323 mca_ccb_event(p_ccb, MCA_CCB_LL_CLOSE_EVT, (tMCA_CCB_EVT *)&close);
325 /* notify dcb that channel close */
332 mca_dcb_event(p_dcb, MCA_DCB_TC_CLOSE_EVT, (tMCA_DCB_EVT *) &close);
    [all...]
  /external/chromium_org/components/devtools_bridge/android/javatests/src/org/chromium/components/devtools_bridge/
SocketTunnelServerTest.java 38 mSocket.close();
80 socket.close();
117 socket.close();
151 socket.close();
234 socket.close();
263 socket.close();
286 socket.close();
  /external/javassist/src/main/javassist/
ClassPoolTail.java 68 public void close() {} method in class:DirClassPath
115 public void close() { method in class:JarDirClassPath
118 jars[i].close(); method
165 public void close() { method in class:JarClassPath
167 jarfile.close();
234 cp.close();
280 * This method does not close the output stream.
293 fin.close();
309 fin.close();
416 * until it reaches the end. This method does not close th
    [all...]
  /external/qemu/android/utils/
filelock.c 145 close( pidfile_fd );
155 close( pidfile_fd );
209 close(pidfile_fd);
239 close(temp_fd);
323 IGNORE_EINTR(close(lockfd));
356 IGNORE_EINTR(close(temp_fd));
360 IGNORE_EINTR(close(lock_fd));
  /frameworks/base/core/tests/coretests/src/android/app/
DownloadManagerFunctionalTest.java 86 cursor.close();
140 pfd.close();
141 cursor.close();
172 cursor.close();
318 cursor.close();
346 cursor.close();
404 cursor.close();
  /frameworks/base/core/tests/coretests/src/android/database/
DatabaseGeneralTest.java 70 mDatabase.close();
127 c.close();
136 c.close();
145 c.close();
150 c.close();
159 c.close();
168 c.close();
177 c.close();
187 c.close();
197 c.close();
    [all...]
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/net/
JarURLConnectionTest.java 127 jf1.close();
134 jf1.close();
148 out.close();
171 in.close();
217 out.close();
223 is.close();
309 is.close();
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/bsddb/test/
test_sequence.py 20 self.seq.close()
23 self.d.close()
26 self.dbenv.close()
99 d.close()
125 self.seq.close() # You can close a Sequence multiple times
126 self.seq.close()
127 self.seq.close()
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/sqlite3/test/
factory.py 47 self.con.close()
59 self.con.close()
78 cur.close()
81 self.con.close()
155 self.con.close()
190 self.con.close()
228 self.con.close()
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/bsddb/test/
test_sequence.py 20 self.seq.close()
23 self.d.close()
26 self.dbenv.close()
99 d.close()
125 self.seq.close() # You can close a Sequence multiple times
126 self.seq.close()
127 self.seq.close()

Completed in 1407 milliseconds

<<61626364656667686970>>