HomeSort by relevance Sort by last modified time
    Searched refs:quoted (Results 101 - 125 of 492) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/libcups/cups/
http-support.c 2015 int quoted; \/* Quoted character *\/ local
    [all...]
  /external/ppp/pppd/
options.c 1147 int quoted, comment; local
1156 quoted = 0;
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/
util.py 323 spaces are not escaped by a backslash, or inside a quoted string.
327 characters are stripped from any quoted string. Returns a list of
358 if s[end] == "'": # slurp singly-quoted string
360 elif s[end] == '"': # slurp doubly-quoted string
  /external/curl/docs/cmdline-opts/
quote.d 24 itself before sending them to the server. File names may be quoted
  /external/mesa3d/docs/specs/
MESA_shader_debug.spec 206 implementation dependent double-quoted string, each of this
  /external/one-true-awk/
proto.h 47 extern int quoted(uschar **);
b.c 254 int quoted(uschar **pp) /* pick up next thing after a \\ */ function
302 c = quoted(&p);
308 c2 = quoted(&p);
792 rlxval = quoted(&prestr);
  /external/python/cpython2/Lib/distutils/
util.py 233 spaces are not escaped by a backslash, or inside a quoted string.
237 characters are stripped from any quoted string. Returns a list of
268 if s[end] == "'": # slurp singly-quoted string
270 elif s[end] == '"': # slurp doubly-quoted string
  /external/python/cpython3/Lib/distutils/
util.py 227 spaces are not escaped by a backslash, or inside a quoted string.
231 characters are stripped from any quoted string. Returns a list of
262 if s[end] == "'": # slurp singly-quoted string
264 elif s[end] == '"': # slurp doubly-quoted string
  /prebuilts/gdb/darwin-x86/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/gdb/linux-x86/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/darwin-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/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
  /build/kati/
strutil.go 361 quoted := b%2 == 1
368 if !quoted {
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/email/
charset.py 23 QP = 1 # Quoted-Printable
118 quoted-printable, Charset.BASE64 for base64 encoding, Charset.SHORTEST for
170 Certain character sets must be encoded with quoted-printable or base64
181 Charset.QP (for quoted-printable), Charset.BASE64 (for
256 This is either the string `quoted-printable' or `base64' depending on
262 Returns "quoted-printable" if self.body_encoding is QP.
268 return 'quoted-printable'
361 The type of encoding (base64 or quoted-printable) will be based on
390 The type of encoding (base64 or quoted-printable) will be based on
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x509/
X509Name.java 697 boolean quoted = false;
728 quoted = !quoted;
736 else if (c == '\\' && !(escaped || quoted))
    [all...]
  /external/chromium-trace/catapult/devil/devil/android/
flag_changer.py 259 logger.warning('Unterminated quoted argument: ' + current_flag)
293 A string with the flag quoted so that it can be parsed by the algorithm
  /external/pcre/pcrecpp/
pcrecpp_unittest.cc 487 // A meta-quoted string, interpreted as a pattern, should always match
490 string quoted = RE::QuoteMeta(unquoted); local
491 RE re(quoted, options);
496 // quoted, should not generally match a string the unquoted string does.
499 string quoted = RE::QuoteMeta(unquoted); local
500 RE re(quoted, options);
504 // Tests that quoted meta characters match their original strings,
    [all...]
  /external/python/cpython2/Lib/email/
charset.py 23 QP = 1 # Quoted-Printable
118 quoted-printable, Charset.BASE64 for base64 encoding, Charset.SHORTEST for
170 Certain character sets must be encoded with quoted-printable or base64
181 Charset.QP (for quoted-printable), Charset.BASE64 (for
256 This is either the string `quoted-printable' or `base64' depending on
262 Returns "quoted-printable" if self.body_encoding is QP.
268 return 'quoted-printable'
361 The type of encoding (base64 or quoted-printable) will be based on
390 The type of encoding (base64 or quoted-printable) will be based on
  /external/python/cpython2/PCbuild/
build.bat 4 echo.%~nx0 [flags and arguments] [quoted MSBuild options]
13 echo.entire argument must be quoted (e.g. `%~nx0 "/p:PlatformToolset=v100"`)
  /external/python/cpython3/Lib/email/
charset.py 24 QP = 1 # Quoted-Printable
119 quoted-printable, Charset.BASE64 for base64 encoding, Charset.SHORTEST for
182 Certain character sets must be encoded with quoted-printable or base64
193 Charset.QP (for quoted-printable), Charset.BASE64 (for
260 This is either the string `quoted-printable' or `base64' depending on
266 Returns "quoted-printable" if self.body_encoding is QP.
272 return 'quoted-printable'
289 The type of encoding (base64 or quoted-printable) will be based on
385 The type of encoding (base64 or quoted-printable) will be based on
  /external/python/cpython3/PCbuild/
build.bat 4 echo.%~nx0 [flags and arguments] [quoted MSBuild options]
13 echo.entire argument must be quoted (e.g. `%~nx0 "/p:PlatformToolset=v100"`)
  /frameworks/av/media/libstagefright/httplive/
M3UParser.cpp 785 bool quoted = false; local
790 quoted = !quoted;
791 } else if (c == what && !quoted) {
851 ALOGE("Expected quoted string for %s attribute, "
891 ALOGE("Expected quoted string for %s attribute, "
1104 ALOGE("Expected quoted string for GROUP-ID, got '%s' instead.",
1116 ALOGE("Expected quoted string for LANGUAGE, got '%s' instead.",
1128 ALOGE("Expected quoted string for NAME, got '%s' instead.",
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
argp.h 341 int quoted;
337 int quoted; member in struct:argp_state
  /prebuilts/gdb/darwin-x86/lib/python2.7/email/
charset.py 23 QP = 1 # Quoted-Printable
118 quoted-printable, Charset.BASE64 for base64 encoding, Charset.SHORTEST for
170 Certain character sets must be encoded with quoted-printable or base64
181 Charset.QP (for quoted-printable), Charset.BASE64 (for
256 This is either the string `quoted-printable' or `base64' depending on
262 Returns "quoted-printable" if self.body_encoding is QP.
268 return 'quoted-printable'
361 The type of encoding (base64 or quoted-printable) will be based on
390 The type of encoding (base64 or quoted-printable) will be based on

Completed in 759 milliseconds

1 2 3 45 6 7 8 91011>>