/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());
|
/external/chromium_org/third_party/openssl/openssl/crypto/pem/ |
pem_lib.c | 682 BUF_MEM *dataB,*tmpB; 792 tmpB=headerB; 794 dataB=tmpB;
|
/external/openssl/crypto/pem/ |
pem_lib.c | 682 BUF_MEM *dataB,*tmpB; 792 tmpB=headerB; 794 dataB=tmpB;
|
/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/chromium_org/third_party/skia/src/core/ |
SkRegion.cpp | 1069 RunType tmpB[kRectRegionRuns]; 1073 const RunType* b_runs = rgnb->getRuns(tmpB, &b_intervals); [all...] |
/external/chromium_org/third_party/skia/src/gpu/ |
SkGpuDevice.cpp | [all...] |
/external/skia/src/core/ |
SkRegion.cpp | 1069 RunType tmpB[kRectRegionRuns]; 1073 const RunType* b_runs = rgnb->getRuns(tmpB, &b_intervals); [all...] |
/external/skia/src/gpu/ |
SkGpuDevice.cpp | [all...] |
/external/valgrind/main/memcheck/ |
mc_translate.c | [all...] |