Home
last modified time | relevance | path

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

/external/sdv/vsomeip/third_party/boost/serialization/include/boost/archive/iterators/
Dwchar_from_mb.hpp73 if(m_output.m_next == m_output.m_next_available) in dereference()
75 return * m_output.m_next; in dereference()
79 if(m_output.m_next == m_output.m_next_available) in increment()
81 if(++m_output.m_next == m_output.m_next_available){ in increment()
124 sliding_buffer<typename iterator_value<this_t>::type> m_output; member in boost::archive::iterators::wchar_from_mb
144 m_output(rhs.m_output) in wchar_from_mb()
175 m_output.m_buffer.begin(), in drain()
176 m_output.m_buffer.end(), in drain()
180 m_output.m_next_available = next_available; in drain()
181 m_output.m_next = m_output.m_buffer.begin(); in drain()
/external/pdfium/fxbarcode/
DBC_TwoDimWriter.cpp73 m_output = std::make_unique<CBC_CommonBitMatrix>(m_inputWidth, m_inputHeight); in RenderResult()
77 m_output->Set(x, y); in RenderResult()
85 DCHECK(m_output); in RenderDeviceResult()
107 if (m_output->Get(x, y)) { in RenderDeviceResult()
DBC_TwoDimWriter.h35 std::unique_ptr<CBC_CommonBitMatrix> m_output;
/external/pdfium/fxbarcode/oned/
DBC_OneDimWriter.cpp232 if (m_output.empty()) in RenderDeviceResult()
244 for (const auto& rect : m_output) { in RenderDeviceResult()
269 m_output.clear(); in RenderResult()
270 m_output.reserve(original_codelength); in RenderResult()
279 m_output.emplace_back(); in RenderResult()
280 m_output.back().AppendRect(output_index, 0.0f, output_index + 1, 1.0f); in RenderResult()
DBC_OneDimWriter.h94 std::vector<CFX_Path> m_output; variable
/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/eigen/unsupported/Eigen/CXX11/src/Tensor/
DTensorScan.h412 m_output(NULL) {
476m_output = static_cast<EvaluatorPointerType>(m_device.get((Scalar*) m_device.allocate_temp(total_s…
477 launcher(*this, m_output);
483 return internal::ploadt<PacketReturnType, LoadMode>(m_output + index);
488 return m_output;
493 return m_output[index];
501 if (m_output) {
502 m_device.deallocate_temp(m_output);
503 m_output = NULL;
512 m_output.bind(cgh);
[all …]
/external/testng/src/main/java/org/testng/
DReporter.java39 private static List<String> m_output = new Vector<>(); field in Reporter
54 return m_output; in getOutput()
62 m_output.clear(); in clear()
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
DvktAtomicOperationTests.cpp331 T m_output[2]; member
335 m_output[0] = output0; in Expected()
336 m_output[1] = output1; in Expected()
342 … deMemCmp((const void *)&m_output[0], (const void *)&output0, sizeof(output0)) == 0 && in compare()
343 … deMemCmp((const void *)&m_output[1], (const void *)&output1, sizeof(output1)) == 0); in compare()
465 T m_output[2]; member
469 m_output[0] = output0; in Expected()
470 m_output[1] = output1; in Expected()
475 … return nanSafeSloppyEquals(m_inout, inout) && nanSafeSloppyEquals(m_output[0], output0) && in compare()
476 nanSafeSloppyEquals(m_output[1], output1); in compare()
[all …]
/external/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_debug.h70 m_output << text;
91 std::ostream m_output; variable
Dsfn_debug.cpp67 m_output(&m_buf) in SfnLog()
84 m_output << f; in operator <<()
/external/deqp/modules/gles31/functional/
Des31fGeometryShaderTests.cpp5910 const PrimitiveType m_output; member in deqp::gles31::Functional::__anoncbc163510111::VertexFeedbackCase
5925 , m_output(output) in VertexFeedbackCase()
5979 switch (m_output) in init()
6264 switch (m_output) in getOutputPrimitive()
6284 switch (m_output) in getBasePrimitive()