/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/ |
D | test_code.py | 124 self.called = False 126 self.called = True 136 self.assertTrue(self.called)
|
D | test_enumerate.py | 165 called = False variable in TestReversed.test_len.SeqWithWeirdLen 167 if not self.called: 168 self.called = True
|
D | test_sys_settrace.py | 82 def called(): # line -3 function 86 called()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/unittest/ |
D | signals.py | 11 self.called = False 21 if self.called: 23 self.called = True
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/md5test/ |
D | README | 6 When called without arguments, it acts as a filter. When called with
|
/device/linaro/bootloader/edk2/Vlv2DeviceRefCodePkg/AcpiTablesPCAT/ |
D | IgdOMOBF.ASL | 29 // 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
|
D | Gpe.asl | 24 // Wake-time SCIs. The specific method called will be determined by
|
D | IgdOpRn.ASL | 266 ;* 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/ |
D | meta-vladimir.txt | 30 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/ |
D | test_suite.py | 350 called = False variable in Test_TestSuite.test_overriding_call.MySuite 352 self.called = True 360 self.assertTrue(suite.called)
|
D | test_break.py | 39 self.assertTrue(unittest.signals._interrupt_handler.called)
|
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Metronome/ |
D | Metronome.uni | 8 // 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…
|
D | Metronome.inf | 8 # is called, the number of ticks passed in is converted to either nanosecond or
|
/device/linaro/bootloader/arm-trusted-firmware/docs/ |
D | porting-guide.md | 395 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/ |
D | LinuxLoader.uni | 53 "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/ |
D | EbcLowLevel.S | 28 # This function is called to execute an EBC CALLEX instruction.
|
D | EbcLowLevel.asm | 34 ; This function is called to execute an EBC CALLEX instruction.
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/decimaltestdata/ |
D | testall.decTest | 62 dectest: reduce -- [was called normalize]
|
/device/linaro/bootloader/edk2/ArmPlatformPkg/ArmVExpressPkg/Library/ArmVExpressLibRTSM/Arm/ |
D | RTSMHelper.S | 41 # Read Configuration Base Address Register. ArmCBar cannot be called to get
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/faqwiz/ |
D | README | 49 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/ |
D | gc_weakref.txt | 13 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/ |
D | EbcLowLevel.asm | 42 ; This function is called to execute an EBC CALLEX instruction
|
/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/ |
D | history.txt | 22 Dietz, the parser generator, ANTLR (originally called YUCC), continued 118 called "parser exception handling" in a near future release.
|
/device/linaro/bootloader/edk2/BaseTools/ |
D | BuildNotes.txt | 40 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/ |
D | pdb.doc | 125 (either in a function that is called or in the current function). 175 Creates an alias called 'name' that executes 'command'. The
|