/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/ |
D | test_cookie.py | 34 C.load(case['data']) 42 C.load('Customer="WILE_E_COYOTE"; Version=1; Path=/acme') 67 C.load('Customer="W"; expires=Wed, 01-Jan-2010 00:00:00 GMT') 71 C.load('Customer="W"; expires=Wed, 01-Jan-98 00:00:00 GMT') 86 C.load('Customer="WILE_E_COYOTE"; Version="1"; Path="/acme"')
|
D | test_marshal.py | 20 got = marshal.load(file(test_support.TESTFN, "rb")) 55 new = marshal.load(file(test_support.TESTFN, "rb")) 71 got = marshal.load(file(test_support.TESTFN, "rb")) 98 got = marshal.load(file(test_support.TESTFN, "rb")) 102 got = marshal.load(file(test_support.TESTFN, "rb")) 114 new = marshal.load(file(test_support.TESTFN, "rb")) 125 new = marshal.load(file(test_support.TESTFN, "rb")) 138 new = marshal.load(file(test_support.TESTFN, "rb")) 167 new = marshal.load(file(test_support.TESTFN, "rb")) 176 new = marshal.load(file(test_support.TESTFN, "rb")) [all …]
|
D | test_cpickle.py | 28 return p.load() 42 return p.load() 59 return p.load()
|
D | test_pickle.py | 40 return u.load() 62 return u.load()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/ |
D | shelve.py | 122 value = Unpickler(f).load() 191 return (key, Unpickler(f).load()) 196 return (key, Unpickler(f).load()) 201 return (key, Unpickler(f).load()) 206 return (key, Unpickler(f).load()) 211 return (key, Unpickler(f).load())
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/compiler/ |
D | dumppyc.py | 17 co = marshal.load(f) 30 def load(filename, codename=None): function 46 load(filename, codename)
|
/device/google/contexthub/firmware/build/ |
D | config.mk | 134 define nano-user-var-load 163 define nano-user-vars-load-all 164 $(foreach _nuvla_var,$(NANO_VAR_LIST),$(call nano-user-var-load,$(_nuvla_var),$(1))) 185 $(call aux-variant-load-env,$(_fev_variant)) \ 186 $(call nano-user-vars-load-all,$(2)) \ 192 $(call aux-variant-load-env,) \
|
/device/linaro/bootloader/edk2/Vlv2DeviceRefCodePkg/ValleyView2Soc/CPU/PowerManagement/AcpiTables/Ssdt/ |
D | CpuPm.asl | 113 // Define handles for opregions (used by load.) 125 // Save the capability information and load tables as needed. 141 // Save the capability information and load tables as needed. 264 // Get the capability information and load appropriate tables as needed. 329 Load(IST0, HI0) // Dynamically load the CPU0IST SSDT 359 Load(CST0, HC0) // Dynamically load the CPU0CST SSDT 371 // Define handles for opregions (used by load.) 397 // Get the capability information and load appropriate tables as needed. 437 // Attempt to dynamically load the IST SSDTs if: 465 // Dynamically load the CST SSDTs if: [all …]
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/hotshot/ |
D | stats.py | 11 def load(filename): function 12 return StatsLoader(filename).load() 22 def load(self): member in StatsLoader
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/pgen2/ |
D | grammar.py | 93 def load(self, filename): member in Grammar 96 d = pickle.load(f)
|
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/SectionExtractionDxe/ |
D | SectionExtractionDxe.uni | 4 // Produces the Section Extraction Protocol required to load modules from firmware volumes that may… 20 … #language en-US "Produces the Section Extraction Protocol required to load modules from firmwa…
|
/device/linaro/bootloader/edk2/MdeModulePkg/Library/UefiBootManagerLib/ |
D | UefiBootManagerLib.uni | 4 // The implementation provides richful library functions supporting load option 22 …e en-US "The implementation provides richful library functions supporting load option manipulation…
|
/device/linaro/bootloader/edk2/SecurityPkg/Library/DxeDeferImageLoadLib/ |
D | DxeDeferImageLoadLib.uni | 2 // Provides security service of deferred image load 20 … STR_MODULE_ABSTRACT #language en-US "Provides security service of deferred image load"
|
/device/linaro/bootloader/edk2/MdeModulePkg/Core/Pei/ |
D | PeiCore.uni | 7 // 3) Handoff control to DxeIpl to load DXE core and enter DXE phase. 26 … "3) Handsoff control to DxeIpl to load DXE core and enters DXE phase.<BR>"
|
/device/linaro/bootloader/edk2/MdeModulePkg/Core/DxeIplPeim/ |
D | DxeIpl.uni | 2 // Last PEIM executed in PEI phase to load DXE Core from a Firmware Volume. 21 #string STR_MODULE_ABSTRACT #language en-US "Last PEIM executed in PEI phase to load DX…
|
/device/linaro/bootloader/edk2/MdePkg/Library/DxeServicesLib/ |
D | DxeServicesLib.uni | 6 // from a file system interface, or from the load file interface. 22 …n file path from a firmware volume, from a file system interface, or from the load file interface."
|
/device/linaro/bootloader/edk2/EmbeddedPkg/TemplateSec/ |
D | TemplateSec.inf | 5 …e responsibility of this module is to load the DXE Core from a Firmware Volume. This implementatio…
|
/device/linaro/bootloader/edk2/ArmPlatformPkg/Library/ArmShellCmdRunAxf/ |
D | ArmShellCmdRunAxf.uni | 43 #string STR_RUNAXF_ELFFAILSEG #language en-US "Failed to load segment from ELF file.\n 52 ".TH runaxf 0 "load and execute AXF binary"\r\n" 58 "file AXF binary to load and execute.\r\n"
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/cgi/ |
D | wiki.py | 25 self.load() 104 def load(self): member in WikiPage
|
/device/linaro/bootloader/edk2/IntelFspWrapperPkg/Library/BaseFspApiLib/X64/ |
D | Thunk64To32.asm | 59 ; load internal GDT 80 mov rax, 10h ; load long mode selector 109 mov rcx, 08h ; load compatible mode selector
|
D | Thunk64To32.S | 61 # load internal GDT 82 movq $0x10, %rax # load long mode selector 111 movq $8, %rcx # load compatible mode selector
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Compatibility/BootScriptSaveOnS3SaveStateThunk/X64/ |
D | AsmDispatchExecute.asm | 53 ; load internal GDT 74 mov rax, 10h ; load long mode selector 103 mov rcx, 08h ; load compatible mode selector
|
D | AsmDispatchExecute.S | 55 # load internal GDT 76 movq $0x10, %rax # load long mode selector 105 movq $8, %rcx # load compatible mode selector
|
/device/linaro/bootloader/edk2/EmbeddedPkg/Scripts/LauterbachT32/ |
D | EfiProcessTeImage.cmm | 64 ; $fprintf 50, "load /ni /np /a %s &0x%x\n",elfpath,elfbase$; 67 data.load.elf &elfpath &elfbase /NOCODE /NOCLEAR
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/json/ |
D | tool.py | 30 obj = json.load(infile)
|