Home
last modified time | relevance | path

Searched refs:test (Results 651 – 675 of 1254) sorted by relevance

1...<<21222324252627282930>>...51

/art/test/900-hello-plugin/
Dexpected.txt1 ArtPlugin_Initialize called in test 900
3 GetEnvHandler called in test 900
10 ArtPlugin_Deinitialize called in test 900
/art/runtime/
Dmonitor_test.cc243 static void CommonWaitSetup(MonitorTest* test, ClassLinker* class_linker, uint64_t create_sleep, in CommonWaitSetup() argument
250 test->object_ = hs.NewHandle(mirror::String::AllocFromModifiedUtf8(self, "hello, world!")); in CommonWaitSetup()
251 test->watchdog_object_ = hs.NewHandle(mirror::String::AllocFromModifiedUtf8(self, in CommonWaitSetup()
255 test->barrier_ = std::make_unique<Barrier>(2); in CommonWaitSetup()
256 test->complete_barrier_ = std::make_unique<Barrier>(3); in CommonWaitSetup()
257 test->completed_ = false; in CommonWaitSetup()
262 test->FillHeap(soa.Self(), class_linker, &vhs); in CommonWaitSetup()
270 thread_pool.AddTask(self, new CreateTask(test, create_sleep, c_millis, c_expected)); in CommonWaitSetup()
272 thread_pool.AddTask(self, new InterruptTask(test, use_sleep, static_cast<uint64_t>(u_millis))); in CommonWaitSetup()
274 thread_pool.AddTask(self, new UseTask(test, use_sleep, u_millis, u_expected)); in CommonWaitSetup()
[all …]
/art/test/021-string2/src/
DMain.java25 String test = "0123456789"; in main() local
32 Assert.assertTrue(test.equals(test)); in main()
33 Assert.assertTrue(test.equals(test1)); in main()
34 Assert.assertFalse(test.equals(test2)); in main()
36 Assert.assertEquals(test.compareTo(test1), 0); in main()
41 Assert.assertTrue(test.compareTo("") > 0); in main()
42 Assert.assertTrue("".compareTo(test) < 0); in main()
45 Assert.assertEquals(test.compareTo(sub), 0); in main()
46 Assert.assertEquals(sub.compareTo(test), 0); in main()
47 Assert.assertTrue(test.equals(sub)); in main()
[all …]
/art/test/978-virtual-interface/
Dinfo.txt1 Smali-based regression test for b/32201623
3 This test cannot be run with --jvm.
5 This test checks that we correctly detect when one attempts to invoke an
/art/test/466-get-live-vreg/src/
DMain.java34 static void $noinline$testIntervalHole(int arg, boolean test) { in $noinline$testIntervalHole() argument
38 if (test) { in $noinline$testIntervalHole()
72 static void testWrapperIntervalHole(int arg, boolean test) { in testWrapperIntervalHole() argument
75 $noinline$testIntervalHole(arg, test); in testWrapperIntervalHole()
/art/runtime/arch/
Dstub_test.cc527 static void TestUnlockObject(StubTest* test) NO_THREAD_SAFETY_ANALYSIS { in TestUnlockObject() argument
547 test->Invoke3(reinterpret_cast<size_t>(obj.Get()), 0U, 0U, art_quick_unlock_object, self); in TestUnlockObject()
556 test->Invoke3(reinterpret_cast<size_t>(obj.Get()), 0U, 0U, art_quick_lock_object, self); in TestUnlockObject()
562 test->Invoke3(reinterpret_cast<size_t>(obj.Get()), 0U, 0U, art_quick_unlock_object, self); in TestUnlockObject()
616 test->Invoke3(reinterpret_cast<size_t>(objects[index].Get()), 0U, 0U, art_quick_lock_object, in TestUnlockObject()
620 test->Invoke3(reinterpret_cast<size_t>(objects[index].Get()), 0U, 0U, in TestUnlockObject()
652 test->Invoke3(reinterpret_cast<size_t>(objects[index].Get()), 0U, 0U, art_quick_unlock_object, in TestUnlockObject()
665 UNUSED(test); in TestUnlockObject()
1046 ArtMethod* referrer, StubTest* test) in GetSetBooleanStatic() argument
1054 test->Invoke3WithReferrer(static_cast<size_t>(f->GetDexFieldIndex()), in GetSetBooleanStatic()
[all …]
/art/test/022-interface/
Dinfo.txt1 This is a miscellaneous test that was imported into the new-at-the-time
2 runtime test framework. The test is intended to exercise basic features,
/art/test/053-wait-some/
Dinfo.txt1 This is a miscellaneous test that was imported into the new-at-the-time
2 runtime test framework. The test is intended to exercise basic features,
/art/test/041-narrowing/
Dinfo.txt1 This is a miscellaneous test that was imported into the new-at-the-time
2 runtime test framework. The test is intended to exercise basic features,
/art/test/043-privates/
Dinfo.txt1 This is a miscellaneous test that was imported into the new-at-the-time
2 runtime test framework. The test is intended to exercise basic features,
/art/test/018-stack-overflow/
Dinfo.txt1 This is a miscellaneous test that was imported into the new-at-the-time
2 runtime test framework. The test is intended to exercise basic features,
/art/test/016-intern/
Dinfo.txt1 This is a miscellaneous test that was imported into the new-at-the-time
2 runtime test framework. The test is intended to exercise basic features,
/art/test/006-args/
Dinfo.txt1 This is a miscellaneous test that was imported into the new-at-the-time
2 runtime test framework. The test is intended to exercise basic features,
/art/test/044-proxy/
Dinfo.txt1 This is a miscellaneous test that was imported into the new-at-the-time
2 runtime test framework. The test is intended to exercise basic features,
/art/test/028-array-write/
Dinfo.txt1 This is a miscellaneous test that was imported into the new-at-the-time
2 runtime test framework. The test is intended to exercise basic features,
/art/test/035-enum/
Dinfo.txt1 This is a miscellaneous test that was imported into the new-at-the-time
2 runtime test framework. The test is intended to exercise basic features,
/art/test/023-many-interfaces/
Dinfo.txt1 This is a miscellaneous test that was imported into the new-at-the-time
2 runtime test framework. The test is intended to exercise basic features,
/art/test/039-join-main/
Dinfo.txt1 This is a miscellaneous test that was imported into the new-at-the-time
2 runtime test framework. The test is intended to exercise basic features,
/art/test/015-switch/
Dinfo.txt1 This is a miscellaneous test that was imported into the new-at-the-time
2 runtime test framework. The test is intended to exercise basic features,
/art/test/031-class-attributes/
Dinfo.txt1 This is a miscellaneous test that was imported into the new-at-the-time
2 runtime test framework. The test is intended to exercise basic features,
/art/test/011-array-copy/
Dinfo.txt1 This is a miscellaneous test that was imported into the new-at-the-time
2 runtime test framework. The test is intended to exercise basic features,
/art/test/050-sync-test/
Dinfo.txt1 This is a miscellaneous test that was imported into the new-at-the-time
2 runtime test framework. The test is intended to exercise basic features,
/art/test/025-access-controller/
Dinfo.txt1 This is a miscellaneous test that was imported into the new-at-the-time
2 runtime test framework. The test is intended to exercise basic features,
/art/test/009-instanceof/
Dinfo.txt1 This is a miscellaneous test that was imported into the new-at-the-time
2 runtime test framework. The test is intended to exercise basic features,
/art/test/033-class-init-deadlock/
Dinfo.txt1 This is a miscellaneous test that was imported into the new-at-the-time
2 runtime test framework. The test is intended to exercise basic features,

1...<<21222324252627282930>>...51