Searched defs:getReturnType (Results 1 - 22 of 22) sorted by relevance

/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/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/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
H A DSkScript2.h45 SkOperand2::OpType getReturnType() { return fReturnType; } function in class:SkScriptEngine2
/external/dexmaker/src/dx/java/com/android/dx/rop/type/
H A DPrototype.java321 public Type getReturnType() { method in class:Prototype
/external/smali/dexlib/src/main/java/org/jf/dexlib/
H A DProtoIdItem.java175 public TypeIdItem getReturnType() { method in class:ProtoIdItem
/external/javassist/src/main/javassist/
H A DCtMethod.java215 public CtClass getReturnType() throws NotFoundException { method in class:CtMethod
279 retType = getReturnType();
/external/javassist/src/main/javassist/bytecode/
H A DDescriptor.java480 public static CtClass getReturnType(String desc, ClassPool cp) method in class:Descriptor
H A DSignatureAttribute.java256 public Type getReturnType() { return retType; } method in class:SignatureAttribute.MethodSignature
/external/llvm/include/llvm/
H A DDerivedTypes.h121 Type *getReturnType() const { return ContainedTys[0]; } function in class:llvm::FunctionType
/external/llvm/lib/VMCore/
H A DFunction.cpp147 Type *Function::getReturnType() const { function in class:Function
148 return getFunctionType()->getReturnType();
167 assert(FunctionType::isValidReturnType(getReturnType()) &&
/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/webkit/Source/ThirdParty/ANGLE/src/compiler/
H A DSymbolTable.h161 const TType& getReturnType() const { return returnType; } function in class:TFunction
/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/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.objectweb.asm_3.2.0.v200909071300.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.core.commands_3.6.0.I20100512-1500.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jdt.apt.core_3.3.401.R36_v20100727-0110.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.equinox.p2.repository.tools_2.0.1.R36x_v20100823.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/dexmaker/lib/
H A Djarjar.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/tonicsystems/ com/tonicsystems/jarjar/ com/tonicsystems/jarjar/AbstractDepHandler ...

Completed in 533 milliseconds