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

  /external/apache-xml/src/main/java/org/apache/xpath/compiler/
Lexer.java 38 private Compiler m_compiler; field in class:Lexer
84 m_compiler = compiler;
113 m_compiler.m_currentPattern = pat;
122 m_compiler.m_opMap = new OpMapVector(initTokQueueSize,
373 if (0 == m_compiler.getTokenQueueSize())
414 (m_compiler.getTokenQueueSize() - (isAttrName ? 1 : 0)) + TARGETEXTRA;
447 int qsz = m_compiler.getTokenQueueSize();
455 (String) m_compiler.getTokenQueue().elementAt(m_processor.m_queueMark++);
549 targetStrings.addElement(m_compiler.getTokenQueue().elementAt(tokPos));
561 m_compiler.getTokenQueue().addElement(s)
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/
GraphicsContext3D.h 904 ANGLEWebKitBridge m_compiler; member in class:WebCore::GraphicsContext3D
    [all...]

Completed in 68 milliseconds