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

1 2

  /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 33 private final String mReturnType;
59 mReturnType = returnType;
81 return mReturnType;
  /development/tools/mkstubs/src/com/android/mkstubs/sourcer/
SignatureSourcer.java 75 private SignatureSourcer mReturnType;
121 return mReturnType;
206 assert mReturnType == null;
207 mReturnType = sourcer;
  /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;
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
Target.java 53 private ReturnType mReturnType;
67 /* Number of bits in mReturnType */
78 mReturnType = returnType;
81 if (mReturnType == ReturnType.HALF) {
86 } else if (mReturnType == ReturnType.FLOAT) {
91 } else if (mReturnType == ReturnType.DOUBLE) {
  /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;
152 mParentVisitor.visitTypeInsn(Opcodes.CHECKCAST, mReturnType.getInternalName());
162 switch(mReturnType != null ? mReturnType.getSort() : Type.VOID) {
  /cts/tests/signature/src/android/signature/cts/
JDiffClassDescription.java 289 protected String mReturnType;
297 mReturnType = "void";
299 mReturnType = scrubJdiffParamType(returnType);
405 return mReturnType;
549 String jdiffReturnType = jDiffMethod.mReturnType;
    [all...]
  /external/doclava/src/com/google/doclava/
MethodInfo.java 59 if (mReturnType == null) {
93 if (mReturnType == null) {
120 if (mReturnType == null) {
152 if (mReturnType == null) {
250 TypeInfo returnType = mReturnType.getTypeWithArguments(typeArgumentMapping);
290 mReturnType = returnType;
336 return mReturnType;
596 if (mReturnType != null) {
739 private TypeInfo mReturnType;
799 if (!mReturnType.isTypeVariable() && !mInfo.mReturnType.isTypeVariable())
    [all...]
  /frameworks/opt/setupwizard/tools/docs/
doclava.jar 
  /prebuilts/gradle-plugin/com/android/databinding/compiler/2.1.0-alpha3/
compiler-2.1.0-alpha3.jar 
  /prebuilts/gradle-plugin/com/android/databinding/compiler/2.1.0-alpha4/
compiler-2.1.0-alpha4.jar 
  /prebuilts/gradle-plugin/com/android/databinding/compiler/2.2.0-alpha6/
compiler-2.2.0-alpha6.jar 
  /prebuilts/tools/common/offline-m2/com/android/databinding/compiler/2.1.3/
compiler-2.1.3.jar 
  /prebuilts/tools/common/offline-m2/com/android/databinding/compiler/2.2.0/
compiler-2.2.0.jar 
  /external/testng/ant/3rdparty/
doclava-1.0.3.jar 
  /prebuilts/gradle-plugin/com/android/databinding/compiler/2.1.0/
compiler-2.1.0.jar 
  /prebuilts/gradle-plugin/com/android/databinding/compiler/2.1.0-beta1/
compiler-2.1.0-beta1.jar 
  /prebuilts/gradle-plugin/com/android/databinding/compiler/2.1.0-beta3/
compiler-2.1.0-beta3.jar 
  /prebuilts/gradle-plugin/com/android/databinding/compiler/2.1.0-rc1/
compiler-2.1.0-rc1.jar 
  /prebuilts/gradle-plugin/com/android/databinding/compiler/2.1.2/
compiler-2.1.2.jar 
  /prebuilts/gradle-plugin/com/android/databinding/compiler/2.1.3/
compiler-2.1.3.jar 
  /prebuilts/gradle-plugin/com/android/databinding/compiler/2.2.0/
compiler-2.2.0.jar 
  /prebuilts/gradle-plugin/com/android/databinding/compiler/2.2.0-alpha1/
compiler-2.2.0-alpha1.jar 
  /prebuilts/gradle-plugin/com/android/databinding/compiler/2.2.0-alpha3/
compiler-2.2.0-alpha3.jar 
  /prebuilts/gradle-plugin/com/android/databinding/compiler/2.2.0-alpha4/
compiler-2.2.0-alpha4.jar 

Completed in 897 milliseconds

1 2