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

1 23 4 5 6 7 8 910

  /external/python/cpython3/Lib/test/test_json/
test_fail.py 8 '["Unclosed array"',
  /libcore/dalvik/src/main/java/dalvik/system/
CloseGuard.java 145 * #getReporter() reporter} is informed of unclosed resources; otherwise a
  /packages/apps/UnifiedEmail/src/com/google/android/mail/common/html/parser/
HtmlTreeBuilder.java 38 /** Stack contains HTML4.Element objects to keep track of unclosed tags */
  /prebuilts/go/darwin-x86/src/html/template/
content.go 29 // unclosed tags or comments. The outputs of a sound HTML sanitizer
  /prebuilts/go/linux-x86/src/html/template/
content.go 29 // unclosed tags or comments. The outputs of a sound HTML sanitizer
  /external/clang/unittests/Tooling/
CompilationDatabaseTest.cpp 431 std::vector<std::string> Unclosed = unescapeJsonCommandLine("\\\"abc");
432 ASSERT_EQ(1ul, Unclosed.size());
433 EXPECT_EQ("abc", Unclosed[0]);
  /prebuilts/go/darwin-x86/src/text/template/parse/
lex.go 318 return l.errorf("unclosed comment")
362 return l.errorf("unclosed left paren")
366 return l.errorf("unclosed action")
  /prebuilts/go/linux-x86/src/text/template/parse/
lex.go 318 return l.errorf("unclosed comment")
362 return l.errorf("unclosed left paren")
366 return l.errorf("unclosed action")
  /development/vndk/tools/sourcedr/sourcedr/blueprint/
blueprint.py 261 'unclosed interpreted string literal')
292 raise LexerError(buf, pos, 'unclosed interpreted string literal')
314 raise LexerError(buf, len(buf), 'unclosed raw string literal')
  /external/google-tv-pairing-protocol/java/src/com/google/polo/json/
XML.java 251 throw x.syntaxError("Unclosed tag " + n);
XMLTokener.java 70 throw syntaxError("Unclosed CDATA");
  /external/owasp/sanitizer/src/tests/org/owasp/html/
TagBalancingHtmlStreamRendererTest.java 73 // HTML, P, and BODY unclosed, but BR not.
  /external/protobuf/src/google/protobuf/io/
printer.cc 135 GOOGLE_LOG(DFATAL) << " Unclosed variable name.";
  /external/python/cpython3/Lib/asyncio/
base_subprocess.py 130 warnings.warn("unclosed transport %r" % self, ResourceWarning,
  /external/wayland/tests/
test-runner.c 181 "Opened %d files, unclosed %d\n", num_fds,
  /libcore/json/src/main/java/org/json/
JSONStringer.java 422 * <p>If invoked with unterminated arrays or unclosed objects, this method's
  /external/skia/src/gpu/
GrShape.h 260 * Is this shape known to be convex, before styling is applied. An unclosed but otherwise
332 * Is it known that the unstyled geometry has no unclosed contours. This means that it will
  /prebuilts/go/darwin-x86/src/net/mail/
message.go 348 return nil, errors.New("mail: unclosed angle-addr")
504 return "", errors.New("mail: unclosed quoted-string")
  /prebuilts/go/linux-x86/src/net/mail/
message.go 348 return nil, errors.New("mail: unclosed angle-addr")
504 return "", errors.New("mail: unclosed quoted-string")
  /prebuilts/vndk/v27/x86/arch-x86-x86/shared/vndk-core/
libexpat.so 
  /prebuilts/vndk/v27/x86_64/arch-x86-x86_64/shared/vndk-core/
libexpat.so 
  /external/python/cpython2/Doc/library/
xmllib.rst 74 the close tag matching the last unclosed open tag is encountered.
  /external/python/cpython3/Doc/library/
tokenize.rst 149 Note that unclosed single-quoted strings do not cause an error to be
  /libcore/xml/src/main/java/org/xmlpull/v1/
XmlSerializer.java 113 * Finish writing. All unclosed start tags will be closed and output
  /prebuilts/go/darwin-x86/src/cmd/asm/internal/lex/
input.go 125 in.Error("unclosed #ifdef or #ifndef")

Completed in 1415 milliseconds

1 23 4 5 6 7 8 910