Searched defs:Pool (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/java/android/util/
H A DPools.java50 public static interface Pool<T> { interface in class:Pools
77 public static class SimplePool<T> implements Pool<T> {
/frameworks/compile/mclinker/unittests/
H A DStringTableTest.cpp22 StrSymPool* Pool = new StrSymPool(1, 1, *R); local
23 m_pTestee = new StringTable(*Pool);

Completed in 85 milliseconds