Searched refs:getConstantName (Results 1 – 9 of 9) sorted by relevance
89 public String getConstantName(Clazz clazz) in getConstantName() method in EnumConstantElementValue
80 enumConstantName = enumConstantElementValue.getConstantName(clazz); in visitEnumConstantElementValue()
100 return Const.getConstantName(tag) + "[" + tag + "]"; in toString()
261 throw new ClassFormatException("Expected class `" + Const.getConstantName(tag) in getConstant()
92 file.println("<H4> <A NAME=cp" + index + ">" + index + "</A> " + Const.getConstantName(tag) in writeConstant()
415 public static String getConstantName(final int index) { in getConstantName() method in Const
1103 enumConstantElementValue.getConstantName(clazz) + "]"); in visitEnumConstantElementValue()
1374 const glw::GLchar* getConstantName(CONSTANTS constant);
8309 Utils::replaceToken("CONSTANT", position, getConstantName(test_case.m_constant), source); in test()8339 Utils::replaceToken("CONSTANT", position, getConstantName(test_case.m_constant), assignment); in test()8361 std::string result = getConstantName(m_test_cases[test_case_index].m_constant); in test()8408 const GLchar* GLSLContantImmutablityTest::getConstantName(CONSTANTS constant) in test() function in gl4cts::EnhancedLayouts::GLSLContantImmutablityTest