OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:tmpA
(Results
1 - 4
of
4
) 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
1064
RunType
tmpA
[kRectRegionRuns];
1068
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 92 milliseconds