Home
last modified time | relevance | path

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

/frameworks/support/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/base/core/java/android/util/
DSynchronizedPool.java27 public SynchronizedPool(Pool<T> pool) { in SynchronizedPool()
32 public SynchronizedPool(Pool<T> pool, Object lock) { in SynchronizedPool()
DPools.java34 public static <T extends Poolable<T>> Pool<T> synchronizedPool(Pool<T> pool) { in synchronizedPool()
38 public static <T extends Poolable<T>> Pool<T> synchronizedPool(Pool<T> pool, Object lock) { in synchronizedPool()
/frameworks/support/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/av/libvideoeditor/vss/stagefrightshells/src/
DVideoEditorBuffer.c55 VIDEOEDITOR_BUFFER_Pool* pool; in VIDEOEDITOR_BUFFER_allocatePool() local
208 M4OSA_ERR VIDEOEDITOR_BUFFER_initPoolBuffers(VIDEOEDITOR_BUFFER_Pool* pool, in VIDEOEDITOR_BUFFER_initPoolBuffers()
243 M4OSA_ERR VIDEOEDITOR_BUFFER_getOldestBuffer(VIDEOEDITOR_BUFFER_Pool *pool, in VIDEOEDITOR_BUFFER_getOldestBuffer()
/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/tools/aapt/
DStringPool.cpp34 void printStringPool(const ResStringPool* pool) in printStringPool()
219 StringPool* pool = (StringPool*)state; in config_sort() local
347 sp<AaptFile> pool = new AaptFile(String8(), AaptGroupEntry(), in createStringBlock() local
363 status_t StringPool::writeStringBlock(const sp<AaptFile>& pool) in writeStringBlock()
DCommand.cpp486 const ResStringPool* pool = res.getTableStringBlock(0); in doDump() local
DResource.cpp460 const ResStringPool* pool = &parser.getStrings(); in validateAttr() local
DResourceTable.cpp2093 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/os/
DParcel.java288 final Parcel[] pool = sOwnedPool; in obtain() local
313 final Parcel[] pool; in recycle() local
2161 final Parcel[] pool = sHolderPool; in obtain() 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/com/android/internal/os/
DBatteryStatsImpl.java987 final ArrayList<StopwatchTimer> pool) { in refreshTimersLocked()
3054 private StopwatchTimer readTimerFromParcel(int type, ArrayList<StopwatchTimer> pool, in readTimerFromParcel()
3131 ArrayList<StopwatchTimer> pool = mSensorTimers.get(mHandle); in readTimerFromParcel() local
/frameworks/base/core/jni/
Dandroid_util_AssetManager.cpp1492 const ResStringPool* pool = res.getTableStringBlock(block); in android_content_AssetManager_getArrayStringResource() local