HomeSort by relevance Sort by last modified time
    Searched defs:newPool (Results 1 - 4 of 4) sorted by null

  /external/antlr/antlr-3.4/runtime/C/src/
antlr3commontoken.c 68 static void newPool (pANTLR3_TOKEN_FACTORY factory);
117 newPool(factory);
152 newPool(pANTLR3_TOKEN_FACTORY factory)
202 newPool(factory);
238 newPool(factory);
antlr3commontree.c 58 static void newPool (pANTLR3_ARBORETUM factory);
106 newPool(factory);
124 newPool(pANTLR3_ARBORETUM factory)
179 newPool(factory);
antlr3collections.c 100 static void newPool (pANTLR3_VECTOR_FACTORY factory);
    [all...]
  /libcore/luni/src/main/java/org/apache/harmony/security/asn1/
BerInputStream.java 812 Object[][] newPool = new Object[pool[0].length * 2][2];
813 System.arraycopy(pool[0], 0, newPool[0], 0, pool[0].length);
814 System.arraycopy(pool[1], 0, newPool[1], 0, pool[0].length);
815 pool = newPool;

Completed in 55 milliseconds