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

1 2 3

  /cts/tools/signature-tools/src/signature/model/
IMethod.java 34 ITypeReference getReturnType();
  /cts/tools/dex-tools/src/dex/structure/
DexMethod.java 35 public String getReturnType();
  /cts/tools/signature-tools/src/signature/compare/model/subst/
MethodProjection.java 39 public ITypeReference getReturnType() {
41 .getReturnType(), mappings);
  /external/littlemock/src/com/google/testing/littlemock/
LittleMock.java 120 @Override public Class<?> getReturnType() {
134 public Class<?> getReturnType() { return null; }
144 public Class<?> getReturnType() { return null; }
525 areEqual(first.getReturnType(), second.getReturnType()) &&
652 return defaultReturnValue(method.getReturnType());
674 return defaultReturnValue(method.getReturnType());
737 return defaultReturnValue(method.getReturnType());
764 public Class<?> getReturnType() {
765 return stubbingAction.getReturnType();
    [all...]
  /cts/tools/signature-tools/src/signature/model/impl/
SigMethod.java 37 public ITypeReference getReturnType() {
53 builder.append(method.getReturnType());
  /cts/tools/cts-api-coverage/src/com/android/cts/apicoverage/
ApiMethod.java 56 public String getReturnType() {
  /external/skia/src/animator/
SkScriptCallBack.h 26 virtual SkOperand2::OpType getReturnType(size_t ref, SkOperand2*) {
  /dalvik/dx/src/com/android/dx/dex/file/
ProtoIdItem.java 72 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/dexmaker/src/dx/java/com/android/dx/dex/file/
ProtoIdItem.java 72 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/dexmaker/src/main/java/com/google/dexmaker/
MethodId.java 57 public TypeId<R> getReturnType() {
  /dalvik/dexgen/src/com/android/dexgen/dex/file/
ProtoIdItem.java 75 sb.append(shortFormCharFor(prototype.getReturnType()));
119 typeIds.intern(prototype.getReturnType());
131 int returnIdx = file.getTypeIds().indexOf(prototype.getReturnType());
136 sb.append(prototype.getReturnType().toHuman());
154 " // " + prototype.getReturnType().toHuman());
  /development/tools/mkstubs/src/com/android/mkstubs/sourcer/
SignatureSourcer.java 42 * get later using {@link #getReturnType()}, {@link #getParameters()}, {@link #getSuperClass()}
119 public SignatureSourcer getReturnType() {
  /external/javassist/src/main/javassist/tools/reflect/
Metaobject.java 147 public final Class getReturnType(int identifier) {
148 return methods[identifier].getReturnType();
ClassMetaobject.java 330 public final Class getReturnType(int identifier) {
331 return getReflectiveMethods()[identifier].getReturnType();
  /external/smali/dexlib/src/main/java/org/jf/dexlib/
ProtoIdItem.java 175 public TypeIdItem getReturnType() {
  /frameworks/native/opengl/libs/GLES_trace/tools/
genapi.py 277 self.ret = self.getReturnType(apientry)
286 def getReturnType(self, apientry):
  /cts/tools/dex-tools/src/dex/reader/
DexMethodImpl.java 100 public String getReturnType() {
145 builder.append(formatter.format(getReturnType()));
  /dalvik/dexgen/src/com/android/dexgen/rop/type/
Prototype.java 317 public Type getReturnType() {
  /dalvik/dx/src/com/android/dx/rop/type/
Prototype.java 321 public Type getReturnType() {
  /external/dexmaker/src/dx/java/com/android/dx/rop/type/
Prototype.java 321 public Type getReturnType() {
  /external/javassist/src/main/javassist/
CtMethod.java 215 public CtClass getReturnType() throws NotFoundException {
279 retType = getReturnType();
CtNewMethod.java 357 code.addReturn(delegate.getReturnType());
  /external/javassist/src/main/javassist/compiler/
AccessorMaker.java 131 code.addReturn(Descriptor.getReturnType(desc, pool));
  /external/llvm/include/llvm/
DerivedTypes.h 121 Type *getReturnType() const { return ContainedTys[0]; }
  /external/llvm/lib/VMCore/
Function.cpp 148 Type *Function::getReturnType() const {
149 return getFunctionType()->getReturnType();
168 assert(FunctionType::isValidReturnType(getReturnType()) &&

Completed in 539 milliseconds

1 2 3