Searched refs:quoted (Results 1 - 25 of 43) sorted by relevance

12

/external/linux-tools-perf/util/
H A Dalias.c28 char quoted = 0; local
36 if (!quoted && isspace(c)) {
46 } else if (!quoted && (c == '\'' || c == '"')) {
47 quoted = c;
49 } else if (c == quoted) {
50 quoted = 0;
53 if (c == '\\' && quoted != '\'') {
69 if (quoted) {
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x500/style/
H A DX500NameTokenizer.java44 boolean quoted = false;
57 quoted = !quoted;
67 if (escaped || quoted)
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x509/
H A DX509NameTokenizer.java44 boolean quoted = false;
57 quoted = !quoted;
78 if (escaped || quoted)
/external/jsilver/src/com/google/streamhtmlparser/
H A DHtmlParserFactory.java47 * 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 attribut
192 createParserInAttribute( HtmlParser.ATTR_TYPE attrtype, boolean quoted, Set<AttributeOptions> options) argument
[all...]
/external/nist-sip/java/gov/nist/core/
H A DParserCore.java59 boolean quoted = false;
70 quoted = true;
83 if (quoted) nv.setQuotedValue();
/external/llvm/utils/lit/lit/
H A DShCommands.py19 quoted = "'%s'" % arg
21 quoted = '"%s"' % arg
24 print >>file, quoted,
28 dequoted = list(ShUtil.ShLexer(quoted).lex())
/external/icu4c/tools/pkgdata/
H A Dpkgtypes.h37 * write CharList 'l' into stream 's' using deliminter 'delim' (delim can be NULL). quoted: -1 remove, 0 as is, 1 add quotes
39 const char *pkg_writeCharList(FileStream *s, CharList *l, const char *delim, int32_t quoted);
42 * Same, but use line breaks. quoted: -1 remove, 0 as is, 1 add quotes
44 const char *pkg_writeCharListWrap(FileStream *s, CharList *l, const char *delim, const char *brk, int32_t quoted);
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/codegen/
H A DTarget.java287 * depending on the quoted arg.
289 public String getTargetStringLiteralFromString(String s, boolean quoted) { argument
295 if ( quoted ) {
310 if ( quoted ) {
H A DDelphiTarget.java84 public String getTargetStringLiteralFromString(String s, boolean quoted) { argument
89 if ( quoted ) {
110 if ( quoted ) {
/external/dbus/dbus/
H A Ddbus-shell.c36 * in the quoted text, you have to do something like 'foo'\''bar'
153 * The @quoted_string need not actually contain quoted or
161 * \' - if you want a ' in the quoted text, you have to do something
166 * @quoted_string: shell-quoted string
194 /* Append all non-quoted chars, honoring backslash escape
266 * note that tokenization ignores the internals of a quoted
275 * double-quote (\, ' or ") and it is not quoted, it will affect
276 * quoting for subsequent characters up to the end of the quoted
283 * mark and the end of the quoted text. The token will not be
284 * delimited by the end of the quoted fiel
353 dbus_bool_t quoted;; local
[all...]
H A Ddbus-auth-script.c50 const DBusString *quoted)
57 while (i < _dbus_string_get_length (quoted))
61 b = _dbus_string_get_byte (quoted, i);
103 break; /* end on whitespace if not quoted */
490 _dbus_warn ("failed to append quoted string line %d\n",
668 _dbus_warn ("failed to append quoted string line %d\n",
729 _dbus_warn ("failed to append quoted string line %d\n",
49 append_quoted_string(DBusString *dest, const DBusString *quoted) argument
/external/icu4c/test/intltest/
H A Ddadrcoll.cpp93 UBool quoted = FALSE; local
99 if(!quoted) {
119 quoted = TRUE;
123 quoted = TRUE;
135 quoted = FALSE;
140 quoted = FALSE;
/external/nist-sip/java/gov/nist/javax/sip/parser/
H A DViaParser.java155 boolean quoted = false;
170 quoted = true;
179 if (quoted)
/external/openssh/
H A Dauth-rsa.c202 int quoted = 0; local
204 for (; *cp && (quoted || (*cp != ' ' && *cp != '\t')); cp++) {
208 quoted = !quoted;
H A Dauth2-pubkey.c296 int quoted = 0; local
299 for (; *cp && (quoted || (*cp != ' ' && *cp != '\t')); cp++) {
303 quoted = !quoted;
/external/libvpx/examples/includes/geshi/geshi/
H A Dperl.php79 'HARDQUOTE' => array("'", "'"), // An optional 2-element array defining the beginning and end of a hard-quoted string
81 // Things that must still be escaped inside a hard-quoted string
/external/iproute2/tc/
H A Dm_ematch.h17 int quoted; member in struct:bstr
/external/chromium/chrome/browser/
H A Dshell_integration_linux.cc188 std::string quoted = "\"";
197 quoted += '\\';
200 quoted += arg[i];
202 quoted += '"';
204 return quoted;
/external/iptables/iptables/
H A Diptables-xml.c85 /* arg meta data, were they quoted, frinstance */
108 add_argv(char *what, int quoted) argument
113 newargvattr[newargc] = quoted;
400 /* use argvattr to tell which arguments were quoted
401 to avoid comparing quoted arguments, like comments, to -j, */
744 int quote_open, quoted; local
782 /* We need to know which args were quoted so we
784 quoted = 0;
798 quoted = 1;
832 add_argv(param_buffer, quoted);
[all...]
/external/icu4c/i18n/
H A Drbt_pars.cpp400 int32_t quoteStart = -1; // Most recent 'single quoted string'
451 // Handle quoted matter
458 /* This loop picks up a run of quoted text of the
637 // Quantifiers. We handle single characters, quoted strings,
653 // The */+ follows a 'quoted string'
1651 UBool quoted = FALSE; local
1663 quoted = (UBool)!quoted;
1665 else if (!quoted) {
1702 quoted
[all...]
/external/ppp/pppd/
H A Dutils.c127 * %q (quoted string), %t (current time) and %I (IP address) formats.
167 int base, len, neg, quoted; local
315 case 'q': /* quoted string */
316 quoted = c == 'q';
328 if (!quoted && c >= 0x80) {
333 if (quoted && (c == '"' || c == '\\'))
336 if (quoted) {
H A Doptions.c1117 int quoted, comment; local
1184 * Save the delimiter for quoted strings.
1187 quoted = c;
1190 quoted = 0;
1286 if (quoted) {
1287 if (c == quoted)
/external/webkit/Tools/iExploder/iexploder-1.7.2/src/
H A Diexploder.rb354 quoted = 1
357 quoted = nil
360 if quoted
/external/mesa3d/docs/
H A DMESA_shader_debug.spec206 implementation dependent double-quoted string, each of this
/external/icu4c/tools/genrb/
H A Dparse.c289 UBool quoted = FALSE; local
355 quoted = (UBool)!quoted;
361 if (c == STARTCOMMAND && !quoted)
372 else if (c == HASH && !quoted) {
390 else if (!quoted && (c == SPACE || c == TAB || c == CR || c == LF))

Completed in 585 milliseconds

12