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

1 2 3

  /cts/tests/tests/webkitsecurity/assets/
end-of-buffer-crash.html 10 and contain an unclosed curly brace. We pass if we don't crash.</p>
  /external/linux-tools-perf/util/
alias.c 72 return error("unclosed quote");
  /external/apache-harmony/regex/src/test/java/org/apache/harmony/tests/java/util/regex/
PatternSyntaxExceptionTest.java 42 // assertEquals("Unclosed group", e.getDescription());
44 // assertEquals("Unclosed group near index 1\n(\n ^",
  /libcore/support/src/test/java/libcore/dalvik/system/
CloseGuardTester.java 61 Assert.fail("CloseGuard detected unclosed resources!");
  /external/clang/unittests/Tooling/
CompilationDatabaseTest.cpp 213 std::vector<std::string> Unclosed = unescapeJsonCommandLine("\\\"abc");
214 ASSERT_EQ(1ul, Unclosed.size());
215 EXPECT_EQ("abc", Unclosed[0]);
  /dalvik/dexgen/src/com/android/dexgen/util/
ByteArrayAnnotatedOutput.java 560 * {@code Integer.MAX_VALUE} if unclosed
572 * {@code Integer.MAX_VALUE} if unclosed
582 * Constructs an instance. It is initally unclosed.
592 * Sets the end as given, but only if the instance is unclosed;
  /dalvik/dx/src/com/android/dx/util/
ByteArrayAnnotatedOutput.java 553 * {@code Integer.MAX_VALUE} if unclosed
565 * {@code Integer.MAX_VALUE} if unclosed
575 * Constructs an instance. It is initally unclosed.
585 * Sets the end as given, but only if the instance is unclosed;
  /external/dexmaker/src/dx/java/com/android/dx/util/
ByteArrayAnnotatedOutput.java 553 * {@code Integer.MAX_VALUE} if unclosed
565 * {@code Integer.MAX_VALUE} if unclosed
575 * Constructs an instance. It is initally unclosed.
585 * Sets the end as given, but only if the instance is unclosed;
  /external/mesa3d/src/glsl/
s_expression.cpp 106 printf("Unclosed expression (check your parenthesis).\n");
  /external/smali/dexlib/src/main/java/org/jf/dexlib/Util/
ByteArrayAnnotatedOutput.java 592 * <code>Integer.MAX_VALUE</code> if unclosed
606 * <code>Integer.MAX_VALUE</code> if unclosed
617 * Constructs an instance. It is initally unclosed.
627 * Sets the end as given, but only if the instance is unclosed;
ByteArrayOutput.java 499 * <code>Integer.MAX_VALUE</code> if unclosed
511 * <code>Integer.MAX_VALUE</code> if unclosed
521 * Constructs an instance. It is initally unclosed.
531 * Sets the end as given, but only if the instance is unclosed;
  /external/protobuf/src/google/protobuf/io/
printer_unittest.cc 231 EXPECT_DEBUG_DEATH(printer.Print("$unclosed"), "Unclosed variable name");
printer.cc 85 GOOGLE_LOG(DFATAL) << " Unclosed variable name.";
  /external/chromium/net/base/
bandwidth_metrics.h 120 // It is important that we not leave unclosed streams, and this class helps
  /packages/apps/Exchange/exchange2/src/com/android/exchange/adapter/
Serializer.java 93 throw new IOException("Done received with unclosed tags");
  /system/core/libsysutils/src/
FrameworkListener.cpp 163 cli->sendMsg(500, "Unclosed quotes error", false);
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/
libexpat.so 
libexpat.so.1 
libexpat.so.1.5.2 
  /libcore/json/src/main/java/org/json/
JSONStringer.java 422 * <p>If invoked with unterminated arrays or unclosed objects, this method's
  /external/webkit/Source/JavaScriptCore/qt/tests/qscriptengine/
tst_qscriptengine.cpp 402 << 1 << 1 << "Unclosed comment at end of file";
405 << 1 << 1 << "Unclosed comment at end of file";
  /external/dbus/dbus/
dbus-shell.c 508 dbus_set_error_const (error, DBUS_ERROR_INVALID_ARGS, "Unclosed quotes in command line");
  /libcore/xml/src/main/java/org/xmlpull/v1/
XmlSerializer.java 113 * Finish writing. All unclosed start tags will be closed and output
  /packages/apps/Email/src/com/android/email/provider/
ContentCache.java 94 // A set of all unclosed, cached cursors; this will typically be a very small set, as cursors
  /external/icu4c/test/intltest/
itrbnf.cpp     [all...]

Completed in 539 milliseconds

1 2 3