Searched refs:getReturnType (Results 1 - 25 of 111) sorted by relevance

12345

/external/dexmaker/src/dx/java/com/android/dx/dex/file/
H A DProtoIdItem.java72 sb.append(shortFormCharFor(prototype.getReturnType()));
116 typeIds.intern(prototype.getReturnType());
128 int returnIdx = file.getTypeIds().indexOf(prototype.getReturnType());
133 sb.append(prototype.getReturnType().toHuman());
151 " // " + prototype.getReturnType().toHuman());
/external/llvm/lib/Transforms/Scalar/
H A DSimplifyLibCalls.cpp144 FT->getReturnType() != B.getInt8PtrTy() ||
145 FT->getParamType(0) != FT->getReturnType() ||
146 FT->getParamType(1) != FT->getReturnType())
196 FT->getReturnType() != B.getInt8PtrTy() ||
197 FT->getParamType(0) != FT->getReturnType() ||
198 FT->getParamType(1) != FT->getReturnType() ||
243 FT->getReturnType() != B.getInt8PtrTy() ||
244 FT->getParamType(0) != FT->getReturnType() ||
292 FT->getReturnType() != B.getInt8PtrTy() ||
293 FT->getParamType(0) != FT->getReturnType() ||
[all...]
/external/javassist/src/main/javassist/tools/reflect/
H A DMetaobject.java147 public final Class getReturnType(int identifier) { method in class:Metaobject
148 return methods[identifier].getReturnType();
H A DClassMetaobject.java330 public final Class getReturnType(int identifier) { method in class:ClassMetaobject
331 return getReflectiveMethods()[identifier].getReturnType();
/external/junit/src/org/junit/runners/model/
H A DFrameworkMethod.java90 if (fMethod.getReturnType() != Void.TYPE)
134 && ((Class<?>) type).isAssignableFrom(fMethod.getReturnType());
/external/llvm/lib/Transforms/Utils/
H A DUnifyFunctionExitNodes.cpp95 if (F.getReturnType()->isVoidTy()) {
99 PN = PHINode::Create(F.getReturnType(), ReturningBlocks.size(),
/external/dexmaker/src/dx/java/com/android/dx/rop/cst/
H A DCstBaseMethodRef.java108 return prototype.getReturnType();
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/lang/reflect/
H A DMethodTest.java289 * @tests java.lang.reflect.Method#getReturnType()
293 // java.lang.reflect.Method.getReturnType()
299 .getReturnType().equals(char.class));
303 .getReturnType().equals(long.class));
307 .getReturnType().equals(short.class));
311 + mth.getReturnType(), mth.getReturnType().equals(int.class));
315 .getReturnType().equals(double.class));
319 .getReturnType().equals(byte.class));
323 .getReturnType()
[all...]
/external/javassist/src/main/javassist/
H A DCtMethod.java215 public CtClass getReturnType() throws NotFoundException { method in class:CtMethod
279 retType = getReturnType();
/external/easymock/src/org/easymock/internal/
H A DRecordState.java78 return emptyReturnValueFor(invocation.getMethod().getReturnType());
251 Class<?> returnType = lastInvocation.getMethod().getReturnType();
288 Class<?> returnedType = lastInvocation.getMethod().getReturnType();
346 Class<?> returnType = lastInvocation.getMethod().getReturnType();
/external/junit/src/org/junit/internal/runners/
H A DMethodValidator.java83 if (each.getReturnType() != Void.TYPE)
/external/skia/src/animator/
H A DSkScriptCallBack.h26 virtual SkOperand2::OpType getReturnType(size_t ref, SkOperand2*) { function in class:SkScriptCallBack
H A DSkAnimatorScript2.cpp89 virtual SkOperand2::OpType getReturnType(int index) { function in class:SkAnimatorScript_Box
141 SkAnimatorScript2::ToDisplayType(fEngine->getReturnType()));
146 SkASSERT(value.fType == fEngine->getReturnType());
184 virtual SkOperand2::OpType getReturnType(size_t index) { function in class:SkAnimatorScript_ID
344 virtual SkOperand2::OpType getReturnType(int /*index*/, SkOperand2* operand) { function in class:SkAnimatorScript_Unbox
/external/llvm/lib/Transforms/IPO/
H A DIPConstantPropagation.cpp160 if (F.getReturnType()->isVoidTy())
170 StructType *STy = dyn_cast<StructType>(F.getReturnType());
175 RetVals.push_back(UndefValue::get(F.getReturnType()));
H A DDeadArgumentElimination.cpp212 FunctionType *NFTy = FunctionType::get(FTy->getReturnType(),
345 if (F->getReturnType()->isVoidTy())
347 else if (StructType *STy = dyn_cast<StructType>(F->getReturnType()))
479 != F.getFunctionType()->getReturnType()) {
494 Type *STy = dyn_cast<StructType>(F.getReturnType());
662 Type *RetTy = FTy->getReturnType();
789 RAttrs &= ~Attribute::typeIncompatible(NF->getReturnType());
915 if (F->getReturnType() != NF->getReturnType())
920 if (NFTy->getReturnType()
[all...]
/external/llvm/lib/VMCore/
H A DInlineAsm.cpp280 if (!Ty->getReturnType()->isVoidTy()) return false;
283 if (Ty->getReturnType()->isStructTy()) return false;
286 StructType *STy = dyn_cast<StructType>(Ty->getReturnType());
/external/littlemock/src/com/google/testing/littlemock/
H A DLittleMock.java120 @Override public Class<?> getReturnType() {
134 public Class<?> getReturnType() { return null; }
144 public Class<?> getReturnType() { return null; }
567 areEqual(first.getReturnType(), second.getReturnType()) &&
694 return defaultReturnValue(method.getReturnType());
716 return defaultReturnValue(method.getReturnType());
779 return defaultReturnValue(method.getReturnType());
806 public Class<?> getReturnType() {
807 return stubbingAction.getReturnType();
987 public Class<?> getReturnType(); method in interface:LittleMock.Action
[all...]
/external/dexmaker/src/main/java/com/google/dexmaker/
H A DMethodId.java57 public TypeId<R> getReturnType() { method in class:MethodId
/external/javassist/src/main/javassist/bytecode/analysis/
H A DFramePrinter.java67 + method.getReturnType().getName() + " " + method.getName()
/external/javassist/src/main/javassist/bytecode/annotation/
H A DArrayMemberValue.java63 clazz = method.getReturnType().getComponentType();
/external/clang/lib/CodeGen/
H A DCGCall.h252 CanQualType getReturnType() const { return getArgsBuffer()[0].type; } function in class:clang::CodeGen::CGFunctionInfo
264 getReturnType().Profile(ID);
/external/android-mock/src/com/google/android/testing/mocking/
H A DAndroidMockGenerator.java186 methodSignature.append(getClassName(method.getReturnType()));
413 Class<?> returnType = method.getReturnType();
433 if (!method.getReturnType().equals(Void.TYPE)) {
/external/guava/guava-tests/test/com/google/common/collect/
H A DForwardingTestCase.java71 return getDefaultValue(method.getReturnType());
/external/javassist/src/main/javassist/expr/
H A DMethodCall.java164 public CtClass getReturnType() throws NotFoundException {
165 return Descriptor.getReturnType(getMethodDesc(),
208 CtClass retType = Descriptor.getReturnType(signature, cp);
/external/smali/dexlib/src/main/java/org/jf/dexlib/
H A DProtoIdItem.java175 public TypeIdItem getReturnType() { method in class:ProtoIdItem

Completed in 587 milliseconds

12345