/external/libcxx/test/input.output/iostream.format/quoted.manip/ |
D | quoted.pass.cpp | 32 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 …]
|
D | Android.mk | 17 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
|
D | quoted_char.fail.cpp | 23 ss << std::quoted(p); in round_trip() 25 ss >> std::quoted(s); in round_trip()
|
D | quoted_traits.fail.cpp | 29 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/ |
D | alias.c | 29 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/ |
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/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/chromium_org/third_party/WebKit/Source/platform/network/ |
D | ParsedContentType.cpp | 61 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/ |
D | dadrcoll.cpp | 93 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/ |
D | spec-10-02.data | 5 quoted", 'single 6 quoted',
|
D | spec-02-18.data | 7 quoted: "So does this 8 quoted scalar.\n"
|
D | spec-06-06.data | 5 quoted: "text
|
D | spec-10-14.data | 4 "quoted key":
|
D | spec-08-09.data | 6 quoted:
|
D | spec-05-12.data | 8 quoted: "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/antlr/antlr-3.4/tool/src/main/java/org/antlr/codegen/ |
D | DelphiTarget.java | 84 public String getTargetStringLiteralFromString(String s, boolean quoted) { in getTargetStringLiteralFromString() argument 89 if ( quoted ) { in getTargetStringLiteralFromString() 110 if ( quoted ) { in getTargetStringLiteralFromString()
|
D | Target.java | 289 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/ |
D | ViaParser.java | 155 boolean quoted = false; in nameValue() 170 quoted = true; in nameValue() 179 if (quoted) in nameValue()
|
/external/chromium_org/third_party/icu/source/tools/pkgdata/ |
D | pkgtypes.h | 39 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/ |
D | pkgtypes.h | 39 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/ |
D | iptables-xml.c | 104 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/ |
D | clang-format-bbedit.applescript | 8 … 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
|