/external/chromium_org/third_party/leveldatabase/src/util/ |
env_posix.cc | 80 virtual ~PosixRandomAccessFile() { close(fd_); } 202 virtual Status Close() { 239 close(fd); 332 close(fd); 425 close(fd); 429 close(fd); 447 close(my_lock->fd_);
|
/external/chromium_org/ui/gl/ |
generate_bindings.py | [all...] |
/external/openssl/ |
e_os.h | 169 #define closesocket(s) close(s) 176 #define closesocket(s) close(s) 190 #define closesocket(s) close(s) 209 #define closesocket(s) close(s) 503 # define SHUTDOWN(fd) close(fd) 504 # define SHUTDOWN2(fd) close(fd)
|
/external/qemu/distrib/libsparse/src/ |
output_file.c | 67 void (*close)(struct output_file *); member in struct:output_file_ops 181 .close = file_close, 265 .close = gz_file_close, 315 .close = callback_file_close, 538 out->ops->close(out); 758 close(file_fd);
|
/frameworks/base/core/tests/coretests/src/android/util/ |
Base64Test.java | 450 b64os.close(); 460 b64os.close(); 483 b64os.close(); 493 b64os.close(); 503 b64os.close(); 526 b64os.close();
|
/frameworks/native/cmds/atrace/ |
atrace.cpp | 217 close(traceFD); 239 close(fd); 358 close(fd); 483 close(fd); 655 close(traceFD); 730 close(traceFD);
|
/frameworks/opt/net/voip/src/java/android/net/sip/ |
SipAudioCall.java | 287 public void close() { method in class:SipAudioCall 288 close(true); 291 private synchronized void close(boolean closeRtp) { method in class:SipAudioCall 475 close(); method 489 close(false); 574 close(true); [all...] |
/hardware/qcom/display/msm8084/libexternal/ |
external.cpp | 142 close(spdFile); 197 close(hdmiScanInfoFile); 203 close(hdmiScanInfoFile); 329 close(hdmiEDIDFile); 358 ret = close(mFd); 572 close(hdmiHPDFile);
|
/hardware/qcom/display/msm8226/libexternal/ |
external.cpp | 142 close(spdFile); 197 close(hdmiScanInfoFile); 203 close(hdmiScanInfoFile); 329 close(hdmiEDIDFile); 358 ret = close(mFd); 572 close(hdmiHPDFile);
|
/hardware/qcom/display/msm8974/libexternal/ |
external.cpp | 230 close(spdFile); 299 close(hdmiScanInfoFile); 306 close(hdmiScanInfoFile); 429 close(hdmiEDIDFile); 458 ret = close(mFd); 697 close(hdmiHPDFile);
|
/hardware/samsung_slsi/exynos5/libhwc/ |
hwc.cpp | 743 close(buffer.reserved); 759 close(acquireFenceFd); [all...] |
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/ |
TestActivity.java | 123 cursor.close(); 516 fos.close(); 517 is.close(); 522 fos.close(); 603 public void close() throws IOException { method in class:TestTcpTransport 604 s.close();
|
/packages/apps/Calendar/src/com/android/calendar/alerts/ |
GlobalDismissManager.java | 266 cnb.close(); 325 cursor.close(); 335 cnb.close(); 437 eventCursor.close(); 471 calendarCursor.close(); 514 cursor.close();
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
asyncore.py | 403 def close(self): member in class:dispatcher 409 self.socket.close() 478 # since there is an error, we'll go ahead and close the socket 521 self.log_info('unhandled close event', 'warning') 522 self.close() 581 x.close() 635 def close(self): member in class:.file_wrapper 636 os.close(self.fd)
|
mailbox.py | 196 def close(self): member in class:Mailbox 197 """Flush and close the mailbox.""" 275 tmp_file.close() 354 f.close() 368 f.close() 409 def close(self): member in class:Maildir 410 """Flush and close the mailbox.""" 434 os.close(os.open(maildirfolder_path, os.O_CREAT | os.O_WRONLY, 677 new_file.close() 682 self._file.close() 714 def close(self): member in class:_singlefileMailbox 1087 def close(self): member in class:MH 1905 def close(self): member in class:_ProxyFile 1954 def close(self): member in class:_PartialFile [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/bsddb/ |
dbobj.py | 42 def close(self, *args, **kwargs): member in class:DBEnv 43 return self._cobj.close(*args, **kwargs) 146 def close(self, *args, **kwargs): member in class:DB 147 return self._cobj.close(*args, **kwargs) 239 def close(self, *args, **kwargs): member in class:DBSequence 240 return self._cobj.close(*args, **kwargs)
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/bsddb/test/ |
test_compare.py | 88 self.env.close() 108 self.db.close() 136 curs.close() 274 self.env.close() 293 self.db.close() 321 curs.close()
|
test_thread.py | 54 self.d.close() 55 self.env.close() 171 c.close() 295 c.close() 438 c.close() 448 c.close()
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_signal.py | 160 done_r.close() 161 # Have to close done_w again here because 176 done_w.close() 279 os.close(self.read) 280 os.close(self.write) 304 self.addCleanup(os.close, r) 332 # Close the write end of the pipe. The child has a copy, so 334 # close when the child exits so that in the non-interrupt case 335 # the read eventually completes, otherwise we could just close 337 os.close(w [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
asyncore.py | 403 def close(self): member in class:dispatcher 409 self.socket.close() 478 # since there is an error, we'll go ahead and close the socket 521 self.log_info('unhandled close event', 'warning') 522 self.close() 581 x.close() 635 def close(self): member in class:.file_wrapper 636 os.close(self.fd)
|
mailbox.py | 196 def close(self): member in class:Mailbox 197 """Flush and close the mailbox.""" 275 tmp_file.close() 354 f.close() 368 f.close() 409 def close(self): member in class:Maildir 410 """Flush and close the mailbox.""" 434 os.close(os.open(maildirfolder_path, os.O_CREAT | os.O_WRONLY, 677 new_file.close() 682 self._file.close() 714 def close(self): member in class:_singlefileMailbox 1087 def close(self): member in class:MH 1905 def close(self): member in class:_ProxyFile 1954 def close(self): member in class:_PartialFile [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/bsddb/ |
dbobj.py | 42 def close(self, *args, **kwargs): member in class:DBEnv 43 return self._cobj.close(*args, **kwargs) 146 def close(self, *args, **kwargs): member in class:DB 147 return self._cobj.close(*args, **kwargs) 239 def close(self, *args, **kwargs): member in class:DBSequence 240 return self._cobj.close(*args, **kwargs)
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/bsddb/test/ |
test_compare.py | 88 self.env.close() 108 self.db.close() 136 curs.close() 274 self.env.close() 293 self.db.close() 321 curs.close()
|
test_thread.py | 54 self.d.close() 55 self.env.close() 171 c.close() 295 c.close() 438 c.close() 448 c.close()
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_signal.py | 160 done_r.close() 161 # Have to close done_w again here because 176 done_w.close() 279 os.close(self.read) 280 os.close(self.write) 304 self.addCleanup(os.close, r) 332 # Close the write end of the pipe. The child has a copy, so 334 # close when the child exits so that in the non-interrupt case 335 # the read eventually completes, otherwise we could just close 337 os.close(w [all...] |