Home
last modified time | relevance | path

Searched refs:Quoted (Results 1 – 25 of 38) sorted by relevance

12

/external/rust/crates/anyhow/src/
Dcontext.rs106 .field("context", &Quoted(&self.context)) in fmt()
150 struct Quoted<C>(C); struct
152 impl<C> Debug for Quoted<C> implementation
158 Quoted(&mut *formatter).write_fmt(format_args!("{}", self.0))?; in fmt()
164 impl Write for Quoted<&mut fmt::Formatter<'_>> { implementation
/external/llvm/test/YAMLParser/
Dspec-05-12.test9 quoted: "Quoted "
18 # CHECK: !!str "Quoted\t\t"
/external/llvm-project/llvm/test/YAMLParser/
Dspec-05-12.test9 quoted: "Quoted "
18 # CHECK: !!str "Quoted\t\t"
/external/python/cpython3/Lib/test/test_email/data/
Dmsg_10.txt16 Content-Transfer-Encoding: Quoted-Printable
18 =A1This is a Quoted Printable encoded message!
/external/python/cpython2/Lib/email/test/data/
Dmsg_10.txt16 Content-Transfer-Encoding: Quoted-Printable
18 =A1This is a Quoted Printable encoded message!
/external/llvm-project/clang/include/clang/Tooling/Transformer/
DRewriteRule.h54 Quoted, enumerator
213 IncludeFormat Format = IncludeFormat::Quoted);
218 IncludeFormat Format = IncludeFormat::Quoted) {
319 IncludeFormat Format = IncludeFormat::Quoted);
/external/llvm-project/llvm/test/CodeGen/MIR/X86/
Dexternal-symbol-operands.mir55 ; CHECK-NEXT: CALL64pcrel32 &"$Quoted \09 External symbol \11 ",
61 CALL64pcrel32 &"$Quoted \09 External symbol \11 ", csr_64, implicit $rsp, implicit-def $rsp
/external/llvm/test/CodeGen/MIR/X86/
Dexternal-symbol-operands.mir55 ; CHECK-NEXT: CALL64pcrel32 $"$Quoted \09 External symbol \11 ",
61 CALL64pcrel32 $"$Quoted \09 External symbol \11 ", csr_64, implicit %rsp, implicit-def %rsp
/external/snakeyaml/src/test/resources/pyyaml/
Dspec-05-12.data3 quoted: "Quoted "
/external/llvm-project/clang-tools-extra/unittests/clang-tidy/
DTransformerClangTidyCheckTest.cpp204 test::runCheckOnCode<IncludeCheck<IncludeFormat::Quoted>>(Input)); in TEST()
228 addInclude(Rule, "bar.h", IncludeFormat::Quoted); in rule()
/external/pdfium/xfa/fxfa/fm2js/
Dcxfa_fmsimpleexpression_unittest.cpp81 TEST(FMStringExpressionTest, Quoted) { in TEST() argument
/external/clang/include/clang/Lex/
DHeaderSearchOptions.h29 Quoted = 0, ///< '\#include ""' paths, added by 'gcc -iquote'. enumerator
/external/llvm-project/clang/include/clang/Lex/
DHeaderSearchOptions.h33 Quoted = 0, enumerator
/external/rust/cxx/gen/cmd/src/
Dapp.rs77 kind: IncludeKind::Quoted, in from_args()
/external/rust/cxx/gen/src/
Dinclude.rs74 IncludeKind::Quoted => { in write()
/external/llvm-project/clang/lib/Tooling/Inclusions/
DHeaderIncludes.cpp354 std::string Quoted = in insert() local
356 StringRef QuotedName = Quoted; in insert()
/external/llvm-project/libcxx/docs/
DCxx1yStatusPaperStatus.csv18 "`3654 <https://wg21.link/n3654>`__","LWG","Quoted Strings","Bristol","|Complete|","3.4"
/external/llvm-project/clang/lib/Frontend/
DInitHeaderSearch.cpp147 if (Group == Quoted || Group == Angled || Group == IndexHeaderMap) { in AddUnmappedPath()
561 if (Include.first == Quoted) in Realize()
/external/clang/lib/Frontend/
DInitHeaderSearch.cpp142 if (Group == Quoted || Group == Angled || Group == IndexHeaderMap) { in AddUnmappedPath()
585 if (Include.first == Quoted) in Realize()
/external/rust/cxx/syntax/
Dmod.rs72 Quoted, enumerator
/external/swiftshader/third_party/llvm-subzero/lib/Support/Windows/
DProgram.inc183 bool Quoted = ArgNeedsQuotes(Str);
184 unsigned int len = Quoted ? 2 : 0;
200 if (Quoted) {
/external/llvm/lib/Support/Windows/
DProgram.inc183 bool Quoted = ArgNeedsQuotes(Str);
184 unsigned int len = Quoted ? 2 : 0;
200 if (Quoted) {
/external/rust/crates/libz-sys/src/zlib/old/
Dvisual-basic.txt29 Declares follow: (Quoted from Carlos Rios <c_rios@sonda.cl>, in Vb4 form)
/external/llvm-project/clang/lib/Tooling/Transformer/
DRewriteRule.cpp147 case transformer::IncludeFormat::Quoted: in formatHeaderPath()
/external/python/cpython2/Doc/library/
Dshlex.rst317 * Quoted empty strings (``''``) are allowed;

12