HomeSort by relevance Sort by last modified time
    Searched refs:tmpB (Results 1 - 6 of 6) 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;
38 tmpB = new Object();
40 WeakReference wr = new WeakReference(tmpB, 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 27 Object tmpA, tmpB, tmpC, obj;
81 tmpA = tmpB = obj = null;
89 tmpB = new Object();
92 WeakReference wr = new WeakReference(tmpB, new ReferenceQueue());
103 // Must reference tmpA and tmpB so the jit does not optimize them away
104 assertTrue("should always pass", tmpA != sr.get() && tmpB != wr.get());
  /external/openssl/crypto/pem/
pem_lib.c 675 BUF_MEM *dataB,*tmpB;
785 tmpB=headerB;
787 dataB=tmpB;
  /external/skia/src/gpu/
SkGpuDevice.cpp 960 SkBitmap tmpB;
961 if (bitmap.extractSubset(&tmpB, tileR)) {
971 this->internalDrawBitmap(draw, tmpB, srcR, tmpM, &grPaint);
    [all...]
  /external/skia/src/core/
SkRegion.cpp 1003 RunType tmpB[kRectRegionRuns];
1007 const RunType* b_runs = rgnb->getRuns(tmpB, &b_count);
    [all...]
  /external/valgrind/main/memcheck/
mc_translate.c     [all...]

Completed in 2931 milliseconds