Searched refs:newPool (Results 1 – 5 of 5) sorted by relevance
/external/antlr/antlr-3.4/runtime/C/src/ |
D | antlr3commontoken.c | 68 static void newPool (pANTLR3_TOKEN_FACTORY factory); 117 newPool(factory); in antlr3TokenFactoryNew() 152 newPool(pANTLR3_TOKEN_FACTORY factory) in newPool() function 202 newPool(factory); in newPoolToken() 238 newPool(factory); in factoryReset()
|
D | antlr3commontree.c | 58 static void newPool (pANTLR3_ARBORETUM factory); 106 newPool(factory); in antlr3ArboretumNew() 124 newPool(pANTLR3_ARBORETUM factory) in newPool() function 179 newPool(factory); in newPoolTree()
|
D | antlr3collections.c | 100 static void newPool (pANTLR3_VECTOR_FACTORY factory); 1453 newPool(factory); in antlr3VectorFactoryNew() 1495 newPool(pANTLR3_VECTOR_FACTORY factory) in newPool() function 1664 newPool(factory); in newVector()
|
/external/chromium_org/third_party/expat/files/lib/ |
D | xmlparse.c | 5885 STRING_POOL *newPool, in copyEntityTable() argument 5900 name = poolCopyString(newPool, oldE->name); in copyEntityTable() 5907 const XML_Char *tem = poolCopyString(newPool, oldE->systemId); in copyEntityTable() 5916 tem = poolCopyString(newPool, cachedOldBase); in copyEntityTable() 5923 tem = poolCopyString(newPool, oldE->publicId); in copyEntityTable() 5930 const XML_Char *tem = poolCopyStringN(newPool, oldE->textPtr, in copyEntityTable() 5938 const XML_Char *tem = poolCopyString(newPool, oldE->notation); in copyEntityTable()
|
/external/expat/lib/ |
D | xmlparse.c | 5885 STRING_POOL *newPool, in copyEntityTable() argument 5900 name = poolCopyString(newPool, oldE->name); in copyEntityTable() 5907 const XML_Char *tem = poolCopyString(newPool, oldE->systemId); in copyEntityTable() 5916 tem = poolCopyString(newPool, cachedOldBase); in copyEntityTable() 5923 tem = poolCopyString(newPool, oldE->publicId); in copyEntityTable() 5930 const XML_Char *tem = poolCopyStringN(newPool, oldE->textPtr, in copyEntityTable() 5938 const XML_Char *tem = poolCopyString(newPool, oldE->notation); in copyEntityTable()
|