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

<<121122123124125126127128129130>>

  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_fstream.h 197 _Self* close();
510 void close() { function in class:basic_ifstream
511 if (!this->rdbuf()->close())
589 void close() { function in class:basic_ofstream
590 if (!this->rdbuf()->close())
672 void close() { function in class:basic_fstream
673 if (!this->rdbuf()->close())
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
_fstream.h 197 _Self* close();
510 void close() { function in class:basic_ifstream
511 if (!this->rdbuf()->close())
589 void close() { function in class:basic_ofstream
590 if (!this->rdbuf()->close())
672 void close() { function in class:basic_fstream
673 if (!this->rdbuf()->close())
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_bz2.py 35 pop.stdin.close()
37 pop.stdout.close()
127 bz2f.close()
139 bz2f.close()
147 bz2f.close()
155 bz2f.close()
260 bz2f.close()
264 f.close()
284 f.close()
test_telnetlib.py 37 conn.close()
41 serv.close()
61 telnet.sock.close()
71 telnet.sock.close()
82 telnet.sock.close()
87 telnet.sock.close()
93 telnet.sock.close()
test_urllib2_localnet.py 142 #request_handler.send_header('Connection', 'close')
281 result.close()
297 result.close()
380 f.close()
401 f.close()
416 f.close()
430 f.close()
454 for attr in ("read", "close", "info", "geturl"):
460 open_url.close()
test_io.py 169 def close(self): member in class:CloseFailureIO
446 def close(self): member in class:IOTest.test_destructor.MyFileIO
448 super(MyFileIO, self).close()
466 # (in the C version, close() is called by the tp_dealloc
479 def close(self): member in class:IOTest._check_base_destructor.MyIO
481 super(MyIO, self).close()
527 file.close()
576 self.assertRaises(IOError, f.close) # exception not swallowed
581 f.close()
582 f.close()
619 def close(self): member in class:CIOTest.test_IOBase_finalize.MyIO
677 def close(self): member in class:CommonBufferedTests.test_override_destructor.MyBufferedIO
2026 def close(self): member in class:TextIOWrapperTest.test_destructor.MyBytesIO
2047 def close(self): member in class:TextIOWrapperTest.test_override_destructor.MyTextIO
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_bz2.py 35 pop.stdin.close()
37 pop.stdout.close()
127 bz2f.close()
139 bz2f.close()
147 bz2f.close()
155 bz2f.close()
260 bz2f.close()
264 f.close()
284 f.close()
test_telnetlib.py 37 conn.close()
41 serv.close()
61 telnet.sock.close()
71 telnet.sock.close()
82 telnet.sock.close()
87 telnet.sock.close()
93 telnet.sock.close()
test_urllib2_localnet.py 142 #request_handler.send_header('Connection', 'close')
281 result.close()
297 result.close()
380 f.close()
401 f.close()
416 f.close()
430 f.close()
454 for attr in ("read", "close", "info", "geturl"):
460 open_url.close()
test_io.py 169 def close(self): member in class:CloseFailureIO
446 def close(self): member in class:IOTest.test_destructor.MyFileIO
448 super(MyFileIO, self).close()
466 # (in the C version, close() is called by the tp_dealloc
479 def close(self): member in class:IOTest._check_base_destructor.MyIO
481 super(MyIO, self).close()
527 file.close()
576 self.assertRaises(IOError, f.close) # exception not swallowed
581 f.close()
582 f.close()
619 def close(self): member in class:CIOTest.test_IOBase_finalize.MyIO
677 def close(self): member in class:CommonBufferedTests.test_override_destructor.MyBufferedIO
2026 def close(self): member in class:TextIOWrapperTest.test_destructor.MyBytesIO
2047 def close(self): member in class:TextIOWrapperTest.test_override_destructor.MyTextIO
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g711_dec/tests/
G711DecTest.c     [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g711_enc/tests/
G711EncTest.c     [all...]
  /external/libpcap/
pcap-bpf.c 171 int must_do_on_close; /* stuff we must do when we close */
175 * Stuff to do when we close.
704 close(fd);
707 close(fd);
734 close(fd);
745 close(fd);
752 close(fd);
765 close(fd);
773 close(fd);
1182 * This is very very close to what happens in the real implementatio
    [all...]
  /system/vold/
VolumeManager.cpp 71 close(sbfd);
77 close(sbfd);
80 close(sbfd);
578 close(dirfd);
629 close(fd);
649 close(fd);
659 close(fd);
664 close(fd);
667 close(fd);
887 close(fd)
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapContent.java 220 private static void close(Closeable c) { method in class:BluetoothMapContent
222 if (c != null) c.close();
638 close(c);
715 close(c);
733 close(c);
    [all...]
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
ScannerTest.java 76 public void close() throws IOException { method in class:ScannerTest.MockCloseable
93 s.close();
105 fos.close();
108 s.close();
129 s.close();
193 s.close();
211 s.close();
240 s.close();
259 s.close();
275 os.close();
    [all...]
  /external/chromium_org/ui/webui/resources/js/cr/ui/
bubble.js 280 // Close the bubble when the user presses <Esc>.
340 var close = document.createElement('div');
341 close.className = 'bubble-close';
342 this.insertBefore(close, this.querySelector('.bubble-content'));
350 * Handler for close events triggered when the close button is clicked. By
374 * Hide or show the close button.
375 * @param {boolean} isVisible True if the close button should be visible.
378 this.querySelector('.bubble-close').hidden = !isVisible
    [all...]
  /external/netperf/
nettest_sctp.c 823 /* we are finished with the socket, so close it to prevent hitting */
825 close(send_socket);
850 /* that the two numbers should be *very* close... We calculate */
    [all...]
nettest_bsd.c     [all...]
nettest_sdp.c 605 /* we are finished with the socket, so close it to prevent hitting */
608 close(send_socket);
636 close... We calculate bytes_sent regardless of the way the
    [all...]
  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
BaseContactsProvider2Test.java 589 c.close();
597 c.close();
612 c.close();
620 c.close();
628 c.close();
674 c.close();
685 c.close();
698 c.close();
    [all...]
  /packages/apps/Email/provider_src/com/android/email/service/
ImapService.java 421 localOldestCursor.close();
580 localUidCursor.close();
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
urllib.py 18 readlines(), fileno(), close() and info(). The read*(), fileno()
19 and close() methods work like those of open files.
153 self.close()
155 def close(self): member in class:URLopener
236 fp.close()
277 tfp.close()
279 fp.close()
349 if fp: fp.close()
379 """Default error handler: close the connection and raise IOError."""
380 fp.close()
928 def close(self): member in class:ftpwrapper
967 def close(self): member in class:addbase
983 def close(self): member in class:addclosehook
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
urllib.py 18 readlines(), fileno(), close() and info(). The read*(), fileno()
19 and close() methods work like those of open files.
153 self.close()
155 def close(self): member in class:URLopener
236 fp.close()
277 tfp.close()
279 fp.close()
349 if fp: fp.close()
379 """Default error handler: close the connection and raise IOError."""
380 fp.close()
928 def close(self): member in class:ftpwrapper
967 def close(self): member in class:addbase
983 def close(self): member in class:addclosehook
    [all...]
  /cts/tests/tests/hardware/src/android/hardware/cts/
CameraGLTest.java 235 mSurfaceTextureDone.close();
247 mPreviewDone.close();
346 mPreviewDone.close();
387 mSurfaceTextureDone.close();
404 mSurfaceTextureDone.close();
443 mSurfaceTextureDone.close();
461 mSurfaceTextureDone.close();
478 mSurfaceTextureDone.close();
551 mSurfaceTextureDone.close();
659 mDrawDone.close();
    [all...]

Completed in 1418 milliseconds

<<121122123124125126127128129130>>