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

  /external/doclava/src/com/google/doclava/apicheck/
XmlApiFile.java 143 MethodInfo overriddenMethod = null; // TODO
154 flatSignature, overriddenMethod, returnType, parameters, thrownExceptions, position,
168 null/*overriddenMethod*/, mCurrentClass.asTypeInfo(), new ArrayList<ParameterInfo>(),
  /external/doclava/src/com/google/doclava/
Stubs.java 509 MethodInfo overriddenMethod =
513 if (overriddenMethod != null && !overriddenMethod.isHiddenOrRemoved() &&
514 !overriddenMethod.isDocOnly() &&
515 (overriddenMethod.isAbstract() || overriddenMethod.containingClass().isInterface())) {
    [all...]
Converter.java 405 m.flatSignature(), Converter.obtainMethod(m.overriddenMethod()),
426 m.flatSignature(), Converter.obtainMethod(m.overriddenMethod()),
MethodInfo.java 267 MethodInfo overriddenMethod, TypeInfo returnType, ArrayList<ParameterInfo> parameters,
291 mOverriddenMethod = overriddenMethod;
ClassInfo.java     [all...]
  /external/owasp/sanitizer/tools/findbugs/lib/
findbugs.jar 
  /prebuilts/tools/common/m2/repository/com/google/code/findbugs/findbugs/2.0.1/
findbugs-2.0.1.jar 

Completed in 111 milliseconds