/frameworks/support/volley/tests/src/com/android/volley/toolbox/ |
D | PoolingByteArrayOutputStreamTest.java | 28 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()
|
D | ByteArrayPoolTest.java | 23 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/ |
D | SynchronizedPool.java | 27 public SynchronizedPool(Pool<T> pool) { in SynchronizedPool() 32 public SynchronizedPool(Pool<T> pool, Object lock) { in SynchronizedPool()
|
D | Pools.java | 34 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/ |
D | PoolingByteArrayOutputStream.java | 39 public PoolingByteArrayOutputStream(ByteArrayPool pool) { in PoolingByteArrayOutputStream() 51 public PoolingByteArrayOutputStream(ByteArrayPool pool, int size) { in PoolingByteArrayOutputStream()
|
D | BasicNetwork.java | 77 public BasicNetwork(HttpStack httpStack, ByteArrayPool pool) { in BasicNetwork()
|
/frameworks/av/libvideoeditor/vss/stagefrightshells/src/ |
D | VideoEditorBuffer.c | 55 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/ |
D | jni_util.h | 213 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/ |
D | StringPool.cpp | 34 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()
|
D | Command.cpp | 486 const ResStringPool* pool = res.getTableStringBlock(0); in doDump() local
|
D | Resource.cpp | 460 const ResStringPool* pool = &parser.getStrings(); in validateAttr() local
|
D | ResourceTable.cpp | 2093 bool ResourceTable::stringToValue(Res_value* outValue, StringPool* pool, in stringToValue()
|
/frameworks/base/tests/CoreTests/android/core/ |
D | TestWebServer.java | 407 Vector pool = threads; in run() local
|
/frameworks/base/core/java/android/os/ |
D | Parcel.java | 288 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/ |
D | SQLiteDatabase.java | 276 final SQLiteConnectionPool pool; in dispose() local 363 final SQLiteConnectionPool pool; in createSession() local
|
D | SQLiteConnectionPool.java | 176 SQLiteConnectionPool pool = new SQLiteConnectionPool(configuration); in open() local
|
D | SQLiteConnection.java | 160 private SQLiteConnection(SQLiteConnectionPool pool, in SQLiteConnection() 187 static SQLiteConnection open(SQLiteConnectionPool pool, in open()
|
/frameworks/base/core/java/com/android/internal/os/ |
D | BatteryStatsImpl.java | 987 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/ |
D | android_util_AssetManager.cpp | 1492 const ResStringPool* pool = res.getTableStringBlock(block); in android_content_AssetManager_getArrayStringResource() local
|