HomeSort by relevance Sort by last modified time
    Searched refs:EncodingType (Results 1 - 16 of 16) sorted by null

  /external/google-tv-pairing-protocol/java/src/com/google/polo/pairing/message/
EncodingOption.java 27 * Options.Encoding.EncodingType in polo.proto.
29 public enum EncodingType {
38 private EncodingType(int intVal) {
42 public static EncodingType fromIntVal(int intVal) {
43 for (EncodingType encType : EncodingType.values()) {
48 return EncodingType.ENCODING_UNKNOWN;
56 private EncodingType mType;
60 public EncodingOption(EncodingType type, int symbolLength) {
70 public EncodingType getType()
    [all...]
  /external/google-tv-pairing-protocol/cpp/src/polo/encoding/
encodingoption.h 32 enum EncodingType {
52 EncodingOption(EncodingType encoding_type, uint32_t symbol_length);
55 EncodingType encoding_type() const;
98 EncodingType encoding_type_;
encodingoption.cc 22 EncodingOption::EncodingOption(EncodingOption::EncodingType encoding_type,
28 EncodingOption::EncodingType EncodingOption::encoding_type() const {
  /external/llvm/lib/Target/X86/MCTargetDesc/
X86MCAsmInfo.cpp 134 WinEHEncodingType = WinEH::EncodingType::Itanium;
139 WinEHEncodingType = WinEH::EncodingType::X86;
161 WinEHEncodingType = WinEH::EncodingType::Itanium;
  /external/google-tv-pairing-protocol/java/src/com/google/polo/wire/xml/
XmlMessageBuilder.java 29 import com.google.polo.pairing.message.EncodingOption.EncodingType;
377 EncodingType type = encodingTypeFromIntValue(intType);
591 * Converts an {@link EncodingType} to the numeric value used on the wire.
594 * those returned by {@link EncodingType#getAsInt()}, hence the extra method.
596 * @param type the {@link EncodingType}
599 private static int encodingTypeToIntVal(EncodingType type) {
617 * {@link EncodingType}.
620 * those returned by {@link EncodingType#getAsInt()}, hence the extra method.
623 * @return the corresponding {@link EncodingType}
625 private static EncodingType encodingTypeFromIntValue(int intType)
    [all...]
  /external/google-tv-pairing-protocol/cpp/src/polo/wire/protobuf/
protobufwireadapter.h 126 encoding::EncodingOption::EncodingType type);
130 encoding::EncodingOption::EncodingType EncodingTypeFromProto(
protobufwireadapter.cc 416 encoding::EncodingOption::EncodingType type) {
431 encoding::EncodingOption::EncodingType
  /external/llvm/include/llvm/MC/
MCAsmInfo.h 32 enum class EncodingType {
324 WinEH::EncodingType WinEHEncodingType;
521 WinEH::EncodingType getWinEHEncodingType() const { return WinEHEncodingType; }
532 (WinEHEncodingType != WinEH::EncodingType::Invalid &&
533 WinEHEncodingType != WinEH::EncodingType::X86);
  /external/google-tv-pairing-protocol/java/src/com/google/polo/wire/protobuf/
ProtobufWireAdapter.java 556 EncodingOption.EncodingType type;
560 type = EncodingOption.EncodingType.ENCODING_ALPHANUMERIC;
563 type = EncodingOption.EncodingType.ENCODING_HEXADECIMAL;
566 type = EncodingOption.EncodingType.ENCODING_NUMERIC;
569 type = EncodingOption.EncodingType.ENCODING_QRCODE;
572 type = EncodingOption.EncodingType.ENCODING_UNKNOWN;
  /packages/apps/Test/connectivity/sl4n/rapidjson/include/rapidjson/
pointer.h 73 typedef typename ValueType::EncodingType EncodingType; //!< Encoding type from Value
74 typedef typename EncodingType::Ch Ch; //!< Character type from Value
443 ValueType& Create(GenericDocument<EncodingType, typename ValueType::AllocatorType, stackAllocator>& document, bool* alreadyExist = 0) const {
538 ValueType& GetWithDefault(GenericDocument<EncodingType, typename ValueType::AllocatorType, stackAllocator>& document, const ValueType& defaultValue) const {
544 ValueType& GetWithDefault(GenericDocument<EncodingType, typename ValueType::AllocatorType, stackAllocator>& document, const Ch* defaultValue) const {
551 ValueType& GetWithDefault(GenericDocument<EncodingType, typename ValueType::AllocatorType, stackAllocator>& document, const std::basic_string<Ch>& defaultValue) const {
562 GetWithDefault(GenericDocument<EncodingType, typename ValueType::AllocatorType, stackAllocator>& document, T defaultValue) const {
614 ValueType& Set(GenericDocument<EncodingType, typename ValueType::AllocatorType, stackAllocator>& document, ValueType& value) const {
620 ValueType& Set(GenericDocument<EncodingType, typename ValueType::AllocatorType, stackAllocator>& document, const ValueType& value) const
    [all...]
document.h 399 template <typename T> struct IsGenericValueImpl<T, typename Void<typename T::EncodingType>::Type, typename Void<typename T::AllocatorType>::Type>
400 : IsBaseOf<GenericValue<typename T::EncodingType, typename T::AllocatorType>, T>::Type {};
425 typedef Encoding EncodingType; //!< Encoding type from template parameter.
    [all...]
  /external/llvm/lib/MC/
MCAsmInfo.cpp 88 WinEHEncodingType = WinEH::EncodingType::Invalid;
  /external/google-tv-pairing-protocol/java/src/com/google/polo/wire/json/
JsonMessageBuilder.java 29 import com.google.polo.pairing.message.EncodingOption.EncodingType;
322 EncodingType type = EncodingType.fromIntVal(intType);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
certenroll.h 481 typedef enum EncodingType {
497 } EncodingType;
    [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
AsmPrinter.cpp 271 case WinEH::EncodingType::Invalid:
273 case WinEH::EncodingType::X86:
274 case WinEH::EncodingType::Itanium:
    [all...]
  /prebuilts/tools/common/m2/repository/tightvnc/
tightvnc.jar 

Completed in 4147 milliseconds