/external/sdv/vsomeip/third_party/boost/serialization/include/boost/archive/iterators/ |
D | wchar_from_mb.hpp | 73 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/ |
D | BC_TwoDimWriter.cpp | 73 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()
|
D | BC_TwoDimWriter.h | 35 std::unique_ptr<CBC_CommonBitMatrix> m_output;
|
/external/pdfium/fxbarcode/oned/ |
D | BC_OneDimWriter.cpp | 232 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()
|
D | BC_OneDimWriter.h | 94 std::vector<CFX_Path> m_output; variable
|
/external/apache-xml/src/main/java/org/apache/xalan/templates/ |
D | Stylesheet.java | 747 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/ |
D | TensorScan.h | 412 m_output(NULL) { 476 …m_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/ |
D | Reporter.java | 39 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/ |
D | vktAtomicOperationTests.cpp | 331 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/ |
D | sfn_debug.h | 70 m_output << text; 91 std::ostream m_output; variable
|
D | sfn_debug.cpp | 67 m_output(&m_buf) in SfnLog() 84 m_output << f; in operator <<()
|
/external/deqp/modules/gles31/functional/ |
D | es31fGeometryShaderTests.cpp | 5910 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()
|