/cts/tools/vm-tests-tf/src/dot/junit/opcodes/new_instance/d/ |
T_new_instance_1.d | 17 .super java/lang/Object 23 invoke-direct {v0}, java/lang/Object/<init>()V 27 .method public run()Ljava/lang/String; 30 new-instance v1, java/lang/String 32 invoke-direct {v1, v3}, java/lang/String/<init>(Ljava/lang/String;)V
|
T_new_instance_12.d | 17 .super java/lang/Object 23 invoke-direct {v0}, java/lang/Object/<init>()V 32 new-instance v1, java/lang/Integer 39 invoke-direct {v1, v0}, java/lang/Integer/<init>(I)V 40 invoke-virtual {v2}, java/lang/Integer/toString()Ljava/lang/String;
|
T_new_instance_6.d | 17 .super java/lang/Object 23 invoke-direct {v0}, java/lang/Object/<init>()V 27 .method public run()Ljava/lang/String; 30 new-instance v1, java/lang/String 32 invoke-direct {v1, v3}, java/lang/String/<init>(Ljava/lang/String;)V
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/sget_object/d/ |
T_sget_object_5.d | 17 .super java/lang/Object 19 .field public i1 Ljava/lang/Object; 24 invoke-direct {v3}, java/lang/Object/<init>()V 27 iput-object v2, v3, dot.junit.opcodes.sget_object.d.T_sget_object_5.i1 Ljava/lang/Object; 31 .method public run()Ljava/lang/Object; 34 sget-object v1, dot.junit.opcodes.sget_object.d.T_sget_object_5.i1 Ljava/lang/Object;
|
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/lang/ref/ |
PhantomReferenceTest.java | 18 package org.apache.harmony.luni.tests.java.lang.ref; 20 import java.lang.ref.PhantomReference; 21 import java.lang.ref.ReferenceQueue; 31 * @tests java.lang.ref.PhantomReference#get() 41 * @tests java.lang.ref.PhantomReference#PhantomReference(java.lang.Object, 42 * java.lang.ref.ReferenceQueue)
|
SoftReferenceTest.java | 17 package org.apache.harmony.luni.tests.java.lang.ref; 19 import java.lang.ref.ReferenceQueue; 20 import java.lang.ref.SoftReference; 30 * @tests java.lang.ref.SoftReference#SoftReference(java.lang.Object, 31 * java.lang.ref.ReferenceQueue) 50 * @tests java.lang.ref.SoftReference#SoftReference(java.lang.Object) 60 * @tests java.lang.ref.SoftReference#get()
|
WeakReferenceTest.java | 18 package org.apache.harmony.luni.tests.java.lang.ref; 20 import java.lang.ref.ReferenceQueue; 21 import java.lang.ref.WeakReference; 31 * @tests java.lang.ref.WeakReference#WeakReference(java.lang.Object, 32 * java.lang.ref.ReferenceQueue) 55 * @tests java.lang.ref.WeakReference#WeakReference(java.lang.Object)
|
/external/apache-harmony/support/src/test/resources/tests/resources/ServiceLoader/ |
hyts_services.jar | |
/external/jsr305/ri/src/main/java/javax/annotation/ |
MatchesPattern.java | 3 import java.lang.annotation.Documented; 4 import java.lang.annotation.Retention; 5 import java.lang.annotation.RetentionPolicy;
|
Nonnegative.java | 3 import java.lang.annotation.Documented; 4 import java.lang.annotation.Retention; 5 import java.lang.annotation.RetentionPolicy;
|
RegEx.java | 3 import java.lang.annotation.Documented; 4 import java.lang.annotation.Retention; 5 import java.lang.annotation.RetentionPolicy;
|
/external/jsr305/sampleUses/src/main/java/ |
FixedLengthString.java | 1 import java.lang.annotation.Documented; 2 import java.lang.annotation.Retention; 3 import java.lang.annotation.RetentionPolicy;
|
/libcore/luni/src/test/java/libcore/java/lang/annotation/ |
AnnotationTypeMismatchExceptionTest.java | 17 package libcore.java.lang.annotation; 22 import java.lang.annotation.AnnotationTypeMismatchException; 23 import java.lang.reflect.Method;
|
/libcore/luni/src/test/java/tests/api/java/lang/ref/ |
WeakReferenceTest.java | 18 package tests.api.java.lang.ref; 20 import java.lang.ref.ReferenceQueue; 21 import java.lang.ref.WeakReference; 31 * java.lang.ref.WeakReference#WeakReference(java.lang.Object, 32 * java.lang.ref.ReferenceQueue) 58 * java.lang.ref.WeakReference#WeakReference(java.lang.Object)
|
/external/apache-harmony/annotation/src/test/java/org/apache/harmony/annotation/tests/java/lang/annotation/ |
AnnotationFormatErrorTest.java | 18 package org.apache.harmony.annotation.tests.java.lang.annotation; 20 import java.lang.annotation.AnnotationFormatError; 25 * Test case of java.lang.annotation.AnnotationFormatError 29 * @tests java.lang.annotation.AnnotationFormatError#AnnotationFormatError(String) 38 * @tests java.lang.annotation.AnnotationFormatError#AnnotationFormatError(Throwable) 47 * @tests java.lang.annotation.AnnotationFormatError#AnnotationFormatError(String,Throwable)
|
IncompleteAnnotationExceptionTest.java | 18 package org.apache.harmony.annotation.tests.java.lang.annotation; 20 import java.lang.annotation.IncompleteAnnotationException; 44 * @tests java.lang.annotation.IncompleteAnnotationException#IncompleteAnnotationException(Class,
|
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/lang/reflect/ |
UndeclaredThrowableExceptionTest.java | 17 package org.apache.harmony.luni.tests.java.lang.reflect; 19 import java.lang.reflect.UndeclaredThrowableException; 26 * @tests {@link java.lang.reflect.UndeclaredThrowableException#UndeclaredThrowableException(java.lang.Throwable)} 38 * @tests {@link java.lang.reflect.UndeclaredThrowableException#UndeclaredThrowableException(java.lang.Throwable, java.lang.String)} 50 * @tests {@link java.lang.reflect.UndeclaredThrowableException#getUndeclaredThrowable()}
|
/external/apache-http/src/org/apache/http/impl/conn/tsccm/ |
BasicPoolEntryRef.java | 34 import java.lang.ref.WeakReference; 35 import java.lang.ref.ReferenceQueue;
|
/external/hyphenation/ |
csutil.h | 34 const char * lang; member in struct:lang_map 40 const char * get_default_enc(const char * lang);
|
/external/javassist/src/main/javassist/tools/reflect/ |
CannotInvokeException.java | 18 import java.lang.reflect.InvocationTargetException; 19 import java.lang.IllegalAccessException;
|
/external/proguard/lib/ |
retrace.jar | |
/frameworks/ex/common/java/com/android/common/ |
SharedPreferencesCompat.java | 21 import java.lang.reflect.InvocationTargetException; 22 import java.lang.reflect.Method;
|
/libcore/luni/src/test/java/org/apache/harmony/annotation/tests/java/lang/annotation/ |
AnnotationFormatErrorTest.java | 18 package org.apache.harmony.annotation.tests.java.lang.annotation; 20 import java.lang.annotation.AnnotationFormatError;
|
IncompleteAnnotationExceptionTest.java | 18 package org.apache.harmony.annotation.tests.java.lang.annotation; 20 import java.lang.annotation.IncompleteAnnotationException;
|
/packages/apps/Music/src/com/android/music/ |
SharedPreferencesCompat.java | 21 import java.lang.reflect.InvocationTargetException; 22 import java.lang.reflect.Method;
|