HomeSort by relevance Sort by last modified time
    Searched refs:tmpA (Results 1 - 4 of 4) sorted by null

  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/lang/ref/
ReferenceTest.java 25 Object tmpA, tmpB, obj;
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());
  /libcore/luni/src/test/java/tests/api/java/lang/ref/
ReferenceTest.java 28 Object tmpA, tmpB, tmpC, obj;
82 tmpA = tmpB = obj = null;
89 tmpA = new Object();
92 SoftReference sr = new SoftReference(tmpA, new ReferenceQueue());
104 // Must reference tmpA and tmpB so the jit does not optimize them away
105 assertTrue("should always pass", tmpA != sr.get() && tmpB != wr.get());
  /external/skia/legacy/src/core/
SkRegion.cpp 973 RunType tmpA[kRectRegionRuns];
977 const RunType* a_runs = rgna->getRuns(tmpA, &a_count);
    [all...]
  /external/skia/src/core/
SkRegion.cpp 1058 RunType tmpA[kRectRegionRuns];
1062 const RunType* a_runs = rgna->getRuns(tmpA, &a_intervals);
    [all...]

Completed in 105 milliseconds