HomeSort by relevance Sort by last modified time
    Searched refs:close (Results 1401 - 1425 of 7589) sorted by null

<<51525354555657585960>>

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
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/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/linux-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/test/
test_kqueue.py 20 kq.close()
163 client.close()
164 server.close()
165 serverSocket.close()
179 a.close()
180 b.close()
181 kq.close()
  /system/core/fastbootd/
usb_linux_client.c 201 close(usb_transport->bulk_in);
205 close(usb_transport->bulk_out);
209 close(usb_transport->control);
306 close(usb_transport->control);
307 close(usb_transport->bulk_out);
308 close(usb_transport->bulk_in);
341 usb_transport->transport.close = usb_close;
  /external/smack/src/org/jivesoftware/smack/util/
Base64.java 502 try{ oos.close(); } catch( Exception e ){}
503 try{ gzos.close(); } catch( Exception e ){}
504 try{ b64os.close(); } catch( Exception e ){}
505 try{ baos.close(); } catch( Exception e ){}
622 gzos.close();
631 try{ gzos.close(); } catch( Exception e ){}
632 try{ b64os.close(); } catch( Exception e ){}
633 try{ baos.close(); } catch( Exception e ){}
1642 public void close() throws java.io.IOException method in class:Base64.OutputStream
    [all...]
  /external/openssh/
sshd.c 263 * Close all listening sockets
271 close(listen_socks[i]);
283 close(startup_pipes[i]);
465 close(sock_in);
466 close(sock_out);
526 close(sock_in);
527 close(sock_out);
669 close(pmonitor->m_sendfd);
670 close(pmonitor->m_log_recvfd);
718 close(pmonitor->m_sendfd)
    [all...]
  /cts/tests/tests/content/src/android/content/cts/
ContentResolverTest.java 116 mCursor.close();
120 mCursor.close();
319 mCursor.close();
331 mCursor.close();
343 mCursor.close();
376 mCursor.close();
385 cursor.close();
464 is.close();
481 os.close();
485 os.close();
    [all...]
  /external/netcat/
netcat.c 413 close(connfd);
417 close(s);
431 close(s);
448 close(s);
493 close(s);
518 close(s);
524 close(s);
554 close(s);
559 close(s);
578 close(s)
    [all...]
  /libcore/harmony-tests/src/test/java/org/apache/harmony/nio/tests/java/nio/channels/
ChannelsTest.java 77 this.fins.close();
81 this.fouts.close();
111 file.close();
244 this.fins.close();
249 // close of fouts does not affect on channel
250 this.fouts.close();
260 // close of rbchannel does affect on testchannel(same channel)
261 rbChannel.close();
303 // readbc.close() affect testins
304 readbc.close();
    [all...]
  /dalvik/vm/mterp/
gen-mterp.py 124 stub_fp.close()
126 stub_fp.close()
254 opcode_fp.close()
502 infp.close()
620 c_fp.close()
621 asm_fp.close()
624 config_fp.close()
630 c_fp.close()
632 asm_fp.close()
  /device/asus/flo/conn_init/
wfc_util_fctrl.c 249 close( fd );
321 close( fd );
443 close( fd );
538 close( fd );
616 close(srcfd);
624 close(srcfd);
625 close(destfd);
639 close(destfd);
640 close(srcfd);
  /device/lge/mako/conn_init/
wfc_util_fctrl.c 249 close( fd );
321 close( fd );
443 close( fd );
538 close( fd );
616 close(srcfd);
624 close(srcfd);
625 close(destfd);
639 close(destfd);
640 close(srcfd);
  /external/chromium_org/ui/message_center/views/
