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

1 2

  /external/bouncycastle/src/main/java/org/bouncycastle/asn1/x500/style/
X500NameTokenizer.java 44 boolean quoted = false;
57 quoted = !quoted;
67 if (escaped || quoted)
  /external/bouncycastle/src/main/java/org/bouncycastle/asn1/x509/
X509NameTokenizer.java 44 boolean quoted = false;
57 quoted = !quoted;
78 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...]
  /external/nist-sip/java/gov/nist/core/
ParserCore.java 59 boolean quoted = false;
70 quoted = true;
83 if (quoted) nv.setQuotedValue();
  /external/icu4c/tools/pkgdata/
pkgtypes.h 37 * 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/dbus/dbus/
dbus-shell.c 36 * 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 field.
353 dbus_bool_t quoted;; local
    [all...]
dbus-auth-script.c 50 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",
  /external/llvm/utils/lit/lit/
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/
dadrcoll.cpp 93 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/
ViaParser.java 155 boolean quoted = false;
170 quoted = true;
179 if (quoted)
  /external/iproute2/tc/
m_ematch.h 17 int quoted; member in struct:bstr
  /frameworks/base/media/libstagefright/httplive/
M3UParser.cpp 364 bool quoted = false; local
369 quoted = !quoted;
370 } else if (c == what && !quoted) {
  /system/core/adb/
commandline.c 567 char *quoted; local
569 quoted = dupAndQuote (*argv++);
572 strncat(buf, quoted, sizeof(buf)-1);
573 free(quoted);
1354 char *quoted; local
1388 char* quoted; local
    [all...]
  /external/chromium/chrome/browser/
shell_integration_linux.cc 188 std::string quoted = "\"";
197 quoted += '\\';
200 quoted += arg[i];
202 quoted += '"';
204 return quoted;
  /external/iptables/iptables/
iptables-xml.c 85 /* arg meta data, were they quoted, frinstance */
108 add_argv(char *what, int quoted)
113 newargvattr[newargc] = quoted;
400 /* use argvattr to tell which arguments were quoted
401 to avoid comparing quoted arguments, like comments, to -j, */
499 || (argv[arg + 1][0] == '-' /* NOT QUOTED */ )) {
744 int quote_open, quoted; local
782 /* We need to know which args were quoted so we
784 quoted = 0;
798 quoted = 1
    [all...]
  /system/core/sh/
expand.c 353 int quoted; local
384 quoted=1;
386 quoted=0;
397 if (quoted == 0)
409 expbackq(union node *cmd, int quoted, int flag)
420 char const *syntax = quoted? DQSYNTAX : BASESYNTAX;
470 if (quoted == 0)
823 varvalue(char *name, int quoted, int subtype, int flag)
835 syntax = quoted? DQSYNTAX : BASESYNTAX; \
869 if (flag & EXP_FULL && quoted) {
    [all...]
jobs.c 1400 int quoted = 0; local
1418 if (!(subtype & VSQUOTE) != !(quoted & 1)) {
1419 quoted ^= 1;
1425 if (quoted & 1) {
1430 quoted >>= 1;
1450 quoted ^= 1;
1462 quoted <<= 1;
1481 if ((quoted & 1) && nleft) {
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
Clock.java 153 boolean quoted = false;
158 quoted = !quoted;
160 if (!quoted && c == 'a') {
  /external/icu4c/i18n/
rbt_pars.cpp 399 int32_t quoteStart = -1; // Most recent 'single quoted string'
450 // Handle quoted matter
457 /* This loop picks up a run of quoted text of the
636 // Quantifiers. We handle single characters, quoted strings,
652 // The */+ follows a 'quoted string'
1650 UBool quoted = FALSE; local
    [all...]
  /external/ppp/pppd/
utils.c 127 * %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) {
  /external/webkit/Tools/iExploder/iexploder-1.7.2/src/
iexploder.rb 354 quoted = 1
357 quoted = nil
360 if quoted
  /external/mesa3d/docs/
MESA_shader_debug.spec 206 implementation dependent double-quoted string, each of this
  /external/pcre/
pcrecpp_unittest.cc 483 // A meta-quoted string, interpreted as a pattern, should always match
486 string quoted = RE::QuoteMeta(unquoted); local
487 RE re(quoted, options);
492 // quoted, should not generally match a string the unquoted string does.
495 string quoted = RE::QuoteMeta(unquoted); local
496 RE re(quoted, options);
500 // Tests that quoted meta characters match their original strings,
    [all...]
  /frameworks/base/core/java/android/webkit/
LoadListener.java     [all...]
  /ndk/sources/host-tools/nawk-20071023/
b.c 254 int quoted(char **pp) /* pick up next thing after a \\ */ function
302 c = quoted((char **) &p);
308 c2 = quoted((char **) &p);
789 rlxval = quoted((char **) &prestr);

Completed in 1233 milliseconds

1 2