Lines Matching full:patterns
172 # Generate the pattern ID for patterns
176 for p in root.patterns:
291 The number of patterns path is generated
292 The patterns names are generated
374 # Generate patterns path
375 textFile.write("%d\n" % len(root.patterns))
376 for (patid,patpath) in root.patterns:
434 It is used to dump input patterns in include files
467 It is used to dump input patterns in include files
493 It is used to dump input patterns in include files
513 It is used to dump input patterns in include files
531 It is used to dump input patterns in include files
587 # Patterns are containing data in hex format (big endian for ARM)
660 # Patterns are containing data in hex format (big endian for ARM)
697 includeFile (file) : where to generate C array for patterns
763 # Patterns offsets are written
766 self._write32(len(root.patterns),driverFile)
767 for (patid,patpath) in root.patterns:
877 patternHeaderPath = os.path.join(header,"Patterns.h")
892 includeFile.write("__ALIGNED(8) const char patterns[]={\n")