Home
last modified time | relevance | path

Searched refs:public (Results 1 – 25 of 886) sorted by relevance

12345678910>>...36

/art/test/976-conflict-no-methods/smali/
DIface.smali17 # 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 …]
DMain.smali17 .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/
DIface2.smali17 # 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/
Dahat_api.txt3 public class Main {
4 method public static void main(java.lang.String[]);
11 public class Dominators<Node> {
12 ctor public Dominators(com.android.ahat.dominators.Dominators.Graph);
13 method public void computeDominators(Node);
14 …method public com.android.ahat.dominators.Dominators progress(com.android.ahat.progress.Progress, …
17 public static abstract interface Dominators.Graph<Node> {
18 method public abstract java.lang.Object getDominatorsComputationState(Node);
19 method public abstract java.lang.Iterable<? extends Node> getReferencesForDominators(Node);
20 method public abstract void setDominator(Node, Node);
[all …]
/art/test/800-smali/smali/
DsameFieldNames.smali1 .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/1917-get-stack-frame/
Dexpected.txt3 '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/044-proxy/
Dexpected.txt5 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/988-method-trace/
Dexpected.txt1 .<= 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/100-reflect2/
Dexpected.txt34public 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.…
36public boolean java.lang.String.contains(java.lang.CharSequence), public boolean java.lang.String.…
/art/test/978-virtual-interface/smali/
DIface.smali22 # 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/
Dexpected.txt3 main: public static void art.Test1927.test_J() @ line = 110 throws class art.Test1927$TestException…
6public static art.StackTrace$StackFrameData[] art.StackTrace.GetStackTrace(java.lang.Thread) @ lin…
8public 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…
15public static art.StackTrace$StackFrameData[] art.StackTrace.GetStackTrace(java.lang.Thread) @ lin…
17public 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/
Dexpected.txt1 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/997-single-step/
Dexpected.txt2 Single step: public static void art.Test997.doMultiPath(boolean) @ line=41
3 Single step: public static void art.Test997.doMultiPath(boolean) @ line=42
4 Single step: public static void art.Test997.doMultiPath(boolean) @ line=43
5 Single step: public static void art.Test997.doMultiPath(boolean) @ line=47
6 Single step: public static void art.Test997.doMultiPath(boolean) @ line=48
8 Single step: public static void art.Test997.doMultiPath(boolean) @ line=41
9 Single step: public static void art.Test997.doMultiPath(boolean) @ line=42
10 Single step: public static void art.Test997.doMultiPath(boolean) @ line=45
11 Single step: public static void art.Test997.doMultiPath(boolean) @ line=47
12 Single step: public static void art.Test997.doMultiPath(boolean) @ line=48
/art/test/1912-get-set-local-primitive/
Dexpected.txt1 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 "SetInt" on remote threa…
14 "SetInt" on public static void art.Test1912.IntMethod(java.lang.Runnable) set value: 2147483647
[all …]
/art/test/912-classes/
Dexpected.txt23public static final int java.lang.Integer.BYTES, static final char[] java.lang.Integer.DigitOnes, …
26public java.lang.Integer(int), public java.lang.Integer(java.lang.String) throws java.lang.NumberF…
/art/test/1913-get-set-local-objects/
Dexpected.txt1 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/1929-exception-catch-exception/
Dexpected.txt2 main: public static void art.Test1929.run() throws java.lang.Exception @ line = 298 caught class ar…
5public static art.StackTrace$StackFrameData[] art.StackTrace.GetStackTrace(java.lang.Thread) @ lin…
7public static void art.Test1929.ExceptionCatchEvent(java.lang.Thread,java.lang.reflect.Executable,…
8 public static void art.Test1929.run() throws java.lang.Exception @ line = 298
12 main: public static void art.Test1929.throwCatchBaseTestException() @ line = 140 caught class art.T…
15public static art.StackTrace$StackFrameData[] art.StackTrace.GetStackTrace(java.lang.Thread) @ lin…
17public static void art.Test1929.ExceptionCatchEvent(java.lang.Thread,java.lang.reflect.Executable,…
18 public static void art.Test1929.throwCatchBaseTestException() @ line = 140
19 public void art.Test1929$DoThrowCatchBaseTestException.run() @ line = 149
20 public static void art.Test1929.run() throws java.lang.Exception @ line = 295
[all …]
/art/test/VerifierDeps/
DMain.smali15 .class public LMain;
18 .method public static ArgumentType_ResolvedClass(Ljava/lang/Thread;)V
23 .method public static ArgumentType_ResolvedReferenceArray([Ljava/lang/Thread;)V
28 .method public static ArgumentType_ResolvedPrimitiveArray([B)V
33 .method public static ArgumentType_UnresolvedClass(LUnresolvedClass;)V
38 .method public static ArgumentType_UnresolvedSuper(LMySetWithUnresolvedSuper;)V
43 .method public static ReturnType_Reference(Ljava/lang/IllegalStateException;)Ljava/lang/Throwable;
48 .method public static ReturnType_Array([Ljava/lang/IllegalStateException;)[Ljava/lang/Integer;
53 .method public static InvokeArgumentType(Ljava/text/SimpleDateFormat;Ljava/util/SimpleTimeZone;)V
59 .method public static MergeTypes_RegisterLines(Z)Ljava/lang/Object;
[all …]
/art/test/660-store-8-16/smali/
DTestCase.smali15 .class public LTestCase;
19 .method public static setByteArray([B)V
27 .method public static setByteStaticField()V
34 .method public static setByteInstanceField(LTestCase;)V
41 .method public constructor <init>()V
47 .method public static setShortArray([S)V
55 .method public static setShortStaticField()V
62 .method public static setShortInstanceField(LTestCase;)V
69 .method public static setCharArray([C)V
77 .method public static setCharStaticField()V
[all …]
/art/test/1939-proxy-frames/
Dexpected.txt1 Running public abstract void art.Test1939$Foo.InterfaceProxyMethod(java.lang.Runnable) with "GetThi…
2 "GetThis" on public abstract void art.Test1939$Foo.InterfaceProxyMethod(java.lang.Runnable) got val…
3 Running public abstract void art.Test1939$Foo.InterfaceProxyMethod(java.lang.Runnable) with "GetLoc…
4 "GetLocalReference0" on public abstract void art.Test1939$Foo.InterfaceProxyMethod(java.lang.Runnab…
5 Running public abstract void art.Test1939$Foo.InterfaceProxyMethod(java.lang.Runnable) with "GetPro…
6 "GetProxyFrameLocation" on public abstract void art.Test1939$Foo.InterfaceProxyMethod(java.lang.Run…
7 Running public abstract void art.Test1939$Foo.InterfaceProxyMethod(java.lang.Runnable) with "GetPro…
8 "GetProxyFrameMethod" on public abstract void art.Test1939$Foo.InterfaceProxyMethod(java.lang.Runna…
/art/runtime/
Dfault_handler.h35 public:
77 public:
93 class NullPointerHandler final : public FaultHandler {
94 public:
111 class SuspensionHandler final : public FaultHandler {
112 public:
121 class StackOverflowHandler final : public FaultHandler {
122 public:
131 class JavaStackTraceHandler final : public FaultHandler {
132 public:
Doffsets.h29 public:
47 class FrameOffset : public Offset {
48 public:
56 class ThreadOffset : public Offset {
57 public:
65 class MemberOffset : public Offset {
66 public:
/art/test/991-field-trace-2/
Dexpected.txt4 …ACCESS of public int art.Test991$TestClass1.xyz on object of type: class art.Test991$TestClass1 in…
7 …MODIFY of public int art.Test991$TestClass1.xyz on object of type: class art.Test991$TestClass1 in…
12 …ACCESS of public int art.Test991$TestClass1.xyz on object of type: class art.Test991$TestClass1 in…
18 …ACCESS of public int art.Test991$TestClass1.xyz on object of type: class art.Test991$TestClass1 in…
21 …MODIFY of public int art.Test991$TestClass1.xyz on object of type: class art.Test991$TestClass1 in…
27 …ACCESS of public int art.Test991$TestClass1.xyz on object of type: class art.Test991$TestClass1 in…
30 …MODIFY of public int art.Test991$TestClass1.xyz on object of type: class art.Test991$TestClass1 in…
35 …ACCESS of public int art.Test991$TestClass1.xyz on object of type: class art.Test991$TestClass1 in…
38 …MODIFY of public int art.Test991$TestClass1.xyz on object of type: class art.Test991$TestClass1 in…
43 …ACCESS of public int art.Test991$TestClass1.xyz on object of type: class art.Test991$TestClass1 in…
[all …]
/art/test/1914-get-local-instance/
Dexpected.txt1 Running public static void art.Test1914.StaticMethod(java.lang.Runnable) with "GetThis" on remote t…
2 "GetThis" on public static void art.Test1914.StaticMethod(java.lang.Runnable) got value: null
4 Running public static native void art.Test1914.NativeStaticMethod(java.lang.Runnable) with "GetThis…
5 "GetThis" on public static native void art.Test1914.NativeStaticMethod(java.lang.Runnable) got valu…
7 Running public void art.Test1914$TargetClass.InstanceMethod(java.lang.Runnable) with "GetThis" on r…
8 "GetThis" on public void art.Test1914$TargetClass.InstanceMethod(java.lang.Runnable) got value: Tar…
10 Running public native void art.Test1914$TargetClass.NativeInstanceMethod(java.lang.Runnable) with "…
11 "GetThis" on public native void art.Test1914$TargetClass.NativeInstanceMethod(java.lang.Runnable) g…
13 Running public abstract void art.Test1914$Foo.InterfaceProxyMethod(java.lang.Runnable) with "GetThi…
14 "GetThis" on public abstract void art.Test1914$Foo.InterfaceProxyMethod(java.lang.Runnable) got val…
/art/test/990-field-trace/
Dexpected.txt1 …TestClass1.xyz on object of type: class art.Test990$TestClass1 in method public art.Test990$TestCl…
2 …TestClass1.abc on object of type: class art.Test990$TestClass1 in method public art.Test990$TestCl…
4 …TestClass1.xyz on object of type: class art.Test990$TestClass2 in method public art.Test990$TestCl…
5 …TestClass1.abc on object of type: class art.Test990$TestClass2 in method public art.Test990$TestCl…
6 …TestClass2.baz on object of type: class art.Test990$TestClass2 in method public art.Test990$TestCl…
7 …TestClass1.xyz on object of type: class art.Test990$TestClass1 in method public art.Test990$TestCl…
8 …TestClass1.abc on object of type: class art.Test990$TestClass1 in method public art.Test990$TestCl…
9 …TestClass1.xyz on object of type: class art.Test990$TestClass1 in method public art.Test990$TestCl…
10 …TestClass1.abc on object of type: class art.Test990$TestClass1 in method public art.Test990$TestCl…
11 …$TestClass1.xyz on object of type class art.Test990$TestClass1 in method public void art.Test990$T…
[all …]

12345678910>>...36