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

12 3 4 5 6 7 8 91011>>

  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/elf/
section10.s 21 # Test both together, with a quoted type value.
  /external/python/cpython3/Lib/email/
quoprimime.py 5 """Quoted-printable content transfer encoding per RFCs 2045-2047.
8 to encode US ASCII-like 8-bit data called `quoted-printable'. It is used to
13 Quoted-printable is very space-inefficient for encoding binary files; use the
17 with quoted-printable encoding.
85 """Return a header quoted-printable encoding length.
92 quoted-printable for headers.
98 """Return a body quoted-printable encoding length.
102 quoted-printable for bodies.
128 """Encode a single header line with quoted-printable (like) encoding.
130 Defined in RFC 2045, this `Q' encoding is similar to quoted-printable, bu
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/codegen/
Target.java 287 * depending on the quoted arg.
289 public String getTargetStringLiteralFromString(String s, boolean quoted) {
295 if ( quoted ) {
310 if ( quoted ) {
DelphiTarget.java 84 public String getTargetStringLiteralFromString(String s, boolean quoted) {
89 if ( quoted ) {
110 if ( quoted ) {
  /external/llvm/utils/lit/lit/
ShCommands.py 19 quoted = "'%s'" % arg
21 quoted = '"%s"' % arg
24 file.write(quoted)
28 dequoted = list(ShUtil.ShLexer(quoted).lex())
  /external/swiftshader/third_party/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())
  /prebuilts/go/darwin-x86/src/encoding/csv/
writer.go 52 // If we don't have to have a quoted field then just
128 // quoted vs non-quoted empty string during database imports, and it has
129 // an option to force the quoted behavior for non-quoted CSV but it has
130 // no option to force the non-quoted behavior for quoted CSV, making
131 // CSV with quoted empty strings strictly less useful.
  /prebuilts/go/linux-x86/src/encoding/csv/
writer.go 52 // If we don't have to have a quoted field then just
128 // quoted vs non-quoted empty string during database imports, and it has
129 // an option to force the quoted behavior for non-quoted CSV but it has
130 // no option to force the non-quoted behavior for quoted CSV, making
131 // CSV with quoted empty strings strictly less useful.
  /external/icu/icu4c/source/tools/pkgdata/
pkgtypes.h 39 * write CharList 'l' into stream 's' using deliminter 'delim' (delim can be NULL). quoted: -1 remove, 0 as is, 1 add quotes
41 const char *pkg_writeCharList(FileStream *s, CharList *l, const char *delim, int32_t quoted);
44 * Same, but use line breaks. quoted: -1 remove, 0 as is, 1 add quotes
46 const char *pkg_writeCharListWrap(FileStream *s, CharList *l, const char *delim, const char *brk, int32_t quoted);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/email/
quoprimime.py 5 """Quoted-printable content transfer encoding per RFCs 2045-2047.
8 to encode US ASCII-like 8-bit data called `quoted-printable'. It is used to
13 Quoted-printable is very space-inefficient for encoding binary files; use the
17 with quoted-printable encoding.
118 """Encode a single header line with quoted-printable (like) encoding.
120 Defined in RFC 2045, this `Q' encoding is similar to quoted-printable, but
154 quoted = []
164 _max_append(quoted, '_', max_encoded)
167 _max_append(quoted, c, max_encoded)
170 _max_append(quoted, "=%02X" % ord(c), max_encoded)
    [all...]
  /external/python/cpython2/Lib/email/
quoprimime.py 5 """Quoted-printable content transfer encoding per RFCs 2045-2047.
8 to encode US ASCII-like 8-bit data called `quoted-printable'. It is used to
13 Quoted-printable is very space-inefficient for encoding binary files; use the
17 with quoted-printable encoding.
118 """Encode a single header line with quoted-printable (like) encoding.
120 Defined in RFC 2045, this `Q' encoding is similar to quoted-printable, but
154 quoted = []
164 _max_append(quoted, '_', max_encoded)
167 _max_append(quoted, c, max_encoded)
170 _max_append(quoted, "=%02X" % ord(c), max_encoded
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/email/
quoprimime.py 5 """Quoted-printable content transfer encoding per RFCs 2045-2047.
8 to encode US ASCII-like 8-bit data called `quoted-printable'. It is used to
13 Quoted-printable is very space-inefficient for encoding binary files; use the
17 with quoted-printable encoding.
118 """Encode a single header line with quoted-printable (like) encoding.
120 Defined in RFC 2045, this `Q' encoding is similar to quoted-printable, but
154 quoted = []
164 _max_append(quoted, '_', max_encoded)
167 _max_append(quoted, c, max_encoded)
170 _max_append(quoted, "=%02X" % ord(c), max_encoded
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/email/
quoprimime.py 5 """Quoted-printable content transfer encoding per RFCs 2045-2047.
8 to encode US ASCII-like 8-bit data called `quoted-printable'. It is used to
13 Quoted-printable is very space-inefficient for encoding binary files; use the
17 with quoted-printable encoding.
118 """Encode a single header line with quoted-printable (like) encoding.
120 Defined in RFC 2045, this `Q' encoding is similar to quoted-printable, but
154 quoted = []
164 _max_append(quoted, '_', max_encoded)
167 _max_append(quoted, c, max_encoded)
170 _max_append(quoted, "=%02X" % ord(c), max_encoded
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/email/
quoprimime.py 5 """Quoted-printable content transfer encoding per RFCs 2045-2047.
8 to encode US ASCII-like 8-bit data called `quoted-printable'. It is used to
13 Quoted-printable is very space-inefficient for encoding binary files; use the
17 with quoted-printable encoding.
118 """Encode a single header line with quoted-printable (like) encoding.
120 Defined in RFC 2045, this `Q' encoding is similar to quoted-printable, but
154 quoted = []
164 _max_append(quoted, '_', max_encoded)
167 _max_append(quoted, c, max_encoded)
170 _max_append(quoted, "=%02X" % ord(c), max_encoded
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/email/
quoprimime.py 5 """Quoted-printable content transfer encoding per RFCs 2045-2047.
8 to encode US ASCII-like 8-bit data called `quoted-printable'. It is used to
13 Quoted-printable is very space-inefficient for encoding binary files; use the
17 with quoted-printable encoding.
118 """Encode a single header line with quoted-printable (like) encoding.
120 Defined in RFC 2045, this `Q' encoding is similar to quoted-printable, but
154 quoted = []
164 _max_append(quoted, '_', max_encoded)
167 _max_append(quoted, c, max_encoded)
170 _max_append(quoted, "=%02X" % ord(c), max_encoded
    [all...]
  /prebuilts/go/darwin-x86/src/strconv/
quote.go 107 // Quote returns a double-quoted Go string literal representing s. The
115 // AppendQuote appends a double-quoted Go string literal representing s,
121 // QuoteToASCII returns a double-quoted Go string literal representing s.
128 // AppendQuoteToASCII appends a double-quoted Go string literal representing s,
134 // QuoteToGraphic returns a double-quoted Go string literal representing s.
141 // AppendQuoteToGraphic appends a double-quoted Go string literal representing s,
147 // QuoteRune returns a single-quoted Go character literal representing the
154 // AppendQuoteRune appends a single-quoted Go character literal representing the rune,
160 // QuoteRuneToASCII returns a single-quoted Go character literal representing
168 // AppendQuoteRuneToASCII appends a single-quoted Go character literal representing the rune
    [all...]
doc.go 45 // Quote and QuoteToASCII convert strings to quoted Go string literals.
53 // return quoted Go rune literals.
  /prebuilts/go/linux-x86/src/strconv/
quote.go 107 // Quote returns a double-quoted Go string literal representing s. The
115 // AppendQuote appends a double-quoted Go string literal representing s,
121 // QuoteToASCII returns a double-quoted Go string literal representing s.
128 // AppendQuoteToASCII appends a double-quoted Go string literal representing s,
134 // QuoteToGraphic returns a double-quoted Go string literal representing s.
141 // AppendQuoteToGraphic appends a double-quoted Go string literal representing s,
147 // QuoteRune returns a single-quoted Go character literal representing the
154 // AppendQuoteRune appends a single-quoted Go character literal representing the rune,
160 // QuoteRuneToASCII returns a single-quoted Go character literal representing
168 // AppendQuoteRuneToASCII appends a single-quoted Go character literal representing the rune
    [all...]
doc.go 45 // Quote and QuoteToASCII convert strings to quoted Go string literals.
53 // return quoted Go rune literals.
  /external/nist-sip/java/gov/nist/javax/sip/parser/
ViaParser.java 155 boolean quoted = false;
170 quoted = true;
179 if (quoted)
  /prebuilts/go/darwin-x86/src/cmd/go/internal/base/
flag.go 15 // as a space-separated list of possibly-quoted strings.
  /prebuilts/go/darwin-x86/src/mime/quotedprintable/
reader.go 5 // Package quotedprintable implements quoted-printable encoding as specified by
16 // Reader is a quoted-printable decoder.
23 // NewReader returns a quoted-printable reader, decoding from r.
71 // Read reads and decodes quoted-printable data from the underlying reader.
  /prebuilts/go/linux-x86/src/cmd/go/internal/base/
flag.go 15 // as a space-separated list of possibly-quoted strings.
  /prebuilts/go/linux-x86/src/mime/quotedprintable/
reader.go 5 // Package quotedprintable implements quoted-printable encoding as specified by
16 // Reader is a quoted-printable decoder.
23 // NewReader returns a quoted-printable reader, decoding from r.
71 // Read reads and decodes quoted-printable data from the underlying reader.
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
_csv.c 628 /* start quoted field */
687 /* in quoted field */
721 /* doublequote - seen a quote in an quoted field */
984 int *quoted, int copy_phase)
1008 if (copy_phase && *quoted)
1033 *quoted = 1;
1049 /* If field is empty check if it needs to be quoted.
1054 "single empty field record must be quoted");
1058 *quoted = 1;
1061 if (*quoted) {
1170 int quoted; local
    [all...]

Completed in 711 milliseconds

12 3 4 5 6 7 8 91011>>