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/autotest/client/tests/kvm/deps/ |
D | whql_submission_15.cs | 181 IResourcePool newPool = script.GetResourcePoolByName(machinePoolName); in Main() 185 rootPool.GetResourceByName(machineName).ChangeResourcePool(newPool); in Main() 212 …ISubmission submission = script.CreateHardwareSubmission(submissionName, newPool.ResourcePoolId, h… in Main() 312 schedule.SetResourcePool(newPool); in Main()
|
/external/expat/lib/ |
D | xmlparse.c | 5901 STRING_POOL *newPool, in copyEntityTable() argument 5916 name = poolCopyString(newPool, oldE->name); in copyEntityTable() 5923 const XML_Char *tem = poolCopyString(newPool, oldE->systemId); in copyEntityTable() 5932 tem = poolCopyString(newPool, cachedOldBase); in copyEntityTable() 5939 tem = poolCopyString(newPool, oldE->publicId); in copyEntityTable() 5946 const XML_Char *tem = poolCopyStringN(newPool, oldE->textPtr, in copyEntityTable() 5954 const XML_Char *tem = poolCopyString(newPool, oldE->notation); in copyEntityTable()
|