Home
last modified time | relevance | path

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

1234

/external/chromium_org/tools/gn/
Dpath_output.cc12 PathOutput::PathOutput(const SourceDir& current_dir, EscapingMode escaping) in PathOutput() argument
20 options_.mode = escaping; in PathOutput()
Dpath_output.h36 PathOutput(const SourceDir& current_dir, EscapingMode escaping);
/external/jsoncpp/doc/
Droadmap.dox21 - 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/
Ddefines-escaping.gyp11 'defines-escaping.c',
/external/valgrind/main/none/tests/
Dcmd-with-special.vgtest2 # special chars that need escaping in the "Command:" line. We do the
/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/chromium_org/content/common/
Dsandbox_mac_diraccess_unittest.mm79 {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/
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/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/chromium_org/third_party/libxml/src/include/libxml/
DxmlIO.h258 xmlCharEncodingOutputFunc escaping);
/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/chromium_org/third_party/libxml/
DREADME.chromium28 - Add a fix for proper escaping of xpointer expressions, commit upstream is pending.
/external/libxml2/
DxmlIO.c3568 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/
DxmlIO.c3409 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()
DNEWS209 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/
DNEWS65 - Added escaping of " and \ in labels in fstdraw, needed for dot to
/external/llvm/test/Transforms/TailCallElim/
Dbasic.ll125 ; If we have a mix of escaping captured/non-captured allocas, ensure that we do
/external/valgrind/main/
Ddarwin9.supp257 # allow escaping meta-chars.
/external/linux-tools-perf/perf-3.12.0/tools/perf/config/
Dutilities.mak13 # what should replace a newline when escaping
/external/chromium_org/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.

1234