Home | History | Annotate | Download | only in Parser

Lines Matching refs:upper

77         if not (ItemList[0].upper() == DT.TAB_LIBRARY_CLASSES.upper() or \

78 ItemList[0].upper() == DT.TAB_DEPEX.upper() or \
79 ItemList[0].upper() == DT.TAB_USER_EXTENSIONS.upper()):
94 if not ItemList[0].upper() == DT.TAB_USER_EXTENSIONS.upper() or ItemList[0].upper() == DT.TAB_DEPEX.upper():
99 if not ItemList[0].upper() == DT.TAB_USER_EXTENSIONS.upper():
297 _PcdNameList = [DT.TAB_INF_FIXED_PCD.upper(),
298 DT.TAB_INF_FEATURE_PCD.upper(),
299 DT.TAB_INF_PATCH_PCD.upper(),
300 DT.TAB_INF_PCD.upper(),
301 DT.TAB_INF_PCD_EX.upper()
317 if _SectionName.upper() not in _PcdNameList:
318 if _SectionName != '' and _SectionName.upper() != ItemList[0].upper():
325 elif _PcdNameList[1] in [_SectionName.upper(), ItemList[0].upper()] and \
326 (_SectionName.upper()!= ItemList[0].upper()):
335 if _SectionName.upper() in gINF_SECTION_DEF:
336 self._SectionType = gINF_SECTION_DEF[_SectionName.upper()]
354 if ItemList[0].upper() == DT.TAB_COMMON_DEFINES.upper():
364 if ItemList[0].upper() == DT.TAB_USER_EXTENSIONS.upper():
384 if ItemList[0].upper() == DT.TAB_LIBRARY_CLASSES.upper() and len(ItemList) == 3:
404 if _SectionName.upper() in _PcdNameList:
406 if _SectionName.upper() == ValueItem[0].upper() and Str1.upper() not in ValueItem[1].split():
409 elif _SectionName.upper() == ValueItem[0].upper() and Str1.upper() in ValueItem[1].split():
417 if not ItemList[0].upper() == DT.TAB_USER_EXTENSIONS.upper():
455 Arch = Match.groups(1)[0].upper()