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

<<21222324252627282930>>

  /packages/apps/Mms/src/com/android/mms/util/
Recycler.java 88 cursor.close();
230 cursor.close();
267 cursor.close();
363 cursor.close();
407 cursor.close();
452 cursor.close();
  /sdk/jarutils/src/com/android/jarutils/
SignedJarBuilder.java 157 // close the file stream used to read the file
158 fis.close();
204 zis.close();
213 public void close() throws IOException, GeneralSecurityException { method in class:SignedJarBuilder
230 mOutputJar.close();
254 // close the entry for this file
  /system/core/adb/
sysdeps.h 121 return close(fd);
123 #undef close macro
124 #define close ____xxx_close macro
340 return close(fd);
342 #undef close macro
343 #define close ____xxx_close macro
  /dalvik/libcore/nio/src/test/java/org/apache/harmony/nio/tests/java/nio/channels/
DatagramChannelTest.java 184 this.channel1.close();
191 this.channel2.close();
198 this.datagramSocket1.close();
205 this.datagramSocket2.close();
286 this.channel1.close();
351 this.channel1.close();
387 datagramSocket1.close();
456 channel1.close();
535 this.channel1.close();
559 this.channel1.close();
    [all...]
  /external/dropbear/
svr-chansession.c 677 close(infds[FDOUT]);
678 close(infds[FDIN]);
679 close(outfds[FDIN]);
680 close(outfds[FDOUT]);
681 close(errfds[FDIN]);
682 close(errfds[FDOUT]);
709 close(infds[FDIN]);
710 close(outfds[FDOUT]);
711 close(errfds[FDOUT]);
771 close(chansess->master)
    [all...]
  /hardware/ti/wlan/wl1271/stad/src/Connection_Managment/
connInfra.c 392 pParam->content.rxDataPortStatus = CLOSE;
395 /* Update TxMgmtQueue SM to close Tx path. */
478 pParam->content.rxDataPortStatus = CLOSE;
484 /* Update TxMgmtQueue SM to close Tx path for all except Mgmt packets. */
517 pParam->content.rxDataPortStatus = CLOSE;
521 /* Update TxMgmtQueue SM to close Tx path for all except Mgmt packets. */
559 pParam->content.rxDataPortStatus = CLOSE;
563 /* Update TxMgmtQueue SM to close Tx path for all except Mgmt packets. */
    [all...]
  /system/wlan/ti/wilink_6_1/stad/src/Connection_Managment/
connInfra.c 388 pParam->content.rxDataPortStatus = CLOSE;
391 /* Update TxMgmtQueue SM to close Tx path. */
470 pParam->content.rxDataPortStatus = CLOSE;
476 /* Update TxMgmtQueue SM to close Tx path for all except Mgmt packets. */
507 pParam->content.rxDataPortStatus = CLOSE;
510 /* Update TxMgmtQueue SM to close Tx path for all except Mgmt packets. */
545 pParam->content.rxDataPortStatus = CLOSE;
548 /* Update TxMgmtQueue SM to close Tx path for all except Mgmt packets. */
    [all...]
  /bionic/libc/stdio/
stdio.c 40 * Small standard I/O/seek/close functions.
88 return (close(((FILE *)cookie)->_file));
  /build/tools/droiddoc/src/
Proofread.java 38 out.close();
55 out.close();
  /cts/tests/tests/gesture/src/android/gesture/cts/
GestureStoreTest.java 162 inStream.close();
165 outStream.close();
  /cts/tests/tests/provider/src/android/provider/cts/
MediaStore_Audio_ArtistsTest.java 98 c.close();
123 c.close();
MediaStore_Audio_GenresTest.java 84 c.close();
93 c.close();
MediaStore_Images_MediaTest.java 120 c.close();
158 c.close();
174 c.close();
184 c.close();
303 c.close();
346 c.close();
370 c.close();
378 c.close();
  /cts/tools/vm-tests/src/util/build/
BuildStep.java 114 if (inChannel != null) inChannel.close();
115 if (outChannel != null) outChannel.close();
  /dalvik/libcore/luni/src/test/java/org/apache/harmony/luni/tests/java/io/
BufferedReaderTest.java 73 reader.close();
124 reader.close();
  /dalvik/libcore/luni/src/test/java/tests/api/java/lang/reflect/
GenericSignatureFormatErrorTest.java 88 fos.close();
118 is.close();
  /dalvik/libcore/text/src/test/java/org/apache/harmony/text/tests/java/text/
MessageFormatFieldTest.java 109 out.close();
111 in.close();
NumberFormatFieldTest.java 108 out.close();
110 in.close();
  /dalvik/libcore/x-net/src/main/java/javax/net/ssl/
DefaultSSLContext.java 77 fis.close();
103 fis.close();
  /dalvik/libcore/xml/src/main/java/org/apache/xml/dtm/
DTMAxisIterator.java 70 * Set start to END should 'close' the iterator,
80 * Get start to END should 'close' the iterator,
  /dalvik/libcore/xml/src/main/java/org/apache/xml/serializer/
WriterChain.java 39 * close()
66 public void close() throws IOException; method in interface:WriterChain
  /dalvik/vm/jdwp/
JdwpPriv.h 57 void (*close)(struct JdwpState* state); member in struct:JdwpTransport
151 (*state->transport->close)(state);
  /development/samples/BusinessCard/src/com/example/android/businesscard/
ContactAccessorSdk5.java 71 cursor.close();
83 cursor.close();
  /development/simulator/app/
Pipe.h 84 * copies of the descriptors. Systems with fork+exec allow us to close
92 * Close one side or the other. Useful in the parent after launching
  /external/apache-http/src/org/apache/http/impl/io/
IdentityOutputStream.java 67 * <p>Does not close the underlying socket output.</p>
71 public void close() throws IOException { method in class:IdentityOutputStream

Completed in 83 milliseconds

<<21222324252627282930>>