Searched refs:public (Results 1 – 25 of 968) sorted by relevance
12345678910>>...39
/art/test/976-conflict-no-methods/smali/ |
D | Iface.smali | 17 # public interface Iface2 { 18 # public void abstractMethod0(); 19 # public void abstractMethod1(); 20 # public void abstractMethod2(); 21 # public void abstractMethod3(); 22 # public void abstractMethod4(); 23 # public void abstractMethod5(); 24 # public void abstractMethod6(); 25 # public void abstractMethod7(); 26 # public void abstractMethod8(); [all …]
|
D | Main.smali | 17 .class public LMain; 21 .method public constructor <init>()V 27 .method public static main([Ljava/lang/String;)V 35 .method public abstractMethod0()V 40 .method public abstractMethod1()V 45 .method public abstractMethod2()V 50 .method public abstractMethod3()V 55 .method public abstractMethod4()V 60 .method public abstractMethod5()V 65 .method public abstractMethod6()V [all …]
|
/art/test/972-default-imt-collision/smali/ |
D | Iface2.smali | 17 # public interface Iface2 { 18 # public void notImplementedMethod0(); 19 # public void notImplementedMethod1(); 20 # public void notImplementedMethod2(); 21 # public void notImplementedMethod3(); 22 # public void notImplementedMethod4(); 23 # public void notImplementedMethod5(); 24 # public void notImplementedMethod6(); 25 # public void notImplementedMethod7(); 26 # public void notImplementedMethod8(); [all …]
|
/art/tools/ahat/etc/ |
D | ahat_api.txt | 4 public class Main { 5 method public static void main(String[]); 12 public class Dominators<Node> { 13 ctor public Dominators(com.android.ahat.dominators.Dominators.Graph); 14 method public void computeDominators(Node); 15 …method public com.android.ahat.dominators.Dominators progress(com.android.ahat.progress.Progress, … 18 public static interface Dominators.Graph<Node> { 19 method public Object getDominatorsComputationState(Node); 20 method public Iterable<? extends Node> getReferencesForDominators(Node); 21 method public void setDominator(Node, Node); [all …]
|
/art/odrefresh/schema/ |
D | current.txt | 4 public class ArtModuleInfo { 5 ctor public ArtModuleInfo(); 6 method public long getLastUpdateMillis(); 7 method public long getVersionCode(); 8 method public String getVersionName(); 9 method public void setLastUpdateMillis(long); 10 method public void setVersionCode(long); 11 method public void setVersionName(String); 14 public class CacheInfo { 15 ctor public CacheInfo(); [all …]
|
/art/test/800-smali/smali/ |
D | sameFieldNames.smali | 1 .class public LsameFieldNames; 6 .field static public a:D 7 .field static public a:S 8 .field static public a:J 9 .field static public a:F 10 .field static public a:Z 11 .field static public a:I 12 .field static public a:B 13 .field static public a:C 14 .field static public a:Ljava/lang/Integer; [all …]
|
/art/test/993-breakpoints/ |
D | expected_cts.txt | 3 Native invoking: public static void art.Test993.breakpoint() args: [this: null] 4 Reflective invoking: public static void art.Test993.breakpoint() args: [this: null] 6 Breaking on [public static void art.Test993.breakpoint() @ 41] 7 Native invoking: public static void art.Test993.breakpoint() args: [this: null] 8 Breakpoint: public static void art.Test993.breakpoint() @ line=41 9 Reflective invoking: public static void art.Test993.breakpoint() args: [this: null] 10 Breakpoint: public static void art.Test993.breakpoint() @ line=41 12 Breakpoint: public static void art.Test993.breakpoint() @ line=41 24 Native invoking: public static void art.Test993$Breakable.iBreakpoint() args: [this: null] 25 Reflective invoking: public static void art.Test993$Breakable.iBreakpoint() args: [this: null] [all …]
|
D | expected-stdout.txt | 3 Native invoking: public static void art.Test993.breakpoint() args: [this: null] 4 Reflective invoking: public static void art.Test993.breakpoint() args: [this: null] 6 Breaking on [public static void art.Test993.breakpoint() @ 41] 7 Native invoking: public static void art.Test993.breakpoint() args: [this: null] 8 Breakpoint: public static void art.Test993.breakpoint() @ line=41 9 Reflective invoking: public static void art.Test993.breakpoint() args: [this: null] 10 Breakpoint: public static void art.Test993.breakpoint() @ line=41 12 Breakpoint: public static void art.Test993.breakpoint() @ line=41 24 Native invoking: public static void art.Test993$Breakable.iBreakpoint() args: [this: null] 25 Reflective invoking: public static void art.Test993$Breakable.iBreakpoint() args: [this: null] [all …]
|
/art/test/1984-structural-redefine-field-trace/ |
D | expected-stdout.txt | 2 public static boolean art.Test1984$Transform.boom=false 3 public static int art.Test1984$Transform.count_down=2 4 public static boolean art.Test1984$Transform.tock=false 5 method: public static void art.Test1984$Transform.tick() ACCESS: public static boolean art.Test1984… 6 method: public static void art.Test1984$Transform.tick() ACCESS: public static boolean art.Test1984… 7 method: public static void art.Test1984$Transform.tick() MODIFY: public static boolean art.Test1984… 8 method: public static void art.Test1984$Transform.tick() ACCESS: public static int art.Test1984$Tra… 9 method: public static void art.Test1984$Transform.tick() ACCESS: public static boolean art.Test1984… 10 method: public static void art.Test1984$Transform.tick() ACCESS: public static boolean art.Test1984… 11 method: public static void art.Test1984$Transform.tick() MODIFY: public static boolean art.Test1984… [all …]
|
/art/test/988-method-trace/ |
D | expected-stdout.txt | 1 .<= public static void art.Trace.enableTracing(java.lang.Class,java.lang.reflect.Method,java.lang.r… 2 <= public static void art.Trace.enableMethodTracing(java.lang.Class,java.lang.reflect.Method,java.l… 4 .=> public java.lang.Object() 5 .<= public java.lang.Object() -> <null: null> 7 => public static void art.Test988.doFibTest(int,java.util.function.IntUnaryOperator) 8 .=> public int art.Test988$IterOp.applyAsInt(int) 11 .<= public int art.Test988$IterOp.applyAsInt(int) -> <class java.lang.Integer: 832040> 12 .=> public art.Test988$FibResult(java.lang.String,int,int) 13 ..=> public java.lang.Object() 14 ..<= public java.lang.Object() -> <null: null> [all …]
|
/art/test/044-proxy/ |
D | expected-stdout.txt | 5 Invoke public abstract void Shapes.circle(int) 9 Invoke public abstract int Quads.rectangle(int,int) 14 Invoke public abstract java.lang.String Shapes.blob() 18 Invoke public abstract int Quads.rectangle(int,int) 23 Invoke public abstract int Quads.trapezoid(int,double,int) 29 Invoke public abstract int Colors.red(float) 33 Invoke public abstract double Colors.blue(int) 37 Invoke public abstract int Colors.mauve(java.lang.String) 41 Invoke public abstract java.lang.String Shapes.blob() 45 Invoke public abstract void Trace.getTrace() [all …]
|
/art/test/1917-get-stack-frame/ |
D | expected-stdout.txt | 3 'public static art.StackTrace$StackFrameData[] art.StackTrace.GetStackTrace(java.lang.Thread)' line… 4 'public void art.Test1917$StackTraceGenerator.run()' line: 82 5 'public void art.Test1917$RecurCount.doRecur(int)' line: 104 6 'public void art.Test1917$RecurCount.doRecur(int)' line: 102 7 'public void art.Test1917$RecurCount.doRecur(int)' line: 102 8 'public void art.Test1917$RecurCount.doRecur(int)' line: 102 9 'public void art.Test1917$RecurCount.doRecur(int)' line: 102 10 'public void art.Test1917$RecurCount.doRecur(int)' line: 102 11 'public void art.Test1917$RecurCount.run()' line: 97 12 'public static void art.Test1917.run() throws java.lang.Exception' line: 133 [all …]
|
/art/test/100-reflect2/ |
D | expected-stdout.txt | 34 …public java.lang.String(), public java.lang.String(byte[]), public java.lang.String(byte[],int), p… 35 …tentFields, private static final long java.lang.String.serialVersionUID, public static final java.… 36 …public boolean java.lang.String.contains(java.lang.CharSequence), public boolean java.lang.String.…
|
/art/test/978-virtual-interface/smali/ |
D | Iface.smali | 22 # public default void fakeMethod_A() {} 23 # public default void fakeMethod_B() {} 24 # public default void fakeMethod_C() {} 25 # public default void fakeMethod_D() {} 26 # public default void fakeMethod_E() {} 27 # public default void fakeMethod_F() {} 28 # public default void fakeMethod_G() {} 29 # public default void fakeMethod_H() {} 30 # public default void fakeMethod_I() {} 31 # public default void fakeMethod_J() {} [all …]
|
/art/test/1927-exception-event/ |
D | expected-stdout.txt | 3 main: public static void art.Test1927.test_J() @ line = 110 throws class art.Test1927$TestException… 6 …public static art.StackTrace$StackFrameData[] art.StackTrace.GetStackTrace(java.lang.Thread) @ lin… 8 …public static void art.Test1927.ExceptionEvent(java.lang.Thread,java.lang.reflect.Executable,long,… 9 public static void art.Test1927.test_J() @ line = 110 10 public static void art.Test1927.run() throws java.lang.Exception @ line = 239 11 Will be caught by: public static void art.Test1927.test_J() @ line = 111 12 main: public static void art.Test1927.test_J() @ line = 111 caught class art.Test1927$TestException… 15 …public static art.StackTrace$StackFrameData[] art.StackTrace.GetStackTrace(java.lang.Thread) @ lin… 17 …public static void art.Test1927.ExceptionCatchEvent(java.lang.Thread,java.lang.reflect.Executable,… 18 public static void art.Test1927.test_J() @ line = 111 [all …]
|
/art/test/989-method-trace-throw/ |
D | expected-stdout.txt | 1 Normal: Entering public static void art.Test989.doNothing() 2 Normal: Leaving public static void art.Test989.doNothing() returned null 4 Normal: Entering public static native void art.Test989.doNothingNative() 5 Normal: Leaving public static native void art.Test989.doNothingNative() returned null 7 Normal: Entering public static void art.Test989.throwA() 8 Normal: Leaving public static void art.Test989.throwA() returned <exception> 10 Normal: Entering public static native void art.Test989.throwANative() 11 Normal: Leaving public static native void art.Test989.throwANative() returned <exception> 13 Normal: Entering public static java.lang.Object art.Test989.returnValue() 14 Normal: Leaving public static java.lang.Object art.Test989.returnValue() returned TestObject(0) [all …]
|
/art/test/1912-get-set-local-primitive/ |
D | expected-stdout.txt | 1 Running public static void art.Test1912.IntMethod(java.lang.Runnable) with "GetInt" on remote threa… 2 "GetInt" on public static void art.Test1912.IntMethod(java.lang.Runnable) got value: 42 4 Running public static void art.Test1912.IntMethod(java.lang.Runnable) with "GetLong" on remote thre… 5 "GetLong" on public static void art.Test1912.IntMethod(java.lang.Runnable) failed due to JVMTI_ERRO… 7 Running public static void art.Test1912.IntMethod(java.lang.Runnable) with "GetFloat" on remote thr… 8 "GetFloat" on public static void art.Test1912.IntMethod(java.lang.Runnable) failed due to JVMTI_ERR… 10 Running public static void art.Test1912.IntMethod(java.lang.Runnable) with "GetDouble" on remote th… 11 "GetDouble" on public static void art.Test1912.IntMethod(java.lang.Runnable) failed due to JVMTI_ER… 13 Running public static void art.Test1912.IntMethod(java.lang.Runnable) with "GetObject" on remote th… 14 "GetObject" on public static void art.Test1912.IntMethod(java.lang.Runnable) failed due to JVMTI_ER… [all …]
|
/art/test/1967-get-set-local-bad-slot/ |
D | expected-stdout.txt | 1 Running public static void art.Test1967.IntMethod(java.lang.Runnable) with "GetInt_at_too_high" on … 2 "GetInt_at_too_high" on public static void art.Test1967.IntMethod(java.lang.Runnable) failed due to… 4 Running public static void art.Test1967.IntMethod(java.lang.Runnable) with "GetLong_at_too_high" on… 5 "GetLong_at_too_high" on public static void art.Test1967.IntMethod(java.lang.Runnable) failed due t… 7 Running public static void art.Test1967.IntMethod(java.lang.Runnable) with "GetObject_at_too_high" … 8 "GetObject_at_too_high" on public static void art.Test1967.IntMethod(java.lang.Runnable) failed due… 10 Running public static void art.Test1967.IntMethod(java.lang.Runnable) with "SetInt_at_too_high" on … 11 "SetInt_at_too_high" on public static void art.Test1967.IntMethod(java.lang.Runnable) failed to set… 13 Running public static void art.Test1967.IntMethod(java.lang.Runnable) with "SetLong_at_too_high" on… 14 "SetLong_at_too_high" on public static void art.Test1967.IntMethod(java.lang.Runnable) failed to se… [all …]
|
/art/test/912-classes/ |
D | expected-stdout.txt | 23 …public static final int java.lang.Integer.BYTES, static final char[] java.lang.Integer.DigitOnes, … 26 …public java.lang.Integer(int), public java.lang.Integer(java.lang.String) throws java.lang.NumberF…
|
/art/test/1966-get-set-local-objects-no-table/ |
D | expected-stdout.txt | 1 Running public static void art_test.TestCases1966.ObjectMethod(java.util.function.IntConsumer) with… 2 "GetGetObject" on public static void art_test.TestCases1966.ObjectMethod(java.util.function.IntCons… 4 Running public static void art_test.TestCases1966.ObjectMethod(java.util.function.IntConsumer) with… 5 "SetNull" on public static void art_test.TestCases1966.ObjectMethod(java.util.function.IntConsumer)… 7 Running public static void art_test.TestCases1966.ObjectMethod(java.util.function.IntConsumer) with… 8 "SetTestClass1" on public static void art_test.TestCases1966.ObjectMethod(java.util.function.IntCon… 10 Running public static void art_test.TestCases1966.ObjectMethod(java.util.function.IntConsumer) with… 11 "SetTestClass1ext" on public static void art_test.TestCases1966.ObjectMethod(java.util.function.Int… 13 Running public static void art_test.TestCases1966.ObjectMethod(java.util.function.IntConsumer) with… 14 "SetTestClass2" on public static void art_test.TestCases1966.ObjectMethod(java.util.function.IntCon… [all …]
|
/art/test/1980-obsolete-object-cleared/ |
D | expected-stdout.txt | 20 Calling public java.lang.Class java.lang.Class.asSubclass(java.lang.Class) with params: [[null, cla… 21 public java.lang.Class java.lang.Class.asSubclass(java.lang.Class) with [null] throws java.lang.ref… 22 public java.lang.Class java.lang.Class.asSubclass(java.lang.Class) on (obsolete)class Main$Transfor… 23 public java.lang.Class java.lang.Class.asSubclass(java.lang.Class) on (obsolete)class Main$Transfor… 24 public java.lang.Class java.lang.Class.asSubclass(java.lang.Class) with [class Main$Transform] thro… 25 public java.lang.Class java.lang.Class.asSubclass(java.lang.Class) with [long] throws java.lang.ref… 26 public java.lang.Class java.lang.Class.asSubclass(java.lang.Class) with [class java.lang.Class] thr… 27 Calling public java.lang.Object java.lang.Class.cast(java.lang.Object) with params: [[null, foo, NO… 28 public java.lang.Object java.lang.Class.cast(java.lang.Object) on (obsolete)class Main$Transform wi… 29 public java.lang.Object java.lang.Class.cast(java.lang.Object) with [foo] throws java.lang.reflect.… [all …]
|
/art/test/1975-hello-structural-transformation/ |
D | expected-stdout.txt | 1 Saving Field object (ID: 0) public static java.lang.Class art.Transform1975.CUR_CLASS for later 2 Saving Field object (ID: 1) public static byte[] art.Transform1975.REDEFINED_DEX_BYTES for later 8 public static java.lang.Class art.Transform1975.CUR_CLASS = (ID: 5) class art.Transform1975 9 public static byte[] art.Transform1975.REDEFINED_DEX_BYTES = (ID: 6) [100, 101, 120, 10, 48, 51, 53… 14 Field public static java.lang.Class art.Transform1975.CUR_CLASS = (ID: 5) class art.Transform1975 15 Field public static byte[] art.Transform1975.REDEFINED_DEX_BYTES = (ID: 6) [100, 101, 120, 10, 48, … 20 (ID: 7) MethodHandle()Class (public static java.lang.Class art.Transform1975.CUR_CLASS) = (ID: 5) c… 21 (ID: 8) MethodHandle()byte[] (public static byte[] art.Transform1975.REDEFINED_DEX_BYTES) = (ID: 6)… 25 public static java.lang.Class art.Transform1975.CUR_CLASS = (ID: 5) class art.Transform1975 26 public static byte[] art.Transform1975.REDEFINED_DEX_BYTES = (ID: 6) [100, 101, 120, 10, 48, 51, 53… [all …]
|
/art/test/1913-get-set-local-objects/ |
D | expected-stdout.txt | 1 Running public static void art.Test1913.ObjectMethod(java.lang.Runnable) with "GetGetObject" on rem… 2 "GetGetObject" on public static void art.Test1913.ObjectMethod(java.lang.Runnable) got value: TestC… 4 Running public static void art.Test1913.ObjectMethod(java.lang.Runnable) with "SetNull" on remote t… 5 "SetNull" on public static void art.Test1913.ObjectMethod(java.lang.Runnable) set value: null 7 Running public static void art.Test1913.ObjectMethod(java.lang.Runnable) with "SetTestClass1" on re… 8 "SetTestClass1" on public static void art.Test1913.ObjectMethod(java.lang.Runnable) set value: Test… 10 Running public static void art.Test1913.ObjectMethod(java.lang.Runnable) with "SetTestClass1ext" on… 11 "SetTestClass1ext" on public static void art.Test1913.ObjectMethod(java.lang.Runnable) set value: T… 13 Running public static void art.Test1913.ObjectMethod(java.lang.Runnable) with "SetTestClass2" on re… 14 "SetTestClass2" on public static void art.Test1913.ObjectMethod(java.lang.Runnable) set value: Test… [all …]
|
/art/test/1928-exception-event-exception/ |
D | expected-stdout.txt | 2 main: public static void art.Test1928.doThrow() @ line = 110 throws class art.Test1928$TestExceptio… 5 …public static art.StackTrace$StackFrameData[] art.StackTrace.GetStackTrace(java.lang.Thread) @ lin… 7 …public static void art.Test1928.ExceptionEvent(java.lang.Thread,java.lang.reflect.Executable,long,… 8 public static void art.Test1928.doThrow() @ line = 110 9 public void art.Test1928$DoThrowClass.run() @ line = 114 10 public static void art.Test1928.run() throws java.lang.Exception @ line = 196 11 Will be caught by: public static void art.Test1928.run() throws java.lang.Exception @ line = 199 16 main: public static void art.Test1928.throwCatchBaseTestException() @ line = 119 throws class art.T… 19 …public static art.StackTrace$StackFrameData[] art.StackTrace.GetStackTrace(java.lang.Thread) @ lin… 21 …public static void art.Test1928.ExceptionEvent(java.lang.Thread,java.lang.reflect.Executable,long,… [all …]
|
/art/test/1976-hello-structural-static-methods/ |
D | expected-stdout.txt | 7 Reflectively invoking public static void art.Transform1976.sayEverything() 9 Reflectively invoking public static void art.Transform1976.sayHi() 12 Running method public static void art.Transform1976.sayEverything() using JNI. 14 Running method public static void art.Transform1976.sayHi() using JNI. 17 Invoking MethodHandle()void (public static void art.Transform1976.sayEverything()) 19 Invoking MethodHandle()void (public static void art.Transform1976.sayHi()) 30 Reflectively invoking public static void art.Transform1976.sayEverything() on old j.l.r.Method 33 Reflectively invoking public static void art.Transform1976.sayHi() on old j.l.r.Method 36 Reflectively invoking public static void art.Transform1976.sayBye() on new j.l.r.Method 38 Reflectively invoking public static void art.Transform1976.sayEverything() on new j.l.r.Method [all …]
|
12345678910>>...39