/external/libcxx/test/std/strings/string.view/string.view.nonmem/ |
D | quoted.pass.cpp | 38 ss << std::quoted(sv); in round_trip() 40 ss >> std::quoted(s); in round_trip() 51 ss << std::quoted(sv); in round_trip_ws() 53 ss >> std::quoted(s); in round_trip_ws() 62 ss << std::quoted(sv, delim); in round_trip_d() 64 ss >> std::quoted(s, delim); in round_trip_d() 72 ss << std::quoted(sv, '"', escape ); in round_trip_e() 74 ss >> std::quoted(s, '"', escape ); in round_trip_e() 82 ss << std::quoted(p, delim, escape); in quote() 92 ss >> std::quoted(s, delim, escape); in unquote() [all …]
|
/external/libcxx/test/std/experimental/string.view/string.view.nonmem/ |
D | quoted.pass.cpp | 38 ss << std::quoted(sv); in round_trip() 40 ss >> std::quoted(s); in round_trip() 51 ss << std::quoted(sv); in round_trip_ws() 53 ss >> std::quoted(s); in round_trip_ws() 62 ss << std::quoted(sv, delim); in round_trip_d() 64 ss >> std::quoted(s, delim); in round_trip_d() 72 ss << std::quoted(sv, '"', escape ); in round_trip_e() 74 ss >> std::quoted(s, '"', escape ); in round_trip_e() 82 ss << std::quoted(p, delim, escape); in quote() 92 ss >> std::quoted(s, delim, escape); in unquote() [all …]
|
/external/tpm2/ |
D | Quote.c | 28 TPMS_ATTEST quoted; in TPM2_Quote() local 38 "ed); in TPM2_Quote() 49 quoted.type = TPM_ST_ATTEST_QUOTE; in TPM2_Quote() 62 "ed.attested.quote.pcrDigest); in TPM2_Quote() 66 quoted.attested.quote.pcrSelect = in->PCRselect; in TPM2_Quote() 77 "ed, in TPM2_Quote() 79 &out->quoted, in TPM2_Quote()
|
/external/libcxx/test/std/input.output/iostream.format/quoted.manip/ |
D | quoted.pass.cpp | 31 auto q = std::quoted(str); in both_ways() 45 ss << std::quoted(p); in round_trip() 47 ss >> std::quoted(s); in round_trip() 59 ss << std::quoted(p); in round_trip_ws() 61 ss >> std::quoted(s); in round_trip_ws() 71 ss << std::quoted(p, d); in round_trip_d() 73 ss >> std::quoted(s, d); in round_trip_d() 82 ss << std::quoted(p, CharT('"'), e ); in round_trip_e() 84 ss >> std::quoted(s, CharT('"'), e ); in round_trip_e() 94 ss << std::quoted(p, d, e); in quote() [all …]
|
D | quoted_char.fail.cpp | 27 ss << std::quoted(p); in round_trip() 29 ss >> std::quoted(s); in round_trip()
|
D | quoted_traits.fail.cpp | 33 ss << std::quoted(p); in round_trip() 35 ss >> std::quoted(s); in round_trip()
|
/external/autotest/frontend/afe/doctests/ |
D | test.control.3 | 2 some content\"""quoted content\""" 3 '''other quoted content\"""''' 7 some content\'''quoted content\''' 8 """other quoted content\'''"""
|
D | 003_misc_rpc_features.txt | 93 # test that multiline quoted strings are not indented 108 some content\"""quoted content\""" 109 '''other quoted content\"""''' 112 some content\'''quoted content\''' 113 """other quoted content\'''"""
|
/external/jsilver/src/com/google/streamhtmlparser/ |
D | HtmlParserFactory.java | 194 boolean quoted, Set<AttributeOptions> options) { in createParserInAttribute() argument 201 quoted ? parserInDefaultAttrQ : parserInDefaultAttr); in createParserInAttribute() 206 quoted ? parserInUriAttrQPartial : parserInUriAttrPartial); in createParserInAttribute() 209 quoted ? parserInUriAttrQComplete : parserInUriAttrComplete); in createParserInAttribute() 217 if (quoted) { in createParserInAttribute() 228 quoted ? parserInStyleAttrQ : parserInStyleAttr); in createParserInAttribute()
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x500/style/ |
D | X500NameTokenizer.java | 44 boolean quoted = false; in nextToken() 57 quoted = !quoted; in nextToken() 64 if (escaped || quoted) in nextToken()
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x509/ |
D | X509NameTokenizer.java | 45 boolean quoted = false; in nextToken() 58 quoted = !quoted; in nextToken() 65 if (escaped || quoted) in nextToken()
|
/external/python/cpython2/Doc/library/ |
D | quopri.rst | 1 :mod:`quopri` --- Encode and decode MIME quoted-printable data 5 :synopsis: Encode and decode files using the MIME quoted-printable encoding. 9 pair: quoted-printable; encoding 10 single: MIME; quoted-printable encoding 16 This module performs quoted-printable transport encoding and decoding, as 19 The quoted-printable encoding is designed for data where there are relatively 37 Encode the contents of the *input* file and write the resulting quoted-printable
|
D | mimify.rst | 17 of) a message entails encoding the message as quoted-printable if it contains 19 part of) a message entails undoing the quoted-printable encoding. Mimify and 34 Copy the message in *infile* to *outfile*, converting parts to quoted-printable 43 Copy the message in *infile* to *outfile*, decoding all quoted-printable parts. 65 By default, a part will be encoded as quoted-printable when it contains any 95 Encode and decode MIME quoted-printable files.
|
/external/python/cpython2/Lib/ |
D | shlex.py | 121 quoted = False 140 if self.token or (self.posix and quoted): 162 if self.token or (self.posix and quoted): 167 quoted = True 207 if self.token or (self.posix and quoted): 216 if self.token or (self.posix and quoted): 233 if self.token or (self.posix and quoted): 239 if self.posix and not quoted and result == '':
|
/external/llvm/test/CodeGen/MIR/X86/ |
D | missing-closing-quote.mir | 5 @"quoted name" = external global i32 9 %a = load i32, i32* @"quoted name" 19 %rax = MOV64rm %rip, 1, _, @"quoted name, _
|
D | block-address-operands.mir | 21 store volatile i8* blockaddress(@test2, %"quoted block"), i8** @addr 23 indirectbr i8* %val, [label %"quoted block"] 25 "quoted block": 74 ; CHECK: %rax = LEA64r %rip, 1, _, blockaddress(@test2, %ir-block."quoted block"), _ 75 %rax = LEA64r %rip, 1, _, blockaddress(@test2, %ir-block."quoted block"), _
|
/external/llvm/utils/lit/lit/ |
D | ShCommands.py | 19 quoted = "'%s'" % arg 21 quoted = '"%s"' % arg 24 file.write(quoted) 28 dequoted = list(ShUtil.ShLexer(quoted).lex())
|
/external/swiftshader/third_party/LLVM/utils/lit/lit/ |
D | ShCommands.py | 19 quoted = "'%s'" % arg 21 quoted = '"%s"' % arg 24 print >>file, quoted, 28 dequoted = list(ShUtil.ShLexer(quoted).lex())
|
/external/python/cpython2/Lib/email/ |
D | quoprimime.py | 152 quoted = [] 162 _max_append(quoted, '_', max_encoded) 165 _max_append(quoted, c, max_encoded) 168 _max_append(quoted, "=%02X" % ord(c), max_encoded) 174 return joiner.join(['=?%s?q?%s?=' % (charset, line) for line in quoted])
|
/external/snakeyaml/src/test/resources/pyyaml/ |
D | spec-10-02.data | 3 quoted", 'single 4 quoted',
|
D | spec-02-18.data | 5 quoted: "So does this 6 quoted scalar.\n"
|
D | spec-10-02.canonical | 4 !!str "double quoted", 5 !!str "single quoted",
|
/external/nist-sip/java/gov/nist/core/ |
D | ParserCore.java | 59 boolean quoted = false; in nameValue() 70 quoted = true; in nameValue() 83 if (quoted) nv.setQuotedValue(); in nameValue()
|
/external/llvm/test/YAMLParser/ |
D | spec-10-02.test | 5 quoted", 'single 6 quoted',
|
D | spec-02-18.test | 7 quoted: "So does this 8 quoted scalar.\n"
|