Searched defs:m_compiler (Results 1 - 2 of 2) sorted by relevance

/external/apache-xml/src/main/java/org/apache/xpath/compiler/
H A DLexer.java38 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
[all...]
/external/webkit/Source/WebCore/platform/graphics/
H A DGraphicsContext3D.h904 ANGLEWebKitBridge m_compiler; member in class:WebCore::GraphicsContext3D

Completed in 877 milliseconds