Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/xml/
DXPathResult.cpp49 m_resultType = BOOLEAN_TYPE; in XPathResult()
52 m_resultType = NUMBER_TYPE; in XPathResult()
55 m_resultType = STRING_TYPE; in XPathResult()
58 m_resultType = UNORDERED_NODE_ITERATOR_TYPE; in XPathResult()
81 m_resultType = type; in convertTo()
85 m_resultType = type; in convertTo()
89 m_resultType = type; in convertTo()
101 m_resultType = type; in convertTo()
109 m_resultType = type; in convertTo()
117 m_resultType = type; in convertTo()
[all …]
DXPathResult.h93 unsigned short m_resultType; variable
/external/deqp/modules/gles3/performance/
Des3pBufferDataUploadTests.cpp2244 const ResultType m_resultType; member in deqp::gles3::Performance::__anonc48b084f0111::BasicUploadCase
2268 , m_resultType (resultType) in BasicUploadCase()
2339 if (m_resultType == RESULT_MEDIAN_TRANSFER_RATE) in init()
2341 else if (m_resultType == RESULT_ASYMPTOTIC_TRANSFER_RATE) in init()
2504 …const float rate = (m_resultType == RESULT_ASYMPTOTIC_TRANSFER_RATE) ? (analysis.transferRat… in logAndSetTestResult()