Home
last modified time | relevance | path

Searched refs:backslash (Results 1 – 25 of 141) sorted by relevance

123456

/external/mesa3d/src/compiler/glsl/glcpp/
Dpp.c115 const char *backslash, *newline, *search_start; in remove_line_continuations() local
160 backslash = strchr(search_start, '\\'); in remove_line_continuations()
177 (backslash == NULL || newline < backslash)) in remove_line_continuations()
190 search_start = backslash + 1; in remove_line_continuations()
192 if (backslash == NULL) in remove_line_continuations()
200 if (backslash[1] == '\r' || backslash[1] == '\n') in remove_line_continuations()
203 ralloc_strncat(&clean, shader, backslash - shader); in remove_line_continuations()
204 shader = skip_newline (backslash + 1); in remove_line_continuations()
/external/google-breakpad/src/processor/
Dpathname_stripper.cc43 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/python/cpython2/Doc/reference/
Dlexical_analysis.rst145 single: backslash character
147 Two or more physical lines may be joined into logical lines using backslash
148 characters (``\``), as follows: when a physical line ends in a backslash that is
150 a single logical line, deleting the backslash and the following end-of-line
158 A line ending in a backslash cannot carry a comment. A backslash does not
159 continue a comment. A backslash does not continue a token except for string
161 physical lines using a backslash). A backslash is illegal elsewhere on a line
223 using backslashes; the whitespace up to the first backslash determines the
453 *triple-quoted strings*). The backslash (``\``) character is used to escape
454 characters that otherwise have a special meaning, such as newline, backslash
[all …]
/external/pcre/dist2/testdata/
Dtestinput924 [^\\\x80-\xff\n\015"] # Anything except backslash and quote
38 [^\\\x80-\xff\n\015"] # Anything except backslash and quote
75 [^\\\x80-\xff\n\015"] # Anything except backslash and quote
87 [^\\\x80-\xff\n\015"] # Anything except backslash and quote
157 [^\\\x80-\xff\n\015"] # Anything except backslash and quote
171 [^\\\x80-\xff\n\015"] # Anything except backslash and quote
Dtestinput1121 [^\\\x80-\xff\n\015"] # Anything except backslash and quote
35 [^\\\x80-\xff\n\015"] # Anything except backslash and quote
72 [^\\\x80-\xff\n\015"] # Anything except backslash and quote
84 [^\\\x80-\xff\n\015"] # Anything except backslash and quote
154 [^\\\x80-\xff\n\015"] # Anything except backslash and quote
168 [^\\\x80-\xff\n\015"] # Anything except backslash and quote
Dtestoutput932 [^\\\x80-\xff\n\015"] # Anything except backslash and quote
46 [^\\\x80-\xff\n\015"] # Anything except backslash and quote
83 [^\\\x80-\xff\n\015"] # Anything except backslash and quote
95 [^\\\x80-\xff\n\015"] # Anything except backslash and quote
165 [^\\\x80-\xff\n\015"] # Anything except backslash and quote
179 [^\\\x80-\xff\n\015"] # Anything except backslash and quote
Dtestinput231 # This test is run when PCRE2 has been built with --enable-never-backslash-C,
Dtestoutput231 # This test is run when PCRE2 has been built with --enable-never-backslash-C,
Dtestinput212 # disabled by compiling with --enable-never-backslash-C.
Dtestoutput212 # disabled by compiling with --enable-never-backslash-C.
Dtestoutput11-3232 [^\\\x80-\xff\n\015"] # Anything except backslash and quote
46 [^\\\x80-\xff\n\015"] # Anything except backslash and quote
83 [^\\\x80-\xff\n\015"] # Anything except backslash and quote
95 [^\\\x80-\xff\n\015"] # Anything except backslash and quote
165 [^\\\x80-\xff\n\015"] # Anything except backslash and quote
179 [^\\\x80-\xff\n\015"] # Anything except backslash and quote
/external/python/cpython2/Lib/
Dntpath.py418 backslash, dot = (u'\\', u'.') if isinstance(path, _unicode) else ('\\', '.')
439 prefix = prefix + backslash
444 prefix = prefix + backslash
464 return prefix + backslash.join(comps)
/external/python/cpython2/Lib/idlelib/
Dconfig-extensions.def42 try-open-completions=<KeyRelease-period> <KeyRelease-slash> <KeyRelease-backslash>
52 force-open-calltip=<Control-Key-backslash>
/external/ImageMagick/MagickWand/tests/
Dscript-token-test-data.txt25 \\ '\' "\\" # NOTE that backslash in single quotes are literial!
DREADME16 Tests include quoting, mixed quoting, backslash escapes, line
/external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/translit/
DdumpICUrules.bat397 # If there is a trailing backslash, then delete it -- we don't
468 s|\\\"|<<dq>>|g; # Transform backslash double quote
469 s|\\\'|<<sq>>|g; # Transform backslash single quote
470 s|\\\#|<<lb>>|g; # Transform backslash pound
471 s|\\(.)|<<q$1>>|g; # Transform backslash escapes
/external/mdnsresponder/mDNSPosix/
DServices.txt7 # backslash to distinguish if from a comment line.
/external/markdown/MarkdownTest/Tests_2007/
DBackslash escapes.text116 This is a code span with a literal backslash-backtick sequence: `` \` ``
/external/wpa_supplicant_8/wpa_supplicant/
DREADME-P2P241 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/llvm/lib/Support/Windows/
DProgram.inc167 /// 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/swiftshader/third_party/llvm-subzero/lib/Support/Windows/
DProgram.inc167 /// 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/swiftshader/third_party/LLVM/lib/AsmParser/
DLLToken.h31 backslash, // \ (not /) enumerator
/external/libexif/auto-m4/
Dpo.m4230 # 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/elfutils/m4/
Dpo.m4241 # 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/bison/m4/
Dpo.m4241 # 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

123456