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

1 23 4 5 6 7 8 91011>>

  /external/webkit/WebCore/manual-tests/
modal-dialog.html 10 window.close();
23 <p>Then, push this button: <input type="button" value="Close" onClick="closeModal()"></p>
open-after-close.html 3 var url = "resources/open-after-close-popup.html";
7 w.close();
showModalDialog-returnValue.html 3 if (showModalDialog("data:text/html,<script>returnValue={value:'PASS'}; close()</"+"script>").value == "PASS")
7 value = showModalDialog("data:text/html,<script>close()</"+"script>");
animated-gif-bfcache-crash.html 20 theWindow.close();
27 theWindow.close();
44 <li>That window will close.</li>
close-on-closedWindow.html 7 <p><b>BUG ID:</b> <a href="rdar://problem/4094363">rdar://problem/4094363</a> Can't re-open a window at capripalace.com website because "close" fails on already-closed window</p>
12 <li>Close the window that opens </li>
30 win.close();
  /external/zlib/contrib/iostream2/
zstream_test.cpp 11 out.close();
16 in.close();
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
Sources.java 31 * After calling, clients must call {@link #close()} when done with this object.
39 void close(); method in interface:Sources
  /dalvik/libcore/crypto/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/
CipherOutputStreamTest.java 33 * @tests javax.crypto.CipherOutputStream#close()
38 method = "close",
45 .getInstance("DES/CBC/PKCS5Padding")).close();
54 .getInstance("DES/CBC/PKCS5Padding")).close();
  /external/bluetooth/glib/debian/
build 29 close CHANGELOG;
51 close OLDCHANGELOG;
52 close NEWCHANGELOG;
58 close NEWVERSION;
  /external/openssl/crypto/bio/
bio_lcl.h 27 #define UP_close close
  /external/webkit/WebCore/css/
makegrammar.pl 39 close HPP;
43 close HEADER;
52 close GENSRC;
53 close CPP;
  /external/zlib/contrib/iostream/
test.cpp 20 os.close();
  /external/zlib/contrib/iostream3/
test.cc 20 outf.close();
30 inf.close();
37 outf.close();
46 inf.close();
  /sdk/emulator/qtools/
decoder.h 12 void Close();
  /system/extras/tests/cpueater/
cpueater.c 50 close(0);
52 close(1);
58 close(2);
61 close(fd);
  /dalvik/libcore/luni/src/test/java/tests/api/java/io/
FileInputStreamTest.java 68 is.close();
75 is.close();
98 fos.close();
99 fis.close();
105 fis.close();
126 is.close();
132 is.close();
154 is.close();
164 * @tests FileInputStream#close()
170 method = "close",
    [all...]
DataInputOutputStreamTest.java 72 os.close();
84 dis.close();
123 os.close();
135 dis.close();
174 os.close();
186 dis.close();
225 os.close();
237 dis.close();
276 os.close();
288 dis.close();
    [all...]
DataOutputStreamTest.java 79 os.close();
84 dis.close();
109 os.close();
114 dis.close();
132 os.close();
138 dis.close();
196 os.close();
201 dis.close();
222 os.close();
227 dis.close();
    [all...]
  /cts/tests/tests/os/src/android/os/cts/
ParcelFileDescriptor_AutoCloseOutputStreamTest.java 39 notes = "Test method: close",
40 method = "close",
51 out.close();
  /external/skia/src/core/
SkMMapStream.cpp 23 close(fildes);
35 close(fildes);
62 close(fFildes);
  /frameworks/base/core/java/android/content/res/
XmlResourceParser.java 26 * an additional close() method on this interface for the client to indicate
31 * Close this interface to the resource. Calls on the interface are no
34 public void close(); method in interface:XmlResourceParser
  /frameworks/base/tests/CoreTests/android/core/
PushbackInputStreamTest.java 39 a.close();
47 b.close();
54 c.close();
PushbackReaderTest.java 39 a.close();
47 b.close();
54 c.close();
  /dalvik/libcore/luni-kernel/src/main/native/
java_lang_ProcessManager.cpp 41 // Keeps track of the system properties fd so we don't close it.
57 if (TEMP_FAILURE_RETRY(close(fd)) == -1) {
148 /** Close all open fds > 2 (i.e. everything but stdin/out/err), != skipFd. */
150 // TODO: rather than close all these non-open files, we could look in /proc/self/fd.
160 close(fd);
176 close(pipes[i]);
232 // Close all but statusOut. This saves some work in the next step.
235 // Make statusOut automatically close if execvp() succeeds.
238 // Close remaining open fds with the exception of statusOut.
262 close(statusOut)
    [all...]
  /external/bluetooth/bluez/cups/
hcrp.c 200 close(ctrl_sk);
214 close(ctrl_sk);
223 close(ctrl_sk);
236 close(data_sk);
237 close(ctrl_sk);
251 close(data_sk);
252 close(ctrl_sk);
266 close(data_sk);
267 close(ctrl_sk);
293 close(data_sk)
    [all...]

Completed in 92 milliseconds

1 23 4 5 6 7 8 91011>>