HomeSort by relevance Sort by last modified time
    Searched refs:mReturnType (Results 1 - 7 of 7) sorted by null

  /dalvik/tools/dexdeps/src/com/android/dexdeps/
MethodRef.java 20 private String mDeclClass, mReturnType, mMethodName;
30 mReturnType = returnType;
45 return descriptorFromProtoArray(mArgTypes, mReturnType);
66 return mReturnType;
  /cts/tools/cts-api-coverage/src/com/android/cts/apicoverage/
ApiMethod.java 30 private final String mReturnType;
39 mReturnType = returnType;
57 return mReturnType;
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/format/
GLAPISpec.java 39 private final GLDataTypeSpec mReturnType;
44 mReturnType = returnType;
53 return mReturnType;
  /development/tools/mkstubs/src/com/android/mkstubs/sourcer/
SignatureSourcer.java 74 private SignatureSourcer mReturnType;
120 return mReturnType;
205 assert mReturnType == null;
206 mReturnType = sourcer;
  /frameworks/base/tools/layoutlib/create/src/com/android/tools/layoutlib/create/
StubMethodAdapter.java 38 private Type mReturnType;
55 mReturnType = returnType;
79 int sort = mReturnType != null ? mReturnType.getSort() : Type.VOID;
145 mParentVisitor.visitTypeInsn(Opcodes.CHECKCAST, mReturnType.getInternalName());
155 switch(mReturnType != null ? mReturnType.getSort() : Type.VOID) {
  /external/doclava/src/com/google/doclava/
MethodInfo.java 59 if (mReturnType == null) {
93 if (mReturnType == null) {
120 if (mReturnType == null) {
152 if (mReturnType == null) {
246 mOverriddenMethod, mReturnType, mParameters, mThrownExceptions, position(),
282 mReturnType = returnType;
320 return mReturnType;
547 if (mReturnType != null) {
674 private TypeInfo mReturnType;
731 if (this.mReturnType != mInfo.mReturnType && !this.mReturnType.equals(mInfo.mReturnType))
    [all...]
  /cts/tests/signature/src/android/signature/cts/
JDiffClassDescription.java 289 protected String mReturnType;
297 mReturnType = "void";
299 mReturnType = scrubJdiffParamType(returnType);
405 return mReturnType;
550 String jdiffReturnType = jDiffMethod.mReturnType;
    [all...]

Completed in 270 milliseconds