Home
last modified time | relevance | path

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

/external/owasp/sanitizer/src/main/org/owasp/html/examples/
DEbayPolicyExample.java65 private static final Pattern COLOR_NAME = Pattern.compile( field in EbayPolicyExample
105 return COLOR_NAME.matcher(s).matches()
/external/deqp/framework/referencerenderer/
DrrFragmentOperations.cpp463 #define SAMPLE_REGISTER_BLENDED_COLOR(COLOR_NAME, COLOR_EXPRESSION) \ in executeBlend() argument
472 sample.COLOR_NAME = (COLOR_EXPRESSION); \ in executeBlend()