Home
last modified time | relevance | path

Searched refs:with (Results 1 – 25 of 603) sorted by relevance

12345678910>>...25

/art/test/995-breakpoints-throw/
Dexpected.txt1 Test "call Test995::breakpoint": Running breakpoint with handler "do nothing"
3 Test "call Test995::breakpoint": No error caught with handler "do nothing"
4 Test "call Test995::breakpoint": Finished running with handler "do nothing"
5 Test "call Test995::breakpointCatch": Running breakpoint with handler "do nothing"
7 Test "call Test995::breakpointCatch": No error caught with handler "do nothing"
8 Test "call Test995::breakpointCatch": Finished running with handler "do nothing"
9 Test "call Test995::breakpointCatchLate": Running breakpoint with handler "do nothing"
11 Test "call Test995::breakpointCatchLate": No error caught with handler "do nothing"
12 Test "call Test995::breakpointCatchLate": Finished running with handler "do nothing"
13 Test "catch subroutine Test995::breakpoint": Running breakpoint with handler "do nothing"
[all …]
/art/tools/ahat/src/test/com/android/ahat/
DQueryTest.java40 assertEquals("/object?answer=42&foo=sludge", query.with("foo", "sludge").toString()); in simple()
41 assertEquals("/object?answer=43&foo=bar", query.with("answer", "43").toString()); in simple()
42 assertEquals("/object?answer=43&foo=bar", query.with("answer", 43).toString()); in simple()
43 assertEquals("/object?answer=42&bar=finally&foo=bar", query.with("bar", "finally").toString()); in simple()
44 assertEquals("/object?answer=42", query.with("foo", null).toString()); in simple()
55 assertEquals("/object?answer=42&foo=tar", query.with("foo", "tar").toString()); in multiValue()
56 assertEquals("/object?answer=43&foo=sludge", query.with("answer", "43").toString()); in multiValue()
58 query.with("bar", "finally").toString()); in multiValue()
59 assertEquals("/object?answer=42", query.with("foo", null).toString()); in multiValue()
69 assertEquals("/object?foo=sludge", query.with("foo", "sludge").toString()); in empty()
[all …]
/art/test/1980-obsolete-object-cleared/
Dexpected.txt20 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 ….lang.Class.asSubclass(java.lang.Class) on (obsolete)class Main$Transform with [class java.lang.Ob…
23 ….lang.Class.asSubclass(java.lang.Class) on (obsolete)class Main$Transform with [(obsolete)class Ma…
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 ….Object java.lang.Class.cast(java.lang.Object) on (obsolete)class Main$Transform with [null] = null
29 public java.lang.Object java.lang.Class.cast(java.lang.Object) with [foo] throws java.lang.reflect.…
[all …]
/art/test/115-native-bridge/
Dexpected.txt5 Getting trampoline for JNI_OnLoad with shorty (null).
21 Getting trampoline for Java_Main_testFindClassOnAttachedNativeThread with shorty V.
23 Getting trampoline for Java_Main_testFindFieldOnAttachedNativeThreadNative with shorty V.
25 Getting trampoline for Java_Main_testCallStaticVoidMethodOnSubClassNative with shorty V.
27 Getting trampoline for Java_Main_testGetMirandaMethodNative with shorty L.
29 Getting trampoline for Java_Main_testZeroLengthByteBuffers with shorty V.
31 Getting trampoline for Java_Main_byteMethod with shorty BBBBBBBBBBB.
39 Getting trampoline for Java_Main_shortMethod with shorty SSSSSSSSSSS.
49 Getting trampoline for Java_Main_booleanMethod with shorty ZZZZZZZZZZZ.
52 Getting trampoline for Java_Main_charMethod with shorty CCCCCCCCCCC.
[all …]
/art/test/994-breakpoint-line/
Dexpected.txt1 Breaking on line: 29 calling with arg: true
4 Breaking on line: 29 calling with arg: false
7 Breaking on line: 30 calling with arg: true
10 Breaking on line: 30 calling with arg: false
13 Breaking on line: 31 calling with arg: true
16 Breaking on line: 31 calling with arg: false
18 Breaking on line: 33 calling with arg: true
20 Breaking on line: 33 calling with arg: false
23 Breaking on line: 35 calling with arg: true
26 Breaking on line: 35 calling with arg: false
[all …]
/art/test/048-reflect-v8/
Dexpected.txt20 Annotations by type, defined by class SingleUser with annotation Calendar: @Calendar(dayOfMonth=uns…
21 Annotations by type, defined by class SingleUser with annotation Calendars: <empty>
22 Annotations by type, defined by class User with annotation Calendar: @Calendar(dayOfMonth=last, day…
23 Annotations by type, defined by class User with annotation Calendars: @Calendars(value=[@Calendar(d…
24 Annotations by type, defined by class User2 with annotation Calendar: @Calendar(dayOfMonth=z, dayOf…
25 Annotations by type, defined by class User2 with annotation Calendars: @Calendars(value=[@Calendar(…
26 Annotations by type, defined by class UserComplex with annotation Calendar: @Calendar(dayOfMonth=af…
27 Annotations by type, defined by class UserComplex with annotation Calendars: @Calendars(value=[@Cal…
28 Annotations by type, defined by class UserSub with annotation Calendar: @Calendar(dayOfMonth=last, …
29 Annotations by type, defined by class UserSub with annotation Calendars: @Calendars(value=[@Calenda…
[all …]
/art/test/1953-pop-frame/
Dexpected.txt2 Single call with PopFrame on StandardTestObject { cnt: 0 } base-call-count: 0
4 Test stopped using breakpoint with declared synchronized function
5 Single call with PopFrame on SynchronizedFunctionTestObject { cnt: 0 } base-call-count: 0
7 Test stopped using breakpoint with synchronized block
8 Single call with PopFrame on SynchronizedTestObject { cnt: 0 } base-call-count: 0
11 Single call with PopFrame on StandardTestObject { cnt: 0 } base-call-count: 0
14 Single call with PopFrame on FieldBasedTestObject { cnt: 0, TARGET_FIELD: 0 } base-call-count: 0
17 Single call with PopFrame on FieldBasedTestObject { cnt: 0, TARGET_FIELD: 0 } base-call-count: 0
20 Single call with PopFrame on StandardTestObject { cnt: 0 } base-call-count: 0
23 Single call with PopFrame on StandardTestObject { cnt: 0 } base-call-count: 0
[all …]
Dclass-loading-expected.patch3 > Single call with PopFrame on StandardTestObject { cnt: 0 } base-call-count: 0
6 > Single call with PopFrame on StandardTestObject { cnt: 0 } base-call-count: 0
8 > Test stopped during notifyFramePop with exception on pop of calledFunction
9 > Single call with PopFrame on ExceptionThrowTestObject { cnt: 0 } base-call-count: 0
12 > Test stopped during notifyFramePop with exception on pop of doThrow
13 > Single call with PopFrame on ExceptionCatchTestObject { cnt: 0 } base-call-count: 0
18 > Single call with PopFrame on ClassLoadObject { cnt: 0, curClass: 0} base-call-count: 0
28 > Single call with PopFrame on ClassLoadObject { cnt: 0, curClass: 1} base-call-count: 0
/art/test/1954-pop-frame-jit/
Dexpected.txt2 Single call with PopFrame on StandardTestObject { cnt: 0 } base-call-count: 0
4 Test stopped using breakpoint with declared synchronized function
5 Single call with PopFrame on SynchronizedFunctionTestObject { cnt: 0 } base-call-count: 0
7 Test stopped using breakpoint with synchronized block
8 Single call with PopFrame on SynchronizedTestObject { cnt: 0 } base-call-count: 0
11 Single call with PopFrame on StandardTestObject { cnt: 0 } base-call-count: 0
14 Single call with PopFrame on FieldBasedTestObject { cnt: 0, TARGET_FIELD: 0 } base-call-count: 0
17 Single call with PopFrame on FieldBasedTestObject { cnt: 0, TARGET_FIELD: 0 } base-call-count: 0
20 Single call with PopFrame on StandardTestObject { cnt: 0 } base-call-count: 0
23 Single call with PopFrame on StandardTestObject { cnt: 0 } base-call-count: 0
[all …]
Djvm-expected.patch3 < Single call with PopFrame on StandardTestObject { cnt: 0 } base-call-count: 0
6 < Single call with PopFrame on StandardTestObject { cnt: 0 } base-call-count: 0
8 < Test stopped during notifyFramePop with exception on pop of calledFunction
9 < Single call with PopFrame on ExceptionThrowTestObject { cnt: 0 } base-call-count: 0
12 < Test stopped during notifyFramePop with exception on pop of doThrow
13 < Single call with PopFrame on ExceptionCatchTestObject { cnt: 0 } base-call-count: 0
18 < Single call with PopFrame on ClassLoadObject { cnt: 0, curClass: 0} base-call-count: 0
28 < Single call with PopFrame on ClassLoadObject { cnt: 0, curClass: 1} base-call-count: 0
/art/test/1955-pop-frame-jit-called/
Dexpected.txt2 Single call with PopFrame on StandardTestObject { cnt: 0 } base-call-count: 0
4 Test stopped using breakpoint with declared synchronized function
5 Single call with PopFrame on SynchronizedFunctionTestObject { cnt: 0 } base-call-count: 0
7 Test stopped using breakpoint with synchronized block
8 Single call with PopFrame on SynchronizedTestObject { cnt: 0 } base-call-count: 0
11 Single call with PopFrame on StandardTestObject { cnt: 0 } base-call-count: 0
14 Single call with PopFrame on FieldBasedTestObject { cnt: 0, TARGET_FIELD: 0 } base-call-count: 0
17 Single call with PopFrame on FieldBasedTestObject { cnt: 0, TARGET_FIELD: 0 } base-call-count: 0
20 Single call with PopFrame on StandardTestObject { cnt: 0 } base-call-count: 0
23 Single call with PopFrame on StandardTestObject { cnt: 0 } base-call-count: 0
[all …]
Djvm-expected.patch3 < Single call with PopFrame on StandardTestObject { cnt: 0 } base-call-count: 0
6 < Single call with PopFrame on StandardTestObject { cnt: 0 } base-call-count: 0
8 < Test stopped during notifyFramePop with exception on pop of calledFunction
9 < Single call with PopFrame on ExceptionThrowTestObject { cnt: 0 } base-call-count: 0
12 < Test stopped during notifyFramePop with exception on pop of doThrow
13 < Single call with PopFrame on ExceptionCatchTestObject { cnt: 0 } base-call-count: 0
18 < Single call with PopFrame on ClassLoadObject { cnt: 0, curClass: 0} base-call-count: 0
28 < Single call with PopFrame on ClassLoadObject { cnt: 0, curClass: 1} base-call-count: 0
/art/test/1956-pop-frame-jit-calling/
Dexpected.txt2 Single call with PopFrame on StandardTestObject { cnt: 0 } base-call-count: 0
4 Test stopped using breakpoint with declared synchronized function
5 Single call with PopFrame on SynchronizedFunctionTestObject { cnt: 0 } base-call-count: 0
7 Test stopped using breakpoint with synchronized block
8 Single call with PopFrame on SynchronizedTestObject { cnt: 0 } base-call-count: 0
11 Single call with PopFrame on StandardTestObject { cnt: 0 } base-call-count: 0
14 Single call with PopFrame on FieldBasedTestObject { cnt: 0, TARGET_FIELD: 0 } base-call-count: 0
17 Single call with PopFrame on FieldBasedTestObject { cnt: 0, TARGET_FIELD: 0 } base-call-count: 0
20 Single call with PopFrame on StandardTestObject { cnt: 0 } base-call-count: 0
23 Single call with PopFrame on StandardTestObject { cnt: 0 } base-call-count: 0
[all …]
Djvm-expected.patch3 < Single call with PopFrame on StandardTestObject { cnt: 0 } base-call-count: 0
6 < Single call with PopFrame on StandardTestObject { cnt: 0 } base-call-count: 0
8 < Test stopped during notifyFramePop with exception on pop of calledFunction
9 < Single call with PopFrame on ExceptionThrowTestObject { cnt: 0 } base-call-count: 0
12 < Test stopped during notifyFramePop with exception on pop of doThrow
13 < Single call with PopFrame on ExceptionCatchTestObject { cnt: 0 } base-call-count: 0
18 < Single call with PopFrame on ClassLoadObject { cnt: 0, curClass: 0} base-call-count: 0
28 < Single call with PopFrame on ClassLoadObject { cnt: 0, curClass: 1} base-call-count: 0
/art/test/1970-force-early-return-long/
Dexpected.txt2 NORMAL RUN: Single call with no interference on (ID: 0) StandardTestObject { cnt: 0 }
4 Single call with force-early-return on (ID: 1) StandardTestObject { cnt: 0 }
7 Test stopped using breakpoint with declared synchronized function
8 NORMAL RUN: Single call with no interference on (ID: 2) SynchronizedFunctionTestObject { cnt: 0 }
10 Single call with force-early-return on (ID: 3) SynchronizedFunctionTestObject { cnt: 0 }
13 Test stopped using breakpoint with synchronized block
14 NORMAL RUN: Single call with no interference on (ID: 4) SynchronizedTestObject { cnt: 0 }
16 Single call with force-early-return on (ID: 5) SynchronizedTestObject { cnt: 0 }
20 NORMAL RUN: Single call with no interference on (ID: 6) StandardTestObject { cnt: 0 }
22 Single call with force-early-return on (ID: 7) StandardTestObject { cnt: 0 }
[all …]
/art/test/1968-force-early-return/
Dexpected.txt2 NORMAL RUN: Single call with no interference on (ID: 0) StandardTestObject { cnt: 0 }
4 Single call with force-early-return on (ID: 1) StandardTestObject { cnt: 0 }
7 Test stopped using breakpoint with declared synchronized function
8 NORMAL RUN: Single call with no interference on (ID: 2) SynchronizedFunctionTestObject { cnt: 0 }
10 Single call with force-early-return on (ID: 3) SynchronizedFunctionTestObject { cnt: 0 }
13 Test stopped using breakpoint with synchronized block
14 NORMAL RUN: Single call with no interference on (ID: 4) SynchronizedTestObject { cnt: 0 }
16 Single call with force-early-return on (ID: 5) SynchronizedTestObject { cnt: 0 }
20 NORMAL RUN: Single call with no interference on (ID: 6) StandardTestObject { cnt: 0 }
22 Single call with force-early-return on (ID: 7) StandardTestObject { cnt: 0 }
[all …]
/art/test/1969-force-early-return-void/
Dexpected.txt2 NORMAL RUN: Single call with no interference on (ID: 0) StandardTestObject { cnt: 0 }
4 Single call with force-early-return on (ID: 1) StandardTestObject { cnt: 0 }
7 Test stopped using breakpoint with declared synchronized function
8 NORMAL RUN: Single call with no interference on (ID: 2) SynchronizedFunctionTestObject { cnt: 0 }
10 Single call with force-early-return on (ID: 3) SynchronizedFunctionTestObject { cnt: 0 }
13 Test stopped using breakpoint with synchronized block
14 NORMAL RUN: Single call with no interference on (ID: 4) SynchronizedTestObject { cnt: 0 }
16 Single call with force-early-return on (ID: 5) SynchronizedTestObject { cnt: 0 }
20 NORMAL RUN: Single call with no interference on (ID: 6) StandardTestObject { cnt: 0 }
22 Single call with force-early-return on (ID: 7) StandardTestObject { cnt: 0 }
[all …]
/art/test/401-optimizing-compiler/
Dexpected.txt2 In static method with 2 args 1 2
3 In static method with 5 args 1 2 3 4 5
4 In static method with 7 args 1 2 3 4 5 6 7
8 In static method with object arg class java.lang.Object
/art/test/1912-get-set-local-primitive/
Dexpected.txt1 Running public static void art.Test1912.IntMethod(java.lang.Runnable) with "GetInt" on remote threa…
4 Running public static void art.Test1912.IntMethod(java.lang.Runnable) with "GetLong" on remote thre…
7 Running public static void art.Test1912.IntMethod(java.lang.Runnable) with "GetFloat" on remote thr…
10 Running public static void art.Test1912.IntMethod(java.lang.Runnable) with "GetDouble" on remote th…
13 Running public static void art.Test1912.IntMethod(java.lang.Runnable) with "GetObject" on remote th…
16 Running public static void art.Test1912.IntMethod(java.lang.Runnable) with "SetInt" on remote threa…
19 Running public static void art.Test1912.IntMethod(java.lang.Runnable) with "SetLong" on remote thre…
22 Running public static void art.Test1912.IntMethod(java.lang.Runnable) with "SetFloat" on remote thr…
25 Running public static void art.Test1912.IntMethod(java.lang.Runnable) with "SetDouble" on remote th…
28 Running public static void art.Test1912.IntMethod(java.lang.Runnable) with "SetObject" on remote th…
[all …]
/art/test/1967-get-set-local-bad-slot/
Dexpected.txt1 Running public static void art.Test1967.IntMethod(java.lang.Runnable) with "GetInt_at_too_high" on …
4 Running public static void art.Test1967.IntMethod(java.lang.Runnable) with "GetLong_at_too_high" on…
7 Running public static void art.Test1967.IntMethod(java.lang.Runnable) with "GetObject_at_too_high" …
10 Running public static void art.Test1967.IntMethod(java.lang.Runnable) with "SetInt_at_too_high" on …
13 Running public static void art.Test1967.IntMethod(java.lang.Runnable) with "SetLong_at_too_high" on…
16 Running public static void art.Test1967.IntMethod(java.lang.Runnable) with "SetObject_at_too_high" …
19 Running public static void art.Test1967.IntMethod(java.lang.Runnable) with "GetInt_at_negative" on …
22 Running public static void art.Test1967.IntMethod(java.lang.Runnable) with "GetLong_at_negative" on…
25 Running public static void art.Test1967.IntMethod(java.lang.Runnable) with "GetObject_at_negative" …
28 Running public static void art.Test1967.IntMethod(java.lang.Runnable) with "SetInt_at_negative" on …
[all …]
/art/test/1966-get-set-local-objects-no-table/
Dexpected.txt1 Running public static void art_test.TestCases1966.ObjectMethod(java.util.function.IntConsumer) with
4 Running public static void art_test.TestCases1966.ObjectMethod(java.util.function.IntConsumer) with
7 Running public static void art_test.TestCases1966.ObjectMethod(java.util.function.IntConsumer) with
10 Running public static void art_test.TestCases1966.ObjectMethod(java.util.function.IntConsumer) with
13 Running public static void art_test.TestCases1966.ObjectMethod(java.util.function.IntConsumer) with
16 Running public static void art_test.TestCases1966.ObjectMethod(java.util.function.IntConsumer) with
19 …rt_test.TestCases1966.CastInterfaceMethod(java.util.function.IntConsumer) with "GetGetObject" on r…
22 …rt_test.TestCases1966.CastInterfaceMethod(java.util.function.IntConsumer) with "SetNull" on remote…
25 …rt_test.TestCases1966.CastInterfaceMethod(java.util.function.IntConsumer) with "SetTestClass1" on …
28 …rt_test.TestCases1966.CastInterfaceMethod(java.util.function.IntConsumer) with "SetTestClass1ext" …
[all …]
/art/test/646-checker-arraycopy-large-cst-pos/
Dinfo.txt1 Regression test for an issue with a depleted VIXL scratch register
2 pool during the emission of a SystemArrayCopy intrinsic with a large
3 constant destination position, on ARM64, with read barriers
/art/test/1913-get-set-local-objects/
Dexpected.txt1 Running public static void art.Test1913.ObjectMethod(java.lang.Runnable) with "GetGetObject" on rem…
4 Running public static void art.Test1913.ObjectMethod(java.lang.Runnable) with "SetNull" on remote t…
7 Running public static void art.Test1913.ObjectMethod(java.lang.Runnable) with "SetTestClass1" on re…
10 Running public static void art.Test1913.ObjectMethod(java.lang.Runnable) with "SetTestClass1ext" on…
13 Running public static void art.Test1913.ObjectMethod(java.lang.Runnable) with "SetTestClass2" on re…
16 Running public static void art.Test1913.ObjectMethod(java.lang.Runnable) with "SetTestClass2impl" o…
19 Running public static void art.Test1913.InterfaceMethod(java.lang.Runnable) with "GetGetObject" on …
22 Running public static void art.Test1913.InterfaceMethod(java.lang.Runnable) with "SetNull" on remot…
25 Running public static void art.Test1913.InterfaceMethod(java.lang.Runnable) with "SetTestClass1" on…
28 Running public static void art.Test1913.InterfaceMethod(java.lang.Runnable) with "SetTestClass1ext"…
[all …]
/art/test/900-hello-plugin/
Dexpected.txt2 Agent_OnLoad called with options "test_900"
4 GetEnvHandler called with version 0x900fffff
6 Agent_OnLoad called with options "test_900_round_2"
/art/test/1929-exception-catch-exception/
Dexpected.txt1 Test "art.Test1929$DoThrowClass": Running breakpoint with handler "art.Test1929$DoNothingHandler"
9 Test "art.Test1929$DoThrowClass": Caught error art.Test1929$TestException:"doThrow" with handler "a…
10 Test "art.Test1929$DoThrowClass": Finished running with handler "art.Test1929$DoNothingHandler"
11 Test "art.Test1929$DoThrowCatchBaseTestException": Running breakpoint with handler "art.Test1929$Do…
23 Test "art.Test1929$DoThrowCatchBaseTestException": No error caught with handler "art.Test1929$DoNot…
24 Test "art.Test1929$DoThrowCatchBaseTestException": Finished running with handler "art.Test1929$DoNo…
25 Test "art.Test1929$DoThrowCatchBaseTestExceptionTwice": Running breakpoint with handler "art.Test19…
37 Test "art.Test1929$DoThrowCatchBaseTestExceptionTwice": No error caught with handler "art.Test1929$…
38 Test "art.Test1929$DoThrowCatchBaseTestExceptionTwice": Finished running with handler "art.Test1929…
39 Test "art.Test1929$DoThrowCatchTestException": Running breakpoint with handler "art.Test1929$DoNoth…
[all …]

12345678910>>...25