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

<<71727374757677787980>>

  /external/protobuf/examples/
AddPerson.java 74 input.close();
87 output.close();
  /external/qemu/android/utils/
tempfile.c 41 ** close them before that with tempfile_close()
96 close(tempfd);
170 close(t->fds[nn]);
  /external/qemu/distrib/sdl-1.2.15/include/
SDL_rwops.h 61 /** Close and free an allocated SDL_FSops structure */
62 int (SDLCALL *close)(struct SDL_RWops *context); member in struct:SDL_RWops
126 #define SDL_RWclose(ctx) (ctx)->close(ctx)
  /external/qemu/hw/core/
loader.c 61 close(fd);
76 close(fd);
79 close(fd);
255 close(fd);
258 close(fd);
350 close(fd);
354 close(fd);
541 close(fd);
  /external/skia/experimental/Intersection/
ShapeOpRect4x4_Test.cpp 43 pathA.close();
54 pathB.close();
  /external/skia/tools/
sanitize_source_files.py 43 f.close()
74 f.close()
  /external/smack/src/org/jivesoftware/smackx/bytestreams/ibb/
InBandBytestreamSession.java 38 import org.jivesoftware.smackx.bytestreams.ibb.packet.Close;
49 * Note that closing the In-Band Bytestream session will close both streams. If both streams are
77 /* flag to close both streams if one of them is closed */
152 public void close() throws IOException { method in class:InBandBytestreamSession
153 closeByLocal(true); // close input stream
154 closeByLocal(false); // close output stream
158 * This method is invoked if a request to close the In-Band Bytestream has been received.
160 * @param closeRequest the close request from the remote peer
162 protected void closeByPeer(Close closeRequest) {
165 * close streams without flushing them, because stream is already considered closed on the
207 Close close = new Close(this.byteStreamRequest.getSessionID()); local
403 public void close() throws IOException { method in class:InBandBytestreamSession.IBBInputStream
    [all...]
  /external/smack/src/org/jivesoftware/smackx/filetransfer/
IncomingFileTransfer.java 153 inputStream.close();
161 outputStream.close();
  /external/valgrind/main/coregrind/m_scheduler/
sema.c 91 VG_(close)(sema->pipe[0]);
92 VG_(close)(sema->pipe[1]);
  /external/zlib/src/contrib/minizip/
make_vms.com 11 $ close zdef
  /frameworks/base/core/java/android/app/backup/
FullBackup.java 135 out.close();
142 if (out != null) out.close();
  /frameworks/base/core/java/android/database/
CursorWrapper.java 48 public void close() { method in class:CursorWrapper
49 mCursor.close();
  /frameworks/base/core/java/android/hardware/camera2/utils/
CloseableLock.java 78 public void close() { method in class:CloseableLock.ScopedLock
108 * if an attempt is made to {@code close} while this thread has a lock acquired
111 public void close() { method in class:CloseableLock
114 log("close - already closed; ignoring");
126 "Cannot close while one or more acquired locks are being held by this " +
145 log("close - completed");
194 // Did another thread #close while we were waiting? Unblock immediately.
267 // Did another thread #close while we were waiting? Unblock immediately.
  /frameworks/base/core/java/android/net/
LocalSocket.java 194 public void close() throws IOException { method in class:LocalSocket
196 impl.close();
  /frameworks/base/core/java/android/speech/srec/
UlawEncoderInputStream.java 175 public void close() throws IOException { method in class:UlawEncoderInputStream
179 in.close();
  /frameworks/base/core/java/com/android/internal/util/
ProcFileReader.java 230 public void close() throws IOException { method in class:ProcFileReader
231 mStream.close();
  /frameworks/base/drm/java/android/drm/
DrmOutputStream.java 84 public void close() throws IOException { method in class:DrmOutputStream
89 mPfd.close();
DrmUtils.java 85 stream.close();
95 stream.close();
  /frameworks/base/nfc-extras/tests/src/com/android/nfc_extras/tests/
BasicNfcEeTest.java 68 mEe.close();
86 mEe.close();
  /frameworks/base/packages/WAPPushManager/src/com/android/smspush/
WapPushManager.java 143 cur.close();
188 db.close();
287 db.close();
311 db.close();
331 db.close();
349 db.close();
402 db.close();
433 db.close();
  /frameworks/base/telephony/java/com/android/ims/internal/
IImsCallSession.aidl 34 void close();
IImsService.aidl 37 void close(int serviceId);
  /frameworks/base/tests/CoreTests/android/core/
TestWebServer.java 205 * Cause the thread accepting connections on the server socket to close
207 public void close() { method in class:TestWebServer
211 acceptT.close();
288 // Close this socket
289 public void close() { method in class:TestWebServer.AcceptThread
296 ss.close();
301 w.close();
309 log("IOException caught by server socket close");
374 synchronized void close() { method in class:TestWebServer.Worker
679 s.close();
    [all...]
  /frameworks/base/tools/layoutlib/bridge/src/libcore/io/
MemoryMappedFile_Delegate.java 77 file.close();
85 static void close(MemoryMappedFile thisFile) throws ErrnoException { method in class:MemoryMappedFile_Delegate
  /frameworks/native/opengl/tools/glgen/src/
GenerateEGL.java 105 egljStream.close();
106 eglcStream.close();

Completed in 1532 milliseconds

<<71727374757677787980>>