Home
last modified time | relevance | path

Searched refs:Backslash (Results 1 – 25 of 40) sorted by relevance

12

/external/markdown/MarkdownTest/Tests_2004/
DBackslash escapes.text3 Backslash: \\
39 Backslash: \\
74 Backslash: `\\`
/external/markdown/tests/markdown-test/
Dbacklash-escapes.txt3 Backslash: \\
39 Backslash: \\
74 Backslash: `\\`
/external/markdown/MarkdownTest/Tests_2007/
DBackslash escapes.text3 Backslash: \\
39 Backslash: \\
74 Backslash: `\\`
/external/llvm-project/clang-tools-extra/clangd/support/
DLogger.cpp45 if (const char *Backslash = strrchr(Filename, '\\')) in debugType() local
46 return Backslash + 1; in debugType()
/external/python/cpython2/Lib/test/
Dtokenize_tests.txt31 # Backslash means line continuation:
35 # Backslash does not means continuation in comments :\
/external/python/cpython3/Lib/test/
Dtokenize_tests.txt31 # Backslash means line continuation:
35 # Backslash does not means continuation in comments :\
/external/pdfium/xfa/fxfa/parser/
Dcxfa_line.cpp24 (void*)XFA_AttributeValue::Backslash},
Dattribute_values.inc9 VALUE____(0x0000005cu, "\\", Backslash)
/external/ImageMagick/MagickWand/tests/
Dscript-token-test-data.txt15 "Backslash chars \n are returned as is"
Dscript-token-test-results.txt7 l=15, c=1, stat=0, len=64, token="Backslash chars \n are returned as is"
/external/llvm-project/flang/include/flang/Common/
Dformat.h43 Backslash, // nonstandard: inhibit newline on output in ENUM_CLASS() argument
387 token_.set_kind(TokenKind::Backslash); in NextToken()
743 case TokenKind::Backslash: in Check()
/external/libxkbcommon/test/data/symbols/
Dlevel3160 // The Backslash key (while pressed) chooses the third shift level.
191 // The Backslash key (while pressed) chooses the third shift level,
/external/rust/crates/url/src/
Dparser.rs135 Backslash => "backslash",
514 use crate::SyntaxViolation::Backslash; in parse_file()
519 self.log_violation_if(SyntaxViolation::Backslash, || first_char == Some('\\')); in parse_file()
523 self.log_violation_if(Backslash, || next_char == Some('\\')); in parse_file()
1151 self.log_violation(SyntaxViolation::Backslash); in parse_path_start()
1205 self.log_violation(SyntaxViolation::Backslash); in parse_path()
/external/clang/unittests/Tooling/
DCompilationDatabaseTest.cpp372 std::vector<std::string> Backslash = unescapeJsonCommandLine("a\\\\\\\\"); in TEST() local
373 ASSERT_EQ(1ul, Backslash.size()); in TEST()
374 EXPECT_EQ("a\\", Backslash[0]); in TEST()
/external/pdfium/core/fpdfapi/parser/
Dcpdf_syntax_parser.cpp35 enum class ReadStatus { Normal, Backslash, Octal, FinishOctal, CarriageReturn }; enumerator
254 status = ReadStatus::Backslash; in ReadString()
258 case ReadStatus::Backslash: in ReadString()
/external/llvm-project/flang/include/flang/Parser/
Dformat-specification.h98 Backslash, // ditto, but only on terminals enumerator
/external/pcre/dist2/
DRunTest.bat479 call :runsub 21 testout "Backslash-C tests without UTF" -q
480 call :runsub 21 testout "Backslash-C tests without UTF (DFA)" -q -dfa
493 call :runsub 22 testout "Backslash-C tests with UTF" -q
502 call :runsub 23 testout "Backslash-C disabled test" -q
DCMakeLists.txt244 "ON=Backslash-R matches only LF CR and CRLF, OFF=Backslash-R matches all Unicode Linebreaks")
/external/shflags/doc/
DCHANGES-1.2.md79 allowed, not both. (Backslash on \_ to prevent Markdown formatting.)
110 using the standard shell $#, $@, $\*, $1, etc. variables. (Backslash on \* to
DCHANGES-1.3.md84 … a dashed flag name or an underscored flag name are allowed, not both. (Backslash on _ to prevent …
108 …be available using the standard shell $#, $@, $\*, $1, etc. variables. (Backslash on \* to prevent…
/external/llvm-project/clang/unittests/Tooling/
DCompilationDatabaseTest.cpp442 std::vector<std::string> Backslash = unescapeJsonCommandLine("a\\\\\\\\"); in TEST() local
443 ASSERT_EQ(1ul, Backslash.size()); in TEST()
444 EXPECT_EQ("a\\", Backslash[0]); in TEST()
/external/rust/crates/url/tests/
Dunit.rs784 assert_eq!(violation.take(), Some(Backslash)); in test_syntax_violation_callback_lifetimes()
792 ("http://mozilla.org/\\foo", Backslash, "backslash"), in test_syntax_violation_callback_types()
831 assert_eq!(*violations.borrow(), vec!(ExpectedDoubleSlash, Backslash)); in test_options_reuse()
/external/libcups/vcnet/regex/
DWHATSNEW88 New in alpha2: Backslash-anything is an ordinary character, not an
/external/llvm-project/flang/lib/Parser/
Dio-parsers.cpp679 pure(format::ControlEditDesc::Kind::Backslash))))
/external/python/cpython2/Doc/howto/
Ddoanddont.rst302 Using Backslash to Continue Statements

12