/external/chromium_org/tools/gn/ |
D | path_output.cc | 12 PathOutput::PathOutput(const SourceDir& current_dir, EscapingMode escaping) in PathOutput() argument 20 options_.mode = escaping; in PathOutput()
|
D | path_output.h | 36 PathOutput(const SourceDir& current_dir, EscapingMode escaping);
|
/external/jsoncpp/doc/ |
D | roadmap.dox | 21 - Optionally allow escaping of non-ASCII characters using unicode escape sequence "\\u". 22 - Optionally allow escaping of "/" using "\/".
|
/external/chromium_org/tools/gyp/test/defines-escaping/ |
D | defines-escaping.gyp | 11 'defines-escaping.c',
|
/external/valgrind/main/none/tests/ |
D | cmd-with-special.vgtest | 2 # special chars that need escaping in the "Command:" line. We do the
|
/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/chromium_org/content/common/ |
D | sandbox_mac_diraccess_unittest.mm | 79 {L"/'", "/'"}, // / & ' characters don't need escaping. 85 // rejected by the regex escaping code. 95 // rejected by the regex escaping code.
|
/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/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/chromium_org/third_party/libxml/src/include/libxml/ |
D | xmlIO.h | 258 xmlCharEncodingOutputFunc escaping);
|
/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/chromium_org/third_party/libxml/ |
D | README.chromium | 28 - Add a fix for proper escaping of xpointer expressions, commit upstream is pending.
|
/external/libxml2/ |
D | xmlIO.c | 3568 xmlCharEncodingOutputFunc escaping) { in xmlOutputBufferWriteEscape() argument 3584 if (escaping == NULL) escaping = xmlEscapeContent; in xmlOutputBufferWriteEscape() 3616 ret = escaping(xmlBufEnd(out->buffer) , in xmlOutputBufferWriteEscape() 3636 ret = escaping(xmlBufEnd(out->buffer), &chunk, str, &cons); in xmlOutputBufferWriteEscape()
|
/external/chromium_org/third_party/libxml/src/ |
D | xmlIO.c | 3409 xmlCharEncodingOutputFunc escaping) { in xmlOutputBufferWriteEscape() argument 3424 if (escaping == NULL) escaping = xmlEscapeContent; in xmlOutputBufferWriteEscape() 3456 ret = escaping(out->buffer->content + out->buffer->use , in xmlOutputBufferWriteEscape() 3477 ret = escaping(out->buffer->content + out->buffer->use , in xmlOutputBufferWriteEscape()
|
D | NEWS | 209 tree skipping function fix (Ashwin), Schemas regexps escaping fix 782 escaping, added escaping customization 785 URI escaping and filemanes, XHTML1 formatting (Nick Wellnhofer), regexp 789 xmlEncodeSpecialChars() behaviour back to escaping '"' 1188 - URI/file escaping problems (Stefano Zacchiroli) 1229 - Fix for HTTP URL escaping problem 1418 - URI escaping fix (Joel Young) 1676 - Add support for text node without escaping (XSLT) 1715 - added an URI escaping function 1951 the "namespace" keyword and C escaping in include files [all …]
|
/external/openfst/ |
D | NEWS | 65 - Added escaping of " and \ in labels in fstdraw, needed for dot to
|
/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/main/ |
D | darwin9.supp | 257 # allow escaping meta-chars.
|
/external/linux-tools-perf/perf-3.12.0/tools/perf/config/ |
D | utilities.mak | 13 # what should replace a newline when escaping
|
/external/chromium_org/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.
|