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

  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/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/src/core/
SkRegion.cpp 1062 RunType tmpA[kRectRegionRuns];
1066 const RunType* a_runs = rgna->getRuns(tmpA, &a_intervals);
    [all...]
  /external/apache-commons-math/src/main/java/org/apache/commons/math/util/
FastMath.java     [all...]

Completed in 296 milliseconds