Home
last modified time | relevance | path

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

12

/frameworks/volley/src/test/java/com/android/volley/toolbox/
DPoolingByteArrayOutputStreamTest.java28 ByteArrayPool pool = new ByteArrayPool(32768); in pooledOneBuffer() local
35 ByteArrayPool pool = new ByteArrayPool(32768); in pooledIndividualWrites() local
42 ByteArrayPool pool = new ByteArrayPool(0); in unpooled() local
49 ByteArrayPool pool = new ByteArrayPool(0); in unpooledIndividualWrites() local
55 private void writeOneBuffer(ByteArrayPool pool) throws IOException { in writeOneBuffer()
66 private void writeBytesIndividually(ByteArrayPool pool) { in writeBytesIndividually()
DByteArrayPoolTest.java28 ByteArrayPool pool = new ByteArrayPool(32); in reusesBuffer() local
44 ByteArrayPool pool = new ByteArrayPool(32); in obeysSizeLimit() local
65 ByteArrayPool pool = new ByteArrayPool(32); in returnsBufferWithRightSize() local
/frameworks/base/tools/aapt2/
DStringPool_test.cpp28 StringPool pool; in TEST() local
35 StringPool pool; in TEST() local
45 StringPool pool; in TEST() local
56 StringPool pool; in TEST() local
68 StringPool pool; in TEST() local
82 StringPool pool; in TEST() local
113 StringPool pool; in TEST() local
133 StringPool pool; in TEST() local
155 StringPool pool; in TEST() local
166 StringPool pool; in TEST() local
[all …]
DStringPool.cpp197 void StringPool::merge(StringPool&& pool) { in merge()
291 bool StringPool::flatten(BigBuffer* out, const StringPool& pool, bool utf8) { in flatten()
386 bool StringPool::flattenUtf8(BigBuffer* out, const StringPool& pool) { in flattenUtf8()
390 bool StringPool::flattenUtf16(BigBuffer* out, const StringPool& pool) { in flattenUtf16()
DStringPool.h213 inline StringPool::const_iterator begin(const StringPool& pool) { in begin()
217 inline StringPool::const_iterator end(const StringPool& pool) { in end()
DXmlFlattener.cpp466 static void flattenXml(StringPool* pool, FlatStringRefList* stringRefs, BigBuffer* outBuffer, in flattenXml()
510 StringPool pool; in flatten() local
537 StringPool pool; in flattenAndLink() local
DUtil.h145 inline StringPiece16 getString(const android::ResStringPool& pool, size_t idx) { in getString()
DManifestValidator.cpp71 const android::ResStringPool* pool = &parser->getStrings(); in getAttributeValue() local
DResourceParser.cpp756 StringPool& pool = mTable->getValueStringPool(); in parseXml() local
DMain.cpp256 StringPool& pool = table->getValueStringPool(); in addFileReference() local
/frameworks/volley/src/main/java/com/android/volley/toolbox/
DPoolingByteArrayOutputStream.java39 public PoolingByteArrayOutputStream(ByteArrayPool pool) { in PoolingByteArrayOutputStream()
51 public PoolingByteArrayOutputStream(ByteArrayPool pool, int size) { in PoolingByteArrayOutputStream()
DBasicNetwork.java80 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.cpp51 void printStringPool(const ResStringPool* pool) in printStringPool()
250 StringPool::ConfigSorter::ConfigSorter(const StringPool& pool) : pool(pool) in ConfigSorter()
385 sp<AaptFile> pool = new AaptFile(String8(), AaptGroupEntry(), in createStringBlock() local
401 status_t StringPool::writeStringBlock(const sp<AaptFile>& pool) in writeStringBlock()
DCommand.cpp641 const ResStringPool* pool = res.getTableStringBlock(0); in doDump() local
/frameworks/base/core/java/android/net/
DNetworkStats.java841 Entry pool = tunGetPool(tunIfaceTotal, underlyingIfaceTotal); in migrateTun() local
890 Entry pool = new Entry(); in tunGetPool() local
900 Entry tunIfaceTotal, Entry pool) { in addTrafficToApplications()
/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.java158 private SQLiteConnection(SQLiteConnectionPool pool, in SQLiteConnection()
185 static SQLiteConnection open(SQLiteConnectionPool pool, in open()
/frameworks/base/core/java/android/os/
DParcel.java303 final Parcel[] pool = sOwnedPool; in obtain() local
328 final Parcel[] pool; in recycle() local
2510 final Parcel[] pool = sHolderPool; in obtain() local
/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
DLinearLayoutManagerTest.java659 final RecyclerView.RecycledViewPool pool = new RecyclerView.RecycledViewPool() { in testRecycleDuringAnimations() local
DBaseRecyclerViewInstrumentationTest.java243 RecyclerView.RecycledViewPool pool = new RecyclerView.RecycledViewPool() { in setRecyclerView() local

12