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

<<11121314151617181920>>

  /frameworks/base/tests/CoreTests/android/core/
PrintWriterTest.java 47 a.close();
72 b.close();
  /packages/apps/Calculator/src/com/android/calculator2/
Persist.java 51 in.close();
65 out.close();
  /packages/apps/Contacts/src/com/android/contacts/util/
NotifyingAsyncQueryHandler.java 27 * {@link WeakReference} back to a listener. Will properly close any
65 cursor.close();
  /packages/apps/Email/src/org/apache/commons/io/input/
CloseShieldInputStream.java 25 * passed to a component that wants to explicitly close the stream even if
48 public void close() { method in class:CloseShieldInputStream
  /packages/apps/Email/src/org/apache/commons/io/output/
CloseShieldOutputStream.java 25 * passed to a component that wants to explicitly close the stream even if
48 public void close() { method in class:CloseShieldOutputStream
  /packages/apps/Email/src/org/apache/james/mime4j/util/
PositionInputStream.java 51 public void close() throws IOException { method in class:PositionInputStream
52 inputStream.close();
  /prebuilt/darwin-x86/sdl/include/SDL/
SDL_quit.h 32 An SDL_QUITEVENT is generated when the user tries to close the application
35 is allowed to close. When the window is closed, screen updates will
  /prebuilt/linux-x86/sdl/include/SDL/
SDL_quit.h 32 An SDL_QUITEVENT is generated when the user tries to close the application
35 is allowed to close. When the window is closed, screen updates will
  /prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/lib/gcc/i686-unknown-linux-gnu/4.2.1/include/X11/
Xw32defs.h 15 #ifdef __GNUC__ /* mingw is more close to __unix__ than msvc */
28 #define close _close macro
  /prebuilt/windows/sdl/host/include/SDL/
SDL_quit.h 34 An SDL_QUITEVENT is generated when the user tries to close the application
37 is allowed to close. When the window is closed, screen updates will
  /prebuilt/windows/sdl/include/SDL/
SDL_quit.h 32 An SDL_QUITEVENT is generated when the user tries to close the application
35 is allowed to close. When the window is closed, screen updates will
  /sdk/hierarchyviewer/src/com/android/hierarchyviewer/scene/
ViewManager.java 57 out.close();
60 socket.close();
  /system/core/libcutils/
socket_inaddr_any_server.c 54 close(s);
64 close(s);
socket_loopback_server.c 54 close(s);
64 close(s);
  /system/vold/
Xwarp.cpp 77 close(fd);
81 close(fd);
  /cts/tests/tests/graphics/src/android/graphics/cts/
MovieTest.java 119 source.close();
122 target.close();
134 in.close();
135 out.close();
153 is.close();
172 is.close();
  /dalvik/dx/tests/098-dex-jsr-ret-throw/
ViewDebug$ViewServer.class 
  /dalvik/libcore/luni/src/test/java/tests/api/java/io/
OutputStreamWriterTest.java 73 if (isr != null) isr.close();
74 osw.close();
111 if (writer != null) writer.close();
199 writer.close();
236 writer.close();
240 * @tests java.io.OutputStreamWriter#close()
245 method = "close",
252 osw.close();
267 // Test 3: Close should succeed.
270 osw.close();
    [all...]
  /dalvik/libcore/nio/src/main/java/org/apache/harmony/nio/internal/
ServerSocketChannelImpl.java 180 socket.close();
259 aSocket.close();
290 * @see java.net.ServerSocket#close()
292 public void close() throws IOException { method in class:ServerSocketChannelImpl.ServerSocketAdapter
295 channelImpl.close();
297 super.close();
  /dalvik/libcore/nio/src/test/java/org/apache/harmony/nio/tests/java/nio/channels/spi/
AbstractSelectorTest.java 71 * @tests AbstractSelector#close()
77 method = "close",
90 mockSelector.close();
124 mockSelector.close();
145 mockSelector.close();
165 acceptSelector.close();
  /external/junit/src/junit/runner/
TestCaseClassLoader.java 156 stream.close();
157 out.close();
165 stream.close();
195 zipFile.close();
201 stream.close();
224 is.close();
  /external/opencore/oscl/oscl/osclio/src/
oscl_socket.cpp 55 OSCL_EXPORT_REF void OsclSocketServ::Close(bool aCleanup)
57 iServ->Close(aCleanup);
104 OSCL_EXPORT_REF int32 OsclUDPSocket::Close()
106 return iUDPSocket->Close();
210 OSCL_EXPORT_REF int32 OsclTCPSocket::Close()
212 return iTCPSocket->Close();
  /external/proguard/src/proguard/io/
JarWriter.java 84 // Close the previous ZIP entry, if any.
127 // Close the previous ZIP entry, if any.
159 // Close the previous ZIP entry, if any.
171 public void close() throws IOException method in class:JarWriter
173 // Close the parent stream.
174 dataEntryWriter.close();
  /external/quake/quake/src/WinQuake/
snd_sun.cpp 79 close(audio_fd);
88 close(audio_fd);
109 close(audio_fd);
140 close(audio_fd);
156 close(audio_fd);
167 close(audio_fd);
  /external/wpa_supplicant/
l2_packet_linux.c 121 close(l2->fd);
133 close(l2->fd);
140 close(l2->fd);
159 close(l2->fd);
182 close(s);
185 close(s);

Completed in 66 milliseconds

<<11121314151617181920>>