Home
last modified time | relevance | path

Searched refs:newVector (Results 1 – 8 of 8) sorted by relevance

/external/apache-xml/src/main/java/org/apache/xml/utils/
DBoolStack.java189 boolean newVector[] = new boolean[m_allocatedSize]; in grow()
191 System.arraycopy(m_values, 0, newVector, 0, m_index + 1); in grow()
193 m_values = newVector; in grow()
/external/antlr/antlr-3.4/runtime/C/include/
Dantlr3collections.h317 pANTLR3_VECTOR (*newVector) (struct ANTLR3_VECTOR_FACTORY_struct * factory); member
/external/antlr/antlr-3.4/runtime/C/src/
Dantlr3collections.c102 static pANTLR3_VECTOR newVector (pANTLR3_VECTOR_FACTORY factory);
1465 factory->newVector = newVector; in antlr3VectorFactoryNew()
1638 newVector(pANTLR3_VECTOR_FACTORY factory) in newVector() function
Dantlr3commontree.c376 …tree->children = ((pANTLR3_COMMON_TREE)(tree->super))->factory->vFactory->newVector(((pANTLR3_COMM… in createChildrenList()
Dantlr3rewritestreams.c551 stream->elements = factory->newVector(factory); in add()
/external/apache-xml/src/main/java/org/apache/xml/serializer/
DToStream.java3474 boolean newVector[] = new boolean[m_allocatedSize]; in grow()
3476 System.arraycopy(m_values, 0, newVector, 0, m_index + 1); in grow()
3478 m_values = newVector; in grow()
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/C/
DAST.stg207 list_<label>=ctx->vectors->newVector(ctx->vectors);
230 list_<label>=ctx->vectors->newVector(ctx->vectors);
DC.stg2085 list_<label>=ctx->vectors->newVector(ctx->vectors);