HomeSort by relevance Sort by last modified time
    Searched full:enclosingmethod (Results 1 - 25 of 712) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /frameworks/base/tests/SharedLibrary/lib/
proguard.proguard 3 SourceFile,LineNumberTable,*Annotation*,EnclosingMethod
  /dalvik/dx/tests/028-class-attrib-EnclosingMethod/
small-class-1.txt 17 01 000f "EnclosingMethod" # 0005: utf8["EnclosingMethod"]
small-class-2.txt 17 01 000f "EnclosingMethod" # 0005: utf8["EnclosingMethod"]
expected.txt 13 0005: utf8{"EnclosingMethod"}
24 name: EnclosingMethod
42 0005: utf8{"EnclosingMethod"}
56 name: EnclosingMethod
info.txt 6 class-level EnclosingMethod attribute, which is syntactically valid. There
  /libcore/dalvik/src/main/java/dalvik/annotation/
EnclosingMethod.java 25 * A "system annotation" used to provide the EnclosingMethod attribute.
29 @interface EnclosingMethod {}
  /external/javassist/src/main/javassist/bytecode/
EnclosingMethodAttribute.java 27 * The name of this attribute <code>"EnclosingMethod"</code>.
29 public static final String tag = "EnclosingMethod";
38 * Constructs an EnclosingMethod attribute.
59 * Constructs an EnclosingMethod attribute.
  /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/attrib/
AttEnclosingMethod.java 23 * Attribute class for standards-track {@code EnclosingMethod}
28 public static final String ATTRIBUTE_NAME = "EnclosingMethod";
  /art/test/085-old-style-inner-class/
build 20 # We compile for a 1.4 target to suppress the use of EnclosingMethod
  /dalvik/dx/tests/113-old-style-inner-class/
run 17 # We compile for a 1.4 target to suppress the use of EnclosingMethod
  /external/proguard/src/proguard/optimize/peephole/
RetargetedInnerClassAttributeRemover.java 34 * This ClassVisitor removes InnerClasses and EnclosingMethod attributes in
64 // Check if it's an InnerClasses or EnclosingMethod attribute in
  /dalvik/dexgen/src/com/android/dexgen/dex/file/
AnnotationUtils.java 49 /** {@code non-null;} type for {@code EnclosingMethod} annotations */
51 CstType.intern(Type.intern("Ldalvik/annotation/EnclosingMethod;"));
114 * Constructs a standard {@code EnclosingMethod} annotation.
  /dalvik/dx/src/com/android/dx/dex/file/
AnnotationUtils.java 49 /** {@code non-null;} type for {@code EnclosingMethod} annotations */
51 CstType.intern(Type.intern("Ldalvik/annotation/EnclosingMethod;"));
114 * Constructs a standard {@code EnclosingMethod} annotation.
  /external/dexmaker/src/dx/java/com/android/dx/dex/file/
AnnotationUtils.java 48 /** {@code non-null;} type for {@code EnclosingMethod} annotations */
50 CstType.intern(Type.intern("Ldalvik/annotation/EnclosingMethod;"));
113 * Constructs a standard {@code EnclosingMethod} annotation.
  /external/proguard/examples/
library.pro 25 SourceFile,LineNumberTable,EnclosingMethod
  /prebuilts/tools/common/proguard/proguard4.7/examples/
library.pro 25 SourceFile,LineNumberTable,EnclosingMethod
  /prebuilts/devtools/tools/lib/
ddms.jar 
hierarchyviewer2lib.jar 
ddmuilib.jar 
swtmenubar.jar 
  /external/proguard/examples/gradle/
library.gradle 44 keepattributes 'Exceptions,InnerClasses,Signature,Deprecated,SourceFile,LineNumberTable,EnclosingMethod'
  /cts/tools/signature-tools/src/signature/converter/dex/
DexUtil.java 56 "Ldalvik/annotation/EnclosingMethod;";
465 * EnclosingMethod annotation.
477 * EnclosingMethod annotation.
  /external/proguard/src/proguard/classfile/editor/
NameAndTypeShrinker.java 62 // Mark the NameAndType entries referenced by all EnclosingMethod
  /prebuilts/tools/common/m2/repository/com/google/dexmaker/dexmaker-mockito/1.0/
dexmaker-mockito-1.0.jar 

Completed in 489 milliseconds

1 2 3 4 5 6 7 8 91011>>