/art/tools/ahat/src/test/com/android/ahat/ |
D | DiffTest.java | 27 import static org.junit.Assert.assertNotNull; 36 assertNotNull(a); in diffMatchedHeap() 38 assertNotNull(b); in diffMatchedHeap() 48 assertNotNull(a); in diffUnchanged() 51 assertNotNull(b); in diffUnchanged() 66 assertNotNull(a); in diffAdded() 77 assertNotNull(b); in diffRemoved()
|
D | ObjectHandlerTest.java | 24 import static org.junit.Assert.assertNotNull; 32 assertNotNull(object); in noCrashClassInstance() 46 assertNotNull(object); in noCrashClassObj() 59 assertNotNull(object); in noCrashSystemClassObj() 69 assertNotNull(object); in noCrashArrayInstance()
|
D | RiTest.java | 24 import static org.junit.Assert.assertNotNull; 41 assertNotNull(referent); in finalizable()
|
D | PerformanceTest.java | 26 import static org.junit.Assert.assertNotNull; 42 assertNotNull(bigArray); in bigArray()
|
D | InstanceTest.java | 33 import static org.junit.Assert.assertNotNull; 189 assertNotNull(obj); in asStringNotString() 201 assertNotNull(pref); in basicReference() 202 assertNotNull(wref); in basicReference() 203 assertNotNull(nref); in basicReference() 204 assertNotNull(referent); in basicReference() 219 assertNotNull(referent); in unreachableReferent() 531 assertNotNull(clscls);
|
/art/test/412-new-array/src/ |
D | Main.java | 217 assertNotNull(error); in testSmaliVerifyError() 251 assertNotNull(exception); in testSmaliFillArrayData() 277 assertNotNull(exception); in testSmaliFillArrayData() 290 assertNotNull(exception); in testSmaliFillArrayData() 316 assertNotNull(exception); in testSmaliFillArrayData() 329 assertNotNull(exception); in testSmaliFillArrayData() 355 assertNotNull(exception); in testSmaliFillArrayData() 368 assertNotNull(exception); in testSmaliFillArrayData() 394 assertNotNull(exception); in testSmaliFillArrayData() 407 assertNotNull(exception); in testSmaliFillArrayData() [all …]
|
D | TestCase.java | 186 public static void assertNotNull(String message, Object object) { in assertNotNull() method in TestCase 192 public static void assertNotNull(Object object) { in assertNotNull() method in TestCase 193 assertNotNull("Expected non-null", object); in assertNotNull()
|
/art/test/414-static-fields/src/ |
D | TestCase.java | 186 public static void assertNotNull(String message, Object object) { in assertNotNull() method in TestCase 192 public static void assertNotNull(Object object) { in assertNotNull() method in TestCase 193 assertNotNull("Expected non-null", object); in assertNotNull()
|
/art/test/406-fields/src/ |
D | TestCase.java | 186 public static void assertNotNull(String message, Object object) { in assertNotNull() method in TestCase 192 public static void assertNotNull(Object object) { in assertNotNull() method in TestCase 193 assertNotNull("Expected non-null", object); in assertNotNull()
|
/art/test/407-arrays/src/ |
D | TestCase.java | 186 public static void assertNotNull(String message, Object object) { in assertNotNull() method in TestCase 192 public static void assertNotNull(Object object) { in assertNotNull() method in TestCase 193 assertNotNull("Expected non-null", object); in assertNotNull()
|
D | Main.java | 141 assertNotNull(exception); in ensureThrows() 151 assertNotNull(exception); in ensureThrows()
|
/art/test/082-inline-execute/src/junit/framework/ |
D | Assert.java | 210 static public void assertNotNull(Object object) { in assertNotNull() method in Assert 211 assertNotNull(null, object); in assertNotNull() 217 static public void assertNotNull(String message, Object object) { in assertNotNull() method in Assert
|
/art/test/021-string2/src/junit/framework/ |
D | Assert.java | 210 static public void assertNotNull(Object object) { in assertNotNull() method in Assert 211 assertNotNull(null, object); in assertNotNull() 217 static public void assertNotNull(String message, Object object) { in assertNotNull() method in Assert
|
/art/test/082-inline-execute/src/ |
D | Main.java | 103 Assert.assertNotNull(Thread.currentThread()); in test_Thread_currentThread()
|