/external/mesa3d/src/glsl/glcpp/ |
D | pp.c | 107 const char *backslash = NULL; in remove_line_continuations() local 114 backslash = newline - 1; in remove_line_continuations() 116 backslash = newline - 2; in remove_line_continuations() 119 if (backslash != NULL && backslash[-1] == '\\') { in remove_line_continuations() 120 backslash = NULL; in remove_line_continuations() 123 if (backslash != NULL) { in remove_line_continuations() 126 if (in_directive(shader, backslash)) { in remove_line_continuations() 133 ralloc_strncat(&clean, shader, backslash - shader); in remove_line_continuations()
|
/external/google-breakpad/src/processor/ |
D | pathname_stripper.cc | 43 string::size_type backslash = path.rfind('\\'); in File() local 47 (backslash == string::npos || slash > backslash)) { in File() 49 } else if (backslash != string::npos) { in File() 50 file_start = backslash + 1; in File()
|
/external/pcre/dist/testdata/ |
D | testinput14 | 105 [^\\\x80-\xff\n\015"] # Anything except backslash and quote 119 [^\\\x80-\xff\n\015"] # Anything except backslash and quote 156 [^\\\x80-\xff\n\015"] # Anything except backslash and quote 168 [^\\\x80-\xff\n\015"] # Anything except backslash and quote 238 [^\\\x80-\xff\n\015"] # Anything except backslash and quote 252 [^\\\x80-\xff\n\015"] # Anything except backslash and quote
|
D | testinput17 | 23 [^\\\x80-\xff\n\015"] # Anything except backslash and quote 37 [^\\\x80-\xff\n\015"] # Anything except backslash and quote 74 [^\\\x80-\xff\n\015"] # Anything except backslash and quote 86 [^\\\x80-\xff\n\015"] # Anything except backslash and quote 156 [^\\\x80-\xff\n\015"] # Anything except backslash and quote 170 [^\\\x80-\xff\n\015"] # Anything except backslash and quote
|
D | testoutput14 | 172 [^\\\x80-\xff\n\015"] # Anything except backslash and quote 186 [^\\\x80-\xff\n\015"] # Anything except backslash and quote 223 [^\\\x80-\xff\n\015"] # Anything except backslash and quote 235 [^\\\x80-\xff\n\015"] # Anything except backslash and quote 305 [^\\\x80-\xff\n\015"] # Anything except backslash and quote 319 [^\\\x80-\xff\n\015"] # Anything except backslash and quote
|
D | testoutput17 | 39 [^\\\x80-\xff\n\015"] # Anything except backslash and quote 53 [^\\\x80-\xff\n\015"] # Anything except backslash and quote 90 [^\\\x80-\xff\n\015"] # Anything except backslash and quote 102 [^\\\x80-\xff\n\015"] # Anything except backslash and quote 172 [^\\\x80-\xff\n\015"] # Anything except backslash and quote 186 [^\\\x80-\xff\n\015"] # Anything except backslash and quote
|
D | testinputEBC | 5 genuine EBCDIC test! In patterns, alphabetic characters that follow a backslash
|
D | testoutputEBC | 5 genuine EBCDIC test! In patterns, alphabetic characters that follow a backslash
|
/external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/translit/ |
D | dumpICUrules.bat | 393 # If there is a trailing backslash, then delete it -- we don't 464 s|\\\"|<<dq>>|g; # Transform backslash double quote 465 s|\\\'|<<sq>>|g; # Transform backslash single quote 466 s|\\\#|<<lb>>|g; # Transform backslash pound 467 s|\\(.)|<<q$1>>|g; # Transform backslash escapes
|
/external/mdnsresponder/mDNSPosix/ |
D | Services.txt | 7 # backslash to distinguish if from a comment line.
|
/external/llvm/lib/Support/Windows/ |
D | Program.inc | 167 /// EscapePrecedingEscapes - Append a backslash to Dst for every backslash 188 // We need to add a backslash, but ensure that it isn't escaped. 201 // Make sure the closing quote doesn't get escaped by a trailing backslash. 241 // Make sure our quote doesn't get escaped by a trailing backslash.
|
/external/markdown/MarkdownTest/Tests_2007/ |
D | Backslash escapes.text | 116 This is a code span with a literal backslash-backtick sequence: `` \` ``
|
D | Markdown Documentation - Syntax.text | 30 * [Backslash Escapes](#backslash) 451 line. To avoid this, you can backslash-escape the period: 726 would otherwise be used as an emphasis delimiter, you can backslash 864 <h3 id="backslash">Backslash Escapes</h3> 866 Markdown allows you to use backslash escapes to generate literal 874 Markdown provides backslash escapes for the following characters: 876 \ backslash
|
/external/wpa_supplicant_8/wpa_supplicant/ |
D | README-P2P | 241 parameters - Escape single quote & backslash: 242 with a backslash 0x27 == ' == \', and 0x5c == \ == \\ 335 Escape single quote & backslash with a backslash: 339 Escape single quote & backslash with a backslash: 365 Escape single quote & backslash with a backslash: 369 Escape single quote & backslash with a backslash: 810 Escaped single quote & backslash with a backslash:
|
/external/chromium-trace/catapult/telemetry/third_party/webpagereplay/ |
D | pylintrc | 5 disable=I0010,I0011,abstract-class-little-used,abstract-class-not-used,anomalous-backslash-in-strin…
|
/external/bison/m4/ |
D | po.m4 | 241 # Find a way to echo strings without interpreting backslash. 276 # See if the line ends in a backslash. 280 # Print the line, without the trailing backslash. 283 # There was no trailing backslash. The end of the variable definition is 289 # A trailing backslash means that the variable definition continues in the
|
D | include_next.m4 | 214 dnl treat backslash as a directory separator, like /. 215 dnl Actually, these compilers use a double-backslash as
|
/external/elfutils/m4/ |
D | po.m4 | 241 # Find a way to echo strings without interpreting backslash. 276 # See if the line ends in a backslash. 280 # Print the line, without the trailing backslash. 283 # There was no trailing backslash. The end of the variable definition is 289 # A trailing backslash means that the variable definition continues in the
|
/external/libexif/auto-m4/ |
D | po.m4 | 230 # Find a way to echo strings without interpreting backslash. 264 # See if the line ends in a backslash. 268 # Print the line, without the trailing backslash. 271 # There was no trailing backslash. The end of the variable definition is 277 # A trailing backslash means that the variable definition continues in the
|
/external/v8/test/webkit/ |
D | slash-lineterminator-parse-expected.txt | 24 This test checks for correct handling ofr backslash-newline in JS strings.
|
/external/icu/icu4c/source/test/testdata/ |
D | testtypes.txt | 32 …testescape{ "tab:\t cr:\r ff:\f newline:\n backslash:\\\\ quote=\\\' doubleQuote=\\\" singlequoute…
|
/external/markdown/MarkdownTest/Tests_2004/ |
D | Markdown Documentation - Syntax.text | 30 * [Backslash Escapes](#backslash) 451 line. To avoid this, you can backslash-escape the period: 726 would otherwise be used as an emphasis delimiter, you can backslash 864 <h3 id="backslash">Backslash Escapes</h3> 866 Markdown allows you to use backslash escapes to generate literal 874 Markdown provides backslash escapes for the following characters: 876 \ backslash
|
/external/markdown/tests/markdown-test/ |
D | markdown-syntax.txt | 30 * [Backslash Escapes](#backslash) 451 line. To avoid this, you can backslash-escape the period: 726 would otherwise be used as an emphasis delimiter, you can backslash 864 <h3 id="backslash">Backslash Escapes</h3> 866 Markdown allows you to use backslash escapes to generate literal 874 Markdown provides backslash escapes for the following characters: 876 \ backslash
|
/external/markdown/tests/extensions-x-def_list/ |
D | markdown-syntax.txt | 30 * [Backslash Escapes](#backslash) 451 line. To avoid this, you can backslash-escape the period: 726 would otherwise be used as an emphasis delimiter, you can backslash 864 <h3 id="backslash">Backslash Escapes</h3> 866 Markdown allows you to use backslash escapes to generate literal 874 Markdown provides backslash escapes for the following characters: 876 \ backslash
|
/external/icu/icu4c/source/i18n/ |
D | regexcst.txt | 74 '\' n backslash 243 # backslash # Backslash. Figure out which of the \thingies we have encountered. 246 backslash:
|