HomeSort by relevance Sort by last modified time
    Searched refs:unescaped (Results 26 - 50 of 267) sorted by null

12 3 4 5 6 7 8 91011

  /tools/metalava/src/main/java/com/android/tools/metalava/
ExtractAnnotations.kt 310 private fun escapeXml(unescaped: String): String {
311 return XmlEscapers.xmlAttributeEscaper().escape(unescaped)
  /external/libxml2/
nanoftp.c 466 char *unescaped; local
482 unescaped = xmlURIUnescapeString(URL, 0, NULL);
483 if (unescaped != NULL) {
484 xmlNanoFTPScanURL(ret, unescaped);
485 xmlFree(unescaped);
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/syntax/
scanner_test.go 294 {`''`, "empty character literal or unescaped ' in character literal", 0, 1},
scanner.go 504 s.error("empty character literal or unescaped ' in character literal")
  /prebuilts/go/darwin-x86/src/html/template/
html.go 138 // and when badRunes is true, certain bad runes are allowed through unescaped.
  /prebuilts/go/linux-x86/src/cmd/compile/internal/syntax/
scanner_test.go 294 {`''`, "empty character literal or unescaped ' in character literal", 0, 1},
scanner.go 504 s.error("empty character literal or unescaped ' in character literal")
  /prebuilts/go/linux-x86/src/html/template/
html.go 138 // and when badRunes is true, certain bad runes are allowed through unescaped.
  /frameworks/opt/vcard/java/com/android/vcard/
VCardBuilder.java     [all...]
  /external/mksh/src/
edit.c 366 /* ... to unescaped, for comparison with the matches */
2769 char *unescaped; local
    [all...]
  /prebuilts/go/darwin-x86/src/encoding/json/
encode_test.go 223 // C implements Marshaler and returns unescaped JSON.
230 // CText implements Marshaler and returns unescaped text.
  /prebuilts/go/linux-x86/src/encoding/json/
encode_test.go 223 // C implements Marshaler and returns unescaped JSON.
230 // CText implements Marshaler and returns unescaped text.
  /build/blueprint/
ninja_strings.go 84 // parseNinjaString parses an unescaped ninja string (i.e. all $<something>
  /prebuilts/go/darwin-x86/src/net/url/
url.go 130 // the reserved characters to appear unescaped.
188 // which section of the URL string is being unescaped.
217 // that are valid host name bytes in their unescaped form.
url_test.go 172 // unescaped :// in query should not create a scheme
221 // unescaped @ in username should not confuse host
231 // unescaped @ in password should not confuse host
    [all...]
  /prebuilts/go/linux-x86/src/net/url/
url.go 130 // the reserved characters to appear unescaped.
188 // which section of the URL string is being unescaped.
217 // that are valid host name bytes in their unescaped form.
url_test.go 172 // unescaped :// in query should not create a scheme
221 // unescaped @ in username should not confuse host
231 // unescaped @ in password should not confuse host
    [all...]
  /prebuilts/go/darwin-x86/src/encoding/xml/
xml.go 1006 d.err = d.syntaxError("unescaped ]]> not in CDATA section")
1013 d.err = d.syntaxError("unescaped < inside quoted string")
1114 // We must rewrite unescaped \r and \r\n into \n.
    [all...]
  /prebuilts/go/linux-x86/src/encoding/xml/
xml.go 1006 d.err = d.syntaxError("unescaped ]]> not in CDATA section")
1013 d.err = d.syntaxError("unescaped < inside quoted string")
1114 // We must rewrite unescaped \r and \r\n into \n.
    [all...]
  /prebuilts/go/darwin-x86/src/encoding/csv/
reader.go 153 // recordBuffer holds the unescaped fields, one after another.
  /prebuilts/go/linux-x86/src/encoding/csv/
reader.go 153 // recordBuffer holds the unescaped fields, one after another.
  /frameworks/base/tools/aapt2/
ResourceUtils.cpp 864 error_ = StringPrintf("unescaped apostrophe in string\n\"%s\"", text.c_str());
  /packages/apps/UnifiedEmail/src/com/google/android/mail/common/base/
StringUtil.java 926 * @return unescaped string, without the surrounding quotes.
    [all...]
  /external/jacoco/org.jacoco.report/src/org/jacoco/report/internal/html/resources/
prettify.js 282 /** is the given node's innerHTML normally unescaped? */
589 // XMP tags contain unescaped entities so require special handling.
    [all...]
  /dalvik/docs/
prettify.js 311 /** is the given node's innerHTML normally unescaped? */
358 // XMP tags contain unescaped entities so require special handling.
    [all...]

Completed in 460 milliseconds

12 3 4 5 6 7 8 91011