HomeSort by relevance Sort by last modified time
    Searched full:quoted (Results 326 - 350 of 1139) sorted by null

<<11121314151617181920>>

  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/
util.py 255 spaces are not escaped by a backslash, or inside a quoted string.
259 characters are stripped from any quoted string. Returns a list of
290 if s[end] == "'": # slurp singly-quoted string
292 elif s[end] == '"': # slurp doubly-quoted string
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
FormatParagraph.py 6 # blocks or triple-quoted strings.
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-dynload/
binascii.so 
  /external/pcre/dist/
pcrecpp_unittest.cc 484 // A meta-quoted string, interpreted as a pattern, should always match
487 string quoted = RE::QuoteMeta(unquoted); local
488 RE re(quoted, options);
493 // quoted, should not generally match a string the unquoted string does.
496 string quoted = RE::QuoteMeta(unquoted); local
497 RE re(quoted, options);
501 // Tests that quoted meta characters match their original strings,
    [all...]
  /external/chromium_org/chrome/browser/
shell_integration_linux.cc 273 std::string quoted = "\"";
282 quoted += '\\';
285 quoted += arg[i];
287 quoted += '"';
289 return quoted;
    [all...]
  /external/chromium_org/net/http/
http_util.cc 63 // We hit the start of a quoted string. Look for its end.
423 // Single quote mark isn't actually part of quoted-text production,
463 // Unescape quoted-pair (defined in RFC 2616 section 2.2)
763 // of token, separators, and quoted-string>
905 // * quoted-pairs will no longer be unquoted
  /external/chromium_org/third_party/icu/source/common/unicode/
messagepattern.h 31 * Mode for when an apostrophe starts quoted literal text for MessageFormat output.
70 * Within a MessageFormat pattern, a single apostrophe only starts quoted literal text
82 * A single apostrophe always starts quoted literal text.
120 * For example, an apostrophe that begins or ends quoted text
598 * @return the deep-auto-quoted version of the parsed pattern string.
    [all...]
  /external/icu/icu4c/source/common/unicode/
messagepattern.h 31 * Mode for when an apostrophe starts quoted literal text for MessageFormat output.
70 * Within a MessageFormat pattern, a single apostrophe only starts quoted literal text
82 * A single apostrophe always starts quoted literal text.
120 * For example, an apostrophe that begins or ends quoted text
598 * @return the deep-auto-quoted version of the parsed pattern string.
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/email/
message.py 182 decoded if this header's value is `quoted-printable' or `base64'. If
200 if cte == 'quoted-printable':
585 parameters will be quoted as necessary unless requote is False.
625 value. All values will be quoted as necessary unless requote is
651 header's quoting as is. Otherwise, the parameters will be quoted (the
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_urllib.py 274 # the spaces are quoted in URL so no match
507 # Make sure all characters that should be quoted are by default sans
618 # Make sure unquoting works when have non-quoted characters
691 # Make sure keys and values are quoted using quote_plus()
804 # test the safe characters are not quoted by urlopen
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/email/
message.py 182 decoded if this header's value is `quoted-printable' or `base64'. If
200 if cte == 'quoted-printable':
585 parameters will be quoted as necessary unless requote is False.
625 value. All values will be quoted as necessary unless requote is
651 header's quoting as is. Otherwise, the parameters will be quoted (the
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_urllib.py 274 # the spaces are quoted in URL so no match
507 # Make sure all characters that should be quoted are by default sans
618 # Make sure unquoting works when have non-quoted characters
691 # Make sure keys and values are quoted using quote_plus()
804 # test the safe characters are not quoted by urlopen
    [all...]
  /external/llvm/lib/Support/
CommandLine.cpp 495 // Consume a quoted string.
534 /// the start or end of a quoted string in the main loop outside of this
570 enum { INIT, UNQUOTED, QUOTED } State = INIT;
578 State = QUOTED;
591 // UNQUOTED state means that it's reading a token not quoted by double
602 State = QUOTED;
613 // QUOTED state means that it's reading a token quoted by double quotes.
614 if (State == QUOTED) {
    [all...]
  /libcore/xml/src/main/java/org/kxml2/io/
KXmlParser.java 611 * SYSTEM "quoted system name"
612 * PUBLIC "quoted public id" "quoted system name"
616 * PUBLIC "quoted public id"
660 * Reads a quoted string, performing no entity escaping of the contents.
670 throw new XmlPullParserException("Expected a quoted string", this, null);
798 * The default is either #REQUIRED, #IMPLIED, #FIXED, a quoted value, or
799 * #FIXED with a quoted value.
    [all...]
  /external/chromium_org/third_party/icu/source/tools/genrb/
parse.cpp 286 UBool quoted = FALSE; local
352 quoted = (UBool)!quoted;
358 if (c == STARTCOMMAND && !quoted)
369 else if (c == HASH && !quoted) {
387 else if (!quoted && (c == SPACE || c == TAB || c == CR || c == LF))
    [all...]
  /external/ipsec-tools/src/racoon/
racoon.conf.5 153 This can be a quoted user name or a numeric UID.
158 This can be a quoted group name or a numeric GID.
322 values specify the socket path, owner, and group. They must be quoted.
449 The type is a KEY_ID, specified in the quoted string.
    [all...]
  /external/ppp/pppd/
options.c 1117 int quoted, comment; local
1184 * Save the delimiter for quoted strings.
1187 quoted = c;
1190 quoted = 0;
1286 if (quoted) {
1287 if (c == quoted
    [all...]
  /external/tcpdump/
aclocal.m4 478 # double-quoted strings inside double-quoted back-quoted
551 # double-quoted strings inside double-quoted back-quoted
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
imaplib.py 115 either parentheses or double quotes) each string is quoted.
117 quoted. If you want to avoid having an argument string quoted
503 NB: 'password' will be quoted.
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
imaplib.py 115 either parentheses or double quotes) each string is quoted.
117 quoted. If you want to avoid having an argument string quoted
503 NB: 'password' will be quoted.
    [all...]
  /external/chromium_org/third_party/icu/source/common/
rbbicst.pl 83 # character is either a single quoted character e.g. '['
93 # We've got a quoted literal character.
  /external/chromium_org/third_party/sqlite/src/test/
subquery.test 369 # double-quoted string appears, we want to make sure that the search
397 # The double-quoted identifier "two" were causing the subquery to be
  /external/e2fsprogs/e2fsck/
e2fsck.conf.5.in 56 Tags and values must be quoted using double quotes if they contain
57 spaces. Within a quoted string, the standard backslash interpretations
  /external/e2fsprogs/misc/
mke2fs.conf.5.in 56 Tags and values must be quoted using double quotes if they contain
57 spaces. Within a quoted string, the standard backslash interpretations
  /external/icu/icu4c/source/common/
rbbicst.pl 83 # character is either a single quoted character e.g. '['
93 # We've got a quoted literal character.

Completed in 976 milliseconds

<<11121314151617181920>>