Searched refs:getType (Results 51 - 75 of 1945) sorted by relevance

1234567891011>>

/external/smali/dexlib2/src/main/java/org/jf/dexlib2/iface/reference/
H A DTypeReference.java48 * getType()
58 @Nonnull String getType(); method in interface:TypeReference
63 * This is defined to be getType().hashCode()
72 * This TypeReference is equal to a CharSequence iff this.getType().equals(other.toString()).
74 * Equivalently, This TypeReference is equal to another TypeReference iff this.getType().equals(other.getType()).
84 * The comparison is defined to be this.getType().compareTo(other.toString())
/external/compiler-rt/lib/ubsan/
H A Dubsan_value.h160 CHECK(getType().isIntegerTy());
162 const unsigned Bits = getType().getIntegerBitWidth();
168 CHECK(getType().isFloatTy());
170 const unsigned Bits = getType().getFloatBitWidth();
177 const TypeDescriptor &getType() const { return Type; } function in class:__ubsan::Value
190 return getType().isSignedIntegerTy() && getSIntValue() == -1;
195 return getType().isSignedIntegerTy() && getSIntValue() < 0;
/external/deqp/framework/randomshaders/
H A DrsgVariableValue.hpp79 const VariableType& getType (void) const { return m_type; } function in class:rsg::StridedValueRead
94 const VariableType& getType (void) const { return *m_type; } function in class:rsg::ConstStridedValueAccess
97 ConstStridedValueAccess component (int compNdx) const { return ConstStridedValueAccess(getType().getElementType(), m_value + Stride*compNdx); }
98 ConstStridedValueAccess arrayElement (int elementNdx) const { return ConstStridedValueAccess(getType().getElementType(), m_value + Stride*getType().getElementScalarOffset(elementNdx)); }
99 ConstStridedValueAccess member (int memberNdx) const { return ConstStridedValueAccess(getType().getMembers()[memberNdx].getType(), m_value + Stride*getType().getMemberScalarOffset(memberNdx)); }
115 StridedValueRead<Stride> value (void) const { return StridedValueRead<Stride>(getType(), m_value); }
130 StridedValueAccess component (int compNdx) { return StridedValueAccess(this->getType()
203 const VariableType& getType (void) const { return *m_type; } function in class:rsg::ConstValueRangeAccess
280 const VariableType& getType (void) const { return m_type; } function in class:rsg::ValueRange
359 const VariableType& getType (void) const { return m_variable->getType(); } function in class:rsg::VariableValue
[all...]
/external/chromium_org/third_party/skia/src/animator/
H A DSkScriptCallBack.h30 virtual Type getType() const = 0;
41 virtual Type getType() const { return kFunction; } function in class:SkScriptCallBackFunction
48 virtual Type getType() const { return kMember; } function in class:SkScriptCallBackMember
56 virtual Type getType() const { return kMemberFunction; } function in class:SkScriptCallBackMemberFunction
64 virtual Type getType() const { return kProperty; } function in class:SkScriptCallBackProperty
/external/skia/src/animator/
H A DSkScriptCallBack.h30 virtual Type getType() const = 0;
41 virtual Type getType() const { return kFunction; } function in class:SkScriptCallBackFunction
48 virtual Type getType() const { return kMember; } function in class:SkScriptCallBackMember
56 virtual Type getType() const { return kMemberFunction; } function in class:SkScriptCallBackMemberFunction
64 virtual Type getType() const { return kProperty; } function in class:SkScriptCallBackProperty
/external/llvm/lib/IR/
H A DIRBuilder.cpp29 GlobalVariable *GV = new GlobalVariable(M, StrConstant->getType(),
43 PointerType *PT = cast<PointerType>(Ptr->getType());
68 Type *Tys[] = { Ptr->getType(), Size->getType() };
88 Type *Tys[] = { Dst->getType(), Src->getType(), Size->getType() };
112 Type *Tys[] = { Dst->getType(), Src->getType(), Size->getType() };
[all...]
/external/javassist/src/main/javassist/runtime/
H A DDesc.java70 return getType(desc, desc.length(), 1, 0);
77 public static Class getType(String desc) { method in class:Desc
78 Class[] result = getType(desc, desc.length(), 0, 0);
85 private static Class[] getType(String desc, int descLen, method in class:Desc
127 Class[] result = getType(desc, descLen, start + 1, num + 1);
150 Class[] result = getType(desc, descLen, end + 1, num + 1);
/external/mockito/cglib-and-asm/src/org/mockito/asm/tree/analysis/
H A DBasicInterpreter.java117 return newValue(Type.getType(cst.getClass()));
122 return newValue(Type.getType(((FieldInsnNode) insn).desc));
180 return newValue(Type.getType(((FieldInsnNode) insn).desc));
184 return newValue(Type.getType("[Z"));
186 return newValue(Type.getType("[C"));
188 return newValue(Type.getType("[B"));
190 return newValue(Type.getType("[S"));
192 return newValue(Type.getType("[I"));
194 return newValue(Type.getType("[F"));
196 return newValue(Type.getType("[
[all...]
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/
H A DUnbufferedTokenStream.java67 public boolean isEOF(Token o) { return o.getType() == Token.EOF; }
75 public int LA(int i) { return LT(i).getType(); }
/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/cert/
H A DCRLTest.java49 * Test #1 for <code>getType()</code> method<br>
54 assertEquals("TEST_TYPE", crl.getType());
58 * Test #2 for <code>getType()</code> method<br>
63 assertNull(crl.getType());
/external/apache-xml/src/main/java/org/apache/xpath/objects/
H A DXBoolean.java81 public int getType() method in class:XBoolean
155 if (obj2.getType() == XObject.CLASS_NODESET)
/external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/
H A DEnhancedBookmarksBridge.java29 id.getType());
33 nativeSetBookmarkDescription(mNativeEnhancedBookmarksBridge, id.getId(), id.getType(),
/external/chromium_org/third_party/skia/include/core/
H A DSkRRect.h91 Type getType() const { function in class:SkRRect
101 Type type() const { return this->getType(); }
103 inline bool isEmpty() const { return kEmpty_Type == this->getType(); }
104 inline bool isRect() const { return kRect_Type == this->getType(); }
105 inline bool isOval() const { return kOval_Type == this->getType(); }
106 inline bool isSimple() const { return kSimple_Type == this->getType(); }
110 inline bool isNinePatch() const { return kNinePatch_Type == this->getType(); }
111 inline bool isComplex() const { return kComplex_Type == this->getType(); }
/external/chromium_org/third_party/skia/src/svg/
H A DSkSVGClipPath.cpp29 SkASSERT(child->getType() == SkSVGType_Use);
35 if (ref->getType() == SkSVGType_Rect)
/external/deqp/executor/
H A DxeTestCaseResult.cpp72 switch (value.getType())
81 DE_ASSERT(value.getType() == NumericValue::TYPE_EMPTY);
/external/deqp/framework/opengl/
H A DgluFboRenderContext.hpp51 virtual ContextType getType (void) const { return m_context->getType(); } function in class:glu::FboRenderContext
/external/junit/src/org/junit/runners/model/
H A DFrameworkField.java53 * @see java.lang.reflect.Field#getType()
55 public Class<?> getType() { method in class:FrameworkField
56 return fField.getType();
/external/llvm/lib/Target/R600/
H A DSITypeRewriter.cpp83 Type *PtrTy = Ptr->getType();
95 Value *BitCastLoad = Builder.CreateBitCast(Load, I.getType());
111 if (Arg->getType() == v16i8) {
116 } else if (Arg->getType()->isVectorTy() &&
117 Arg->getType()->getVectorNumElements() == 1 &&
118 Arg->getType()->getVectorElementType() ==
120 Type *ElementTy = Arg->getType()->getVectorElementType();
130 Types.push_back(Arg->getType());
/external/mockito/cglib-and-asm/src/org/mockito/cglib/core/
H A DVisibilityPredicate.java28 pkg = TypeUtils.getPackageName(Type.getType(source));
40 return pkg.equals(TypeUtils.getPackageName(Type.getType(((Member)arg).getDeclaringClass())));
/external/proguard/src/proguard/classfile/attribute/
H A DEnclosingMethodAttribute.java95 public String getType(Clazz clazz) method in class:EnclosingMethodAttribute
97 return clazz.getType(u2nameAndTypeIndex);
/external/proguard/src/proguard/classfile/constant/
H A DRefConstant.java101 public String getType(Clazz clazz) method in class:RefConstant
103 return clazz.getType(u2nameAndTypeIndex);
/external/skia/include/core/
H A DSkRRect.h91 Type getType() const { function in class:SkRRect
101 Type type() const { return this->getType(); }
103 inline bool isEmpty() const { return kEmpty_Type == this->getType(); }
104 inline bool isRect() const { return kRect_Type == this->getType(); }
105 inline bool isOval() const { return kOval_Type == this->getType(); }
106 inline bool isSimple() const { return kSimple_Type == this->getType(); }
110 inline bool isNinePatch() const { return kNinePatch_Type == this->getType(); }
111 inline bool isComplex() const { return kComplex_Type == this->getType(); }
/external/skia/src/svg/
H A DSkSVGClipPath.cpp29 SkASSERT(child->getType() == SkSVGType_Use);
35 if (ref->getType() == SkSVGType_Rect)
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/immutable/reference/
H A DImmutableFieldReference.java60 fieldReference.getType());
65 @Nonnull public String getType() { return type; } method in class:ImmutableFieldReference
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/writer/builder/
H A DBuilderAnnotation.java57 @Nonnull @Override public String getType() { method in class:BuilderAnnotation
58 return type.getType();

Completed in 4110 milliseconds

1234567891011>>