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

1 2 3 4 5 6 7 891011>>

  /dalvik/docs/
prettify.js 701 // '''multi-line-string''', 'single-line-string', and double-quoted
    [all...]
  /prebuilts/go/darwin-x86/src/flag/
flag.go 422 // UnquoteUsage extracts a back-quoted name from the usage
423 // string for a flag and returns it and the un-quoted usage.
428 // Look for a back-quoted name, but avoid the strings package.
505 // can be changed by placing a back-quoted name in the flag's usage
    [all...]
  /prebuilts/go/darwin-x86/src/mime/
encodedword.go 400 // readHexByte returns the byte from its quoted-printable representation.
  /prebuilts/go/darwin-x86/src/net/http/
cookie.go 321 // but we produce a quoted cookie-value in when value starts or ends
  /prebuilts/go/darwin-x86/src/vendor/golang_org/x/net/lex/httplex/
httplex.go 277 // of token, separators, and quoted-string>
  /prebuilts/go/linux-x86/src/flag/
flag.go 422 // UnquoteUsage extracts a back-quoted name from the usage
423 // string for a flag and returns it and the un-quoted usage.
428 // Look for a back-quoted name, but avoid the strings package.
505 // can be changed by placing a back-quoted name in the flag's usage
    [all...]
  /prebuilts/go/linux-x86/src/mime/
encodedword.go 400 // readHexByte returns the byte from its quoted-printable representation.
  /prebuilts/go/linux-x86/src/net/http/
cookie.go 321 // but we produce a quoted cookie-value in when value starts or ends
  /prebuilts/go/linux-x86/src/vendor/golang_org/x/net/lex/httplex/
httplex.go 277 // of token, separators, and quoted-string>
  /prebuilts/go/darwin-x86/src/go/constant/
value.go 48 // String returns a short, quoted (human-readable) form of the value.
54 // ExactString returns an exact, quoted (human-readable) form of the value.
97 // String returns a possibly shortened quoted form of the String value.
  /prebuilts/go/linux-x86/src/go/constant/
value.go 48 // String returns a short, quoted (human-readable) form of the value.
54 // ExactString returns an exact, quoted (human-readable) form of the value.
97 // String returns a possibly shortened quoted form of the String value.
  /toolchain/binutils/binutils-2.27/gas/config/
tc-tic54x.c 325 int quoted = *input_line_pointer == '"'; local
329 if (quoted)
383 int quoted; local
389 quoted = *input_line_pointer == '"';
390 if (quoted)
393 if (quoted)
    [all...]
  /prebuilts/go/darwin-x86/src/encoding/json/
decode_test.go 270 return fmt.Errorf("bad quoted string")
298 return fmt.Errorf("bad quoted string")
326 return fmt.Errorf("bad quoted string")
354 return fmt.Errorf("bad quoted string")
    [all...]
stream.go 241 // should be escaped inside JSON quoted strings.
  /prebuilts/go/linux-x86/src/encoding/json/
decode_test.go 270 return fmt.Errorf("bad quoted string")
298 return fmt.Errorf("bad quoted string")
326 return fmt.Errorf("bad quoted string")
354 return fmt.Errorf("bad quoted string")
    [all...]
stream.go 241 // should be escaped inside JSON quoted strings.
  /external/python/cpython3/Lib/urllib/
request.py     [all...]
  /prebuilts/go/darwin-x86/src/cmd/cgo/
gcc.go 101 // quoted region, and are removed from the resulting substrings. If a quote in s
117 quoted := false
133 quoted = true
137 if quoted || i > 0 {
138 quoted = false
147 if quoted || i > 0 {
    [all...]
  /prebuilts/go/linux-x86/src/cmd/cgo/
gcc.go 101 // quoted region, and are removed from the resulting substrings. If a quote in s
117 quoted := false
133 quoted = true
137 if quoted || i > 0 {
138 quoted = false
147 if quoted || i > 0 {
    [all...]
  /prebuilts/go/darwin-x86/src/encoding/xml/
xml.go 709 // We don't care, but accumulate for caller. Quoted angle
859 // Handle quoted attribute values
979 // If quote >= 0, we are in a quoted string and need to find the matching quote.
1013 d.err = d.syntaxError("unescaped < inside quoted string")
    [all...]
  /prebuilts/go/linux-x86/src/encoding/xml/
xml.go 709 // We don't care, but accumulate for caller. Quoted angle
859 // Handle quoted attribute values
979 // If quote >= 0, we are in a quoted string and need to find the matching quote.
1013 d.err = d.syntaxError("unescaped < inside quoted string")
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/asm/internal/lex/
input.go 78 // expectText is like Error but adds "got XXX" where XXX is a quoted representation of the most recent token.
  /prebuilts/go/darwin-x86/src/html/template/
transition.go 405 // CSS quoted strings are almost never used except for:
  /prebuilts/go/darwin-x86/src/regexp/syntax/
parse_test.go 144 // Test Perl quoted literals
  /prebuilts/go/linux-x86/src/cmd/asm/internal/lex/
input.go 78 // expectText is like Error but adds "got XXX" where XXX is a quoted representation of the most recent token.

Completed in 785 milliseconds

1 2 3 4 5 6 7 891011>>