Searched refs:on (Results 1 – 25 of 429) sorted by relevance
12345678910>>...18
/art/test/966-default-conflict/ |
D | expected.txt | 2 Calling functions on concrete Main 3 Calling non-conflicting function on Main 5 Calling conflicting function on Main 6 Expected ICCE Thrown on Main 7 Calling non-conflicting function on Main 9 Calling functions on interface Iface 10 Calling non-conflicting function on Iface 12 Calling conflicting function on Iface 13 Expected ICCE Thrown on Iface 14 Calling non-conflicting function on Iface [all …]
|
/art/test/967-default-ame/ |
D | expected.txt | 2 Calling functions on concrete Main 3 Calling non-abstract function on Main 5 Calling abstract function on Main 6 Expected AME Thrown on Main 7 Calling non-abstract function on Main 9 Calling functions on interface Iface 10 Calling non-abstract function on Iface 12 Calling abstract function on Iface 13 Expected AME Thrown on Iface 14 Calling non-abstract function on Iface [all …]
|
/art/test/965-default-verify/ |
D | expected.txt | 2 Calling functions on concrete Main 3 Calling verifiable function on Main 5 Calling unverifiable function on Main 6 Expected NSME Thrown on Main 7 Calling verifiable function on Main 9 Calling functions on interface Iface 10 Calling verifiable function on Iface 12 Calling unverifiable function on Iface 13 Expected NSME Thrown on Iface 14 Calling verifiable function on Iface
|
/art/test/600-verifier-fails/ |
D | info.txt | 2 dexfuzz on the DEX files of fuzzingly random generated Java test. 5 soft verification failure (on the final field modification) should 6 not hide the hard verification failure (on the type mismatch) to 7 avoid compiler crash later on 11 behind it to avoid fatal message later on 13 access validation on field should occur prior to null reference check 17 later on 19 access validation on method should occur prior to null reference check 22 avoid interpreter crash on zero size object later
|
/art/test/004-JniTest/ |
D | expected.txt | 31 Calling method ConcreteClass->JniCallNonOverridenDefaultMethod on object of type ConcreteClass 33 Calling method ConcreteClass->JniCallOverridenDefaultMethod on object of type ConcreteClass 35 Calling method ConcreteClass->JniCallOverridenDefaultMethodWithSuper on object of type ConcreteClass 38 Calling method ConcreteClass->JniCallOverridenAbstractMethod on object of type ConcreteClass 40 Calling method ConcreteClass->JniCallConflictDefaultMethod on object of type ConcreteClass 42 Calling method ConcreteClass->JniCallSoftConflictMethod on object of type ConcreteClass 44 Calling method DefaultInterface->JniCallNonOverridenDefaultMethod on object of type ConcreteClass 46 Calling method DefaultInterface->JniCallOverridenDefaultMethod on object of type ConcreteClass 48 Calling method DefaultInterface->JniCallOverridenAbstractMethod on object of type ConcreteClass 50 Calling method DefaultInterface->JniCallConflictDefaultMethod on object of type ConcreteClass [all …]
|
/art/test/068-classloader/ |
D | expected.txt | 6 Got expected LinkageError on DE 8 Got LinkageError on GD 9 Got LinkageError on TA 12 Got LinkageError on DI (early) 13 Got LinkageError on IDI (early)
|
/art/test/005-annotations/ |
D | expected.txt | 11 annotations on TYPE class android.test.anno.SimplyNoted(2): 17 annotations on CTOR android.test.anno.SimplyNoted(): 21 annotations on CTOR android.test.anno.SimplyNoted(int): 27 annotations on METH public int android.test.anno.SimplyNoted.foo(): 31 annotations on FIELD public int android.test.anno.SimplyNoted.mFoo: 34 annotations on FIELD public static int android.test.anno.SimplyNoted.mOneFoo: 38 annotations on TYPE interface android.test.anno.INoted(1): 42 annotations on METH public abstract int android.test.anno.INoted.bar(): 47 annotations on TYPE class android.test.anno.SubNoted(3): 55 annotations on CTOR public android.test.anno.SubNoted(): [all …]
|
/art/tools/cpp-define-generator/ |
D | offsets_all.def | 11 * distributed under the License is distributed on an "AS IS" BASIS, 39 // TODO: rest of THREAD_ offsets (depends on __SIZEOF__POINTER__). 41 // TODO: SHADOW_FRAME depends on __SIZEOF__POINTER__ 44 // TODO: MIRROR_OBJECT_HEADER_SIZE (depends on #ifdef read barrier) 48 // TODO: MIRROR_*_ARRAY offsets (depends on header size) 49 // TODO: MIRROR_STRING offsets (depends on header size) 59 // TODO: MIRROR_OBJECT_HEADER_SIZE #ifdef depends on read barriers 60 // TODO: Array offsets (depends on MIRROR_OBJECT_HEADER_SIZE)
|
D | Android.bp | 11 // distributed under the License is distributed on an "AS IS" BASIS, 21 // In the future we may wish to parameterize this on (32,64)x(read_barrier,no_read_barrier). 39 // For the exact filename that this generates to run make command on just
|
D | constant_heap.def | 11 * distributed under the License is distributed on an "AS IS" BASIS, 23 // Size of references to the heap on the stack.
|
/art/test/912-classes/ |
D | expected.txt | 62 Load: LB; on ClassEvents 63 Prepare: LB; on ClassEvents (cur=ClassEvents) 65 Load: LB; on ClassEvents 66 Prepare: LB; on ClassEvents (cur=ClassEvents) 68 Load: LA; on ClassEvents 69 Prepare: LA; on ClassEvents (cur=ClassEvents) 70 Load: LC; on ClassEvents 71 Prepare: LC; on ClassEvents (cur=ClassEvents) 74 Load: LA; on ClassEvents 75 Prepare: LA; on ClassEvents (cur=ClassEvents) [all …]
|
/art/test/435-new-instance/ |
D | info.txt | 2 - InstantiationError on interfaces and abstract classes 3 - IllegalAccessError on inaccessible classes 4 - NoClassDefFoundError on unknown classes
|
/art/test/800-smali/smali/ |
D | b_23300986.smali | 7 monitor-enter v2 # Lock on parameter 9 monitor-exit v1 # Unlock on alias 18 monitor-enter v2 # Lock on parameter 19 monitor-exit v1 # Unlock on alias
|
/art/test/904-object-allocation/ |
D | expected.txt | 3 Tracking on same thread 5 Tracking on same thread, not disabling tracking 7 Tracking on different thread
|
/art/test/618-checker-induction/ |
D | info.txt | 1 Test on loop optimizations on induction.
|
/art/test/118-noimage-dex2oat/ |
D | expected.txt | 3 Has image is false, is image dex2oat enabled is false, is BOOTCLASSPATH on disk is false. 9 Has image is true, is image dex2oat enabled is true, is BOOTCLASSPATH on disk is true. 13 Has image is true, is image dex2oat enabled is true, is BOOTCLASSPATH on disk is true.
|
/art/tools/ |
D | libcore_failures.txt | 31 Passes on host, passes with cts. Passes with vogar with su 33 777 all directories on path to socket (on device without su).", 39 description: "TCP_USER_TIMEOUT is not defined on host's tcp.h (glibc-2.15-4.8).", 64 description: "Failing due to a locale problem on hammerhead.", 81 description: "Failing due to missing localhost on hammerhead and volantis.", 102 description: "Needs the newest cat version on the device", 108 description: "Test sometimes timeouts on volantis, and on most modes in debug mode", 114 description: "Needs kernel updates on host/device", 131 description: "test_xattr fails on arm64 on the buildbots only: needs investigation", 138 description: "fails on L builds: needs investigation", [all …]
|
/art/test/980-redefine-object/ |
D | info.txt | 3 This tests that we are able to redefine methods/constructors on the 6 This also (indirectly) tests that we correctly handle reading annotations on 9 annotations on the Object class are read by the runtime directly. 11 NB This test cannot be run on the RI at the moment.
|
/art/test/087-gc-after-link/ |
D | info.txt | 1 This test causes a linkage error, which calls dvmFreeClassInnards on 5 that dvmFreeClassInnards could be called twice on the same class.
|
/art/test/083-compiler-regressions/ |
D | info.txt | 3 and as such cannot be build on top of junit, since failure of such basic 9 2302318 Crash during spin-on-suspend testing
|
/art/tools/dexfuzz/ |
D | README | 19 resulting new tests on the Android device. 24 DexFuzz can run its test programs on either an ADB-connected device, or a host-build of 27 Execution on an ADB-connected device 37 5. Create a directory on your device that mutated test files can be pushed to and 58 Note that if you wanted to test both ARM and ARM64 on an ARM64 device, you can use 68 Add in --execute-dir=<dir on device> if you want to specify an execution directory. 74 DexFuzz now supports execution on your host machine. 93 on the host, or the target. 103 Successful - mutated files that executed and all backends agreed on the resulting
|
/art/test/ |
D | README.txt | 5 in particular, the tests can be run on the desktop, on a USB-attached
|
/art/test/972-iface-super-multidex/smali/ |
D | concreteclass.smali | 11 # distributed under the License is distributed on an "AS IS" BASIS, 42 # Do an invoke super on this class, to confuse runtime/compiler. 52 # Do an invoke super on this class, to confuse runtime/compiler.
|
/art/test/622-checker-bce-regressions/ |
D | info.txt | 1 Regression tests on BCE.
|
/art/test/625-checker-licm-regressions/ |
D | info.txt | 1 Regression tests on LICM.
|
12345678910>>...18