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

1 2 3 4 5

  /external/clang/test/Lexer/
pragma-region.c 33 // {{unclosed pragma region}} - region mismatches is not detected yet
  /external/linux-tools-perf/util/
alias.c 72 return error("unclosed quote");
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/json/tests/
test_scanstring.py 30 scanstring('["Unclosed array"', 2, None, True),
31 (u'Unclosed array', 17))
test_fail.py 8 '["Unclosed array"',
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/json/tests/
test_scanstring.py 30 scanstring('["Unclosed array"', 2, None, True),
31 (u'Unclosed array', 17))
test_fail.py 8 '["Unclosed array"',
  /libcore/support/src/test/java/libcore/dalvik/system/
CloseGuardTester.java 61 Assert.fail("CloseGuard detected unclosed resources!");
  /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 556 * {@code Integer.MAX_VALUE} if unclosed
568 * {@code Integer.MAX_VALUE} if unclosed
578 * Constructs an instance. It is initally unclosed.
588 * 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/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/chromium_org/third_party/protobuf/src/google/protobuf/io/
printer_unittest.cc 231 EXPECT_DEBUG_DEATH(printer.Print("$unclosed"), "Unclosed variable name");
printer.cc 84 GOOGLE_LOG(DFATAL) << " Unclosed variable name.";
  /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/clang/unittests/Tooling/
CompilationDatabaseTest.cpp 385 std::vector<std::string> Unclosed = unescapeJsonCommandLine("\\\"abc");
386 ASSERT_EQ(1ul, Unclosed.size());
387 EXPECT_EQ("abc", Unclosed[0]);
  /external/chromium/net/base/
bandwidth_metrics.h 120 // It is important that we not leave unclosed streams, and this class helps
  /external/chromium_org/net/base/
bandwidth_metrics.h 119 // It is important that we not leave unclosed streams, and this class helps
  /external/chromium_org/third_party/JSON/JSON-2.59/t/
18_json_checker.t 60 ["Unclosed array"
  /external/chromium_org/third_party/mesa/src/src/glsl/
s_expression.cpp 118 printf("Unclosed expression (check your parenthesis).\n");
  /external/mesa3d/src/glsl/
s_expression.cpp 118 printf("Unclosed expression (check your parenthesis).\n");
  /packages/apps/Exchange/src/com/android/exchange/adapter/
Serializer.java 93 throw new IOException("Done received with unclosed tags");
  /system/core/libsysutils/src/
FrameworkListener.cpp 168 cli->sendMsg(500, "Unclosed quotes error", false);
  /external/bison/src/
scan-skel.l 146 fatal (_("unclosed %s directive in skeleton"), at_directive_argv[0]);

Completed in 3095 milliseconds

1 2 3 4 5