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

  /device/linaro/bootloader/edk2/BaseTools/Source/Python/Ecc/
Exception.py 23 self.KeyWord = ''
28 self.KeyWord = XmlElement(Item, '%s/KeyWord' % Key)
33 return 'ErrorID = %s KeyWord = %s FilePath = %s' %(self.ErrorID, self.KeyWord, self.FilePath)
50 #RtnList.append((Item.ErrorID, Item.KeyWord, Item.FilePath))
51 RtnList.append((Item.ErrorID, Item.KeyWord))
74 def IsException(self, ErrorID, KeyWord, FileID=-1):
75 if (str(ErrorID), KeyWord) in self.ExceptionList:
  /device/linaro/bootloader/edk2/BaseTools/Source/C/GenFv/
GenFvInternalLib.c 739 CHAR8 KeyWord [MAX_LINE_LEN];
804 strcpy (KeyWord, Cptr + 1);
833 fprintf (FvMapFile, "%s (dummy) (", KeyWord);
836 fprintf (FvMapFile, "%s (Fixed Flash Address, ", KeyWord);
890 // By Address and Static keyword
893 sscanf (Line, "%s", KeyWord);
894 if (stricmp (KeyWord, "Address") == 0) {
900 } else if (stricmp (KeyWord, "Static") == 0) {
906 } else if (stricmp (KeyWord, "Preferred") ==0) {
916 sscanf (Line, "%s %s %llx %s", KeyWord, FunctionName, &TempLongAddress, FunctionTypeName);
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/Common/
FdfParserLite.py     [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/GenFds/
FdfParser.py     [all...]

Completed in 98 milliseconds