Home
last modified time | relevance | path

Searched refs:quoted (Results 1 – 25 of 161) sorted by relevance

1234567

/external/libcxx/test/input.output/iostream.format/quoted.manip/
Dquoted.pass.cpp32 auto q = std::quoted(str); in both_ways()
43 ss << std::quoted(p); in round_trip()
45 ss >> std::quoted(s); in round_trip()
54 ss << std::quoted(p); in round_trip_ws()
56 ss >> std::quoted(s); in round_trip_ws()
63 ss << std::quoted(p, delim); in round_trip_d()
65 ss >> std::quoted(s, delim); in round_trip_d()
71 ss << std::quoted(p, '"', escape ); in round_trip_e()
73 ss >> std::quoted(s, '"', escape ); in round_trip_e()
81 ss << std::quoted(p, delim, escape); in quote()
[all …]
DAndroid.mk17 test_makefile := external/libcxx/test/input.output/iostream.format/quoted.manip/Android.mk
19 test_name := input.output/iostream.format/quoted.manip/quoted
20 test_src := quoted.pass.cpp
Dquoted_char.fail.cpp23 ss << std::quoted(p); in round_trip()
25 ss >> std::quoted(s); in round_trip()
Dquoted_traits.fail.cpp29 ss << std::quoted(p); in round_trip()
31 ss >> std::quoted(s); in round_trip()
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
Dalias.c29 char quoted = 0; in split_cmdline() local
37 if (!quoted && isspace(c)) { in split_cmdline()
47 } else if (!quoted && (c == '\'' || c == '"')) { in split_cmdline()
48 quoted = c; in split_cmdline()
50 } else if (c == quoted) { in split_cmdline()
51 quoted = 0; in split_cmdline()
54 if (c == '\\' && quoted != '\'') { in split_cmdline()
70 if (quoted) { in split_cmdline()
/external/jsilver/src/com/google/streamhtmlparser/
DHtmlParserFactory.java194 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/
DX500NameTokenizer.java44 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/
DX509NameTokenizer.java45 boolean quoted = false; in nextToken()
58 quoted = !quoted; in nextToken()
65 if (escaped || quoted) in nextToken()
/external/llvm/utils/lit/lit/
DShCommands.py19 quoted = "'%s'" % arg
21 quoted = '"%s"' % arg
24 file.write(quoted)
28 dequoted = list(ShUtil.ShLexer(quoted).lex())
/external/chromium_org/third_party/WebKit/Source/platform/network/
DParsedContentType.cpp61 bool quoted = input[tokenStart] == '\"'; in parseParameterPart() local
66 if (quoted && tokenStart != tokenEnd && c == '\"' && !escape) in parseParameterPart()
68 if (!quoted && (c == ';' || c == '=')) in parseParameterPart()
74 if (quoted) in parseParameterPart()
/external/chromium_org/third_party/icu/source/test/intltest/
Ddadrcoll.cpp93 UBool quoted = FALSE; in getNextInSequence() local
99 if(!quoted) { in getNextInSequence()
119 quoted = TRUE; in getNextInSequence()
123 quoted = TRUE; in getNextInSequence()
135 quoted = FALSE; in getNextInSequence()
140 quoted = FALSE; in getNextInSequence()
/external/llvm/test/YAMLParser/
Dspec-10-02.data5 quoted", 'single
6 quoted',
Dspec-02-18.data7 quoted: "So does this
8 quoted scalar.\n"
Dspec-06-06.data5 quoted: "text
Dspec-10-14.data4 "quoted key":
Dspec-08-09.data6 quoted:
Dspec-05-12.data8 quoted: "Quoted "
/external/nist-sip/java/gov/nist/core/
DParserCore.java59 boolean quoted = false; in nameValue()
70 quoted = true; in nameValue()
83 if (quoted) nv.setQuotedValue(); in nameValue()
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/codegen/
DDelphiTarget.java84 public String getTargetStringLiteralFromString(String s, boolean quoted) { in getTargetStringLiteralFromString() argument
89 if ( quoted ) { in getTargetStringLiteralFromString()
110 if ( quoted ) { in getTargetStringLiteralFromString()
DTarget.java289 public String getTargetStringLiteralFromString(String s, boolean quoted) { in getTargetStringLiteralFromString() argument
295 if ( quoted ) { in getTargetStringLiteralFromString()
310 if ( quoted ) { in getTargetStringLiteralFromString()
/external/nist-sip/java/gov/nist/javax/sip/parser/
DViaParser.java155 boolean quoted = false; in nameValue()
170 quoted = true; in nameValue()
179 if (quoted) in nameValue()
/external/chromium_org/third_party/icu/source/tools/pkgdata/
Dpkgtypes.h39 const char *pkg_writeCharList(FileStream *s, CharList *l, const char *delim, int32_t quoted);
44 …_writeCharListWrap(FileStream *s, CharList *l, const char *delim, const char *brk, int32_t quoted);
/external/icu/icu4c/source/tools/pkgdata/
Dpkgtypes.h39 const char *pkg_writeCharList(FileStream *s, CharList *l, const char *delim, int32_t quoted);
44 …_writeCharListWrap(FileStream *s, CharList *l, const char *delim, const char *brk, int32_t quoted);
/external/iptables/iptables/
Diptables-xml.c104 add_argv(char *what, int quoted) in add_argv() argument
109 newargvattr[newargc] = quoted; in add_argv()
742 int quote_open, quoted; in iptables_xml_main() local
783 quoted = 0; in iptables_xml_main()
797 quoted = 1; in iptables_xml_main()
830 add_argv(param_buffer, quoted); in iptables_xml_main()
835 quoted = 0; in iptables_xml_main()
/external/clang/tools/clang-format/
Dclang-format-bbedit.applescript8 … urlparse, sys; print urllib.unquote(urlparse.urlparse(sys.argv[1])[2])\" " & quoted form of theURL
18 …-format -offset=" & selectionOffset & " -length=" & selectionLength & " " & quoted form of filePath

1234567