/external/chromium-trace/catapult/telemetry/third_party/webpagereplay/third_party/dns/ |
D | 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 = False [all …]
|
/external/llvm/test/Analysis/GlobalsModRef/ |
D | nonescaping-noalias.ll | 4 ; 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/ |
D | cmd-with-special.vgtest | 2 # special chars that need escaping in the "Command:" line. We do the
|
/external/curl/tests/data/ |
D | test164 | 12 # to avoid XML escaping problems).
|
/external/owasp/sanitizer/src/tests/org/owasp/html/ |
D | htmllexergolden1.txt | 176 COMMENT [<!-- An escaping text span start may share its U+002D HYPHEN-MINUS characters\n - wit…
|
/external/jsilver/src/com/google/clearsilver/jsilver/compiler/ |
D | EscapingEvaluator.java | 125 private void setEscaping(JavaExpression escaping) { in setEscaping() argument 126 currentEscapingExpression = escaping; in setEscaping()
|
D | TemplateTranslator.java | 241 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/ |
D | const-expr-gep.ll | 39 ; Ensure that CFLAA properly identifies and handles escaping variables (i.e.
|
/external/apache-xml/src/main/java/org/apache/xml/serializer/ |
D | output_html.properties | 43 {http\u003a//xml.apache.org/xalan}use-url-escaping=yes
|
/external/llvm/test/Transforms/FunctionAttrs/ |
D | nocapture.ll | 29 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/ |
D | lambdas.mm | 124 // escaping in the implicit conversion operator method for lambda-to-block
|
D | malloc.mm | 185 // Test that we handle pointer escaping through OSAtomicEnqueue.
|
/external/libxml2/include/libxml/ |
D | xmlIO.h | 264 xmlCharEncodingOutputFunc escaping);
|
/external/antlr/antlr-3.4/gunit/ |
D | CHANGES.txt | 99 * fixed string escaping bug for junit generator
|
/external/libvorbis/doc/ |
D | Vorbis_I_spec.tex | 40 % escaping it (\_ instead of _). Since the Vorbis specs use it a lot,
|
/external/clang/docs/ |
D | JSONCompilationDatabase.rst | 78 Parameters use shell quoting and shell escaping of quotes, with '``"``'
|
/external/libxml2/ |
D | xmlIO.c | 3599 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()
|
D | NEWS | 342 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/ |
D | TODO | 20 * respect escaping in name serialization
|
/external/llvm/test/Transforms/GVN/ |
D | volatile.ll | 146 ; escaping the arguments is explicitly required since we marked
|
/external/llvm/test/Transforms/TailCallElim/ |
D | basic.ll | 125 ; If we have a mix of escaping captured/non-captured allocas, ensure that we do
|
/external/valgrind/ |
D | darwin9.supp | 257 # allow escaping meta-chars.
|
/external/v8/test/webkit/ |
D | dfg-put-scoped-var-backward-flow-expected.txt | 24 Tests that the DFG treats the operand to PutScopedVar as escaping in an unconstrained way.
|
/external/markdown/docs/ |
D | CHANGE_LOG | 70 escaping option.
|
/external/mksh/src/ |
D | edit.c | 280 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()
|