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

  /dalvik/dx/src/com/android/dx/dex/cf/
AttributeTranslator.java 102 * of class-level attributes {@code EnclosingMethod} and
117 Annotation enclosingMethod = translateEnclosingMethod(attribs);
122 enclosingMethod == null);
130 if (enclosingMethod != null) {
131 result = Annotations.combine(result, enclosingMethod);
218 * Gets the {@code EnclosingMethod} attribute out of a given
221 * {@code EnclosingMethod} annotation; if not, this returns
225 * @return {@code null-ok;} the converted {@code EnclosingMethod} or
230 AttEnclosingMethod enclosingMethod = (AttEnclosingMethod)
233 if (enclosingMethod == null)
    [all...]
  /dalvik/dx/src/com/android/dx/cf/direct/
StdAttributeFactory.java 87 return enclosingMethod(cf, offset, length, observer);
346 * Parses an {@code EnclosingMethod} attribute.
348 private Attribute enclosingMethod(DirectClassFile cf, int offset,
  /prebuilts/tools/common/asm-tools/
asm-debug-all-4.0.jar 
  /prebuilts/misc/common/ecj/
ecj.jar 
  /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 
  /external/robolectric/lib/test/
mockito-core-1.8.5.jar 
  /prebuilts/sdk/tools/lib/
dx.jar 
  /external/dexmaker/lib/
mockito-core-1.9.1-SNAPSHOT.jar 

Completed in 1028 milliseconds