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

  /external/emma/core/java12/com/vladium/emma/report/
IItemMetadata.java 36 long getAttributeIDs ();
Item.java 63 //if ($assert.ENABLED) $assert.ASSERT ((attributeID & getMetadata ().getAttributeIDs ()) != 0, "invalid attribute ID [" + attributeID + "] for type [" + getMetadata ().getTypeID () + "]");
65 if ((getMetadata ().getAttributeIDs () & (1 << attributeID)) == 0)
109 public long getAttributeIDs ()
  /external/emma/lib/
emma.jar 

Completed in 26 milliseconds