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

1 2 3 4 5 6 78 91011>>

  /frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
DatePicker.java 235 boolean quoted = false;
242 quoted = !quoted;
245 if (!quoted) {
  /prebuilts/gdb/darwin-x86/lib/python2.7/
csv.py 258 # there is *no* delimiter, it's a single column of quoted data
263 # double quoted format
  /prebuilts/gdb/linux-x86/lib/python2.7/
csv.py 258 # there is *no* delimiter, it's a single column of quoted data
263 # double quoted format
  /prebuilts/go/darwin-x86/src/mime/multipart/
multipart.go 40 // has a value of "quoted-printable", that header is instead
138 if bp.Header.Get(cte) == "quoted-printable" {
  /prebuilts/go/darwin-x86/src/text/template/parse/
parse_test.go 418 hasError, `unterminated quoted string`},
421 hasError, `unterminated raw quoted string`},
  /prebuilts/go/linux-x86/src/mime/multipart/
multipart.go 40 // has a value of "quoted-printable", that header is instead
138 if bp.Header.Get(cte) == "quoted-printable" {
  /prebuilts/go/linux-x86/src/text/template/parse/
parse_test.go 418 hasError, `unterminated quoted string`},
421 hasError, `unterminated raw quoted string`},
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
csv.py 258 # there is *no* delimiter, it's a single column of quoted data
263 # double quoted format
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
csv.py 258 # there is *no* delimiter, it's a single column of quoted data
263 # double quoted format
  /prebuilts/go/darwin-x86/src/crypto/x509/
verify.go 220 // Quoted-string = DQUOTE *qcontent DQUOTE
222 // qcontent = qtext / quoted-pair
225 // quoted-pair = ("\" text) / obs-qp
245 // quoted-pair
291 // quoted string. Several ?verified? errata
  /prebuilts/go/darwin-x86/src/fmt/
scan.go 817 // quotedString returns the double- or back-quoted string represented by the next input characters.
823 // Back-quoted: Anything goes until EOF or back quote.
833 // Double-quoted: Include the quotes and let strconv.Unquote do the backslash escapes.
853 s.errorString("expected quoted string")
doc.go 29 %q a single-quoted character literal safely escaped with Go syntax.
45 %q a double-quoted string safely escaped with Go syntax
  /prebuilts/go/darwin-x86/src/html/template/
url.go 104 // quoted attributes and unquoted CSS url(...) constructs.
  /prebuilts/go/darwin-x86/src/net/http/internal/
chunked.go 160 // `0;token="quoted string"` => "0"
  /prebuilts/go/linux-x86/src/crypto/x509/
verify.go 220 // Quoted-string = DQUOTE *qcontent DQUOTE
222 // qcontent = qtext / quoted-pair
225 // quoted-pair = ("\" text) / obs-qp
245 // quoted-pair
291 // quoted string. Several ?verified? errata
  /prebuilts/go/linux-x86/src/fmt/
scan.go 817 // quotedString returns the double- or back-quoted string represented by the next input characters.
823 // Back-quoted: Anything goes until EOF or back quote.
833 // Double-quoted: Include the quotes and let strconv.Unquote do the backslash escapes.
853 s.errorString("expected quoted string")
doc.go 29 %q a single-quoted character literal safely escaped with Go syntax.
45 %q a double-quoted string safely escaped with Go syntax
  /prebuilts/go/linux-x86/src/html/template/
url.go 104 // quoted attributes and unquoted CSS url(...) constructs.
  /prebuilts/go/linux-x86/src/net/http/internal/
chunked.go 160 // `0;token="quoted string"` => "0"
  /external/icu/icu4c/source/test/cintltst/
cldrtest.c 269 int32_t quoted = 0; local
273 quoted++;
275 else if ((quoted % 2) == 0) {
    [all...]
  /external/python/cpython3/Lib/urllib/
parse.py 83 # handle improperly quoted URLs to do their own
728 # Handle a cache miss. Store quoted string in cache and return.
737 different set of reserved characters that must be quoted.
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/cover/
cover.go 165 // handle quoted strings.
296 log.Fatalf("cover: improperly quoted string %q\n", s)
  /prebuilts/go/darwin-x86/src/go/build/
deps_test.go 548 for _, quoted := range imp {
549 path, err := strconv.Unquote(quoted)
  /prebuilts/go/linux-x86/src/cmd/cover/
cover.go 165 // handle quoted strings.
296 log.Fatalf("cover: improperly quoted string %q\n", s)
  /prebuilts/go/linux-x86/src/go/build/
deps_test.go 548 for _, quoted := range imp {
549 path, err := strconv.Unquote(quoted)

Completed in 953 milliseconds

1 2 3 4 5 6 78 91011>>