Home | History | Annotate | Download | only in TargetTool

Lines Matching defs:Print

35             print "%s does not exist." % self.FileName

82 def Print(self):
87 print "%-30s = %s" % (Key, ''.join(elem + ' ' for elem in self.TargetTxtDictionary[Key]))
91 print "%-30s = %s" % (Key, self.TargetTxtDictionary[Key])
94 print os.linesep + 'Warning:' + os.linesep + errMsg
113 print "Warning: Found duplicate key item in original configuration files!"
124 print "Warning: %s does not exist in original configuration file" % key
183 \n Print print the all default configuration of target.txt. \
227 print "ERROR: WORKSPACE should be specified or edksetup script should be executed before run TargetTool"
231 if len(args) != 1 or (args[0].lower() != 'print' and args[0].lower() != 'clean' and args[0].lower() != 'set'):
232 print "The number of args isn't 1 or the value of args is invalid."
235 print "The MAX_CONCURRENT_THREAD_NUMBER must be larger than 0."
240 print "0 will clear the TARGET setting in target.txt and can't combine with other value."
245 print "0 will clear the TARGET_ARCH setting in target.txt and can't combine with other value."
250 if FileHandle.Arg.lower() == 'print':
251 FileHandle.Print()