HomeSort by relevance Sort by last modified time
    Searched full:newvector (Results 1 - 9 of 9) sorted by null

  /external/qemu/distrib/sdl-1.2.15/src/timer/mint/
SDL_vbltimer_s.h 34 extern int SDL_AtariVblInstall(void *newvector);
35 extern void SDL_AtariVblUninstall(void *newvector);
  /external/apache-xml/src/main/java/org/apache/xml/utils/
BoolStack.java 189 boolean newVector[] = new boolean[m_allocatedSize];
191 System.arraycopy(m_values, 0, newVector, 0, m_index + 1);
193 m_values = newVector;
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/C/
AST.stg 207 list_<label>=ctx->vectors->newVector(ctx->vectors);
230 list_<label>=ctx->vectors->newVector(ctx->vectors);
C.stg     [all...]
  /external/antlr/antlr-3.4/runtime/C/src/
antlr3commontree.c 376 tree->children = ((pANTLR3_COMMON_TREE)(tree->super))->factory->vFactory->newVector(((pANTLR3_COMMON_TREE)(tree->super))->factory->vFactory);
antlr3collections.c 102 static pANTLR3_VECTOR newVector (pANTLR3_VECTOR_FACTORY factory);
    [all...]
antlr3rewritestreams.c 551 stream->elements = factory->newVector(factory);
  /external/antlr/antlr-3.4/runtime/C/include/
antlr3collections.h 317 pANTLR3_VECTOR (*newVector) (struct ANTLR3_VECTOR_FACTORY_struct * factory);
  /external/apache-xml/src/main/java/org/apache/xml/serializer/
ToStream.java     [all...]

Completed in 936 milliseconds