Searched refs:mUsage (Results 1 – 4 of 4) sorted by relevance
27 private static String mUsage = "Usage: java -cp <classpath> SingleJUnitTestRunner" + field in SingleJUnitTestRunner34 throw new IllegalArgumentException(mUsage); in main()38 throw new IllegalArgumentException(mUsage); in main()
47 private final int mUsage; field in AllocationInfo177 return new AllocationInfo(mElement, mSize, mUsage | usage); in addExtraUsage()232 mUsage = usage; in AllocationInfo()263 return mUsage; in getUsage()359 ElementInfo.fromElement(mElement), mUsage); in toString()400 return mType.equals(other.mType) && mUsage == other.mUsage; in equals()414 return RenderScriptSingleton.getCache().getOrCreateTyped(mType, mUsage); in createAllocation()
209 private final int mUsage; field in AllocationCache.AllocationKey213 mUsage = usage; in AllocationKey()218 return mType.hashCode() ^ mUsage; in hashCode()226 return otherKey.mType.equals(mType) && otherKey.mUsage == otherKey.mUsage; in equals()
71 private final int mUsage; field in ScriptGraph209 private int mUsage; field in ScriptGraph.Builder305 mUsage = usage | Allocation.USAGE_SCRIPT; in configureInput()424 mUsage = builder.mUsage; in ScriptGraph()441 AllocationInfo inputInfo = AllocationInfo.newInstance(mSize, mFormat, mUsage); in ScriptGraph()567 return (mUsage & Allocation.USAGE_IO_INPUT) != 0; in isInputFromSurface()