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

  /art/test/563-checker-invoke-super/src/
Main.java 18 public default void $noinline$aMethod() { throw new RuntimeException("Should not be called"); }
25 IFace.super.$noinline$aMethod();
33 super.$noinline$aMethod();
  /external/clang/test/Index/
annotate-attribute.cpp 5 __attribute__((annotate("spiffy_method"))) void aMethod();
21 // CHECK-NEXT: CXXMethod=aMethod:5:51 Extent=[5:3 - 5:60]
  /external/robolectric-shadows/sandbox/src/test/java/org/robolectric/testing/
AClassThatRefersToAForgettableClassInMethodCalls.java 8 AClassToForget aMethod(int a, AClassToForget aClassToForget, String b) {
  /external/annotation-tools/asmx/test/conform/org/objectweb/asm/commons/
SerialVersionUIDAdderTest.class 
SerialVersionUIDAdderTest.java 55 public Object[] aMethod() {
  /external/annotation-tools/scene-lib/src/annotations/io/classfile/
ClassAnnotationSceneReader.java 166 AMethod aMethod = aClass.methods.vivify(name+desc);
167 return new MethodAnnotationSceneReader(name, desc, signature, aMethod);
194 * of the correct form (ATypeElement, or AMethod depending on the
549 handleMethodLocalVariable((AMethod) aElement);
552 if (aElement instanceof AMethod) {
553 handleMethodObjectCreation((AMethod) aElement);
560 handleMethodParameterType((AMethod) aElement);
563 handleMethodReceiver((AMethod) aElement);
566 if (aElement instanceof AMethod) {
    [all...]
ClassAnnotationSceneWriter.java 629 * The AMethod that represents this method in scene.
631 private final AMethod aMethod;
655 this.aMethod = aClass.methods.vivify(name+desc);
728 && aMethod.lookup(name) != null);
760 for (Annotation tla : aMethod.tlAnnotationsHere) {
777 for (Annotation tla : aMethod.returnType.tlAnnotationsHere) {
791 aMethod.returnType.innerTypes.entrySet()) {
815 aMethod.bounds.entrySet()) {
857 aMethod.body.locals.entrySet())
    [all...]
  /frameworks/base/core/tests/coretests/src/android/os/
TraceTest.java 84 aMethod();
106 aMethod();
116 private int aMethod() {
  /external/robolectric-shadows/sandbox/src/test/java/org/robolectric/
ShadowWranglerIntegrationTest.java 312 assertThat(new AClassWithDifficultArgs().aMethod("bc")).isEqualTo("abc");
318 protected Object aMethod(Object s) {
325 public CharSequence aMethod(CharSequence s) {
  /external/guice/core/test/com/google/inject/
MethodInterceptionTest.java 270 intf.aMethod(null);
277 public T aMethod(T t) { return null; }
280 RetType aMethod(RetType obj);
  /art/test/046-reflect/src/
Main.java 603 method1 = ParametrizedTypeTest.class.getDeclaredMethod("aMethod", Set.class);
604 method2 = ParametrizedTypeTest.class.getDeclaredMethod("aMethod", Set.class);
659 method1 = GenericArrayTypeTest.class.getDeclaredMethod("aMethod", Object[].class);
660 method2 = GenericArrayTypeTest.class.getDeclaredMethod("aMethod", Object[].class);
864 public void aMethod(Set<String> names) {}
869 public void aMethod(T[] names) {}
  /prebuilts/tools/common/m2/repository/com/puppycrawl/tools/checkstyle/5.9/
checkstyle-5.9.jar 
  /external/annotation-tools/annotation-file-utilities/
annotation-file-utilities.jar 
  /prebuilts/tools/common/m2/repository/org/reflections/reflections/0.9.10/
reflections-0.9.10.jar 
  /prebuilts/misc/common/groovy/
groovy-all-1.7.0.jar 
  /prebuilts/tools/common/m2/repository/org/codehaus/groovy/groovy-all/2.2.1/
groovy-all-2.2.1.jar 
  /prebuilts/tools/common/m2/repository/org/codehaus/groovy/groovy-all/2.3.6/
groovy-all-2.3.6.jar 
  /prebuilts/tools/common/m2/repository/org/codehaus/groovy/groovy-all/2.4.7/
groovy-all-2.4.7.jar 

Completed in 766 milliseconds