Home
last modified time | relevance | path

Searched refs:m_output (Results 1 – 3 of 3) sorted by relevance

/external/apache-xml/src/main/java/org/apache/xalan/templates/
DStylesheet.java747 private Vector m_output; field in Stylesheet
758 if (null == m_output) in setOutput()
760 m_output = new Vector(); in setOutput()
763 m_output.addElement(v); in setOutput()
779 if (null == m_output) in getOutput()
782 return (OutputProperties) m_output.elementAt(i); in getOutput()
793 return (null != m_output) in getOutputCount()
794 ? m_output.size() : 0; in getOutputCount()
/external/v8/src/
Dliveedit.cc1104 : m_output(output), m_pos(0) {} in CollectVisitor()
1107 m_output->set(m_pos, fun); in visit()
1111 Handle<FixedArray> m_output; member in v8::internal::LiteralFixer::CollectVisitor
/external/deqp/modules/gles31/functional/
Des31fGeometryShaderTests.cpp5271 const PrimitiveType m_output; member in deqp::gles31::Functional::__anon38a6d29b0111::VertexFeedbackCase
5285 , m_output (output) in VertexFeedbackCase()
5329 switch (m_output) in init()
5595 switch(m_output) in getOutputPrimitive()
5610 switch(m_output) in getBasePrimitive()