/frameworks/volley/src/test/java/com/android/volley/toolbox/ |
D | PoolingByteArrayOutputStreamTest.java | 28 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()
|
D | ByteArrayPoolTest.java | 28 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/ |
D | StringPool_test.cpp | 28 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 …]
|
D | StringPool.cpp | 197 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()
|
D | StringPool.h | 213 inline StringPool::const_iterator begin(const StringPool& pool) { in begin() 217 inline StringPool::const_iterator end(const StringPool& pool) { in end()
|
D | XmlFlattener.cpp | 466 static void flattenXml(StringPool* pool, FlatStringRefList* stringRefs, BigBuffer* outBuffer, in flattenXml() 510 StringPool pool; in flatten() local 537 StringPool pool; in flattenAndLink() local
|
D | Util.h | 145 inline StringPiece16 getString(const android::ResStringPool& pool, size_t idx) { in getString()
|
D | ManifestValidator.cpp | 71 const android::ResStringPool* pool = &parser->getStrings(); in getAttributeValue() local
|
D | ResourceParser.cpp | 756 StringPool& pool = mTable->getValueStringPool(); in parseXml() local
|
D | Main.cpp | 256 StringPool& pool = table->getValueStringPool(); in addFileReference() local
|
/frameworks/volley/src/main/java/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 | 80 public BasicNetwork(HttpStack httpStack, ByteArrayPool pool) { in BasicNetwork()
|
/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/libs/androidfw/tests/ |
D | TestHelpers.cpp | 36 const ResStringPool* pool = table.getTableStringBlock(block); in IsStringEqual() local
|
D | Idmap_test.cpp | 76 const ResStringPool* pool = mTargetTable.getTableStringBlock(block); in TEST_F() local
|
/frameworks/base/tools/aapt/ |
D | StringPool.cpp | 51 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()
|
D | Command.cpp | 641 const ResStringPool* pool = res.getTableStringBlock(0); in doDump() local
|
/frameworks/base/core/java/android/net/ |
D | NetworkStats.java | 841 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/ |
D | TestWebServer.java | 407 Vector pool = threads; in run() 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 | 158 private SQLiteConnection(SQLiteConnectionPool pool, in SQLiteConnection() 185 static SQLiteConnection open(SQLiteConnectionPool pool, in open()
|
/frameworks/base/core/java/android/os/ |
D | Parcel.java | 303 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/ |
D | LinearLayoutManagerTest.java | 659 final RecyclerView.RecycledViewPool pool = new RecyclerView.RecycledViewPool() { in testRecycleDuringAnimations() local
|
D | BaseRecyclerViewInstrumentationTest.java | 243 RecyclerView.RecycledViewPool pool = new RecyclerView.RecycledViewPool() { in setRecyclerView() local
|