Searched defs:allocation (Results 1 – 7 of 7) sorted by relevance
60 public static BlockingInputAllocation wrap(Allocation allocation) { in wrap()156 private BlockingInputAllocation(Allocation allocation) { in BlockingInputAllocation()
118 public synchronized void returnToCache(Allocation allocation) { in returnToCache()166 public synchronized void returnToCacheIfNotNull(Allocation allocation) { in returnToCacheIfNotNull()
225 void setInput(Allocation allocation) { in setInput()249 void setOutput(Allocation allocation) { in setOutput()
62 public static AllocationInfo newInstance(Allocation allocation) { in newInstance()
34 Allocation allocation; field in IsObjectTest
33 Allocation allocation; field in SetObjectTest
98 Allocation allocation = Allocation.createTyped(mRS, mIn.getType()); in testclearObjectAllocation() local