Searched refs:getType (Results 76 - 100 of 1945) sorted by relevance

1234567891011>>

/external/smali/dexlib2/src/main/java/org/jf/dexlib2/writer/builder/
H A DBuilderMethodParameter.java52 @Nonnull @Override public String getType() { method in class:BuilderMethodParameter
53 return type.getType();
/external/antlr/antlr-3.4/gunit/src/main/java/org/antlr/gunit/
H A DBooleanTest.java43 public int getType() { method in class:BooleanTest
/external/chromium_org/third_party/angle/src/compiler/translator/
H A DIntermediate.cpp127 if (left->getType().getStruct() || right->getType().getStruct())
129 if (left->getType() != right->getType())
187 if (child->getType().getBasicType() != EbtBool ||
188 child->getType().isMatrix() ||
189 child->getType().isArray() ||
190 child->getType().isVector())
201 if (child->getType().getBasicType() == EbtStruct ||
202 child->getType()
[all...]
/external/chromium_org/third_party/angle/src/libGLESv2/
H A DQuery.h38 GLenum getType() const;
/external/chromium_org/third_party/icu/source/i18n/
H A Ddangical.h105 const char * getType() const;
/external/chromium_org/third_party/skia/src/animator/
H A DSkAnimateSet.cpp52 fFieldInfo->getType(), to);
63 SkDisplayTypes outType = fFieldInfo->getType();
66 if (fValues.getType() == SkType_Unknown) {
74 SkASSERT(fValues.getType() == outType);
H A DSkExtras.h28 virtual SkDisplayTypes getType(const char match[], size_t len ) = 0;
H A DSkOpArray.h21 SkOperand2::OpType getType() { return fType; } function in class:SkOpArray
/external/dexmaker/src/dx/java/com/android/dx/rop/cst/
H A DCstEnumRef.java52 public Type getType() { method in class:CstEnumRef
/external/emma/core/java12/com/vladium/emma/report/
H A DIReportGenerator.java25 String getType (); method in interface:IReportGenerator
/external/icu/icu4c/source/i18n/
H A Ddangical.h105 const char * getType() const;
/external/llvm/lib/Analysis/IPA/
H A DFindUsedTypes.cpp44 IncorporateType(V->getType());
64 IncorporateType(I->getType());
70 IncorporateType(MI->getType());
80 IncorporateType(I.getType()); // Incorporate the type of the instruction
/external/mockito/cglib-and-asm/src/org/mockito/asm/tree/
H A DIntInsnNode.java70 public int getType() { method in class:IntInsnNode
H A DLdcInsnNode.java63 public int getType() { method in class:LdcInsnNode
H A DVarInsnNode.java76 public int getType() { method in class:VarInsnNode
/external/proguard/src/proguard/classfile/constant/
H A DMethodTypeConstant.java76 public String getType(Clazz clazz) method in class:MethodTypeConstant
/external/skia/src/animator/
H A DSkAnimateSet.cpp52 fFieldInfo->getType(), to);
63 SkDisplayTypes outType = fFieldInfo->getType();
66 if (fValues.getType() == SkType_Unknown) {
74 SkASSERT(fValues.getType() == outType);
H A DSkExtras.h28 virtual SkDisplayTypes getType(const char match[], size_t len ) = 0;
H A DSkOpArray.h21 SkOperand2::OpType getType() { return fType; } function in class:SkOpArray
/external/smack/src/org/jivesoftware/smack/filter/
H A DIQTypeFilter.java46 return (packet instanceof IQ && ((IQ) packet).getType().equals(type));
H A DMessageTypeFilter.java50 return ((Message) packet).getType().equals(this.type);
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/dexbacked/
H A DDexBackedTypedExceptionHandler.java47 @Nonnull @Override public String getExceptionType() { return dexFile.getType(typeId); }
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/iface/
H A DAnnotation.java58 @Nonnull String getType(); method in interface:Annotation
77 * hashCode = hashCode*31 + getType().hashCode();
89 * of getVisibility(), getType(), and getElements() are all equal.
99 * The comparison is based on the value of getVisibility(), getType() and getElements(), in that order. When
H A DMethodParameter.java58 @Nonnull String getType(); method in interface:MethodParameter
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/iface/reference/
H A DFieldReference.java60 @Nonnull String getType(); method in interface:FieldReference
71 * hashCode = hashCode*31 + getType().hashCode();
82 * the return values of getDefiningClass(), getName() and getType() are all equal.
93 * getType(), in that order.

Completed in 1375 milliseconds

1234567891011>>