HomeSort by relevance Sort by last modified time
    Searched full:close (Results 701 - 725 of 5187) sorted by null

<<21222324252627282930>>

  /dalvik/vm/mterp/
gen-mterp.py 100 stub_fp.close()
102 stub_fp.close()
165 opcode_fp.close()
360 infp.close()
465 c_fp.close()
466 asm_fp.close()
469 config_fp.close()
475 c_fp.close()
477 asm_fp.close()
  /development/scripts/
divide_and_compress.py 153 self.index_fp.close()
190 # Close files and delete the old one.
191 old_fp.close()
192 new_fp.close()
275 archive.close()
278 archive.close()
304 archive_obj.close()
308 archive_obj.close()
336 archive.close()
  /external/wpa_supplicant_6/wpa_supplicant/src/common/
wpa_ctrl.c 103 close(ctrl->s);
120 close(ctrl->s);
141 close(ctrl->s);
153 close(ctrl->s);
159 close(ctrl->s);
175 close(ctrl->s);
251 close(ctrl->s);
262 close(ctrl->s);
279 close(ctrl->s);
  /frameworks/base/core/jni/
android_bluetooth_BluetoothAudioGateway.cpp 170 close(sk);
179 close(sk);
459 close(nat->hf_ag_rfcomm_sock);
489 close(sk);
499 close(sk);
517 if (close(nat->hf_ag_rfcomm_sock) < 0) {
518 LOGE("Could not close HF server socket: %s (%d)\n",
524 if (close(nat->hs_ag_rfcomm_sock) < 0) {
525 LOGE("Could not close HS server socket: %s (%d)\n",
  /frameworks/base/tests/DumpRenderTree/src/com/android/dumprendertree/
LayoutTestsAutoTest.java 113 public void close() { method in class:MyTestRecorder
115 mBufferedOutputPassedStream.close();
116 mBufferedOutputFailedStream.close();
117 mBufferedOutputIgnoreResultStream.close();
118 mBufferedOutputNoResultStream.close();
186 inReader.close();
438 bos.close();
478 out.close();
479 in.close();
  /packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
BluetoothPbapVcardManager.java 148 contactCursor.close();
167 callCursor.close();
200 callCursor.close();
232 contactCursor.close();
259 phoneCursor.close();
300 callsCursor.close();
354 contactCursor.close();
392 contactCursor.close();
406 contactCursor.close();
  /system/core/adb/
protocol.txt 86 a CLOSE message, indicating failure. An OPEN message also implies
130 a WRITE message that is in violation of this requirement will CLOSE
134 --- CLOSE(local-id, remote-id, "") -------------------------------------
136 The CLOSE message informs recipient that the connection between the
139 if this CLOSE indicates a failed OPEN.
141 A CLOSE message containing a remote-id which does not map to an open
145 The recipient should not respond to a CLOSE message in any way. The
216 "bogus_command......" <CLOSE>
229 >OPEN <READY >WRITE <READY >WRITE <READY >WRITE <CLOSE
  /external/iproute2/ip/
iplink.c 454 close(fd);
464 close(fd);
482 close(fd);
485 close(fd);
503 close(s);
506 close(s);
525 close(s);
528 close(s);
550 close(s);
560 close(s)
    [all...]
  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
BaseContactsProvider2Test.java 107 .getDatabaseHelper(mActor.context).close();
410 c.close();
418 c.close();
426 c.close();
434 c.close();
480 c.close();
491 c.close();
504 c.close();
606 c.close();
614 c.close();
    [all...]
  /system/core/sh/
eval.c 143 close(fds[0]);
151 close(fds[1]);
509 close(prevfd);
516 close(0);
518 close(prevfd);
521 close(pip[0]);
523 close(1);
525 close(pip[1]);
531 close(prevfd);
533 close(pip[1])
    [all...]
  /build/tools/soslim/
main.c 116 FAILIF(close(elf_fd) < 0, "Could not close file %s: %s (%d)!\n",
216 FAILIF(newelf_fd >= 0 && close(newelf_fd) < 0,
217 "Could not close file %s: %s (%d)!\n",
222 FAILIF(close(elf_fd) < 0, "Could not close file %s: %s (%d)!\n",
  /dalvik/libcore/luni/src/main/java/java/io/
FileOutputStream.java 176 * if an error occurs attempting to close this stream.
179 public void close() throws IOException { method in class:FileOutputStream
182 // to close
189 channel.close();
196 fileSystem.close(fd.descriptor);
211 close(); method
  /dalvik/libcore/luni/src/test/java/tests/api/java/io/
InputStreamTest.java 71 myIS.close();
91 * @tests java.io.InputStream#close()
95 notes = "Verifies close(). Since this method does nothing, this test is intentionally kept basic.",
96 method = "close",
101 is.close();
398 is.close();
LineNumberInputStreamTest.java 63 lnis.close();
142 lnis.close();
165 lnis.close();
234 lnis.close();
278 lnis.close();
303 * Tears down the fixture, for example, close a network connection. This
PrintWriterTest.java 185 tobj.close();
189 tobj.close();
215 tobj.close();
219 tobj.close();
253 tobj.close();
257 tobj.close();
283 tobj.close();
287 tobj.close();
316 pw.close();
337 * @tests java.io.PrintWriter#close()
    [all...]
  /development/host/windows/usb/api/
adb_api.cpp 244 // Dispatch close to the found object
261 // Dispatch close to the found object
278 // Dispatch close to the found object
296 // Dispatch close to the found object
329 // Dispatch close to the found object
525 // Dispatch close to the found object
  /development/samples/ApiDemos/src/com/example/android/apis/content/
ExternalStorage.java 203 is.close();
204 os.close();
267 is.close();
268 os.close();
329 is.close();
330 os.close();
  /development/tools/monkeyrunner/src/com/android/monkeyrunner/
MonkeyRecorder.java 52 * mr.close();
259 * Close the monkeyRecorder by closing the xml file and zipping it up with the screenshots.
263 public static void close() throws IOException { method in class:MonkeyRecorder
268 mXmlFile.close();
279 out.close();
297 in.close();
  /external/apache-http/src/org/apache/http/params/
HttpConnectionParams.java 133 * Returns linger-on-close timeout. Value <tt>0</tt> implies that the option is
136 * @return the linger-on-close timeout
146 * Returns linger-on-close timeout. This option disables/enables immediate return
147 * from a close() of a TCP Socket. Enabling this option with a non-zero Integer
148 * timeout means that a close() will block pending the transmission and
153 * @param value the linger-on-close timeout
  /external/bluetooth/bluez/tools/
ciptool.c 156 close(sk);
165 close(sk);
175 close(sk);
186 close(sk);
489 close(ctl);
495 close(ctl);
  /external/ppp/pppd/plugins/rp-pppoe/
plugin.c 208 (void) close (sock);
246 close(conn->sessionSocket);
248 close(conn->discoverySocket);
316 /* Close socket */
317 close(fd);
438 close: NULL,
  /frameworks/base/core/java/android/bluetooth/
BluetoothSocket.java 62 * safe. In particular, {@link #close} will always immediately abort ongoing
63 * operations and close the socket.
172 close(); method
192 * <p>{@link #close} can be used to abort this call from another thread.
211 * Immediately close this socket, and release all associated resources.
215 public void close() throws IOException { method in class:BluetoothSocket
  /frameworks/base/core/java/android/net/
LocalSocketImpl.java 58 public void close() throws IOException { method in class:LocalSocketImpl.SocketInputStream
59 LocalSocketImpl.this.close();
106 public void close() throws IOException { method in class:LocalSocketImpl.SocketOutputStream
107 LocalSocketImpl.this.close();
222 public void close() throws IOException { method in class:LocalSocketImpl
487 close(); method
  /packages/apps/Email/src/com/android/email/mail/transport/
MailTransport.java 190 * TODO should we explicitly close the old socket? This seems funky to abandon it.
266 * Close the connection. MUST NOT return any exceptions - must be "best effort" and safe.
268 public void close() { method in class:MailTransport
270 mIn.close();
275 mOut.close();
280 mSocket.close();
  /packages/apps/Gallery3D/src/com/cooliris/media/
Utils.java 185 cursor.close();
195 cursor.close();
216 cursor.close();
226 cursor.close();
252 in.close();
253 out.close();

Completed in 281 milliseconds

<<21222324252627282930>>