HomeSort by relevance Sort by last modified time
    Searched full:backslash (Results 1 - 25 of 1002) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/markdown/MarkdownTest/Tests_2004/
Backslash escapes.text 3 Backslash: \\
39 Backslash: \\
74 Backslash: `\\`
Backslash escapes.html 3 <p>Backslash: \</p>
37 <pre><code>Backslash: \\
72 <p>Backslash: <code>\\</code></p>
Backslash escapes.text-out 10 <p>Backslash: \</p>
28 <code>Backslash: \
62 <p>Backslash: <code>\</code></p>
Backslash escapes.text-res 10 <p>Backslash: \</p>
28 <code>Backslash: \
62 <p>Backslash: <code>\</code></p>
  /external/markdown/tests/markdown-test/
backlash-escapes.txt 3 Backslash: \\
39 Backslash: \\
74 Backslash: `\\`
backlash-escapes.html 2 <p>Backslash: \</p>
19 <pre><code>Backslash: \\
52 <p>Backslash: <code>\\</code></p>
  /external/clang/test/Lexer/
bcpl-escaped-newline.c 14 // expected-warning@-2 {{backslash and newline separated by space}}
escape_newline.c 2 // RUN: %clang_cc1 -E -trigraphs %s 2>&1 | grep 'backslash and newline separated by space'
block_cmt_end.c 17 /* expected-warning {{escaped newline}} expected-warning {{backslash and newline}} *\
26 /* expected-warning {{escaped newline between}} expected-warning {{backslash and newline separated by space}} expected-warning {{trigraph ends block comment}} *??/
  /external/markdown/MarkdownTest/Tests_2007/
Backslash escapes.text 3 Backslash: \\
39 Backslash: \\
74 Backslash: `\\`
116 This is a code span with a literal backslash-backtick sequence: `` \` ``
Backslash escapes.html 3 <p>Backslash: \</p>
37 <pre><code>Backslash: \\
72 <p>Backslash: <code>\\</code></p>
114 <p>This is a code span with a literal backslash-backtick sequence: <code>\`</code></p>
  /external/linux-tools-perf/perf-3.12.0/tools/perf/Documentation/
manpage-base.xsl 11 git.docbook.backslash and git.docbook.dot params
15 $git.docbook.backslash,'fB(',
17 $git.docbook.backslash,'fR')"/>
27 $git.docbook.backslash,'fB',
29 '. ',$git.docbook.backslash,'fR')"/>
manpage-bold-literal.xsl 10 <xsl:value-of select="$git.docbook.backslash"/>
13 <xsl:value-of select="$git.docbook.backslash"/>
manpage-1.72.xsl 11 <xsl:param name="git.docbook.backslash">&#x2593;</xsl:param>
manpage-normal.xsl 10 <xsl:param name="git.docbook.backslash">\</xsl:param>
  /external/srec/srec/Session/src/
SR_Session.c 32 LCHAR* backSlash;
50 backSlash = LSTRRCHR(baseDirectory, '/');
52 if (fwdSlash == NULL && backSlash == NULL)
54 else if (fwdSlash != NULL && fwdSlash > backSlash)
57 *(backSlash + 1) = L('\0');
  /external/chromium_org/third_party/mesa/src/src/glsl/glcpp/
pp.c 107 const char *backslash = NULL; local
114 backslash = newline - 1;
116 backslash = newline - 2;
118 /* Double backslashes don't count (the backslash is escaped) */
119 if (backslash != NULL && backslash[-1] == '\\') {
120 backslash = NULL;
123 if (backslash != NULL) {
126 if (in_directive(shader, backslash)) {
133 ralloc_strncat(&clean, shader, backslash - shader)
    [all...]
  /external/mesa3d/src/glsl/glcpp/
pp.c 107 const char *backslash = NULL; local
114 backslash = newline - 1;
116 backslash = newline - 2;
118 /* Double backslashes don't count (the backslash is escaped) */
119 if (backslash != NULL && backslash[-1] == '\\') {
120 backslash = NULL;
123 if (backslash != NULL) {
126 if (in_directive(shader, backslash)) {
133 ralloc_strncat(&clean, shader, backslash - shader)
    [all...]
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/coverage/
phystokens.py 9 tokenize.generate_tokens() doesn't return a token for the backslash that
23 # ended with a backslash. We probably have to inject a
24 # backslash token into the stream. Unfortunately, there's more
35 # so we need to figure out if the backslash is already in the
45 # a backslash, so we don't need to inject another.
48 # Figure out what column the backslash is in.
  /external/chromium_org/chrome/installer/mac/
make_signers.sh 46 # Double-backslash each dot: one backslash belongs in the regular expression,
47 # and the other backslash tells sed not to treat the first backslash
  /external/chromium_org/mojo/public/cpp/environment/lib/
logging.cc 15 // follows the last slash or backslash in |s|, or is |s| if no slash or
16 // backslash is present.
  /ndk/sources/host-tools/make-3.81/tests/scripts/features/
comments 3 ."backslash within makefiles.";
8 ."comment to the next line using a backslash. To test whether\n"
  /external/mdnsresponder/mDNSPosix/
Services.txt 7 # backslash to distinguish if from a comment line.
  /external/qemu/pc-bios/keymaps/
en-us 28 backslash 0x2b
pt-br 31 backslash 0x0c altgr
64 backslash 0x56

Completed in 834 milliseconds

1 2 3 4 5 6 7 8 91011>>