Home
last modified time | relevance | path

Searched refs:escaping (Results 1 – 25 of 89) sorted by relevance

1234

/external/chromium-trace/catapult/telemetry/third_party/webpagereplay/third_party/dns/
Dname.py547 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 = False
[all …]
/external/llvm/test/Analysis/GlobalsModRef/
Dnonescaping-noalias.ll4 ; a non-escaping global as one indentified underlying object and some pointer
12 ; a parameter when the global is non-escaping.
103 ; a parameter that has been dereferenced when the global is non-escaping.
/external/valgrind/none/tests/
Dcmd-with-special.vgtest2 # special chars that need escaping in the "Command:" line. We do the
/external/curl/tests/data/
Dtest16412 # to avoid XML escaping problems).
/external/owasp/sanitizer/src/tests/org/owasp/html/
Dhtmllexergolden1.txt176 COMMENT [<!-- An escaping text span start may share its U+002D HYPHEN-MINUS characters\n - wit…
/external/jsilver/src/com/google/clearsilver/jsilver/compiler/
DEscapingEvaluator.java125 private void setEscaping(JavaExpression escaping) { in setEscaping() argument
126 currentEscapingExpression = escaping; in setEscaping()
DTemplateTranslator.java241 JavaExpression escaping = in caseAVarCommand() local
243 writeVariable(result, escaping); in caseAVarCommand()
491 JavaExpression escaping = in caseAAltCommand() local
493 writeVariable(reference, escaping); in caseAAltCommand()
/external/llvm/test/Analysis/CFLAliasAnalysis/
Dconst-expr-gep.ll39 ; Ensure that CFLAA properly identifies and handles escaping variables (i.e.
/external/apache-xml/src/main/java/org/apache/xml/serializer/
Doutput_html.properties43 {http\u003a//xml.apache.org/xalan}use-url-escaping=yes
/external/llvm/test/Transforms/FunctionAttrs/
Dnocapture.ll29 ret i1 0 ; escaping value not caught by def-use chaining.
31 ret i1 1 ; escaping value not caught by def-use chaining.
/external/clang/test/Analysis/
Dlambdas.mm124 // escaping in the implicit conversion operator method for lambda-to-block
Dmalloc.mm185 // Test that we handle pointer escaping through OSAtomicEnqueue.
/external/libxml2/include/libxml/
DxmlIO.h264 xmlCharEncodingOutputFunc escaping);
/external/antlr/antlr-3.4/gunit/
DCHANGES.txt99 * fixed string escaping bug for junit generator
/external/libvorbis/doc/
DVorbis_I_spec.tex40 % escaping it (\_ instead of _). Since the Vorbis specs use it a lot,
/external/clang/docs/
DJSONCompilationDatabase.rst78 Parameters use shell quoting and shell escaping of quotes, with '``"``'
/external/libxml2/
DxmlIO.c3599 xmlCharEncodingOutputFunc escaping) { in xmlOutputBufferWriteEscape() argument
3615 if (escaping == NULL) escaping = xmlEscapeContent; in xmlOutputBufferWriteEscape()
3647 ret = escaping(xmlBufEnd(out->buffer) , in xmlOutputBufferWriteEscape()
3667 ret = escaping(xmlBufEnd(out->buffer), &chunk, str, &cons); in xmlOutputBufferWriteEscape()
DNEWS342 Improve HTML escaping of attribute on output (Daniel Veillard),
839 tree skipping function fix (Ashwin), Schemas regexps escaping fix
1412 escaping, added escaping customization
1415 URI escaping and filemanes, XHTML1 formatting (Nick Wellnhofer), regexp
1419 xmlEncodeSpecialChars() behaviour back to escaping '"'
1818 - URI/file escaping problems (Stefano Zacchiroli)
1859 - Fix for HTTP URL escaping problem
2049 - URI escaping fix (Joel Young)
2308 - Add support for text node without escaping (XSLT)
2347 - added an URI escaping function
[all …]
/external/avahi/docs/
DTODO20 * respect escaping in name serialization
/external/llvm/test/Transforms/GVN/
Dvolatile.ll146 ; escaping the arguments is explicitly required since we marked
/external/llvm/test/Transforms/TailCallElim/
Dbasic.ll125 ; If we have a mix of escaping captured/non-captured allocas, ensure that we do
/external/valgrind/
Ddarwin9.supp257 # allow escaping meta-chars.
/external/v8/test/webkit/
Ddfg-put-scoped-var-backward-flow-expected.txt24 Tests that the DFG treats the operand to PutScopedVar as escaping in an unconstrained way.
/external/markdown/docs/
DCHANGE_LOG70 escaping option.
/external/mksh/src/
Dedit.c280 bool escaping = false; in x_glob_hlp_add_qchar() local
283 if (ch == '\\' && !escaping) { in x_glob_hlp_add_qchar()
284 escaping = true; in x_glob_hlp_add_qchar()
287 if (escaping || (ch == QCHAR && (cp - dp) > 1)) { in x_glob_hlp_add_qchar()
303 escaping = false; in x_glob_hlp_add_qchar()

1234