Home
last modified time | relevance | path

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

/external/testng/src/main/java/org/testng/xml/
DTestNGContentHandler.java58 private Stack<Location> m_locations = new Stack<>(); field in TestNGContentHandler
257 if (m_locations.peek() == Location.TEST) { in xmlScript()
388 switch(m_locations.peek()) { in xmlPackages()
413 switch(m_locations.peek()) { in xmlMethodSelectors()
594 switch(m_locations.peek()) { in startElement()
625 m_locations.push(Location.INCLUDE); in xmlInclude()
662 m_locations.push(Location.EXCLUDE); in xmlExclude()
679 m_locations.push(l); in pushLocation()
683 return m_locations.pop(); in popLocation()
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineVertexInputTests.cpp221 mutable std::vector<deUint32> m_locations; member in vkt::pipeline::__anon6b7ae5390111::VertexInputTest
391 m_locations.push_back(loc); in VertexInputTest()
422 m_locations.push_back(slots[slotIdx]); in VertexInputTest()
476 m_locations.clear(); in createInstance()
478 m_locations.push_back(i); in createInstance()
546 …attributeDescription.vkDescription.location = m_locations[attributeNdx] + getConsumedLocations(att… in createInstance()
648 …glslInputs << "layout(location = " << m_locations[attributeNdx] << ") in " << glslTypeDesc.name <<… in getGlslInputDeclarations()