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

  /device/google/contexthub/lib/include/nanohub/
rsa.h 28 uint32_t tmpA[RSA_LIMBS * 2];
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/ref/
ReferenceTest.java 28 Object tmpA, tmpB, tmpC, obj;
59 tmpA = tmpB = obj = null;
66 tmpA = new Object();
69 SoftReference sr = new SoftReference(tmpA, new ReferenceQueue());
81 // Must reference tmpA and tmpB so the jit does not optimize them away
82 assertTrue("should always pass", tmpA != sr.get() && tmpB != wr.get());
  /external/skia/src/core/
SkRegion.cpp 1065 RunType tmpA[kRectRegionRuns];
1069 const RunType* a_runs = rgna->getRuns(tmpA, &a_intervals);
    [all...]
  /external/skqp/src/core/
SkRegion.cpp 1065 RunType tmpA[kRectRegionRuns];
1069 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 1064 milliseconds