HomeSort by relevance Sort by last modified time
    Searched refs:close (Results 1276 - 1300 of 7589) sorted by null

<<51525354555657585960>>

  /external/jmonkeyengine/engine/src/networking/com/jme3/network/serializing/serializers/
SavableSerializer.java 108 in.close();
117 out.close();
ZIPSerializer.java 76 in.close();
105 zipOutput.close();
  /external/jmonkeyengine/engine/src/xml/com/jme3/export/xml/
XMLImporter.java 78 in.close();
89 if (fis != null) fis.close();
  /external/jsilver/src/org/clearsilver/jni/
JniCs.java 66 public void close() { method in class:JniCs
75 close(); method
  /external/llvm/
copy-diff.py 33 fa.close()
34 fb.close()
  /external/mp4parser/isoparser/src/main/java/com/coremedia/iso/
ChannelHelper.java 80 public static void close(SelectionKey key) { method in class:ChannelHelper
82 key.channel().close();
  /external/okhttp/src/main/java/com/squareup/okhttp/internal/
FaultRecoveringOutputStream.java 92 @Override public final void close() throws IOException { method in class:FaultRecoveringOutputStream
98 out.close();
  /external/proguard/src/proguard/io/
DirectoryWriter.java 60 // Should we close the current file?
89 // Should we close the current file?
122 public void close() throws IOException method in class:DirectoryWriter
124 // Close the file stream, if any.
150 // Close the file stream, if any.
160 currentOutputStream.close();
  /external/replicaisland/src/com/replica/replicaisland/
SimpleCollisionComponent.java 64 if (!Utils.close(mHitNormal.x, 0.0f)) {
68 if (!Utils.close(mHitNormal.y, 0.0f)) {
  /external/smack/src/org/jivesoftware/smack/util/
ObservableWriter.java 51 public void close() throws IOException { method in class:ObservableWriter
52 wrappedWriter.close();
  /external/zlib/src/contrib/iostream/
zfstream.h 17 gzfilebuf *close();
56 void close();
  /frameworks/base/core/java/android/hardware/usb/
UsbRequest.java 70 public void close() { method in class:UsbRequest
80 close(); method
  /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/drm/java/android/drm/
DrmOutputStream.java 73 public void close() throws IOException { method in class:DrmOutputStream
78 mFile.close();
  /frameworks/base/media/java/android/mtp/
MtpDevice.java 52 * The connection will be closed when you call {@link #close()}
61 connection.close();
71 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/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/camera/QCamera2/stack/mm-jpeg-interface/test/
mm_jpeg_ionbuf.c 123 close(p_buffer->ion_info_fd.fd);
128 close(p_buffer->ion_fd);
  /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...]
  /hardware/qcom/display/msm8x26/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...]

Completed in 600 milliseconds

<<51525354555657585960>>