Home
last modified time | relevance | path

Searched refs:tmpA (Results 1 – 2 of 2) sorted by relevance

/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/lang/ref/
DReferenceTest.java25 Object tmpA, tmpB, obj; field in ReferenceTest
30 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()
/external/skia/src/core/
DSkRegion.cpp1002 RunType tmpA[kRectRegionRuns]; in op() local
1006 const RunType* a_runs = rgna->getRuns(tmpA, &a_count); in op()