Home
last modified time | relevance | path

Searched refs:getPool (Results 1 – 10 of 10) sorted by relevance

/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/
DANTLRFastQueue.h42 @property (retain, getter=getPool, setter=setPool) NSAutoreleasePool *pool;
61 - (NSAutoreleasePool *)getPool;
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
DANTLRFastQueue.h42 @property (retain, getter=getPool, setter=setPool) NSAutoreleasePool *pool;
61 - (NSAutoreleasePool *)getPool;
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/
DANTLRFastQueue.h42 @property (retain, getter=getPool, setter=setPool) NSAutoreleasePool *pool;
61 - (NSAutoreleasePool *)getPool;
/external/chromium_org/third_party/angle/src/libGLESv2/renderer/
DTextureStorage9.cpp91 D3DPOOL TextureStorage9::getPool() const in getPool() function in rx::TextureStorage9
132 … mRenderer->ConvertTextureInternalFormat(internalformat), getPool(), &mTexture, NULL); in TextureStorage9_2D()
234 … mRenderer->ConvertTextureInternalFormat(internalformat), getPool(), &mTexture, NULL); in TextureStorage9_Cube()
DTextureStorage9.h36 D3DPOOL getPool() const;
/external/apache-http/src/org/apache/http/impl/conn/tsccm/
DWaitingThread.java101 public final RouteSpecificPool getPool() { in getPool() method in WaitingThread
/external/antlr/antlr-3.4/runtime/ObjC/Framework/
DANTLRFastQueue.m163 - (NSAutoreleasePool *)getPool
/external/clang/include/clang/Sema/
DDeclSpec.h664 return Attrs.getPool(); in getAttributePool()
1593 return Attrs.getPool(); in getAttributePool()
1835 getAttributePool().takeAllFrom(attrs.getPool()); in AddTypeInfo()
DAttributeList.h670 AttributePool &getPool() const { return pool; } in getPool() function
/external/clang/lib/Parse/
DParseObjc.cpp873 attrs.getPool().takeAllFrom(D.getAttributePool()); in takeDeclAttributes()
874 attrs.getPool().takeAllFrom(D.getDeclSpec().getAttributePool()); in takeDeclAttributes()
1099 allParamAttrs.takeAllFrom(paramAttrs.getPool()); in ParseObjCMethodDecl()