Home
last modified time | relevance | path

Searched refs:load (Results 1 – 25 of 219) sorted by relevance

123456789

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_cookie.py34 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"')
Dtest_marshal.py20 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 …]
Dtest_cpickle.py28 return p.load()
42 return p.load()
59 return p.load()
Dtest_pickle.py40 return u.load()
62 return u.load()
/device/ti/beagle_x15/
Dbeagle_x15.its15 load = <0x82000000>;
25 load = <0x88080000>;
34 load = <0x83000000>;
42 load = <0x83080000>;
50 load = <0x83090000>;
/device/google/trout/hal/vehicle/2.0/
DGarageModeServerSideHandler.cpp95 while (!mShuttingDownFlag.load()) { in HeartbeatTimeoutWatcher()
96 if (!mSystemShuttingDownPrepareFlag.load()) { in HeartbeatTimeoutWatcher()
99 return mSystemShuttingDownPrepareFlag.load() || mShuttingDownFlag.load(); in HeartbeatTimeoutWatcher()
105 auto timeSinceLastHeartbeat = steady_clock::now() - mLastHeartbeatTime.load(); in HeartbeatTimeoutWatcher()
159 while (!mShuttingDownFlag.load()) { in PowerStateWatcher()
190 if (mSystemShuttingDownPrepareFlag.load()) { in HandleNewPowerState()
DGrpcVehicleClient.cpp124 while (!mShuttingDownFlag.load()) { in StartValuePollingThread()
131 return !rpc_ok.load() || mShuttingDownFlag.load(); in StartValuePollingThread()
140 while (!mShuttingDownFlag.load() && value_stream->Read(&wrappedProtoValue)) { in StartValuePollingThread()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dshelve.py122 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/
Ddumppyc.py17 co = marshal.load(f)
30 def load(filename, codename=None): function
46 load(filename, codename)
/device/linaro/bootloader/edk2/Vlv2DeviceRefCodePkg/ValleyView2Soc/CPU/PowerManagement/AcpiTables/Ssdt/
DCpuPm.asl113 // 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/google/contexthub/firmware/build/
Dconfig.mk147 define nano-user-var-load
176 define nano-user-vars-load-all
177 $(foreach _nuvla_var,$(NANO_VAR_LIST),$(call nano-user-var-load,$(_nuvla_var),$(1)))
198 $(call aux-variant-load-env,$(_fev_variant)) \
199 $(call nano-user-vars-load-all,$(2)) \
205 $(call aux-variant-load-env,) \
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/hotshot/
Dstats.py11 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/
Dgrammar.py93 def load(self, filename): member in Grammar
96 d = pickle.load(f)
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/SectionExtractionDxe/
DSectionExtractionDxe.uni4 // 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/Universal/LoadFileOnFv2/
DLoadFileOnFv2.uni18 "Allows system to load files from an FV2-based firmware volume"
22 "This module allows the system to load a file from an FV2-based firmware "
/device/linaro/bootloader/edk2/MdeModulePkg/Library/UefiBootManagerLib/
DUefiBootManagerLib.uni4 // 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/
DDxeDeferImageLoadLib.uni2 // Provides security service of deferred image load
20 … STR_MODULE_ABSTRACT #language en-US "Provides security service of deferred image load"
/device/generic/goldfish-opengl/android-emu/android/base/
DAndroidSubAllocator.cpp86 bool load(Stream* stream) { in load() function in android::base::guest::SubAllocator::Impl
210 bool SubAllocator::load(Stream* stream) { in load() function in android::base::guest::SubAllocator
211 return mImpl->load(stream); in load()
/device/linaro/bootloader/edk2/MdeModulePkg/Core/Pei/
DPeiCore.uni7 // 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/
DDxeIpl.uni2 // 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/
DDxeServicesLib.uni6 // 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/
DTemplateSec.inf5 …e responsibility of this module is to load the DXE Core from a Firmware Volume. This implementatio…
/device/google/sunfish-sepolicy/vendor/google/
Dvold.te1 # Allow to load incremental file system driver
/device/google/coral-sepolicy/vendor/google/
Dvold.te1 # Allow to load incremental file system driver
/device/mediatek/wembley-sepolicy/r_non_plat/
Dspm_loader.te14 # purpose: load spm firmware

123456789