/external/linux-tools-perf/util/ |
D | alias.c | 28 char quoted = 0; in split_cmdline() local 36 if (!quoted && isspace(c)) { in split_cmdline() 46 } else if (!quoted && (c == '\'' || c == '"')) { in split_cmdline() 47 quoted = c; in split_cmdline() 49 } else if (c == quoted) { in split_cmdline() 50 quoted = 0; in split_cmdline() 53 if (c == '\\' && quoted != '\'') { in split_cmdline() 69 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/src/main/java/org/bouncycastle/asn1/x500/style/ |
D | X500NameTokenizer.java | 44 boolean quoted = false; in nextToken() 57 quoted = !quoted; in nextToken() 67 if (escaped || quoted) in nextToken()
|
/external/bouncycastle/src/main/java/org/bouncycastle/asn1/x509/ |
D | X509NameTokenizer.java | 44 boolean quoted = false; in nextToken() 57 quoted = !quoted; in nextToken() 78 if (escaped || quoted) in nextToken()
|
/external/dbus/dbus/ |
D | dbus-shell.c | 353 dbus_bool_t quoted;; in tokenize_command_line() local 356 quoted = FALSE; in tokenize_command_line() 400 !(current_quote == '"' && quoted)) in tokenize_command_line() 496 quoted = FALSE; in tokenize_command_line() 498 quoted = !quoted; in tokenize_command_line()
|
/external/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/icu4c/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 "
|
D | sloppy-indentation.data | 18 bar: 'quoted scalars
|
/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/openssh/ |
D | auth-rsa.c | 202 int quoted = 0; in rsa_key_allowed_in_file() local 204 for (; *cp && (quoted || (*cp != ' ' && *cp != '\t')); cp++) { in rsa_key_allowed_in_file() 208 quoted = !quoted; in rsa_key_allowed_in_file()
|
D | auth2-pubkey.c | 296 int quoted = 0; in user_key_allowed2() local 299 for (; *cp && (quoted || (*cp != ' ' && *cp != '\t')); cp++) { in user_key_allowed2() 303 quoted = !quoted; in user_key_allowed2()
|
/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/webkit/LayoutTests/fast/encoding/ |
D | quotes-in-title-expected.txt | 2 …over quoted elements in a title tag correctly. Tests a bug in the charset sniffer that would consu…
|
/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/icu4c/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 | 108 add_argv(char *what, int quoted) in add_argv() argument 113 newargvattr[newargc] = quoted; in add_argv() 744 int quote_open, quoted; in iptables_xml_main() local 784 quoted = 0; in iptables_xml_main() 798 quoted = 1; in iptables_xml_main() 832 add_argv(param_buffer, quoted); in iptables_xml_main() 837 quoted = 0; in iptables_xml_main()
|
/external/chromium/chrome/browser/ |
D | shell_integration_linux.cc | 188 std::string quoted = "\""; in QuoteArgForDesktopFileExec() local 197 quoted += '\\'; in QuoteArgForDesktopFileExec() 200 quoted += arg[i]; in QuoteArgForDesktopFileExec() 202 quoted += '"'; in QuoteArgForDesktopFileExec() 204 return quoted; in QuoteArgForDesktopFileExec()
|
/external/webkit/LayoutTests/http/tests/cookies/ |
D | double-quoted-value-with-semi-colon-expected.txt | 6 Check that setting a cookie with a semi-colon in a duoble-quoted value works
|