Home
last modified time | relevance | path

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

/external/freetype/src/tools/
Dchktrcmp.py15 KNOWN_COMPONENT = {} variable
88 if component_name in KNOWN_COMPONENT:
90 ( component_name, KNOWN_COMPONENT[component_name], line_num )
92 KNOWN_COMPONENT[component_name] = "%s:%d" % \
104 if c not in KNOWN_COMPONENT:
108 cmpnt = KNOWN_COMPONENT.keys()
113 print "Trace component %s (defined in %s) is not used." % ( c, KNOWN_COMPONENT[c] )