Home
last modified time | relevance | path

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

12345678

/art/test/dexdump/
Dbytecodes.lst6 0x00000a00 148 com.google.android.test.Test <clinit> ()V Test.java 7
7 0x00000aa4 468 com.google.android.test.Test <init> ()V Test.java 43
8 0x00000ca4 478 com.google.android.test.Test add (Ljava/lang/Object;)Ljava/lang/Object; Test.java 179
9 0x00000ea0 236 com.google.android.test.Test adds (Ljava/lang/Object;)Ljava/lang/Object; Test.java 2…
10 0x00000f9c 342 com.google.android.test.Test copies ()V Test.java 216
11 0x00001104 156 com.google.android.test.Test doit (I)V Test.java 98
12 0x000011b0 146 com.google.android.test.Test geta ()Z Test.java 72
13 0x00001254 38 com.google.android.test.Test p (I)V Test.java 120
14 0x0000128c 636 com.google.android.test.Test params (BCSIJFDLjava/lang/Object;[I)J Test.java 232
15 0x00001518 170 com.google.android.test.Test q (II)V Test.java 127
[all …]
Dbytecodes.txt279 Class descriptor : 'Lcom/google/android/test/Test;'
285 #0 : (in Lcom/google/android/test/Test;)
289 #1 : (in Lcom/google/android/test/Test;)
293 #2 : (in Lcom/google/android/test/Test;)
297 #3 : (in Lcom/google/android/test/Test;)
301 #4 : (in Lcom/google/android/test/Test;)
305 #5 : (in Lcom/google/android/test/Test;)
309 #6 : (in Lcom/google/android/test/Test;)
313 #7 : (in Lcom/google/android/test/Test;)
317 #8 : (in Lcom/google/android/test/Test;)
[all …]
/art/test/127-checker-secondarydex/src/
DMain.java33 Test t1 = new Test(); in testSlowPathDirectInvoke()
34 Test t2 = new Test(); in testSlowPathDirectInvoke()
35 Test t3 = null; in testSlowPathDirectInvoke()
48 Test t = new Test(); in testString()
DTest.java17 public class Test extends Super { class
18 public void test(Test t) { in test()
/art/tools/ahat/test/
DInstanceUtilsTest.java24 import org.junit.Test;
27 @Test
34 @Test
41 @Test
48 @Test
55 @Test
62 @Test
69 @Test
76 @Test
83 @Test
[all …]
DQueryTest.java22 import org.junit.Test;
25 @Test
45 @Test
59 @Test
DNativeAllocationTest.java23 import org.junit.Test;
27 @Test
DPerformanceTest.java25 import org.junit.Test;
33 @Test
/art/test/099-vmdebug/
Dexpected.txt8 Test starting when already started
11 Test stopping when already stopped
14 Test tracing with empty filename
16 Test tracing with bogus (< 1024 && != 0) filesize
18 Test sampling with bogus (<= 0) interval
/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/127-checker-secondarydex/
Dexpected.txt2 Test
4 Test
/art/test/067-preemptive-unpark/
Dexpected.txt1 Test starting
5 Test succeeded!
/art/test/124-missing-classes/
Dexpected.txt1 Test Started
6 Test Finished
/art/test/126-miranda-multidex/
Dexpected.txt15 Test getting miranda method via reflection:
31 Test getting miranda method via reflection:
/art/runtime/gc/accounting/
Dspace_bitmap-inl.h46 DCHECK(Test(obj)); in AtomicTestAndSet()
50 DCHECK(Test(obj)); in AtomicTestAndSet()
55 inline bool SpaceBitmap<kAlignment>::Test(const mirror::Object* obj) const { in Test() function
71 if (Test(obj)) { in VisitMarkedRange()
181 DCHECK_EQ(Test(obj), kSetBit); in Modify()
Dheap_bitmap-inl.h38 inline bool HeapBitmap::Test(const mirror::Object* obj) { in Test() function
41 return bitmap->Test(obj); in Test()
45 return lo_bitmap->Test(obj); in Test()
/art/test/546-regression-simplify-catch/smali/
DTestCase.smali18 # Test simplification of an empty, dead catch block. Compiler used to segfault
39 # Test simplification of a dead catch block with some code but no control-flow
61 # Test simplification of a dead catch block with normal-predecessors but
81 # Test simplification of a live catch block with dead normal-predecessors and
/art/test/104-growth-limit/
Dexpected.txt1 Test complete
/art/test/103-string-append/
Dexpected.txt1 Test complete
/art/test/425-invoke-super/
Dexpected.txt1 Test started
/art/test/004-NativeAllocations/
Dexpected.txt1 Test complete
/art/test/102-concurrent-gc/
Dexpected.txt1 Test complete
/art/test/566-polymorphic-inlining/
Dinfo.txt1 Test polymorphic inlining.
/art/test/082-inline-execute/
Dinfo.txt1 Test all intrinsics.

12345678