HomeSort by relevance Sort by last modified time
    Searched refs:Encoding (Results 226 - 250 of 666) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/skia/src/ports/
SkFontHost_FreeType_common.h 98 int onCharsToGlyphs(const void* chars, Encoding, uint16_t glyphs[],
  /external/skqp/src/core/
SkTypeface_remote.h 136 int onCharsToGlyphs(const void* chars, Encoding,
  /external/skqp/src/ports/
SkFontHost_FreeType_common.h 98 int onCharsToGlyphs(const void* chars, Encoding, uint16_t glyphs[],
  /external/swiftshader/third_party/subzero/pnacl-llvm/
NaClBitstreamReader.cpp 103 llvm_unreachable("Bad array abbreviation encoding!");
138 // Get the element encoding.
186 llvm_unreachable("Bad array abbreviation encoding!");
191 llvm_unreachable("Illegal abbreviation encoding for field!");
245 NaClBitCodeAbbrevOp::Encoding NaClBitstreamCursor::
250 StrBuf << "Invalid abbreviation encoding specified in bitcode file: "
254 return NaClBitCodeAbbrevOp::Encoding(Value);
271 NaClBitCodeAbbrevOp::Encoding E = getEncoding(Read(3));
289 StrBuf << "Invalid abbreviation encoding ("
299 StrBuf << "Invalid abbreviation encoding ("
    [all...]
  /frameworks/base/sax/tests/saxtests/src/android/sax/
ExpatPerformanceTest.java 77 Xml.parse(newInputStream(), Xml.Encoding.UTF_8, new DefaultHandler());
  /prebuilts/go/darwin-x86/src/net/http/httputil/
example_test.go 50 // "POST / HTTP/1.1\r\nHost: www.example.org\r\nAccept-Encoding: gzip\r\nContent-Length: 75\r\nUser-Agent: Go-http-client/1.1\r\n\r\nGo is a general-purpose language designed with systems programming in mind."
68 // "PUT / HTTP/1.1\r\nHost: www.example.org\r\nUser-Agent: Go-http-client/1.1\r\nContent-Length: 75\r\nAccept-Encoding: gzip\r\n\r\nGo is a general-purpose language designed with systems programming in mind."
  /prebuilts/go/linux-x86/src/net/http/httputil/
example_test.go 50 // "POST / HTTP/1.1\r\nHost: www.example.org\r\nAccept-Encoding: gzip\r\nContent-Length: 75\r\nUser-Agent: Go-http-client/1.1\r\n\r\nGo is a general-purpose language designed with systems programming in mind."
68 // "PUT / HTTP/1.1\r\nHost: www.example.org\r\nUser-Agent: Go-http-client/1.1\r\nContent-Length: 75\r\nAccept-Encoding: gzip\r\n\r\nGo is a general-purpose language designed with systems programming in mind."
  /prebuilts/go/darwin-x86/src/net/http/
response_test.go 135 "Transfer-Encoding: chunked\r\n" +
163 "Transfer-Encoding: chunked\r\n" +
190 "Transfer-Encoding: chunked\r\n" +
461 // Issue 12785: HTTP/1.0 response with bogus (to be ignored) Transfer-Encoding.
465 "Transfer-Encoding: bogus\r\n" +
484 // Issue 12785: HTTP/1.0 response with bogus (to be ignored) Transfer-Encoding.
488 "Transfer-Encoding: bogus\r\n" +
512 "Content-Encoding: gzip\r\n" +
526 "Content-Encoding": {"gzip"},
630 buf.WriteString("Transfer-Encoding: chunked\r\n"
    [all...]
  /prebuilts/go/linux-x86/src/net/http/
response_test.go 135 "Transfer-Encoding: chunked\r\n" +
163 "Transfer-Encoding: chunked\r\n" +
190 "Transfer-Encoding: chunked\r\n" +
461 // Issue 12785: HTTP/1.0 response with bogus (to be ignored) Transfer-Encoding.
465 "Transfer-Encoding: bogus\r\n" +
484 // Issue 12785: HTTP/1.0 response with bogus (to be ignored) Transfer-Encoding.
488 "Transfer-Encoding: bogus\r\n" +
512 "Content-Encoding: gzip\r\n" +
526 "Content-Encoding": {"gzip"},
630 buf.WriteString("Transfer-Encoding: chunked\r\n"
    [all...]
  /external/llvm/include/llvm/CodeGen/
AsmPrinter.h 415 /// Emit a .byte 42 directive that corresponds to an encoding. If verbose
416 /// assembly output is enabled, we output comments describing the encoding.
417 /// Desc is a string saying what the encoding is specifying (e.g. "LSDA").
420 /// Return the size of the encoding in bytes.
421 unsigned GetSizeOfEncodedValue(unsigned Encoding) const;
423 /// Emit reference to a ttype global with a specified encoding.
424 void EmitTTypeReference(const GlobalValue *GV, unsigned Encoding) const;
439 /// Get the value for DW_AT_APPLE_isa. Zero if no isa encoding specified.
477 /// This can be useful for portably encoding the comment character or other
  /external/llvm/include/llvm/MC/
MCAsmInfo.h 333 /// Windows exception handling data (.pdata) encoding. Defaults to Invalid.
423 unsigned Encoding,
427 unsigned Encoding,
  /external/llvm/lib/Target/AMDGPU/MCTargetDesc/
SIMCCodeEmitter.cpp 58 /// \returns the encoding for an MCOperand.
86 // Returns the encoding value to use if the given integer is an integer inline
195 uint64_t Encoding = getBinaryCodeForInstr(MI, Fixups, STI);
200 OS.write((uint8_t) ((Encoding >> (8 * i)) & 0xff));
293 llvm_unreachable("Encoding of this operand type is not supported yet.");
  /external/swiftshader/third_party/LLVM/include/llvm/MC/
MCAsmInfo.h 403 unsigned Encoding,
408 unsigned Encoding,
  /external/swiftshader/third_party/LLVM/lib/MC/
MCAsmStreamer.cpp 101 /// AddEncodingComment - Add a comment showing the encoding of an instruction.
212 virtual void EmitCFIPersonality(const MCSymbol *Sym, unsigned Encoding);
213 virtual void EmitCFILsda(const MCSymbol *Sym, unsigned Encoding);
895 unsigned Encoding) {
896 MCStreamer::EmitCFIPersonality(Sym, Encoding);
901 OS << "\t.cfi_personality " << Encoding << ", " << *Sym;
905 void MCAsmStreamer::EmitCFILsda(const MCSymbol *Sym, unsigned Encoding) {
906 MCStreamer::EmitCFILsda(Sym, Encoding);
911 OS << "\t.cfi_lsda " << Encoding << ", " << *Sym;
    [all...]
MCDwarf.cpp 325 /// Utility function to write the encoding to an object writer.
334 /// Utility function to emit the encoding to a streamer.
449 assert(0 && "Unknown Encoding");
536 static void EmitEncodingByte(MCStreamer &Streamer, unsigned Encoding,
540 switch (Encoding) {
541 default: EncStr = "<unknown encoding>";
566 Streamer.EmitIntValue(Encoding, 1);
718 uint32_t Encoding = Frame.CompactUnwindEncoding;
719 if (!Encoding) return false;
721 // The encoding needs to know we have an LSDA
    [all...]
  /external/v8/tools/
parser-shell.cc 63 const char* fname, Encoding encoding, int repeat, v8::Isolate* isolate,
68 switch (encoding) {
135 Encoding encoding = LATIN1; local
141 encoding = LATIN1;
143 encoding = UTF8;
145 encoding = UTF16;
171 RunBaselineParser(fnames[i].c_str(), encoding, repeat, isolate,
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/MC/
MCAsmInfo.h 333 /// Windows exception handling data (.pdata) encoding. Defaults to Invalid.
431 unsigned Encoding,
435 unsigned Encoding,
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/MC/
MCAsmInfo.h 327 /// Windows exception handling data (.pdata) encoding. Defaults to Invalid.
425 unsigned Encoding,
429 unsigned Encoding,
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/MC/
MCAsmInfo.h 327 /// Windows exception handling data (.pdata) encoding. Defaults to Invalid.
425 unsigned Encoding,
429 unsigned Encoding,
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/MC/
MCAsmInfo.h 327 /// Windows exception handling data (.pdata) encoding. Defaults to Invalid.
425 unsigned Encoding,
429 unsigned Encoding,
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/MC/
MCAsmInfo.h 327 /// Windows exception handling data (.pdata) encoding. Defaults to Invalid.
425 unsigned Encoding,
429 unsigned Encoding,
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/MC/
MCAsmInfo.h 327 /// Windows exception handling data (.pdata) encoding. Defaults to Invalid.
425 unsigned Encoding,
429 unsigned Encoding,
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/MC/
MCAsmInfo.h 327 /// Windows exception handling data (.pdata) encoding. Defaults to Invalid.
425 unsigned Encoding,
429 unsigned Encoding,
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/MC/
MCAsmInfo.h 333 /// Windows exception handling data (.pdata) encoding. Defaults to Invalid.
431 unsigned Encoding,
435 unsigned Encoding,
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/MC/
MCAsmInfo.h 327 /// Windows exception handling data (.pdata) encoding. Defaults to Invalid.
425 unsigned Encoding,
429 unsigned Encoding,

Completed in 1165 milliseconds

1 2 3 4 5 6 7 8 91011>>