HomeSort by relevance Sort by last modified time
    Searched refs:escaping (Results 1 - 25 of 159) sorted by null

1 2 3 4 5 6 7

  /prebuilts/go/darwin-x86/test/
uintptrescapes2.go 17 func F1(a uintptr) {} // ERROR "escaping uintptr"
21 func F2(a ...uintptr) {} // ERROR "escaping ...uintptr" "a does not escape"
  /prebuilts/go/linux-x86/test/
uintptrescapes2.go 17 func F1(a uintptr) {} // ERROR "escaping uintptr"
21 func F2(a ...uintptr) {} // ERROR "escaping ...uintptr" "a does not escape"
  /external/apache-xml/src/main/java/org/apache/xml/serializer/
output_html.properties 43 {http\u003a//xml.apache.org/xalan}use-url-escaping=yes
  /external/guava/guava-tests/test/com/google/common/xml/
XmlEscapersTest.java 116 assertEquals("0xFFFE is forbidden and should be replaced during escaping",
118 assertEquals("0xFFFF is forbidden and should be replaced during escaping",
  /external/chromium-trace/catapult/telemetry/third_party/web-page-replay/third_party/dns/
name.py 547 escaping = False
556 if escaping:
563 escaping = False
571 escaping = False
580 escaping = True
585 if escaping:
609 escaping = False
618 if escaping:
625 escaping = False
633 escaping = Fals
    [all...]
  /prebuilts/go/darwin-x86/src/html/template/
js_test.go 158 // Make sure that escaping corner cases are not broken
187 // Allow embedding in HTML without further escaping.
193 // http://dev.w3.org/html5/markup/aria/syntax.html#escaping-text-span
195 // must not have an escaping text span start that is not
196 // followed by an escaping text span end."
197 // Furthermore, spoofing an escaping text span end could lead
199 // masked by the escaping text span, and spoofing a start could
242 // Allow embedding in HTML without further escaping.
248 // Escaping text spans.
322 // fast-path checking does not break escaping
    [all...]
doc.go 28 can be safely embedded in an HTML document. The escaping is contextual, so
65 At parse time each {{.}} is overwritten to add escaping functions as necessary.
79 details necessary to understand escaping contexts and error messages. Most users
139 It adds escaping pipeline stages necessary to correctly and safely embed that
146 exempted from escaping.
url.go 30 // The output can be embedded in an HTML attribute without further escaping.
38 // encode '&' so correct embedding in an HTML attribute requires escaping of
  /prebuilts/go/linux-x86/src/html/template/
js_test.go 158 // Make sure that escaping corner cases are not broken
187 // Allow embedding in HTML without further escaping.
193 // http://dev.w3.org/html5/markup/aria/syntax.html#escaping-text-span
195 // must not have an escaping text span start that is not
196 // followed by an escaping text span end."
197 // Furthermore, spoofing an escaping text span end could lead
199 // masked by the escaping text span, and spoofing a start could
242 // Allow embedding in HTML without further escaping.
248 // Escaping text spans.
322 // fast-path checking does not break escaping
    [all...]
doc.go 28 can be safely embedded in an HTML document. The escaping is contextual, so
65 At parse time each {{.}} is overwritten to add escaping functions as necessary.
79 details necessary to understand escaping contexts and error messages. Most users
139 It adds escaping pipeline stages necessary to correctly and safely embed that
146 exempted from escaping.
url.go 30 // The output can be embedded in an HTML attribute without further escaping.
38 // encode '&' so correct embedding in an HTML attribute requires escaping of
  /prebuilts/ndk/r13/sources/third_party/shaderc/third_party/spirv-tools/source/
text_handler.cpp 114 bool escaping = false; local
124 escaping = !escaping;
128 if (!escaping) quoting = !quoting;
135 if (escaping || quoting) break;
144 escaping = false;
text.cpp 115 bool escaping = false;
117 if ((*val == '\\') && (!escaping)) {
118 escaping = true;
124 escaping = false;
  /build/blueprint/proptools/
escape_test.go 30 name: "no escaping",
53 name: "no escaping",
escape.go 64 // No escaping necessary
  /prebuilts/go/darwin-x86/src/encoding/json/
tables.go 11 // escaping.
116 // inside of HTML <script> tags, without any additional escaping.
  /prebuilts/go/linux-x86/src/encoding/json/
tables.go 11 // escaping.
116 // inside of HTML <script> tags, without any additional escaping.
  /external/skia/gn/
gn_helpers.py 82 will not handle GN escaping properly, nor GN booleans. You should use this
128 """Given a string with GN escaping, returns the unescaped string.
184 strings with GN escaping rules. GN string interpolation (embedded
  /prebuilts/go/darwin-x86/misc/cgo/test/
issue10303.go 5 // Issue 10303. Pointers passed to C were not marked as escaping (bug in cgo).
  /prebuilts/go/darwin-x86/src/strconv/
doc.go 46 // The latter guarantees that the result is an ASCII string, by escaping
  /prebuilts/go/linux-x86/misc/cgo/test/
issue10303.go 5 // Issue 10303. Pointers passed to C were not marked as escaping (bug in cgo).
  /prebuilts/go/linux-x86/src/strconv/
doc.go 46 // The latter guarantees that the result is an ASCII string, by escaping
  /external/jsilver/src/com/google/clearsilver/jsilver/compiler/
EscapingEvaluator.java 57 * is the output of an escaping function. If not, any expression that contains an escaping function
78 * {@code true} if {@code expression} should be exempted from escaping and {@code false}
91 // if the input should be exempt from escaping. As this should only be
109 * Compute the escaping applied to the given expression. Uses {@code propagateEscapeStatus} to
110 * determine how to treat constants, and whether escaping is required on a part of the expression
118 assert currentEscapingExpression != null : "No escaping calculated";
125 private void setEscaping(JavaExpression escaping) {
126 currentEscapingExpression = escaping;
174 * Do not escape the output of a function if either the function is an escaping function, or an
    [all...]
  /prebuilts/go/darwin-x86/src/syscall/
exec_windows.go 84 // makeCmdLine builds a command line out of args by escaping "special"
223 CmdLine string // used if non-empty, else the windows command line is built by escaping the arguments passed to StartProcess
269 // use attr.CmdLine if set, else build the command line by escaping
  /prebuilts/go/linux-x86/src/syscall/
exec_windows.go 84 // makeCmdLine builds a command line out of args by escaping "special"
223 CmdLine string // used if non-empty, else the windows command line is built by escaping the arguments passed to StartProcess
269 // use attr.CmdLine if set, else build the command line by escaping

Completed in 686 milliseconds

1 2 3 4 5 6 7