Searched refs:cycle (Results 1 – 25 of 33) sorted by relevance
12
/device/linaro/bootloader/arm-trusted-firmware/plat/rockchip/rk3399/drivers/m0/src/ |
D | stopwatch.c | 32 unsigned int cycle; in stopwatch_set_usecs() local 36 cycle = US_TO_CYCLE(usecs); in stopwatch_set_usecs() 37 mmio_write_32(SYST_RVR, cycle); in stopwatch_set_usecs()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/ |
D | test_threading_local.py | 86 cycle = [Local()] 87 cycle.append(cycle) 88 cycle[0].foo = 'bar' 92 del cycle
|
D | test_itertools.py | 402 self.assertEqual(take(10, cycle('abc')), list('abcabcabca')) 403 self.assertEqual(list(cycle('')), []) 404 self.assertRaises(TypeError, cycle) 405 self.assertRaises(TypeError, cycle, 5) 406 self.assertEqual(list(islice(cycle(gen3()),10)), [0,1,2,0,1,2,0,1,2,0]) 903 for f in (chain, cycle, izip, groupby): 948 self.assertEqual(list(islice(cycle('ABCD'), 12)), list('ABCDABCDABCD')) 1039 self.makecycle(cycle([a]*2), a) 1210 actual = list(islice(cycle(g(s)), tgtlen)) 1212 self.assertRaises(TypeError, cycle, X(s)) [all …]
|
D | test_file2k.py | 500 funcs = itertools.cycle((
|
D | test_weakset.py | 154 elem.cycle = s
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/crashers/ |
D | mutation_inside_cyclegc.py | 27 a.cycle = a
|
D | borrowed_ref_1.py | 22 a.cycle = a
|
D | borrowed_ref_2.py | 29 a.cycle = a
|
/device/linaro/bootloader/edk2/MdePkg/Library/DxeRuntimePciExpressLib/ |
D | DxeRuntimePciExpressLib.uni | 9 // proper virtual address is used to perform the PCI Express Configuration cycle. 25 …ntained so that the proper virtual address is used to perform the PCI Express Configuration cycle."
|
D | DxeRuntimePciExpressLib.inf | 8 # proper virtual address is used to perform the PCI Express Configuration cycle.
|
/device/linaro/bootloader/OpenPlatformPkg/Platforms/ARM/Binary/Library/PseudoRngLib/ |
D | README | 7 and the accessibility of the cycle counter. If either is not available, this
|
/device/linaro/bootloader/OpenPlatformPkg/Documentation/Marvell/Drivers/ |
D | SpiDriver.txt | 81 the SPI cycle. 116 the SPI cycle.
|
/device/linaro/bootloader/edk2/QuarkPlatformPkg/Acpi/AcpiTables/Fadt/ |
D | Fadt1.0.aslc | 60 DUTY_OFFSET, // bit location of duty cycle field in p_cnt reg 61 DUTY_WIDTH, // bit width of duty cycle field in p_cnt reg
|
D | Fadt2.0.aslc | 62 DUTY_OFFSET, // bit location of duty cycle field in p_cnt reg 63 DUTY_WIDTH, // bit width of duty cycle field in p_cnt reg
|
/device/linaro/bootloader/edk2/OvmfPkg/AcpiTables/ |
D | Facp.aslc | 60 DUTY_OFFSET, // bit location of duty cycle field in p_cnt reg 61 DUTY_WIDTH, // bit width of duty cycle field in p_cnt reg
|
/device/linaro/bootloader/edk2/Vlv2DeviceRefCodePkg/AcpiTablesPCAT/Facp/ |
D | Facp.aslc | 74 … // bit location of duty cycle field in p_cnt reg 75 … // bit width of duty cycle field in p_cnt reg
|
/device/linaro/hikey/installer/hikey/ |
D | README | 25 then power cycle the board before trying again.
|
/device/linaro/hikey/hikey960/ |
D | README | 28 Turn OFF switch 3 and power cycle the board.
|
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/ |
D | IntelFrameworkModulePkg.uni | 151 …te_HELP #language en-US "Indicates if the machine has completed one boot cycle before. After the … 152 … "TRUE - The complete boot cycle has not happened before.<BR>\n" 153 … "FALSE - The complete boot cycle has happened before.<BR>"
|
D | IntelFrameworkModulePkg.dec | 165 ## Indicates if the machine has completed one boot cycle before. 167 # TRUE - The complete boot cycle has not happened before.<BR> 168 # FALSE - The complete boot cycle has happened before.<BR>
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/ |
D | gc_weakref.txt | 89 possible for the callback to get at objects in the cycle(s), then it may be 90 possible for those objects to access (via strong references in the cycle) 91 the weakly referenced object being torn down, or other objects in the cycle 153 a cycle, but is reachable only from CT, then breaking cycles will, as a
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/iobench/ |
D | iobench.py | 382 it = itertools.cycle(["\n", "\r", "\r\n"])
|
/device/linaro/bootloader/edk2/Vlv2DeviceRefCodePkg/AcpiTablesPCAT/ |
D | IgdOpRn.ASL | 186 BCLM, 320, // Backlight brightness level duty cycle mapping table
|
/device/google/wahoo/ |
D | init.hardware.rc | 205 # for android.hardware.health@2.0-service.marlin cycle count backup 606 # com.google.android.hardwareinfo needs to be able to read cycle counts
|
/device/google/bonito/ |
D | init.hardware.rc | 178 # for cycle count backup 508 # Dump QCOM FG cycle counts for dumpstate
|
12