HomeSort by relevance Sort by last modified time
    Searched refs:Encoding (Results 251 - 275 of 528) sorted by null

<<11121314151617181920>>

  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/MC/
MCStreamer.h 790 virtual void EmitCFIPersonality(const MCSymbol *Sym, unsigned Encoding);
791 virtual void EmitCFILsda(const MCSymbol *Sym, unsigned Encoding);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/MC/
MCStreamer.h 790 virtual void EmitCFIPersonality(const MCSymbol *Sym, unsigned Encoding);
791 virtual void EmitCFILsda(const MCSymbol *Sym, unsigned Encoding);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/MC/
MCStreamer.h 790 virtual void EmitCFIPersonality(const MCSymbol *Sym, unsigned Encoding);
791 virtual void EmitCFILsda(const MCSymbol *Sym, unsigned Encoding);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/MC/
MCStreamer.h 790 virtual void EmitCFIPersonality(const MCSymbol *Sym, unsigned Encoding);
791 virtual void EmitCFILsda(const MCSymbol *Sym, unsigned Encoding);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/MC/
MCStreamer.h 790 virtual void EmitCFIPersonality(const MCSymbol *Sym, unsigned Encoding);
791 virtual void EmitCFILsda(const MCSymbol *Sym, unsigned Encoding);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/MC/
MCStreamer.h 790 virtual void EmitCFIPersonality(const MCSymbol *Sym, unsigned Encoding);
791 virtual void EmitCFILsda(const MCSymbol *Sym, unsigned Encoding);
    [all...]
  /prebuilts/go/darwin-x86/src/mime/multipart/
