Home
last modified time | relevance | path

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

/external/owasp/sanitizer/src/main/org/owasp/html/
DCssTokens.java492 TokenType hashType = consumeHash(); in lex()
493 if (hashType != null) { in lex()
494 type = hashType; in lex()
/external/swiftshader/third_party/PowerVR_SDK/Tools/
DPVRTPFXParser.cpp1404 CPVRTHash hashType(pszRemaining); in ParseGenericSurface() local
1407 if(hashType == SurfacePairs[uiIndex].Name) in ParseGenericSurface()