Home
last modified time | relevance | path

Searched refs:getComponentCount (Results 1 – 9 of 9) sorted by relevance

/external/proguard/src/proguard/gui/
DListPanel.java187 List list = new ArrayList(getComponentCount()-1); in getButtons()
190 for (int index = 1; index < getComponentCount(); index++) in getButtons()
313 for (int index = firstSelectionButton; index < getComponentCount(); index++) in enableSelectionButtons()
DTabbedPane.java130 if (cardPanel.getComponentCount() == 0) in add()
219 int count = cardPanel.getComponentCount(); in updateButtonSelection()
/external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/layout/
DLigatureEntry.java27 public int getComponentCount() in getComponentCount() method in LigatureEntry
DLigatureTreeWalker.java131 int compCount = entry.getComponentCount(); in writeLookupSubtable()
/external/spirv-llvm/lib/SPIRV/libSPIRV/
DSPIRVType.cpp119 return static_cast<const SPIRVTypeVector *const>(this)->getComponentCount(); in getVectorComponentCount()
DSPIRVType.h266 SPIRVWord getComponentCount() const { return CompCount;} in getComponentCount() function
/external/deqp/modules/glshared/
DglsVertexArrayTests.hpp158 virtual int getComponentCount (void) const = 0;
181 virtual int getComponentCount (void) const { return m_componentCount; } in getComponentCount() function in deqp::gls::ContextArray
DglsVertexArrayTests.cpp758 static int getComponentCount (const Array::OutputType& type);
773 m_componentCount[arrayNdx] = getComponentCount(arrays[arrayNdx]->getOutputType()); in ContextShaderProgram()
1093 int ContextShaderProgram::getComponentCount (const Array::OutputType& type) in getComponentCount() function in deqp::gls::ContextShaderProgram
DglsDrawTest.cpp902 int getComponentCount (void) const { return m_componentCount; } in getComponentCount() function in deqp::gls::__anon43398ad90111::AttributeArray
1132 static int getComponentCount (const DrawTestSpec::OutputType& type);
1149 m_componentCount[arrayNdx] = getComponentCount(arrays[arrayNdx]->getOutputType()); in DrawTestShaderProgram()
1462 int DrawTestShaderProgram::getComponentCount (const DrawTestSpec::OutputType& type) in getComponentCount() function in deqp::gls::__anon43398ad90111::DrawTestShaderProgram