Home
last modified time | relevance | path

Searched defs:pool (Results 1 – 22 of 22) sorted by relevance

/frameworks/volley/tests/src/com/android/volley/toolbox/
DPoolingByteArrayOutputStreamTest.java28 ByteArrayPool pool = new ByteArrayPool(32768); in testPooledOneBuffer() local
35 ByteArrayPool pool = new ByteArrayPool(32768); in testPooledIndividualWrites() local
42 ByteArrayPool pool = new ByteArrayPool(0); in testUnpooled() local
49 ByteArrayPool pool = new ByteArrayPool(0); in testUnpooledIndividualWrites() local
55 private void writeOneBuffer(ByteArrayPool pool) throws IOException { in writeOneBuffer()
66 private void writeBytesIndividually(ByteArrayPool pool) { in writeBytesIndividually()
DByteArrayPoolTest.java23 ByteArrayPool pool = new ByteArrayPool(32); in testReusesBuffer() local
39 ByteArrayPool pool = new ByteArrayPool(32); in testObeysSizeLimit() local
60 ByteArrayPool pool = new ByteArrayPool(32); in testReturnsBufferWithRightSize() local
/frameworks/volley/src/com/android/volley/toolbox/
DPoolingByteArrayOutputStream.java39 public PoolingByteArrayOutputStream(ByteArrayPool pool) { in PoolingByteArrayOutputStream()
51 public PoolingByteArrayOutputStream(ByteArrayPool pool, int size) { in PoolingByteArrayOutputStream()
DBasicNetwork.java77 public BasicNetwork(HttpStack httpStack, ByteArrayPool pool) { in BasicNetwork()
/frameworks/base/media/mca/filterfw/jni/
Djni_util.h213 ObjectPool<T>* pool = ObjectPool<T>::Instance(); in WrapObjectInJava() local
222 ObjectPool<T>* pool = ObjectPool<T>::Instance(); in WrapNewObjectInJava() local
236 ObjectPool<T>* pool = ObjectPool<T>::Instance(); in ConvertFromJava() local
246 ObjectPool<T>* pool = ObjectPool<T>::Instance(); in DeleteNativeObject() local
/frameworks/base/libs/androidfw/tests/
DTestHelpers.cpp36 const ResStringPool* pool = table.getTableStringBlock(block); in IsStringEqual() local
DIdmap_test.cpp76 const ResStringPool* pool = mTargetTable.getTableStringBlock(block); in TEST_F() local
/frameworks/base/tools/aapt/
DStringPool.cpp46 void printStringPool(const ResStringPool* pool) in printStringPool()
239 StringPool* pool = (StringPool*)state; in config_sort() local
367 sp<AaptFile> pool = new AaptFile(String8(), AaptGroupEntry(), in createStringBlock() local
383 status_t StringPool::writeStringBlock(const sp<AaptFile>& pool) in writeStringBlock()
DCommand.cpp643 const ResStringPool* pool = res.getTableStringBlock(0); in doDump() local
DResource.cpp465 const ResStringPool* pool = &parser.getStrings(); in validateAttr() local
DResourceTable.cpp2207 bool ResourceTable::stringToValue(Res_value* outValue, StringPool* pool, in stringToValue()
/frameworks/base/tests/CoreTests/android/core/
DTestWebServer.java407 Vector pool = threads; in run() local
/frameworks/base/core/java/android/database/sqlite/
DSQLiteDatabase.java276 final SQLiteConnectionPool pool; in dispose() local
363 final SQLiteConnectionPool pool; in createSession() local
DSQLiteConnectionPool.java176 SQLiteConnectionPool pool = new SQLiteConnectionPool(configuration); in open() local
DSQLiteConnection.java160 private SQLiteConnection(SQLiteConnectionPool pool, in SQLiteConnection()
187 static SQLiteConnection open(SQLiteConnectionPool pool, in open()
/frameworks/base/core/java/android/os/
DParcel.java300 final Parcel[] pool = sOwnedPool; in obtain() local
325 final Parcel[] pool; in recycle() local
2403 final Parcel[] pool = sHolderPool; in obtain() local
/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
DBaseRecyclerViewInstrumentationTest.java201 RecyclerView.RecycledViewPool pool = new RecyclerView.RecycledViewPool() { in setRecyclerView() local
DLinearLayoutManagerTest.java390 final RecyclerView.RecycledViewPool pool = new RecyclerView.RecycledViewPool() { in testRecycleDuringAnimations() local
/frameworks/base/core/jni/
Dandroid_util_AssetManager.cpp1834 const ResStringPool* pool = res.getTableStringBlock(block); in android_content_AssetManager_getArrayStringResource() local
/frameworks/base/core/java/com/android/internal/os/
DBatteryStatsImpl.java1510 final ArrayList<StopwatchTimer> pool, StopwatchTimer self) { in refreshTimersLocked()
5237 private StopwatchTimer readTimerFromParcel(int type, ArrayList<StopwatchTimer> pool, in readTimerFromParcel()
5345 ArrayList<StopwatchTimer> pool = mSensorTimers.get(mHandle); in readTimerFromParcel() local
/frameworks/support/v7/recyclerview/src/android/support/v7/widget/
DRecyclerView.java818 public void setRecycledViewPool(RecycledViewPool pool) { in setRecycledViewPool()
4202 void setRecycledViewPool(RecycledViewPool pool) { in setRecycledViewPool()
/frameworks/base/libs/androidfw/
DResourceTypes.cpp5406 StringPoolRef::StringPoolRef(const ResStringPool* pool, uint32_t index) in StringPoolRef()