Home
last modified time | relevance | path

Searched defs:attribName (Results 1 – 8 of 8) sorted by relevance

/external/deqp/framework/egl/
DegluStrUtil.cpp167 const char* attribName = getConfigAttribName(attrib); in operator <<() local
207 const char* attribName = getSurfaceAttribName(attrib); in operator <<() local
247 const char* attribName = getContextAttribName(attrib); in operator <<() local
/external/owasp/sanitizer/src/main/org/owasp/html/
DHtmlLexer.java245 private static boolean isValuelessAttribute(String attribName) { in isValuelessAttribute()
/external/deqp/modules/gles3/functional/
Des3fTransformFeedbackTests.cpp350 string attribName = getAttributeName(name, vecIter.getPath()); in genShaderSources() local
393 string attribName = getAttributeName(name, vecIter.getPath()); in genShaderSources() local
512 string attribName = getAttributeName(varName.c_str(), fullPath); in computeTransformFeedbackOutputs() local
/external/deqp/modules/glshared/
DglsVertexArrayTests.cpp1177 std::stringstream attribName; in render() local
1196 std::stringstream attribName; in render() local
DglsShaderLibraryCase.cpp1207 string attribName = attribPrefix + valueName; in execute() local
DglsShaderExecUtil.cpp600 const std::string attribName = "a_" + symbol.name; in execute() local
DglsDrawTest.cpp1864 std::stringstream attribName; in render() local
2021 std::stringstream attribName; in render() local
/external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/localeconverter/
DXLIFF2ICUConverter.java807 private String getAttributeValue(Node sNode, String attribName){ in getAttributeValue()