Searched refs:m_compiler (Results 1 - 6 of 6) 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/opengl/
H A DExtensions3DOpenGL.cpp109 ANGLEWebKitBridge& compiler = m_context->m_compiler;
125 ANGLEWebKitBridge& compiler = m_context->m_compiler;
H A DGraphicsContext3DOpenGL.cpp516 bool isValid = m_compiler.validateShaderSource(entry.source.utf8().data(), shaderType, translatedShaderSource, shaderInfoLog);
/external/webkit/Source/WebCore/platform/graphics/gtk/
H A DGraphicsContext3DGtk.cpp112 m_compiler.setResources(ANGLEResources);
/external/webkit/Source/WebCore/platform/graphics/mac/
H A DGraphicsContext3DMac.mm216 m_compiler.setResources(ANGLEResources);
/external/webkit/Source/WebCore/platform/graphics/
H A DGraphicsContext3D.h904 ANGLEWebKitBridge m_compiler; member in class:WebCore::GraphicsContext3D

Completed in 293 milliseconds