HomeSort by relevance Sort by last modified time
    Searched defs:m_softValue (Results 1 - 5 of 5) sorted by null

  /external/emma/core/java12/com/vladium/util/
SoftValueMap.java 179 final Reference ref = entry.m_softValue;
195 final Reference ref = entry.m_softValue;
266 final IndexedSoftReference ref = currentKeyEntry.m_softValue;
270 currentKeyEntry.m_softValue = new IndexedSoftReference (value, m_valueReferenceQueue, bucketIndex);
322 final IndexedSoftReference ref = entry.m_softValue;
329 entry.m_softValue = null;
354 entry.m_softValue.m_bucketIndex = -1;
357 entry.m_softValue = null;
451 m_softValue = new IndexedSoftReference (value, valueReferenceQueue, bucketIndex); // ... do not retain a strong reference to the value
457 IndexedSoftReference m_softValue; // soft reference to the value [never null
    [all...]
  /external/emma/lib/
emma.jar 
  /external/owasp/sanitizer/tools/emma/lib/
emma.jar 
  /prebuilts/devtools/tools/lib/
emma.jar 
emma_device.jar 

Completed in 33 milliseconds