HomeSort by relevance Sort by last modified time
    Searched refs:close (Results 1401 - 1425 of 8652) sorted by null

<<51525354555657585960>>

  /frameworks/base/core/java/android/util/
Base64InputStream.java 87 public void close() throws IOException { method in class:Base64InputStream
88 in.close();
Base64OutputStream.java 89 * before doing a write(byte[], int, int) or a close().
104 public void close() throws IOException { method in class:Base64OutputStream
115 out.close();
  /frameworks/base/core/jni/
android_server_Watchdog.cpp 49 close(stackFd);
95 close(outFd);
  /frameworks/base/media/java/android/mtp/
MtpDevice.java 50 * The connection will be closed when you call {@link #close()}
59 connection.close();
69 public void close() { method in class:MtpDevice
  /frameworks/base/nfc-extras/java/com/android/nfc_extras/
NfcExecutionEnvironment.java 154 * on its contact interface, so make sure to call {@link #close} once complete.
177 * Close the NFC Execution Environment on its contact interface.
184 public void close() throws IOException { method in class:NfcExecutionEnvironment
186 throwBundle(mExtras.getService().close(mExtras.mPackageName, mToken));
  /frameworks/opt/bluetooth/src/android/bluetooth/client/pbap/
BluetoothPbapRequest.java 84 is.close();
86 mOp.close();
  /frameworks/rs/
rsFifoSocket.cpp 48 close(sv[0]);
49 close(sv[1]);
  /hardware/libhardware/include/hardware/
qemud.h 89 close(fd);
97 close(fd);
  /hardware/libhardware/modules/nfc-nci/
nfc_nci_example.c 71 /* Close an opened nfc device instance */
85 dev->common.close = nfc_close;
92 dev->close = hal_close;
  /hardware/qcom/display/msm8960/liboverlay/
overlayMdp.h 40 /* dtor close */
44 /* unset overlay, reset and close fd */
45 bool close();
148 bool close();
171 /* dtor close*/
177 /* close fd, and reset */
178 bool close();
211 close();
350 inline bool MdpCtrl3D::close() { function in class:overlay::MdpCtrl3D
354 ALOGE("MdpCtrl3D close failed set3D with 0")
407 inline bool MdpData::close() { function in class:overlay::MdpData
    [all...]
  /hardware/qcom/display/msm8974/liboverlay/
overlayMdp.h 40 /* dtor close */
44 /* unset overlay, reset and close fd */
45 bool close();
151 bool close();
174 /* dtor close*/
180 /* close fd, and reset */
181 bool close();
214 close();
355 inline bool MdpCtrl3D::close() { function in class:overlay::MdpCtrl3D
359 ALOGE("MdpCtrl3D close failed set3D with 0")
412 inline bool MdpData::close() { function in class:overlay::MdpData
    [all...]
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/io/
PipedWriterTest.java 84 pw.close();
91 * java.io.PipedWriter#close()
94 // Test for method void java.io.PipedWriter.close()
100 pw.close();
122 pw.close();
153 pw.close();
163 pr.close();
184 pw.close();
451 pw.close();
459 * Tears down the fixture, for example, close a network connection. Thi
    [all...]
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/jar/
JarOutputStreamTest.java 51 fos.close();
81 fos.close();
  /libcore/luni/src/main/java/java/io/
Console.java 157 public void close() { method in class:Console.ConsoleReader
169 public void close() { method in class:Console.ConsoleWriter
  /libcore/luni/src/main/java/java/security/
SignedObject.java 83 oos.close();
109 ois.close();
  /libcore/luni/src/main/java/java/util/zip/
DeflaterInputStream.java 92 public void close() throws IOException { method in class:DeflaterInputStream
95 in.close();
  /libcore/luni/src/test/java/libcore/io/
OsTest.java 40 fis.close();
44 s.close();
89 Libcore.os.close(clientFd);
112 Libcore.os.close(clientFd);
168 fos.close();
196 fis.close();
213 // close the connection.
225 Libcore.os.close(clientFd);
255 Libcore.os.close(clientFd);
  /libcore/luni/src/test/java/libcore/java/io/
OldBufferedReaderTest.java 62 br.close();
68 fail("Exception during close test " + e.toString());
73 br.close();
176 br.close();
233 br.close();
251 br.close();
254 br.close();
281 br.close();
322 br.close();
OutputStreamWriterTest.java 44 writer.close();
52 // On flush/close, the writer needs to admit defeat and write the replacement character.
64 writer.close();
  /libcore/luni/src/test/java/libcore/java/text/
OldMessageFormatFieldTest.java 85 out.close();
87 in.close();
  /libcore/luni/src/test/java/libcore/java/util/jar/
OldJarInputStreamTest.java 34 // we need a buffered stream because ByteArrayInputStream.close() is a no-op
36 is.close();
85 jis.close(); // Android throws exception here, already!
  /libcore/luni/src/test/java/libcore/java/util/zip/
ZipInputStreamTest.java 68 in.close();
82 in.close();
ZipOutputStreamTest.java 61 zippedOut.close();
74 out.close();
75 fail("Close on empty stream failed to throw exception");
  /ndk/sources/host-tools/sed-4.2.1/lib/
unistd.in.h 137 /* Automatically included by modules that need a replacement for close. */
138 # undef close macro
139 # define close rpl_close macro
140 extern int close (int);
143 # undef close macro
144 # define close close_used_without_requesting_gnulib_module_close macro
146 # undef close macro
147 # define close(f) \ macro
148 (GL_LINK_WARNING ("close does not portably work on sockets - " \
149 "use gnulib module close for portability"),
    [all...]
  /packages/apps/Camera/tests/src/com/android/camera/stress/
SwitchPreview.java 82 mOut.close();
83 mfstream.close();
85 assertTrue("CameraSwitchMode close output", false);

Completed in 1189 milliseconds

<<51525354555657585960>>