Home
last modified time | relevance | path

Searched refs:_get (Results 1 – 7 of 7) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
DQueue.py178 item = self._get()
208 def _get(self): member in Queue
227 def _get(self, heappop=heapq.heappop): member in PriorityQueue
243 def _get(self): member in LifoQueue
DConfigParser.py347 def _get(self, section, conv, option): member in RawConfigParser
351 return self._get(section, int, option)
354 return self._get(section, float, option)
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_queue.py219 def _get(self): member in FailingQueue
223 return Queue.Queue._get(self)
/device/linaro/bootloader/arm-trusted-firmware/docs/
Dpsci-lib-integration-guide.rst227 cm\_get\_context()) for the current CPU and program the registers prior to exit
394 **Function : cm\_get\_context()**
408 **Function : cm\_get\_context\_by\_index()**
435 - plat\_get\_syscnt\_freq2
436 - plat\_get\_power\_domain\_tree\_desc
440 - plat\_get\_my\_stack
Dporting-guide.rst591 Function : plat\_get\_my\_entrypoint() [mandatory when PROGRAMMABLE\_RESET\_ADDRESS == 0]
672 Function: plat\_get\_rotpk\_info()
722 Function: plat\_get\_nv\_ctr()
750 select the counter (as explained in plat\_get\_nv\_ctr()). The second argument is
843 Function : plat\_get\_my\_stack()
962 Function : plat\_get\_bl\_image\_load\_info()
974 Function : plat\_get\_next\_bl\_params()
987 Function : plat\_get\_stack\_protector\_canary()
1017 Function : plat\_log\_get\_prefix()
1208 Function : bl1\_plat\_get\_next\_image\_id() [optional]
[all …]
Dplatform-migration-guide.rst312 Function : platform\_get\_entrypoint() [mandatory]
352 Function : platform\_get\_core\_pos()
391 Function : platform\_get\_stack()
415 Function : plat\_get\_aff\_count() [mandatory]
437 Function : plat\_get\_aff\_state() [mandatory]
Dfirmware-design.rst709 plat\_get\_my\_entrypoint(), to return a non-zero value.