Home
last modified time | relevance | path

Searched refs:m_patternLength (Results 1 – 2 of 2) sorted by relevance

/external/emma/core/java12/com/vladium/util/
DWCMatcher.java241 final int patternLength = m_patternLength; in matches()
300 final int patternLength = m_patternLength; in matches()
354 m_patternLength = patternLength; in PatternMatcher()
359 private final int m_patternLength; field in WCMatcher.PatternMatcher
/external/deqp/modules/gles31/functional/
Des31fGeometryShaderTests.cpp803 const int m_patternLength; member in deqp::gles31::Functional::__anonfc7ac3c70111::OutputCountShader
819 , m_patternLength ((int)spec.pattern.size()) in OutputCountShader()
847 const float rowHeight = 2.0f / (float)m_patternLength; in shadePrimitives()