Searched refs:tmpA (Results 1 – 2 of 2) sorted by relevance
25 Object tmpA, tmpB, obj; field in ReferenceTest30 tmpA = tmpB = obj = null; in doneSuite()37 tmpA = new Object(); in test_clear()39 SoftReference sr = new SoftReference(tmpA, new ReferenceQueue()); in test_clear()48 assertTrue("should always pass", tmpA != sr.get() && tmpB != wr.get()); in test_clear()
1002 RunType tmpA[kRectRegionRuns]; in op() local1006 const RunType* a_runs = rgna->getRuns(tmpA, &a_count); in op()