Searched refs:Items (Results 1 – 13 of 13) sorted by relevance
/device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/UnitTest/ |
D | DecParserTest.py | 149 Items = IncObj.GetIncludes() 150 assert len(Items) == 1 151 assert Items[0].File == 'Include' 153 Items = IncObj.GetIncludes('IA32') 154 assert len(Items) == 1 156 assert Items[0].File == 'Include\\Ia32' 193 Items = Obj.GetGuids() 195 assert len(Items) == 1 196 assert Items[0].GuidCName == 'gEfiGlobalVariableGuid' 197 …assert Items[0].GuidCValue == '{ 0x8BE4DF61, 0x93CA, 0x11D2, { 0xAA, 0x0D, 0x00, 0xE0, 0x98, 0x03,… [all …]
|
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/ |
D | EditMenuBar.c | 44 IN CONST EDITOR_MENU_ITEM *Items in MenuBarInit() argument 49 …for (NumItems = 0, ItemsWalker = Items ; ItemsWalker != NULL && ItemsWalker->Function != NULL ; It… in MenuBarInit() 55 CopyMem(MenuItems, Items, (NumItems+1) * sizeof(EDITOR_MENU_ITEM)); in MenuBarInit() 68 IN MENU_ITEM_FUNCTION *Items in ControlHotKeyInit() argument 71 ControlBasedMenuFunctions = Items; in ControlHotKeyInit()
|
D | EditMenuBar.h | 54 IN CONST EDITOR_MENU_ITEM *Items 66 IN MENU_ITEM_FUNCTION *Items
|
/device/linaro/bootloader/edk2/BaseTools/Source/Python/AutoGen/ |
D | BuildEngine.py | 575 Items = self._RuleInfo[ToolChainFamily, self._State] 576 if Items == None: 577 Items = [] 578 self._RuleInfo[ToolChainFamily, self._State] = Items 579 Items.append(self.RuleContent[LineIndex])
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/ |
D | test_userdict.py | 110 class Items: class 114 t.update(Items())
|
/device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Library/ |
D | Misc.py | 385 Items = [] 387 Items.append((Key, self[Key])) 388 return Items
|
/device/linaro/bootloader/edk2/BaseTools/Source/Python/Common/ |
D | Parsing.py | 138 Items = GetSplitValueList(Record[0]) 139 for Item in Items:
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Other/Maintained/Tools/Pccts/ |
D | CHANGES_FROM_133.txt | 21 Note: Items #153 to #1 are now in a separate file named 1764 Note: Items #153 to #1 are now in a separate file named
|
D | CHANGES_SUMMARY.txt | 1776 The affect of Items #100a and #100b together can be dramatic. In
|
D | CHANGES_FROM_133_before_mr13.txt | 2235 The affect of Items #100a and #100b together can be dramatic. In
|
/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/ |
D | CHANGES_FROM_133.txt | 17 Note: Items #153 to #1 are now in a separate file named 2446 Note: Items #153 to #1 are now in a separate file named
|
D | CHANGES_SUMMARY.txt | 1776 The affect of Items #100a and #100b together can be dramatic. In
|
D | CHANGES_FROM_133_BEFORE_MR13.txt | 2235 The affect of Items #100a and #100b together can be dramatic. In
|