multipart.go 39 // As a special case, if the "Content-Transfer-Encoding" header
52 // Content-Transfer-Encoding
137 const cte = "Content-Transfer-Encoding"
161 // wrapped *Part, without doing any Transfer-Encoding decoding.
multipart_test.go 9 "encoding/json"
401 "\n--Apple-Mail-2-292336769\nContent-Transfer-Encoding: 7bit\nContent-Type: text/plain;\n\tcharset=US-ASCII;\n\tdelsp=yes;\n\tformat=flowed\n\nI'm finding the same thing happening on my system (10.4.1).\n\n\n--Apple-Mail-2-292336769\nContent-Transfer-Encoding: quoted-printable\nContent-Type: text/html;\n\tcharset=ISO-8859-1\n\n<HTML><BODY>I'm finding the same thing =\nhappening on my system (10.4.1).=A0 But I built it with XCode =\n2.0.</BODY></=\nHTML>=\n\r\n--Apple-Mail-2-292336769--\n"
423 body := "--0016e68ee29c5d515f04cedf6733\r\nContent-Type: text/plain; charset=ISO-8859-1\r\nContent-Disposition: form-data; name=text\r\nContent-Transfer-Encoding: quoted-printable\r\n\r\nwords words words words words words words words words words words words wor=\r\nds words words words words words words words words words words words words =\r\nwords words words words words words words words words words words words wor=\r\nds words words words words words words words words words words words words =\r\nwords words words words words words words words words\r\n--0016e68ee29c5d515f04cedf6733\r\nContent-Type: text/plain; charset=ISO-8859-1\r\nContent-Disposition: form-data; name=submit\r\n\r\nSubmit\r\n--0016e68ee29c5d515f04cedf6733--"
429 if te, ok := part.Header["Content-Transfer-Encoding"]; ok {
430 t.Errorf("unexpected Content-Transfer-Encoding of %q", te)
659 Content-Transfer-Encoding: 8bit
665 Content-Transfer-Encoding: 8bit
674 Content-Transfer-Encoding: 8bit
680 Content-Transfer-Encoding: 8bi
    [all...]
  /prebuilts/go/darwin-x86/src/net/http/cookiejar/
punycode.go 107 panic("cookiejar: internal error in punycode encoding")
129 // acePrefix is the ASCII Compatible Encoding prefix.
  /prebuilts/go/linux-x86/src/mime/multipart/
multipart.go 39 // As a special case, if the "Content-Transfer-Encoding" header
52 // Content-Transfer-Encoding
137 const cte = "Content-Transfer-Encoding"
161 // wrapped *Part, without doing any Transfer-Encoding decoding.
multipart_test.go 9 "encoding/json"
401 "\n--Apple-Mail-2-292336769\nContent-Transfer-Encoding: 7bit\nContent-Type: text/plain;\n\tcharset=US-ASCII;\n\tdelsp=yes;\n\tformat=flowed\n\nI'm finding the same thing happening on my system (10.4.1).\n\n\n--Apple-Mail-2-292336769\nContent-Transfer-Encoding: quoted-printable\nContent-Type: text/html;\n\tcharset=ISO-8859-1\n\n<HTML><BODY>I'm finding the same thing =\nhappening on my system (10.4.1).=A0 But I built it with XCode =\n2.0.</BODY></=\nHTML>=\n\r\n--Apple-Mail-2-292336769--\n"
423 body := "--0016e68ee29c5d515f04cedf6733\r\nContent-Type: text/plain; charset=ISO-8859-1\r\nContent-Disposition: form-data; name=text\r\nContent-Transfer-Encoding: quoted-printable\r\n\r\nwords words words words words words words words words words words words wor=\r\nds words words words words words words words words words words words words =\r\nwords words words words words words words words words words words words wor=\r\nds words words words words words words words words words words words words =\r\nwords words words words words words words words words\r\n--0016e68ee29c5d515f04cedf6733\r\nContent-Type: text/plain; charset=ISO-8859-1\r\nContent-Disposition: form-data; name=submit\r\n\r\nSubmit\r\n--0016e68ee29c5d515f04cedf6733--"
429 if te, ok := part.Header["Content-Transfer-Encoding"]; ok {
430 t.Errorf("unexpected Content-Transfer-Encoding of %q", te)
659 Content-Transfer-Encoding: 8bit
665 Content-Transfer-Encoding: 8bit
674 Content-Transfer-Encoding: 8bit
680 Content-Transfer-Encoding: 8bi
    [all...]
  /prebuilts/go/linux-x86/src/net/http/cookiejar/
punycode.go 107 panic("cookiejar: internal error in punycode encoding")
129 // acePrefix is the ASCII Compatible Encoding prefix.
  /external/swiftshader/third_party/LLVM/lib/MC/MCParser/
AsmParser.cpp     [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Framework/Include/
EfiInternalFormRepresentation.h 18 This file defines the encoding for the VFR (Visual Form Representation) language.
264 UINT16 Encoding;
  /device/linaro/bootloader/edk2/IntelFrameworkPkg/Include/Framework/
FrameworkInternalFormRepresentation.h 2 This file defines the encoding for the VFR (Visual Form Representation) language.
253 UINT16 Encoding;
  /external/llvm/lib/MC/
MCStreamer.cpp 353 unsigned Encoding) {
357 CurFrame->PersonalityEncoding = Encoding;
360 void MCStreamer::EmitCFILsda(const MCSymbol *Sym, unsigned Encoding) {
364 CurFrame->LsdaEncoding = Encoding;
  /external/owasp/sanitizer/src/main/org/owasp/html/
Encoding.java 36 final class Encoding {
  /external/python/cpython2/Modules/_ctypes/libffi/src/powerpc/
linux64.S 226 .byte 0x14 # FDE Encoding (pcrel udata8)
  /external/python/cpython2/Modules/_ctypes/libffi_osx/powerpc/
ppc-darwin_closure.S 251 .byte 0x10 ; FDE Encoding (pcrel)
  /external/skia/src/fonts/
SkRandomScalerContext.cpp 223 int SkRandomTypeface::onCharsToGlyphs(const void* chars, Encoding encoding,
225 return fProxy->charsToGlyphs(chars, encoding, glyphs, glyphCount);
  /prebuilts/go/darwin-x86/src/net/http/httptest/
recorder.go 85 hasTE := m.Get("Transfer-Encoding") != ""
192 case "Transfer-Encoding", "Content-Length", "Trailer":
recorder_test.go 162 "no Content-Type detection with Transfer-Encoding",
164 w.Header().Set("Transfer-Encoding", "some encoding")
  /prebuilts/go/darwin-x86/src/net/http/internal/
chunked.go 5 // The wire protocol for HTTP's "chunked" Transfer-Encoding.
81 cr.err = errors.New("malformed chunked encoding")
186 // Encoding wire format to the underlying Wire chunkedWriter.
196 // Don't send 0-length data. It looks like EOF for chunked encoding.
  /prebuilts/go/linux-x86/src/net/http/httptest/
recorder.go 85 hasTE := m.Get("Transfer-Encoding") != ""
192 case "Transfer-Encoding", "Content-Length", "Trailer":
recorder_test.go 162 "no Content-Type detection with Transfer-Encoding",
164 w.Header().Set("Transfer-Encoding", "some encoding")

Completed in 1933 milliseconds

<<11121314151617181920>>