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

1 2 3 4 5 6 7 8

  /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);
  /frameworks/testing/uiautomator/library/src/com/android/uiautomator/testrunner/
UiAutomatorTestCaseFilter.java 34 (method.getReturnType().getSimpleName().equals("void")));
  /libcore/luni/src/main/java/java/lang/
Void.java 41 return (Class<Void>) method.getReturnType();
  /cts/tools/signature-tools/src/signature/model/impl/
SigMethod.java 37 public ITypeReference getReturnType() {
53 builder.append(method.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());
  /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());
  /development/tools/mkstubs/tests/com/android/mkstubs/sourcer/
SignatureSourcerTest.java 49 String result = mSourcer.getReturnType().toString();
61 String result = mSourcer.getReturnType().toString();
122 String result = mSourcer.getReturnType().toString();
  /cts/tools/cts-api-coverage/src/com/android/cts/apicoverage/
ApiMethod.java 56 public String getReturnType() {
  /external/llvm/lib/Transforms/Scalar/
SimplifyLibCalls.cpp 139 FT->getReturnType() != B.getInt8PtrTy() ||
140 FT->getParamType(0) != FT->getReturnType() ||
141 FT->getParamType(1) != FT->getReturnType())
189 FT->getReturnType() != B.getInt8PtrTy() ||
190 FT->getParamType(0) != FT->getReturnType() ||
191 FT->getParamType(1) != FT->getReturnType() ||
237 FT->getReturnType() != B.getInt8PtrTy() ||
238 FT->getParamType(0) != FT->getReturnType() ||
286 FT->getReturnType() != B.getInt8PtrTy() ||
287 FT->getParamType(0) != FT->getReturnType() ||
    [all...]
  /cts/tools/signature-tools/test/signature/converter/
ConvertEnumTest.java 141 assertTrue(values.getReturnType() instanceof IArrayType);
142 assertSame(c, ((IClassReference)((IArrayType)values.getReturnType()).getComponentType()).getClassDefinition());
152 assertSame(c, ((IClassReference)valueOf.getReturnType()).getClassDefinition());
184 assertTrue(values.getReturnType() instanceof IArrayType);
185 assertSame(c, ((IClassReference)((IArrayType)values.getReturnType()).getComponentType()).getClassDefinition());
  /external/javassist/src/main/javassist/tools/reflect/
Metaobject.java 147 public final Class getReturnType(int identifier) {
148 return methods[identifier].getReturnType();
  /external/junit/src/org/junit/runners/model/
FrameworkMethod.java 90 if (fMethod.getReturnType() != Void.TYPE)
134 && ((Class<?>) type).isAssignableFrom(fMethod.getReturnType());
  /external/llvm/lib/Transforms/Utils/
UnifyFunctionExitNodes.cpp 95 if (F.getReturnType()->isVoidTy()) {
99 PN = PHINode::Create(F.getReturnType(), ReturningBlocks.size(),
  /dalvik/dexgen/src/com/android/dexgen/rop/cst/
CstBaseMethodRef.java 108 return prototype.getReturnType();
  /dalvik/dx/src/com/android/dx/rop/cst/
CstBaseMethodRef.java 108 return prototype.getReturnType();
  /external/dexmaker/src/dx/java/com/android/dx/rop/cst/
CstBaseMethodRef.java 108 return prototype.getReturnType();
  /external/skia/src/animator/
SkScriptCallBack.h 26 virtual SkOperand2::OpType getReturnType(size_t ref, SkOperand2*) {
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/lang/reflect/
MethodTest.java 289 * @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().equals(byte.class))
    [all...]
  /cts/tools/dex-tools/src/dex/reader/
DexMethodImpl.java 100 public String getReturnType() {
145 builder.append(formatter.format(getReturnType()));
  /external/javassist/src/main/javassist/
CtMethod.java 215 public CtClass getReturnType() throws NotFoundException {
279 retType = getReturnType();
  /external/llvm/lib/Analysis/
MemoryBuiltins.cpp 51 return FTy->getReturnType() == Type::getInt8PtrTy(FTy->getContext()) &&
205 if (!FTy->getReturnType()->isVoidTy())
  /frameworks/base/tools/layoutlib/create/src/com/android/tools/layoutlib/create/
TransformClassAdapter.java 109 Type t = Type.getReturnType(desc);
176 return Type.getReturnType(desc);

Completed in 1097 milliseconds

1 2 3 4 5 6 7 8