message_view.cc 42 // This allows the creation of buttons like the notification close and expand
329 ControlButton *close = new ControlButton(this); local
330 close->SetPadding(-kCloseIconRightPadding, kCloseIconTopPadding);
331 close->SetNormalImage(IDR_NOTIFICATION_CLOSE);
332 close->SetHoveredImage(IDR_NOTIFICATION_CLOSE_HOVER);
333 close->SetPressedImage(IDR_NOTIFICATION_CLOSE_PRESSED);
334 close->set_owned_by_client();
335 close->set_animate_on_state_change(false);
336 close->SetAccessibleName(l10n_util::GetStringUTF16(
338 close_button_.reset(close);
    [all...]
  /external/nist-sip/java/gov/nist/javax/sip/stack/
TLSMessageChannel.java 195 * Close the message channel.
197 public void close() { method in class:TLSMessageChannel
200 mySock.close();
258 // Created a new socket so close the old one and stick the new
264 mySock.close();
311 // Created a new socket so close the old one and s
316 mySock.close();
600 hispipe.close();
601 mySock.close();
626 mySock.close();
    [all...]
  /hardware/samsung_slsi/exynos5/gralloc/
gralloc.cpp 329 close(fd1);
331 close(fd);
372 close(hnd->fd);
374 close(hnd->fd1);
376 close(hnd->fd2);
392 close(hnd->fd);
394 close(hnd->fd1);
396 close(hnd->fd2);
431 dev->device.common.close = gralloc_close;
  /libcore/support/src/test/java/tests/http/
MockWebServer.java 192 * all thread, even if any close fails.
195 serverSocket.close();
197 logger.log(Level.WARNING, "MockWebServer server socket close failed", e);
201 s.next().close();
204 logger.log(Level.WARNING, "MockWebServer socket close failed", e);
225 socket.close();
237 serverSocket.close(); // should cause acceptConnections() to break out
278 in.close();
279 out.close();
280 socket.close();
    [all...]
  /build/tools/releasetools/
img_from_target_files 89 img.close()
131 img.close()
162 img.close()
194 img.close()
256 output_zip.close()
  /cts/tests/tests/database/src/android/database/sqlite/cts/
SQLiteCursorTest.java 57 mDatabase.close();
81 cursor.close();
104 // deactivate() will close the CursorWindow
186 // close the database and see if requery throws an exception
187 mDatabase.close();
275 public void close() { method in class:SQLiteCursorTest.MockCursorWindow
276 super.close();
  /cts/tests/tests/os/src/android/os/cts/
ParcelFileDescriptorProcessTest.java 131 blue.close();
144 red.close();
197 blue.close();
265 red.close();
274 red.close();
  /development/samples/SipDemo/src/com/example/android/sip/
WalkieTalkieActivity.java 92 call.close();
178 manager.close(me.getUriString());
181 Log.d("WalkieTalkieActivity/onDestroy", "Failed to close local profile.", ee);
215 Log.i("WalkieTalkieActivity/InitiateCall", "Error when trying to close manager.", e);
218 manager.close(me.getUriString());
221 "Error when trying to close manager.", ee);
226 call.close();
299 call.close();
  /development/samples/training/bitmapfun/BitmapFun/src/main/java/com/example/android/bitmapfun/util/
ImageFetcher.java 153 mHttpDiskCache.close();
235 fileInputStream.close();
249 fileInputStream.close();
291 out.close();
294 in.close();
  /development/scripts/
symbol.py 227 child.stdin.close()
228 child.stdout.close()
326 stream.close()
336 process.stdin.close()
338 process.stdout.close()
  /device/generic/goldfish/camera/
EmulatedCameraHotplugThread.cpp 90 if (TEMP_FAILURE_RETRY(close(mInotifyFd)) == -1) {
91 ALOGE("%s: close failure error: '%s' (%d)",
135 TEMP_FAILURE_RETRY(close(mInotifyFd));
215 TEMP_FAILURE_RETRY(close(mInotifyFd));
246 TEMP_FAILURE_RETRY(close(fd));
367 TEMP_FAILURE_RETRY(close(fd));
  /device/lge/mako/camera/QCamera/stack/mm-camera-interface/src/
mm_camera_helper.c 73 close(pmem_fd);
98 close(pmem_fd);
154 close(ion_info_fd->fd);
176 close(file_fd);
312 close(ion_info_fd->fd);

Completed in 1314 milliseconds

<<51525354555657585960>>