Home
last modified time | relevance | path

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

/external/freetype/src/tools/
Dchktrcmp.py14 USED_COMPONENT = {} variable
67 if component_name in USED_COMPONENT:
68 USED_COMPONENT[component_name].append( "%s:%d" % ( src_pathname, line_num ) )
70 USED_COMPONENT[component_name] = [ "%s:%d" % ( src_pathname, line_num ) ]
101 cmpnt = USED_COMPONENT.keys()
105 print "Trace component %s (used in %s) is not defined." % ( c, ", ".join( USED_COMPONENT[c] ) )
111 if c not in USED_COMPONENT: