HomeSort by relevance Sort by last modified time
    Searched full:closing (Results 1 - 25 of 1143) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/webkit/LayoutTests/storage/
close-during-stress-test-expected.txt 3 A JavaScript failure on the console is expected, however, as the global object is cleared when closing a frame. It actually helps to cause database activity by throwing an exception from a callback.
close-during-stress-test.html 3 <p>A JavaScript failure on the console is expected, however, as the global object is cleared when closing a frame.
  /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/webkit/WebCore/html/
HTMLParserErrorCodes.cpp 41 "%tag1 is not allowed inside %tag2. Closing %tag2 and trying the insertion again.",
42 "%tag1 is not allowed inside <caption>. Closing the <caption> and trying the insertion again.",
43 "<table> is not allowed inside %tag1. Closing the current <table> and inserting the new <table> as a sibling.",
47 "XML self-closing tag syntax used on %tag1. The tag will not be closed.",
52 "XML self-closing tag syntax used on <script>. The tag will be closed by WebKit, but not all browsers do this. Change to <script></script> instead for best cross-browser compatibility."
  /external/webkit/WebKitTools/Scripts/webkitpy/steps/
closebug.py 44 # Check to make sure there are no r? or r+ patches on the bug before closing.
49 log("Not closing bug %s as attachment %s has review=%s. Assuming there are more patches to land from this bug." % (patch.bug_id(), patch.id(), patch.review()))
51 self._tool.bugs.close_bug_as_fixed(state["patch"].bug_id(), "All reviewed patches have been landed. Closing bug.")
  /external/chromium/third_party/icu/source/tools/genrb/
read.h 32 TOK_CLOSE_BRACE, /* A closing brace character */
  /external/icu4c/tools/genrb/
read.h 32 TOK_CLOSE_BRACE, /* A closing brace character */
  /external/webkit/WebCore/manual-tests/
input-type-text-unconfirmed-inline-input.html 16 <p>Enter some text using inline input (e.g. Kotoeri Hiragana) and click the button without closing the input area.</p>
flash-unload-tab.html 9 <a href="http://bugs.webkit.org/show_bug.cgi?id=14207">REGRESSION: Crash after closing a tab with Google Maps Street View</a></p>
onbeforeunload-focused-iframe.html 24 No dialog (as described above) when closing the browser window.
  /cts/libs/json/src/com/android/json/stream/
JsonToken.java 31 * The closing of a JSON array. Written using {@link JsonWriter#endArray}
43 * The closing of a JSON object. Written using {@link JsonWriter#endObject}
  /external/protobuf/gtest/
configure.ac 5 # "[1.0.1]"). It also asumes that there won't be any closing parenthesis
6 # between "AC_INIT(" and the closing ")" including comments and strings.
  /development/simulator/app/
Pipe.cpp 59 LOG(LOG_WARN, "pipe", "failed closing read handle (%ld)\n",
65 LOG(LOG_WARN, "pipe", "failed closing write handle (%ld)\n",
71 LOG(LOG_WARN, "pipe", "failed closing read fd (%d)\n",
76 LOG(LOG_WARN, "pipe", "failed closing write fd (%d)\n",
403 LOG(LOG_WARN, "pipe", "failed closing read handle\n");
410 LOG(LOG_WARN, "pipe", "failed closing read fd\n");
430 LOG(LOG_WARN, "pipe", "failed closing write handle\n");
437 LOG(LOG_WARN, "pipe", "failed closing write fd\n");
  /external/proguard/src/proguard/classfile/util/
ExternalTypeEnumeration.java 87 // Otherwise find the closing parenthesis.
94 throw new IllegalArgumentException("Missing closing parenthesis in descriptor ["+descriptor+"]");
  /external/proguard/src/proguard/io/
DataEntryWriter.java 45 * the output stream; closing the output stream is the responsibility of
56 * the output stream; closing the output stream is the responsibility of
  /frameworks/base/tests/DumpRenderTree/src/com/android/dumprendertree/forwarder/
ForwardServer.java 73 Log.v(LOGTAG, "exception while closing", ioe);
101 Log.w(LOGTAG, "error while closing socket", ioe);
  /hardware/ti/omap3/omx/core_plugin/omx_core_plugin/src/
ti_omx_interface.cpp 26 LOGE("TIOMXInterface: Error closing library: %s\n", pErr);
30 LOGE("OsclSharedLibrary::Close: Error closing library, no error reported");
  /libcore/luni/src/main/java/java/nio/channels/
Channel.java 44 * has no effect. If there is a problem with closing the channel then the
56 * if a problem occurs closing the channel.
  /external/apache-http/src/org/apache/http/impl/conn/
IdleConnectionHandler.java 133 log.debug("Closing connection, connection time: " + connectionTime);
139 log.debug("I/O error closing connection", ex);
160 log.debug("Closing connection, expired @: " + times.timeExpires);
166 log.debug("I/O error closing connection", ex);
  /external/qemu/distrib/sdl-1.2.12/src/main/qtopia/
SDL_qtopia_main.cc 23 QString cmd = QPEApplication::qpeDir() + "bin/qcop QPE/System 'closing(QString)' '"+appname+"'";
  /libcore/luni/src/main/java/java/io/
Closeable.java 32 * if any error occurs when closing the object.
  /external/jpeg/
jcomapi.c 24 * Closing a data source or destination, if necessary, is the application's
64 * Closing a data source or destination, if necessary, is the application's
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
serial.h 27 unsigned short closing_wait; /* time to wait before closing */
117 #define ASYNC_CLOSING 0x08000000 /* Serial port is closing */
  /system/extras/tests/bionic/libc/common/
test_udp.c 95 printf("UDP server closing\n");
118 printf("UDP client closing\n");
  /development/ndk/platforms/android-4/samples/san-angeles/jni/
app.h 45 /* Value is non-zero when application is alive, and 0 when it is closing.

Completed in 1037 milliseconds

1 2 3 4 5 6 7 8 91011>>