HomeSort by relevance Sort by last modified time
    Searched refs:quoted (Results 1 - 25 of 492) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/all/
quoted-sym-names.d 2 #name: quoted symbol names
  /external/tpm2/
Quote.c 28 TPMS_ATTEST quoted; local
38 &quoted);
49 quoted.type = TPM_ST_ATTEST_QUOTE;
62 &quoted.attested.quote.pcrDigest);
66 quoted.attested.quote.pcrSelect = in->PCRselect;
77 &quoted,
79 &out->quoted,
Quote_fp.h 20 TPM2B_ATTEST quoted; member in struct:__anon40475
  /external/libcxx/test/std/input.output/iostream.format/quoted.manip/
quoted_char.fail.cpp 12 // quoted
27 ss << std::quoted(p);
29 ss >> std::quoted(s);
quoted_traits.fail.cpp 12 // quoted
23 // Test that mismatches in the traits between the quoted object and the dest string are diagnosed.
33 ss << std::quoted(p);
35 ss >> std::quoted(s);
quoted.pass.cpp 12 // quoted
31 auto q = std::quoted(str);
45 ss << std::quoted(p);
47 ss >> std::quoted(s);
59 ss << std::quoted(p);
61 ss >> std::quoted(s);
71 ss << std::quoted(p, d);
73 ss >> std::quoted(s, d);
82 ss << std::quoted(p, CharT('"'), e );
84 ss >> std::quoted(s, CharT('"'), e )
    [all...]
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/input.output/iostream.format/quoted.manip/
quoted_char.fail.cpp 12 // quoted
27 ss << std::quoted(p);
29 ss >> std::quoted(s);
quoted_traits.fail.cpp 12 // quoted
23 // Test that mismatches in the traits between the quoted object and the dest string are diagnosed.
33 ss << std::quoted(p);
35 ss >> std::quoted(s);
quoted.pass.cpp 12 // quoted
31 auto q = std::quoted(str);
45 ss << std::quoted(p);
47 ss >> std::quoted(s);
59 ss << std::quoted(p);
61 ss >> std::quoted(s);
71 ss << std::quoted(p, d);
73 ss >> std::quoted(s, d);
82 ss << std::quoted(p, CharT('"'), e );
84 ss >> std::quoted(s, CharT('"'), e )
    [all...]
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x500/style/
X500NameTokenizer.java 44 boolean quoted = false;
57 quoted = !quoted;
64 if (escaped || quoted)
  /external/libcxx/test/std/strings/string.view/string.view.nonmem/
quoted.pass.cpp 12 // quoted
22 // quoted is C++14 only
38 ss << std::quoted(sv);
40 ss >> std::quoted(s);
51 ss << std::quoted(sv);
53 ss >> std::quoted(s);
62 ss << std::quoted(sv, delim);
64 ss >> std::quoted(s, delim);
72 ss << std::quoted(sv, '"', escape );
74 ss >> std::quoted(s, '"', escape )
    [all...]
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/experimental/string.view/string.view.nonmem/
quoted.pass.cpp 12 // quoted
22 // quoted is C++14 only
38 ss << std::quoted(sv);
40 ss >> std::quoted(s);
51 ss << std::quoted(sv);
53 ss >> std::quoted(s);
62 ss << std::quoted(sv, delim);
64 ss >> std::quoted(s, delim);
72 ss << std::quoted(sv, '"', escape );
74 ss >> std::quoted(s, '"', escape )
    [all...]
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/strings/string.view/string.view.nonmem/
quoted.pass.cpp 12 // quoted
22 // quoted is C++14 only
38 ss << std::quoted(sv);
40 ss >> std::quoted(s);
51 ss << std::quoted(sv);
53 ss >> std::quoted(s);
62 ss << std::quoted(sv, delim);
64 ss >> std::quoted(s, delim);
72 ss << std::quoted(sv, '"', escape );
74 ss >> std::quoted(s, '"', escape )
    [all...]
  /external/jcommander/src/test/java/test/
QuotedMainTest.java 16 String quoted = "\" \""; field in class:QuotedMainTest
21 jc.parse(quoted);
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x509/
X509NameTokenizer.java 45 boolean quoted = false;
58 quoted = !quoted;
65 if (escaped || quoted)
  /external/jsilver/src/com/google/streamhtmlparser/
HtmlParserFactory.java 47 * Indicates that the attribute value is Javascript-quoted. Only takes
50 * HTML quoted.
71 * Indicates that the parser is inside a quoted {@code String}. Only
186 * @param quoted whether the attribute value is enclosed in double quotes
194 boolean quoted, Set<AttributeOptions> options) {
201 quoted ? parserInDefaultAttrQ : parserInDefaultAttr);
206 quoted ? parserInUriAttrQPartial : parserInUriAttrPartial);
209 quoted ? parserInUriAttrQComplete : parserInUriAttrComplete);
213 // inside a Javascript quoted string that is in an unquoted HTML
216 // quoted attribute values are always HTML quoted
    [all...]
  /frameworks/base/services/core/java/com/android/server/
NativeDaemonEvent.java 195 * Also understands "\"quoted\" multiword responses" and tries them as a single field
213 boolean quoted = false;
217 quoted = true;
222 char terminator = quoted ? '\"' : ' ';
234 if (!quoted) {
253 quoted = true;
256 quoted = false;
263 ", length=" + length + ", quoted=" + quoted);
  /external/nist-sip/java/gov/nist/core/
ParserCore.java 59 boolean quoted = false;
70 quoted = true;
83 if (quoted) nv.setQuotedValue();
  /external/python/cpython2/Lib/sqlite3/test/
dump.py 20 """CREATE TABLE "quoted""table"("quoted""field" text);"""
22 """INSERT INTO "quoted""table" VALUES('quoted''value');"""
  /external/python/cpython3/Lib/sqlite3/test/
dump.py 20 """CREATE TABLE "quoted""table"("quoted""field" text);"""
22 """INSERT INTO "quoted""table" VALUES('quoted''value');"""
  /prebuilts/gdb/darwin-x86/lib/python2.7/sqlite3/test/
dump.py 20 """CREATE TABLE "quoted""table"("quoted""field" text);"""
22 """INSERT INTO "quoted""table" VALUES('quoted''value');"""
  /prebuilts/gdb/linux-x86/lib/python2.7/sqlite3/test/
dump.py 20 """CREATE TABLE "quoted""table"("quoted""field" text);"""
22 """INSERT INTO "quoted""table" VALUES('quoted''value');"""
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/sqlite3/test/
dump.py 20 """CREATE TABLE "quoted""table"("quoted""field" text);"""
22 """INSERT INTO "quoted""table" VALUES('quoted''value');"""
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/sqlite3/test/
dump.py 20 """CREATE TABLE "quoted""table"("quoted""field" text);"""
22 """INSERT INTO "quoted""table" VALUES('quoted''value');"""
  /external/desugar/java/com/google/devtools/common/options/
ShellQuotedParamsFilePreProcessor.java 30 * format assumes each parameter is separated by whitespace and is quoted using singe quotes
92 boolean quoted = false;
96 if (quoted) {
106 quoted = false;
114 quoted = true;
131 if (quoted) {

Completed in 337 milliseconds

1 2 3 4 5 6 7 8 91011>>