OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tmpB
(Results
1 - 3
of
3
) sorted by null
/dalvik/libcore/luni/src/test/java/tests/api/java/lang/ref/
ReferenceTest.java
35
Object tmpA,
tmpB
, tmpC, obj;
89
tmpA =
tmpB
= obj = null;
103
tmpB
= new Object();
106
WeakReference wr = new WeakReference(
tmpB
, new ReferenceQueue());
117
// Must reference tmpA and
tmpB
so the jit does not optimize them away
118
assertTrue("should always pass", tmpA != sr.get() &&
tmpB
!= wr.get());
/external/openssl/crypto/pem/
pem_lib.c
629
BUF_MEM *dataB,*
tmpB
;
739
tmpB
=headerB;
741
dataB=
tmpB
;
/external/skia/src/core/
SkRegion.cpp
990
RunType
tmpB
[kRectRegionRuns];
994
const RunType* b_runs = rgnb->getRuns(
tmpB
, &b_count);
[
all
...]
Completed in 94 milliseconds