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

  /dalvik/dx/src/com/android/dx/dex/cf/
AttributeTranslator.java 103 * of class-level attributes {@code EnclosingMethod} and
118 Annotation enclosingMethod = translateEnclosingMethod(attribs);
123 enclosingMethod == null);
131 if (enclosingMethod != null) {
132 result = Annotations.combine(result, enclosingMethod);
219 * Gets the {@code EnclosingMethod} attribute out of a given
222 * {@code EnclosingMethod} annotation; if not, this returns
226 * @return {@code null-ok;} the converted {@code EnclosingMethod} or
231 AttEnclosingMethod enclosingMethod = (AttEnclosingMethod)
234 if (enclosingMethod == null)
    [all...]
  /dalvik/dx/src/com/android/dx/cf/direct/
StdAttributeFactory.java 88 return enclosingMethod(cf, offset, length, observer);
347 * Parses an {@code EnclosingMethod} attribute.
349 private Attribute enclosingMethod(DirectClassFile cf, int offset,
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.jdt.core_3.6.2.v_A76_R36x.jar 
org.apache.jasper_5.5.17.v201004212143.jar 
  /prebuilt/common/ecj/
ecj.jar 
  /prebuilts/sdk/tools/lib/
dx.jar 
  /prebuilt/common/groovy/
groovy-all-1.7.0.jar 

Completed in 212 milliseconds