Home
last modified time | relevance | path

Searched refs:Test (Results 1 – 25 of 43) sorted by relevance

12

/art/test/054-uncaught/
Dexpected.txt1 Test 1
6 Test 2
11 Test 3
16 Test 1
/art/test/050-sync-test/
Dexpected.txt1 Sleep Test
5 Count Test
30 Interrupt Test
/art/test/067-preemptive-unpark/
Dexpected.txt1 Test starting
5 Test succeeded!
Dinfo.txt1 Test that Unsafe.unpark() operates as expected, in particular across a gc.
/art/runtime/gc/accounting/
Dheap_bitmap.h37 bool Test(const mirror::Object* obj) SHARED_LOCKS_REQUIRED(Locks::heap_bitmap_lock_) { in Test() function
40 return bitmap->Test(obj); in Test()
79 if (space_set->Test(obj)) { in GetDiscontinuousSpaceObjectSet()
/art/compiler/utils/
Ddedupe_set_test.cc22 class DedupeSetTest : public testing::Test {
38 TEST_F(DedupeSetTest, Test) { in TEST_F() argument
/art/test/102-concurrent-gc/
Dexpected.txt1 Test complete
/art/test/104-growth-limit/
Dexpected.txt1 Test complete
/art/test/103-string-append/
Dexpected.txt1 Test complete
/art/test/082-inline-execute/
Dinfo.txt1 Test all intrinsics.
/art/test/097-duplicate-method/src/
DTest.java20 public class Test { class
DMain.java24 if (Test.run() != null) { in main()
/art/test/096-array-copy-concurrent-gc/
Dexpected.txt3 Test OK
/art/test/004-annotations/
Dinfo.txt1 Test a bunch of uses of annotations.
/art/test/084-class-init/
Dinfo.txt1 Test class initialization edge cases and race conditions.
/art/test/056-const-string-jumbo/
Dinfo.txt1 Test that the opcode const-string/jumbo works.
/art/test/058-enum-order/
Dinfo.txt1 Test that the ordering of enums is as expected.
/art/test/106-exceptions2/
Dinfo.txt1 Test runtime exceptions for potential regressions caused by the compiler.
/art/test/062-character-encodings/
Dinfo.txt1 Test that the list of character encodings is what we expect.
/art/test/089-many-methods/
Dinfo.txt1 Test that we print a reasonable message when the application exceeds more
/art/runtime/
Dmem_map_test.cc24 class MemMapTest : public testing::Test {};
/art/test/077-method-override/
Dinfo.txt1 Test various forms of method overrides, including some not allowed by the
/art/test/042-new-instance/
Dinfo.txt1 Test various permutations of Class.newInstance and Constructor.newInstance,
/art/test/085-old-style-inner-class/
Dinfo.txt1 Test that the conversion of an old-style (pre-1.5) inner class results
/art/test/063-process-manager/
Dinfo.txt1 Test that spawning a child process and then reaping it (a) works and (b)

12