Home
last modified time | relevance | path

Searched refs:escape (Results 1 – 9 of 9) sorted by relevance

/frameworks/base/core/java/com/android/internal/util/
DFastXmlSerializer.java125 String escape = escapes[c]; in escapeAndAppendString() local
126 if (escape == null) continue; in escapeAndAppendString()
129 append(escape); in escapeAndAppendString()
143 String escape = escapes[c]; in escapeAndAppendString() local
144 if (escape == null) continue; in escapeAndAppendString()
147 append(escape); in escapeAndAppendString()
/frameworks/base/docs/html/guide/topics/manifest/
Dgrant-uri-permission-element.jd61 Because '{@code \}' is used as an escape character when the string is read
62 from XML (before it is parsed as a pattern), you will need to double-escape:
Dpath-permission-element.jd58 Because '<code class="Code prettyprint">\</code>' is used as an escape character when the string is…
59 from XML (before it is parsed as a pattern), you will need to double-escape.
Ddata-element.jd110 Because '{@code \}' is used as an escape character when the string is read
111 from XML (before it is parsed as a pattern), you will need to double-escape:
Dmeta-data-element.jd69 <td>String value, using double backslashes ({@code \\}) to escape characters
Dmanifest-intro.jd302 must be used to escape characters &mdash; for example, '{@code \\n}' for
/frameworks/base/docs/html/videos/
Dindex.jd115 …var a = $('<a class="' + id + '" href="#" onclick="loadVideo(\'' + id + '\',\'' + escape(title) + …
/frameworks/base/docs/html/guide/topics/resources/
Davailable-resources.jd175 …ong> If you use an apostrophe or a quote in your string, you must either escape it or enclose the …
/frameworks/base/tests/DumpRenderTree/assets/results/
Dlayout_tests_failed.txt744 /sdcard/android/layout_tests/http/tests/security/xssAuditor/property-escape.html