/external/chromium_org/v8/src/ |
d8-posix.cc | 177 ~OpenFDCloser() { close(fd_); } 274 close(exec_error_fds[kReadFD]); // Don't need this in the child. 275 close(stdout_fds[kReadFD]); // Don't need this in the child. 276 close(1); // Close stdout. 278 close(stdout_fds[kWriteFD]); // Don't need the original fd now. 502 close(exec_error_fds[kWriteFD]); 503 close(stdout_fds[kWriteFD]);
|
/external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/ |
Connection.java | 38 * <li>finally, one must close the connection and release resources with the {@link #close() close()} method.</li> 490 fr.close(); 520 * Close the connection to the SSH-2 server. All assigned sessions will be 525 public synchronized void close() method in class:Connection 528 close(t, false); method 531 public void close(Throwable t, boolean hard) method in class:Connection 538 tm.close(t, hard == false); 597 * then you must call the {@link #close()} method before invoking <code>connect()</code> again 751 close(new Throwable("There was a problem during connect."), false); method [all...] |
/external/linux-tools-perf/ |
builtin-record.c | 541 close(child_ready_pipe[0]); 542 close(go_pipe[1]); 555 close(child_ready_pipe[1]); 573 close(child_ready_pipe[1]); 574 close(go_pipe[0]); 582 close(child_ready_pipe[0]); 689 close(go_pipe[1]);
|
/external/smack/src/org/jivesoftware/smack/ |
XMPPConnection.java | 431 // It is *important* that this is done before socket.close()! 434 socket.close(); 438 // In most cases the close() should be successful, so set 442 // Close down the readers and writers. 446 // socket.close(). But just in case do it explicitly. 447 reader.close(); 455 // socket.close(). But just in case do it explicitly. 456 writer.close(); 465 socket.close(); 673 // readers and writers and close the socket [all...] |
/external/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())
|
/external/stressapptest/src/ |
os.cc | 201 close(dcfile); 312 close(hpfile); 581 close(shmid_); 752 close(fd); 771 close(fd); 787 close(fd); 876 close(fd);
|
/external/v8/src/ |
d8-posix.cc | 177 ~OpenFDCloser() { close(fd_); } 274 close(exec_error_fds[kReadFD]); // Don't need this in the child. 275 close(stdout_fds[kReadFD]); // Don't need this in the child. 276 close(1); // Close stdout. 278 close(stdout_fds[kWriteFD]); // Don't need the original fd now. 497 close(exec_error_fds[kWriteFD]); 498 close(stdout_fds[kWriteFD]); 521 return scope.Close(accumulator);
|
/hardware/qcom/display/msm8974/libhwcomposer/ |
hwc_copybit.cpp | 263 close(mRelFd[0]); 290 close(list->hwLayers[i].acquireFenceFd); 482 close(acquireFd); 528 close(releaseFd); 594 close(mRelFd[0]); 628 close(mRelFd[0]); 630 close(mRelFd[1]);
|
/ndk/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())
|
/packages/apps/Bluetooth/src/com/android/bluetooth/hfp/ |
AtPhonebook.java | 128 cursor.close(); 134 cursor.close(); 221 pbr.cursor.close(); 285 pbr.cursor.close(); 396 pbr.cursor.close(); 508 c.close(); 564 pbr.cursor.close();
|
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/ |
BluetoothOppObexClientSession.java | 217 if (D) Log.d(TAG, "OBEX session close mCs"); 218 mCs.close(); 222 Log.w(TAG, "OBEX session close error" + e); 226 mTransport1.close(); 228 Log.e(TAG, "mTransport.close error"); 425 outputStream.close(); 487 outputStream.close(); 505 // Close InputStream and remove SendFileInfo from map 531 inputStream.close(); 534 putOperation.close(); [all...] |
/prebuilts/ndk/5/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/6/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/7/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/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()
|
/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()
|
/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...] |
/system/vold/ |
VolumeManager.cpp | 378 close(sbfd); 389 close(sbfd); 398 close(sbfd); 468 close(dirfd); 616 close(fd); 626 close(dirfd); 879 close(dirfd); 1119 close(fd); 1123 close(fd); [all...] |