Searched refs:tmpA (Results 1 - 3 of 3) sorted by relevance

/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/lang/ref/
H A DReferenceTest.java25 Object tmpA, tmpB, obj; field in class:ReferenceTest
30 tmpA = tmpB = obj = null;
37 tmpA = new Object();
39 SoftReference sr = new SoftReference(tmpA, new ReferenceQueue());
47 // Must reference tmpA and tmpB so the jit does not optimize them away
48 assertTrue("should always pass", tmpA != sr.get() && tmpB != wr.get());
/external/chromium_org/third_party/skia/src/core/
H A DSkRegion.cpp1068 RunType tmpA[kRectRegionRuns]; local
1072 const RunType* a_runs = rgna->getRuns(tmpA, &a_intervals);
/external/skia/src/core/
H A DSkRegion.cpp1068 RunType tmpA[kRectRegionRuns]; local
1072 const RunType* a_runs = rgna->getRuns(tmpA, &a_intervals);

Completed in 821 milliseconds