HomeSort by relevance Sort by last modified time
    Searched refs:tmpB (Results 1 - 9 of 9) 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 28 Object tmpA, tmpB, tmpC, obj;
82 tmpA = tmpB = obj = null;
90 tmpB = new Object();
93 WeakReference wr = new WeakReference(tmpB, 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/webrtc/src/modules/audio_coding/codecs/isac/fix/source/
lpc_masking_model.c 724 WebRtc_Word32 tmp, tmpB, tmpCorr;
756 tmpB=WEBRTC_SPL_MUL_16_32_RSFT15(gamma, corrlo2QQ[n]);
757 corrlo2QQ[n] = tmp + tmpB;
771 WebRtc_Word32 tmp, tmpB, tmpCorr;
    [all...]
  /external/openssl/crypto/pem/
pem_lib.c 682 BUF_MEM *dataB,*tmpB;
792 tmpB=headerB;
794 dataB=tmpB;
  /external/skia/legacy/src/core/
SkRegion.cpp 974 RunType tmpB[kRectRegionRuns];
978 const RunType* b_runs = rgnb->getRuns(tmpB, &b_count);
    [all...]
  /external/skia/src/gpu/
SkGpuDevice.cpp     [all...]
  /external/skia/src/core/
SkRegion.cpp 1059 RunType tmpB[kRectRegionRuns];
1063 const RunType* b_runs = rgnb->getRuns(tmpB, &b_intervals);
    [all...]
  /dalvik/vm/compiler/codegen/x86/
AnalysisO1.cpp     [all...]
  /external/valgrind/main/memcheck/
mc_translate.c     [all...]

Completed in 585 milliseconds