Home
last modified time | relevance | path

Searched refs:newPool (Results 1 – 5 of 5) sorted by relevance

/external/antlr/antlr-3.4/runtime/C/src/
Dantlr3commontoken.c68 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()
Dantlr3commontree.c58 static void newPool (pANTLR3_ARBORETUM factory);
106 newPool(factory); in antlr3ArboretumNew()
124 newPool(pANTLR3_ARBORETUM factory) in newPool() function
179 newPool(factory); in newPoolTree()
Dantlr3collections.c100 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/
Dwhql_submission_15.cs181 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/
Dxmlparse.c5901 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()