HomeSort by relevance Sort by last modified time
    Searched defs:getValueType (Results 1 - 25 of 59) sorted by null

1 2 3

  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/iface/value/
EncodedValue.java 47 int getValueType();
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/base/value/
BaseNullEncodedValue.java 55 return Ints.compare(getValueType(), o.getValueType());
58 public int getValueType() { return ValueType.NULL; }
BaseAnnotationEncodedValue.java 62 int res = Ints.compare(getValueType(), o.getValueType());
70 public int getValueType() {
BaseArrayEncodedValue.java 58 int res = Ints.compare(getValueType(), o.getValueType());
63 public int getValueType() { return ValueType.ARRAY; }
BaseBooleanEncodedValue.java 59 int res = Ints.compare(getValueType(), o.getValueType());
64 public int getValueType() { return ValueType.BOOLEAN; }
BaseByteEncodedValue.java 58 int res = Ints.compare(getValueType(), o.getValueType());
63 public int getValueType() { return ValueType.BYTE; }
BaseCharEncodedValue.java 59 int res = Ints.compare(getValueType(), o.getValueType());
64 public int getValueType() { return ValueType.CHAR; }
BaseDoubleEncodedValue.java 60 int res = Ints.compare(getValueType(), o.getValueType());
65 public int getValueType() { return ValueType.DOUBLE; }
BaseEnumEncodedValue.java 58 int res = Ints.compare(getValueType(), o.getValueType());
63 public int getValueType() { return ValueType.ENUM; }
BaseFieldEncodedValue.java 58 int res = Ints.compare(getValueType(), o.getValueType());
63 public int getValueType() { return ValueType.FIELD; }
BaseFloatEncodedValue.java 58 int res = Ints.compare(getValueType(), o.getValueType());
63 public int getValueType() { return ValueType.FLOAT; }
BaseIntEncodedValue.java 58 int res = Ints.compare(getValueType(), o.getValueType());
63 public int getValueType() { return ValueType.INT; }
BaseLongEncodedValue.java 61 int res = Ints.compare(getValueType(), o.getValueType());
66 public int getValueType() { return ValueType.LONG; }
BaseMethodEncodedValue.java 58 int res = Ints.compare(getValueType(), o.getValueType());
63 public int getValueType() { return ValueType.METHOD; }
BaseShortEncodedValue.java 59 int res = Ints.compare(getValueType(), o.getValueType());
64 public int getValueType() { return ValueType.SHORT; }
BaseStringEncodedValue.java 58 int res = Ints.compare(getValueType(), o.getValueType());
63 public int getValueType() { return ValueType.STRING; }
BaseTypeEncodedValue.java 58 int res = Ints.compare(getValueType(), o.getValueType());
63 public int getValueType() { return ValueType.TYPE; }
  /external/smack/asmack-master/static-src/novell-openldap-jldap/com/novell/sasl/client/
ParsedDirective.java 50 int getValueType()
  /external/smack/src/com/novell/sasl/client/
ParsedDirective.java 50 int getValueType()
  /external/chromium_org/android_webview/java/src/org/chromium/android_webview/
AndroidProtocolHandler.java 72 private static int getValueType(Context context, int fieldId) {
107 int valueType = getValueType(context, fieldId);
  /external/llvm/utils/TableGen/
CodeGenTarget.cpp 36 /// getValueType - Return the MVT::SimpleValueType that the specified TableGen
38 MVT::SimpleValueType llvm::getValueType(Record *Rec) {
392 Ty = ::getValueType(R->getValueAsDef("Ty"));
511 VT = getValueType(TyEl->getValueAsDef("VT"));
545 VT = getValueType(TyEl->getValueAsDef("VT"));
CodeGenTarget.h 51 /// getValueType - Return the MVT::SimpleValueType that the specified TableGen
53 MVT::SimpleValueType getValueType(Record *Rec);
207 MVT::SimpleValueType getValueType() const { return Ty; }
  /external/clang/lib/CodeGen/
CGAtomic.cpp 44 ValueTy = AtomicTy->castAs<AtomicType>()->getValueType();
69 QualType getValueType() const { return ValueTy; }
112 return LValue::MakeAddr(addr, getValueType(), lvalue.getAlignment(),
481 MemTy = AT->getValueType();
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
MemRegion.cpp 236 QualType ObjCIvarRegion::getValueType() const {
240 QualType CXXBaseObjectRegion::getValueType() const {
485 os << "temp_object{" << getValueType().getAsString() << ','
973 const CXXRecordDecl *Class = Super->getValueType()->getAsCXXRecordDecl();
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.databinding.property_1.3.0.I20100601-0800.jar 

Completed in 367 milliseconds

1 2 3