Searched defs:Test (Results 1 - 9 of 9) sorted by relevance

/art/test/626-const-class-linking/src-multidex/
H A DTest.java17 public class Test { class
/art/test/656-annotation-lookup-generic-jni/src-ex/
H A DTest.java17 public class Test { class
21 // Test.nativeMethodWithAnnotation.
/art/test/127-checker-secondarydex/src/
H A DTest.java17 public class Test extends Super { class in inherits:Super
18 public void test(Test t) {
23 System.out.println("Test");
26 /// CHECK-START: java.lang.Integer Test.toInteger() builder (after)
34 return new String("Test");
/art/runtime/gc/accounting/
H A Dheap_bitmap-inl.h38 inline bool HeapBitmap::Test(const mirror::Object* obj) { function in class:art::gc::accounting::HeapBitmap
41 return bitmap->Test(obj);
45 return lo_bitmap->Test(obj);
H A Dbitmap.h171 ALWAYS_INLINE bool Test(size_t addr) const { function in class:art::gc::accounting::MemoryRangeBitmap
H A Dspace_bitmap-inl.h46 DCHECK(Test(obj));
50 DCHECK(Test(obj));
55 inline bool SpaceBitmap<kAlignment>::Test(const mirror::Object* obj) const { function in class:art::gc::accounting::SpaceBitmap
71 if (Test(obj)) {
181 DCHECK_EQ(Test(obj), kSetBit);
/art/tools/bisection_search/
H A Dbisection_search.py22 ./bisection-search.py -cp classes.dex --expected-output output Test
99 def Test(self, compiled_methods, passes_to_run=None): member in class:Dex2OatWrapperTestable
125 print('Test passed: {0}.'.format(res))
293 lambda mid: testable.Test(all_methods[0:mid]))
303 lambda mid: testable.Test([faulty_method],
417 if testable.Test(compiled_methods=[]):
/art/runtime/openjdkjvmti/
H A Devents.h99 bool Test(ArtJvmtiEvent event) const { function in struct:openjdkjvmti::EventMask
151 return global_mask.Test(event);
/art/test/004-JniTest/
H A Djni_test.cc289 // Test direct call.
307 // Test one-level call. Use System.loadLibrary().
347 // Test direct call.
359 // Test one-level call. Use VMStack.getStackClass1().
396 void Test() { function in class:art::JniCallNonvirtualVoidMethodTest
571 JniCallNonvirtualVoidMethodTest(env).Test();
591 const char* test_array = "Test";
596 // Test NewObject
605 // Test AllocObject and Call(Nonvirtual)VoidMethod
630 // Test wit
679 void Test() { function in class:art::JniCallDefaultMethodsTest
[all...]

Completed in 266 milliseconds