Home
last modified time | relevance | path

Searched refs:called (Results 1 – 25 of 84) sorted by relevance

1234

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_code.py124 self.called = False
126 self.called = True
136 self.assertTrue(self.called)
Dtest_enumerate.py165 called = False variable in TestReversed.test_len.SeqWithWeirdLen
167 if not self.called:
168 self.called = True
Dtest_sys_settrace.py82 def called(): # line -3 function
86 called()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/unittest/
Dsignals.py11 self.called = False
21 if self.called:
23 self.called = True
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/md5test/
DREADME6 When called without arguments, it acts as a filter. When called with
/device/linaro/bootloader/edk2/Vlv2DeviceRefCodePkg/AcpiTablesPCAT/
DIgdOMOBF.ASL29 // 1. The following routines are to be called from the appropriate event
49 ;* Usage: This method is to be called prior to performing any
86 ;* Usage: This method is called before every "notify" command. A
123 ;* Usage: This method is to be called when a graphics device
185 ;* Usage: This method must be called when a hotkey event occurs and the
214 ;* Usage: This method must be called when a lid event occurs. A
247 ;* Usage: This method must be called when a docking event occurs.
282 ;* Usage: This method must be called before generating each ASLE
321 ;* Usage: This method must called to generate an ASLE interrupt.
470 ;* Usage: This method is called before other OpRegion methods. The
DGpe.asl24 // Wake-time SCIs. The specific method called will be determined by
DIgdOpRn.ASL266 ;* is called based on the input data in SCIC.
268 ;* Usage: The method must be called in response to a GPE 06 event
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/metaclasses/
Dmeta-vladimir.txt30 in a class package is sometimes called a class structure (which isn't
48 called instantiation of the class A. After an instantiation of A, we
49 obtain a new object, called an instance, which has the properties
101 inherits the properties of another class. This property is called
104 properties are called superclasses (in Python, we call them also --
157 of properties in a meta-class package is sometimes called a meta-class
178 called instantiation of the meta-class M. After an instantiation of M,
179 we obtain a new object, called an class, but now it is called also
235 is called __metabases__ and it contains a list (a tuple) of the
237 which a meta-class is inheriting the properties are called
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/unittest/test/
Dtest_suite.py350 called = False variable in Test_TestSuite.test_overriding_call.MySuite
352 self.called = True
360 self.assertTrue(suite.called)
Dtest_break.py39 self.assertTrue(unittest.signals._interrupt_handler.called)
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Metronome/
DMetronome.uni8 // is called, the number of ticks passed in is converted to either nanosecond or
29 … a fixed TickPeriod of 100ns unit, and when the WaitForTick() service is called, the number of tic…
DMetronome.inf8 # is called, the number of ticks passed in is converted to either nanosecond or
/device/linaro/bootloader/arm-trusted-firmware/docs/
Dporting-guide.md395 This function is called with the `SCTLR.M` and `SCTLR.C` bits disabled. The CPU
419 This function is called with the MMU and data caches disabled. It is responsible
447 This function is called before any access to data is made by the firmware, in
531 called in the following circumstances:
566 doesn't do anything. Since this api is called during the power down sequence,
654 This function should only be called on the cold boot path. It executes with the
693 This function is called after loading BL2 image and it can be used to overwrite
755 This function executes with the MMU and data caches disabled. It is only called
770 This function executes with the MMU and data caches disabled. It is only called
785 called by the primary CPU.
[all …]
/device/linaro/bootloader/edk2/ArmPkg/Application/LinuxLoader/
DLinuxLoader.uni53 "This application can be called either from the EFI Shell or during the\r\n"
56 "If the application is called during the BDS phase then all the paths\r\n"
59 "If the application is called from the EFI Shell, the usual alias\r\n"
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/EbcDxe/X64/
DEbcLowLevel.S28 # This function is called to execute an EBC CALLEX instruction.
DEbcLowLevel.asm34 ; This function is called to execute an EBC CALLEX instruction.
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/decimaltestdata/
Dtestall.decTest62 dectest: reduce -- [was called normalize]
/device/linaro/bootloader/edk2/ArmPlatformPkg/ArmVExpressPkg/Library/ArmVExpressLibRTSM/Arm/
DRTSMHelper.S41 # Read Configuration Base Address Register. ArmCBar cannot be called to get
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/faqwiz/
DREADME49 This will be called the SRCDIR. This directory should not be writable
54 directly reachable from your http server. This will be called the
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
Dgc_weakref.txt13 resurrected then tp_clear will eventually be called on it (or may already
14 have been called before resurrection). At best (and this has been an
43 possibly resurrect an insane object (one for which cyclic gc has called-- or
128 defined-- or even predictable --order in which tp_clear() gets called on
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/EbcDxe/Ia32/
DEbcLowLevel.asm42 ; This function is called to execute an EBC CALLEX instruction
/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/
Dhistory.txt22 Dietz, the parser generator, ANTLR (originally called YUCC), continued
118 called "parser exception handling" in a near future release.
/device/linaro/bootloader/edk2/BaseTools/
DBuildNotes.txt40 For Windows and Linux, the conversion tool package is called cx_Freeze, its
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dpdb.doc125 (either in a function that is called or in the current function).
175 Creates an alias called 'name' that executes 'command'. The

1234