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

12 3 4 5 6 7 8 91011>>

  /external/webkit/WebCore/manual-tests/
onunload-form-submit-crash.html 4 <p>Still with me? Now close the window and see if Safari crashes.</p>
write-after-open.html 10 w.document.close();
15 w.document.close();
20 w.document.close();
25 w.document.close();
30 w.document.close();
35 w.document.close();
invalid-mouse-event.html 2 Use of window.open & window.close can cause crash.</p>
18 window.close();
  /frameworks/base/tests/CoreTests/android/core/
BufferedReaderTest.java 42 a.close();
49 b.close();
56 c.close();
63 d.close();
BufferedInputStreamTest.java 43 a.close();
50 b.close();
57 c.close();
69 d.close();
78 e.close();
LineNumberReaderTest.java 48 a.close();
55 b.close();
62 c.close();
69 d.close();
76 e.close();
DataInputStreamTest.java 41 a.close();
48 b.close();
55 c.close();
64 d.close();
82 f.close();
104 g.close();
  /sdk/layoutopt/libs/uix/src/com/android/layoutopt/uix/util/
IOUtilities.java 30 * Safely close a Closeable object, like an InputStream.
32 * @param stream The object to close.
37 public static boolean close(Closeable stream) { method in class:IOUtilities
40 stream.close();
  /external/expat/xmlwf/
readfilemap.c 72 close(fd);
78 close(fd);
85 close(fd);
91 close(fd);
96 close(fd);
  /packages/apps/Gallery3D/src/com/cooliris/cache/
BootReceiver.java 48 LocalDataSource.sThumbnailCache.close();
49 LocalDataSource.sThumbnailCacheVideo.close();
50 PicasaDataSource.sThumbnailCache.close();
51 CacheService.sAlbumCache.close();
52 CacheService.sMetaAlbumCache.close();
  /dalvik/libcore/sql/src/test/java/tests/sql/
ConnectionTest.java 69 conn.close();
71 fail("SQLException is not thrown after close");
87 @KnownFailure("Scrolling on a forward only RS not allowed. conn.close() does not wrap up")
109 rs.close();
110 st.close();
133 rs.close();
134 st.close();
157 rs.close();
158 st.close();
185 rs.close();
    [all...]
  /frameworks/base/services/tests/servicestests/src/com/android/server/
DropBoxTest.java 76 e0.close();
77 e1.close();
78 e2.close();
99 e.close();
121 w0.close();
122 gz1.close();
123 os2.close();
124 gz3.close();
163 e0.close();
164 e1.close();
    [all...]
  /external/webkit/SunSpider/
make-hosted 30 close TEMPLATE;
34 close DRIVER_TEMPLATE;
38 close RESULTS_TEMPLATE;
62 close TESTLIST;
70 close SCRIPT;
87 close OUTPUT;
94 close OUTPUT;
101 close PREFIX;
107 close CONTENTS;
  /external/quake/quake/src/QW/client/
snd_linux.c 46 close(audio_fd);
54 close(audio_fd);
61 close(audio_fd);
69 close(audio_fd);
119 close(audio_fd);
131 close(audio_fd);
144 close(audio_fd);
156 close(audio_fd);
168 close(audio_fd);
176 close(audio_fd)
    [all...]
  /external/quake/quake/src/WinQuake/
snd_linux.cpp 65 close(audio_fd);
73 close(audio_fd);
80 close(audio_fd);
88 close(audio_fd);
138 close(audio_fd);
150 close(audio_fd);
163 close(audio_fd);
175 close(audio_fd);
187 close(audio_fd);
195 close(audio_fd)
    [all...]
  /system/vold/
Loop.cpp 56 close(fd);
99 close(fd);
155 close(fd);
176 close(fd);
182 close(file_fd);
183 close(fd);
194 close(file_fd);
195 close(fd);
199 close(fd);
200 close(file_fd)
    [all...]
  /dalvik/libcore/archive/src/test/java/org/apache/harmony/archive/tests/java/util/jar/
Pack200UnpackerTest.java 82 jf.close();
83 fos1.close();
87 jf.close();
88 fos2.close();
92 jf.close();
93 fos3.close();
106 jos1.close();
107 jos2.close();
108 jos3.close();
143 jf.close();
    [all...]
  /frameworks/base/core/java/android/os/
ParcelFileDescriptor.java 28 * you to close it when done with it.
34 //PartialFileDescriptor but avoid invoking close twice
36 //in this particular case fd.close might be invoked twice.
159 * Close the ParcelFileDescriptor. This implementation closes the underlying
163 * If an error occurs attempting to close this ParcelFileDescriptor.
165 public void close() throws IOException { method in class:ParcelFileDescriptor
172 // close method.
173 mParcelDescriptor.close();
181 * take care of calling {@link ParcelFileDescriptor#close
182 * ParcelFileDescritor.close()} for you when the stream is closed
193 public void close() throws IOException { method in class:ParcelFileDescriptor.AutoCloseInputStream
212 public void close() throws IOException { method in class:ParcelFileDescriptor.AutoCloseOutputStream
226 close(); method
257 close(); method
    [all...]
  /packages/apps/Gallery/tests/src/com/android/camera/gallery/
ImageListUberUnitTests.java 25 uber.close();
32 uber.close();
47 uber.close();
55 uber.close();
73 uber.close();
91 uber.close();
  /packages/apps/Email/src/org/apache/commons/io/input/
AutoCloseInputStream.java 61 public void close() throws IOException { method in class:AutoCloseInputStream
62 in.close();
68 * If the underlying stream returns -1, the {@link #close()} method is
69 * called to automatically close and discard the stream.
77 close(); method
84 * buffer. If the underlying stream returns -1, the {@link #close()} method
85 * i called to automatically close and discard the stream.
94 close(); method
101 * buffer. If the underlying stream returns -1, the {@link #close()} method
102 * i called to automatically close and discard the stream.
113 close(); method
125 close(); method
    [all...]
  /external/apache-http/src/org/apache/http/conn/
EofSensorInputStream.java 38 * A stream wrapper that triggers actions on {@link #close close()} and EOF.
46 * different kinds of event, and does not always close the underlying stream
95 * closed when EOF is detected or {@link #close close} is called.
101 * auto-close behavior without notification
210 public void close() throws IOException { method in class:EofSensorInputStream
211 // tolerate multiple calls to close()
237 boolean scws = true; // should close wrapped stream?
241 wrappedStream.close();
    [all...]
  /dalvik/libcore/luni/src/test/java/tests/api/java/net/
UnixSocketTest.java 50 pingServer.close();
60 worker.close();
70 clientIn.close();
85 pingClient.close();
86 pingServer.close();
102 theSocket.close();
111 ss.close();
120 socket.close();
  /dalvik/tests/048-server-socket/src/
Main.java 33 socket.close();
35 System.out.println("couldn't close socket " + ioe.getMessage());
  /external/dropbear/libtommath/
gen.pl 14 close SRC or die "Error closing $filename after reading: $!";
17 close OUT or die "Error closing mpi.c after writing: $!"
  /external/guava/src/com/google/common/io/
Closeables.java 57 * // Close the stream.
59 * Closeables.close(stream, threw);
66 * thrown by the {@code close} methods
68 * {@code close} throws an {@code IOException}.
70 public static void close(@Nullable Closeable closeable, method in class:Closeables
76 closeable.close();
88 * Equivalent to calling {@code close(closeable, true)}, but with no
95 close(closeable, true); method

Completed in 83 milliseconds

12 3 4 5 6 7 8 91011>>