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

1 2 34 5 6 7 8 91011>>

  /external/google-tv-pairing-protocol/java/src/com/google/polo/wire/protobuf/
ProtobufWireAdapter.java 343 options.outputEncodings = new PoloProto.Options.Encoding[n];
350 options.inputEncodings = new PoloProto.Options.Encoding[n];
364 configuration.encoding = toProto(poloMessage.getEncoding());
370 * Converts a {@link EncodingOption} to a {@link PoloProto.Options.Encoding}.
372 private PoloProto.Options.Encoding toProto(EncodingOption enc) {
373 PoloProto.Options.Encoding encoding = new PoloProto.Options.Encoding(); local
377 encoding.type = PoloProto.Options.Encoding.ENCODING_TYPE_ALPHANUMERIC
    [all...]
  /prebuilts/go/darwin-x86/src/encoding/base64/
base64.go 5 // Package base64 implements base64 encoding as specified by RFC 4648.
9 "encoding/binary"
18 // An Encoding is a radix 64 encoding/decoding scheme, defined by a
19 // 64-character alphabet. The most common encoding is the "base64"
20 // encoding defined in RFC 4648 and used in MIME (RFC 2045) and PEM
21 // (RFC 1421). RFC 4648 also defines an alternate encoding, which is
22 // the standard encoding with - and _ substituted for + and /.
23 type Encoding struct {
38 // NewEncoding returns a new padded Encoding defined by the given alphabet
    [all...]
  /prebuilts/go/linux-x86/src/encoding/base64/
base64.go 5 // Package base64 implements base64 encoding as specified by RFC 4648.
9 "encoding/binary"
18 // An Encoding is a radix 64 encoding/decoding scheme, defined by a
19 // 64-character alphabet. The most common encoding is the "base64"
20 // encoding defined in RFC 4648 and used in MIME (RFC 2045) and PEM
21 // (RFC 1421). RFC 4648 also defines an alternate encoding, which is
22 // the standard encoding with - and _ substituted for + and /.
23 type Encoding struct {
38 // NewEncoding returns a new padded Encoding defined by the given alphabet
    [all...]
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.JavaExtensions/
JSystem.cs 70 case "file.encoding":
71 return System.Text.Encoding.Default.WebName;
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.JavaExtensions/
JSystem.cs 69 case "file.encoding":
70 return System.Text.Encoding.Default.WebName;
  /external/clang/lib/Format/
ContinuationIndenter.h 19 #include "Encoding.h"
43 encoding::Encoding Encoding,
143 encoding::Encoding Encoding;
TokenAnalyzer.h 21 #include "Encoding.h"
102 encoding::Encoding Encoding;
  /external/libcxxabi/test/native/arm-linux-eabi/
ttype-encoding-90.pass.sh.s 5 @ PURPOSE: Check that 0x90 is a valid value for ttype encoding.
10 @ `TType Encoding` to 0x90.
74 .byte 255 @ @LPStart Encoding = omit
75 .byte 0x90 @ @TType Encoding = indirect | pcrel
77 .byte 3 @ Call site Encoding = udata4
  /external/llvm/lib/Target/X86/
X86TargetObjectFile.cpp 27 const GlobalValue *GV, unsigned Encoding, Mangler &Mang,
33 if ((Encoding & DW_EH_PE_indirect) && (Encoding & DW_EH_PE_pcrel)) {
42 GV, Encoding, Mang, TM, MMI, Streamer);
  /external/v8/tools/
shell-utils.h 37 enum Encoding {
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/DebugInfo/DWARF/
DWARFExpression.h 36 enum Encoding : uint8_t {
51 SizeNA = 0xFF ///< Unused operands get this encoding.
61 /// Description of the encoding of one expression Op.
64 Encoding Op[2]; ///< Encoding for Op operands, or SizeNA.
66 Description(DwarfVersion Version = DwarfNA, Encoding Op1 = SizeNA,
67 Encoding Op2 = SizeNA)
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/DebugInfo/DWARF/
DWARFExpression.h 36 enum Encoding : uint8_t {
51 SizeNA = 0xFF ///< Unused operands get this encoding.
61 /// Description of the encoding of one expression Op.
64 Encoding Op[2]; ///< Encoding for Op operands, or SizeNA.
66 Description(DwarfVersion Version = DwarfNA, Encoding Op1 = SizeNA,
67 Encoding Op2 = SizeNA)
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/DebugInfo/DWARF/
DWARFExpression.h 36 enum Encoding : uint8_t {
51 SizeNA = 0xFF ///< Unused operands get this encoding.
61 /// Description of the encoding of one expression Op.
64 Encoding Op[2]; ///< Encoding for Op operands, or SizeNA.
66 Description(DwarfVersion Version = DwarfNA, Encoding Op1 = SizeNA,
67 Encoding Op2 = SizeNA)
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/DebugInfo/DWARF/
DWARFExpression.h 36 enum Encoding : uint8_t {
51 SizeNA = 0xFF ///< Unused operands get this encoding.
61 /// Description of the encoding of one expression Op.
64 Encoding Op[2]; ///< Encoding for Op operands, or SizeNA.
66 Description(DwarfVersion Version = DwarfNA, Encoding Op1 = SizeNA,
67 Encoding Op2 = SizeNA)
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/DebugInfo/DWARF/
DWARFExpression.h 36 enum Encoding : uint8_t {
51 SizeNA = 0xFF ///< Unused operands get this encoding.
61 /// Description of the encoding of one expression Op.
64 Encoding Op[2]; ///< Encoding for Op operands, or SizeNA.
66 Description(DwarfVersion Version = DwarfNA, Encoding Op1 = SizeNA,
67 Encoding Op2 = SizeNA)
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/DebugInfo/DWARF/
DWARFExpression.h 36 enum Encoding : uint8_t {
51 SizeNA = 0xFF ///< Unused operands get this encoding.
61 /// Description of the encoding of one expression Op.
64 Encoding Op[2]; ///< Encoding for Op operands, or SizeNA.
66 Description(DwarfVersion Version = DwarfNA, Encoding Op1 = SizeNA,
67 Encoding Op2 = SizeNA)
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/DebugInfo/DWARF/
DWARFExpression.h 36 enum Encoding : uint8_t {
51 SizeNA = 0xFF ///< Unused operands get this encoding.
61 /// Description of the encoding of one expression Op.
64 Encoding Op[2]; ///< Encoding for Op operands, or SizeNA.
66 Description(DwarfVersion Version = DwarfNA, Encoding Op1 = SizeNA,
67 Encoding Op2 = SizeNA)
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/DebugInfo/DWARF/
DWARFExpression.h 36 enum Encoding : uint8_t {
51 SizeNA = 0xFF ///< Unused operands get this encoding.
61 /// Description of the encoding of one expression Op.
64 Encoding Op[2]; ///< Encoding for Op operands, or SizeNA.
66 Description(DwarfVersion Version = DwarfNA, Encoding Op1 = SizeNA,
67 Encoding Op2 = SizeNA)
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++abi/test/native/arm-linux-eabi/
ttype-encoding-90.pass.sh.s 5 @ PURPOSE: Check that 0x90 is a valid value for ttype encoding.
10 @ `TType Encoding` to 0x90.
74 .byte 255 @ @LPStart Encoding = omit
75 .byte 0x90 @ @TType Encoding = indirect | pcrel
77 .byte 3 @ Call site Encoding = udata4
  /external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
TargetLoweringObjectFileImpl.h 61 MachineModuleInfo *MMI, unsigned Encoding,
96 MachineModuleInfo *MMI, unsigned Encoding,
  /external/swiftshader/third_party/LLVM/include/llvm/Target/
TargetLoweringObjectFile.h 112 MachineModuleInfo *MMI, unsigned Encoding,
122 getExprForDwarfReference(const MCSymbol *Sym, unsigned Encoding,
  /packages/apps/Test/connectivity/sl4n/rapidjson/include/rapidjson/
rapidjson.h 570 template <typename Encoding>
572 typedef typename Encoding::Ch Ch;
589 template <typename Encoding>
590 struct StreamTraits<GenericStringStream<Encoding> > {
594 //! String stream with UTF8 encoding.
604 template <typename Encoding>
606 typedef typename Encoding::Ch Ch;
630 template <typename Encoding>
631 struct StreamTraits<GenericInsituStringStream<Encoding> > {
635 //! Insitu string stream with UTF8 encoding.
    [all...]
  /external/llvm/lib/Target/AArch64/Utils/
AArch64BaseInfo.h 191 // The CondCodes constants map directly to the 4-bit encoding of the condition
272 uint16_t Encoding;
282 uint16_t Encoding;
292 uint16_t Encoding;
302 uint16_t Encoding;
312 uint16_t Encoding;
321 uint16_t Encoding;
330 uint16_t Encoding;
344 uint16_t Encoding;
433 unsigned Encoding;
    [all...]
  /prebuilts/go/darwin-x86/src/encoding/base32/
base32.go 5 // Package base32 implements base32 encoding as specified by RFC 4648.
19 // An Encoding is a radix 32 encoding/decoding scheme, defined by a
20 // 32-character alphabet. The most common is the "base32" encoding
22 // The alternate "base32hex" encoding is used in DNSSEC.
23 type Encoding struct {
37 // NewEncoding returns a new Encoding defined by the given alphabet,
39 func NewEncoding(encoder string) *Encoding {
40 e := new(Encoding)
53 // StdEncoding is the standard base32 encoding, as defined i
    [all...]
  /prebuilts/go/linux-x86/src/encoding/base32/
base32.go 5 // Package base32 implements base32 encoding as specified by RFC 4648.
19 // An Encoding is a radix 32 encoding/decoding scheme, defined by a
20 // 32-character alphabet. The most common is the "base32" encoding
22 // The alternate "base32hex" encoding is used in DNSSEC.
23 type Encoding struct {
37 // NewEncoding returns a new Encoding defined by the given alphabet,
39 func NewEncoding(encoder string) *Encoding {
40 e := new(Encoding)
53 // StdEncoding is the standard base32 encoding, as defined i
    [all...]

Completed in 1578 milliseconds

1 2 34 5 6 7 8 91011>>