/external/wpa_supplicant_6/wpa_supplicant/src/l2_packet/ |
l2_packet_linux.c | 122 close(l2->fd); 134 close(l2->fd); 141 close(l2->fd); 160 close(l2->fd); 184 close(s); 187 close(s);
|
/frameworks/base/tools/localize/ |
Perforce.cpp | 49 close(outPipe[0]); 50 close(errPipe[0]); 57 close(outPipe[1]); 58 close(errPipe[1]); 83 close(outPipe[0]); 84 close(errPipe[0]);
|
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/ |
BluetoothOppRfcommListener.java | 188 if (V) Log.v(TAG, "close mTcpServerSocket"); 191 mTcpServerSocket.close(); 193 Log.e(TAG, "Error close mTcpServerSocket"); 197 if (V) Log.v(TAG, "close mBtServerSocket"); 201 mBtServerSocket.close(); 203 Log.e(TAG, "Error close mBtServerSocket");
|
/sdk/hierarchyviewer/src/com/android/hierarchyviewer/scene/ |
CaptureLoader.java | 75 out.close(); 78 in.close(); 81 socket.close(); 152 out.close(); 155 in.close(); 158 socket.close();
|
/system/core/adb/ |
sockets.c | 113 /* this is a little gross, but since s->close() *will* modify 153 s->close(s); 221 if (s->peer->close == local_socket_close) 224 s->peer->close(s->peer); 271 s->close(s); 286 s->close(s); 352 s->close(s); 361 // s->close(s); 374 s->close = local_socket_close; 457 s->peer->close(s->peer) [all...] |
/system/vold/ |
logwrapper.c | 122 close(parent_ptty); 141 close(parent_ptty); 144 close(child_ptty); 156 close(fd); 158 close(fd); 171 close(parent_ptty);
|
/external/freetype/include/freetype/internal/ |
pshints.h | 96 * - Close the recording session by calling the `close' method. It 135 * close an opened recording session. 247 * A method of the @T1_Hints class used to close a hint recording 326 * close :: 327 * The function to close a recording session. 346 T1_Hints_CloseFunc close; member in struct:T1_Hints_FuncsRec_ 383 * - Close the recording session by calling the `close' method. It 422 * close an opened recording session 660 T2_Hints_CloseFunc close; member in struct:T2_Hints_FuncsRec_ [all...] |
/cts/tests/tests/provider/src/android/provider/cts/ |
BrowserTest.java | 92 cursor.close(); 107 cursor.close(); 163 cursor.close(); 175 cursor.close(); 188 cursor.close(); 216 cursor.close(); 254 cursor.close(); 299 cursor.close(); 313 cursor.close(); 328 cursor.close(); [all...] |
MediaStore_Images_ThumbnailsTest.java | 94 c.close(); 117 c.close(); 125 c.close(); 158 c.close(); 167 c.close(); 174 c.close(); 221 c.close();
|
/dalvik/libcore/logging/src/test/java/org/apache/harmony/logging/tests/java/util/logging/ |
ConsoleHandlerTest.java | 205 * Test close() when having sufficient privilege, and a record has been 210 notes = "Verifies close() when having sufficient privilege, and a record has been written to the output stream.", 211 method = "close", 223 h.close(); 227 h.close(); 231 * Test close() when having sufficient privilege, and an output stream that 236 notes = "Verifies close() when having sufficient privilege, and an output stream that always throws exceptions", 237 method = "close", 251 h.close(); 255 * Test close() when having sufficient privilege, and no record has bee 618 public void close() throws IOException { method in class:ConsoleHandlerTest.MockOutputStream [all...] |
/dalvik/libcore/luni/src/test/java/tests/api/java/io/ |
InputStreamReaderTest.java | 121 osw.close(); 134 in.close(); 135 is.close(); 136 fis.close(); 305 reader.close(); 318 reader.close(); 344 reader.close(); 348 in.close(); 363 reader.close(); 382 reader2.close(); [all...] |
PipedWriterTest.java | 111 pw.close(); 143 pw.close(); 157 * @tests java.io.PipedWriter#close() 162 method = "close", 170 pw.close(); 277 pw.close(); 283 pw.close(); 300 reader.pr.close(); 408 pw.close(); 497 pw.close(); [all...] |
BufferedReaderTest.java | 77 * @tests java.io.BufferedReader#close() 81 method = "close", 88 br.close(); 94 fail("Exception during close test " + e.toString()); 99 br.close(); 226 br.close(); 252 toRet.close(); 321 public void close() throws IOException { 395 br.close(); 421 br.close(); [all...] |
/dalvik/libcore/sql/src/test/java/tests/java/sql/ |
StressTest.java | 59 statement.close(); 60 conn.close(); 151 // close the pool and wait for all tasks to finish. 158 c.close(); 206 rs.close(); 236 // close the pool and wait for all tasks to finish. 249 rs.close(); 295 vc.elementAt(i).close(); 298 assertEquals("Unable to close a connection", vc.size(), i); 364 ps.close(); [all...] |
DeleteFunctionalityTest.java | 56 statement.close(); 57 conn.close(); 85 userTab.close(); 198 r.close(); 221 r.close(); 246 r.close(); 247 stat.close();
|
/external/bluetooth/bluez/common/ |
textfile.c | 93 close(fd); 176 goto close; 277 close: 280 close(fd); 299 goto close; 343 close: 344 close(fd); 394 goto close; 464 close: 465 close(fd) [all...] |
/external/opencore/oscl/oscl/oscllib/src/ |
oscl_shared_library.cpp | 71 Close(); 267 OSCL_EXPORT_REF OsclLibStatus OsclSharedLibrary::Close() 282 (0, "OsclLib::Close: Could not access " 290 (0, "OsclLib::Close: Could not access PVReleaseInterface " 297 (0, "OsclLib::Close: Could not access PVReleaseInterface " 314 // dlclose() returns non-zero value if close failed, check for errors 319 (0, "OsclSharedLibrary::Close: Error closing library: %s", pErr)); 324 (0, "OsclSharedLibrary::Close: Error closing library, no error reported" 406 ** Close all open libraries 412 iList.front()->Close(); [all...] |
/system/core/init/ |
builtins.c | 60 close(fd); 95 close(fd); 123 close(s); 329 close(fd); 333 close(loop); 337 close(loop); 342 close(loop); 345 close(fd); 500 close(fd1); 502 close(fd2) [all...] |
/external/dbus/tools/ |
dbus-launch.c | 299 close (0); 300 close (1); 301 close (2); 499 * setsid() or close fd 0 because the idea is to remain attached 511 /* Close stdout/stderr so we don't block an "eval" or otherwise 857 close (bus_pid_to_launcher_pipe[READ_END]); 858 close (bus_pid_to_launcher_pipe[WRITE_END]); 859 close (bus_address_to_launcher_pipe[READ_END]); 860 close (bus_address_to_launcher_pipe[WRITE_END]); 861 close (bus_pid_to_babysitter_pipe[WRITE_END]) [all...] |
/external/dropbear/ |
common-channel.c | 261 /* EOF/close handling */ 313 /* And if we can't receive any more data from them either, close up */ 318 TRACE(("sending close, readfd is closed")) 338 close(channel->writefd); 351 /* Send the close message and set the channel as closed */ 495 /* Handle channel closure(), respond in kind and close the channels */ 502 channel = getchannel_msg("Close"); 512 * channel close */ 527 /* close the FDs in case they haven't been done 529 TRACE(("CLOSE writefd %d", channel->writefd) [all...] |
/frameworks/base/cmds/dumpstate/ |
utils.c | 66 close(fd); 95 close(fd); 134 close(fd); 251 close(fd); 299 close(fd); 300 close(fds[0]); 301 close(fds[1]); 310 close(fd); 311 close(fds[0]); 316 close(fd) [all...] |
/dalvik/libcore/crypto/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/ |
CipherOutputStream1Test.java | 57 public void close() { method in class:CipherOutputStream1Test.TestOutputStream 225 * close() method testing. Tests that the method calls the close() method of 231 method = "close", 239 cos.close(); 244 assertTrue("The close() method should call the close() method "
|
/frameworks/base/media/libdrm/mobile2/src/util/ustl-1.0/ |
fstream.cpp | 58 close(); 59 assert (!(rdstate() & badbit) && "close failed in the destructor! This may lead to loss of user data. Please call close() manually and either enable exceptions or check the badbit."); 84 close(); 128 void fstream::close (void) function in class:ustl::fstream 130 if (m_fd >= 0 && ::close(m_fd)) 131 set_and_throw (badbit | failbit, "close");
|
/packages/apps/VoiceDialer/src/com/android/voicedialer/ |
RecognizerLogger.java | 183 * Close the text log file. 186 public void close() throws IOException { method in class:RecognizerLogger 187 mWriter.close(); 246 public void close() throws IOException { method in class:RecognizerLogger 257 out.close(); 261 inputStream.close(); 262 baos.close();
|
/cts/tests/tests/content/src/android/content/cts/ |
ContentResolverTest.java | 96 mCursor.close(); 161 mCursor.close(); 173 mCursor.close(); 185 mCursor.close(); 206 is.close(); 235 os.close(); 239 os.close(); 284 afd.close(); 313 pfd.close(); 356 mCursor.close(); [all...] |