HomeSort by relevance Sort by last modified time
    Searched defs:DEFINITIONS (Results 1 - 4 of 4) sorted by null

  /external/deqp/external/vulkancts/scripts/
gen_framework.py 124 DEFINITIONS = [
250 def __init__ (self, definitions, handles, enums, bitfields, compositeTypes, functions):
251 self.definitions = definitions
402 definitions = [(name, type, parsePreprocDefinedValue(src, name)) for name, type in DEFINITIONS]
421 definitions = definitions,
506 for line in indentLines(["#define %s\t(static_cast<%s>\t(%s))" % (name, type, value) for name, type, value in api.definitions]):
    [all...]
  /external/owasp/sanitizer/src/main/org/owasp/html/
CssSchema.java 87 * in the built-in CSS definitions. It is an error to mention an unknown
96 Property prop = DEFINITIONS.get(propertyName);
164 static final ImmutableMap<String, Property> DEFINITIONS;
    [all...]
  /prebuilts/tools/common/m2/repository/org/pegdown/pegdown/1.1.0/
pegdown-1.1.0.jar 
  /external/owasp/sanitizer/distrib/lib/
owasp-java-html-sanitizer.jar 

Completed in 81 milliseconds