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

  /sdk/ddms/libs/ddmlib/src/com/android/ddmlib/
HeapSegment.java 35 * Solidity values, which must match the values in
106 * Describes the reachability/solidity of the element. Must
192 public void setSolidity(int solidity) {
193 this.mSolidity = solidity;
HandleNativeHeap.java 223 //Log.e("ddm-nativeheap", "solidity: " + (eState & 0x7) + " - kind: "
  /dalvik/vm/alloc/
DdmHeap.c 174 #define HPSG_STATE(solidity, kind) \
175 ((u1)((((kind) & 0x7) << 3) | ((solidity) & 0x7)))
  /dalvik/docs/
debugmon.html 502 <li>'S': solidity
572 for HPSG, except that only solidity values 0 (= free) and 1 (= hard
  /development/samples/SearchableDictionary/res/raw/
definitions.txt     [all...]

Completed in 353 milliseconds