HomeSort by relevance Sort by last modified time
    Searched refs:Power (Results 1 - 25 of 132) sorted by null

1 2 3 4 5 6

  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/ppc/
e500mc64_nop.s 0 # Power E500MC64 nop tests
e5500_nop.s 0 # Power E5500 nop tests
e6500_nop.s 0 # Power E6500 nop tests
e500mc64_nop.d 3 #name: Power E500MC64 nop tests
e5500_nop.d 3 #name: Power E5500 nop tests
e6500_nop.d 3 #name: Power E6500 nop tests
e500mc.s 0 # Power E500MC tests
e6500.s 0 # Power E6500 tests
  /external/autotest/server/site_tests/platform_ServoPowerStateController/
platform_ServoPowerStateController.py 12 """Test servo can power on and off DUT in recovery and non-recovery mode."""
24 # Power off, then power on DUT from internal storage.
67 logging.info('Power off DUT')
71 logging.info('Power DUT on in recovery mode, DUT shall boot from USB.')
80 logging.info('Power off DUT which is up in recovery mode.')
85 logging.info('Power DUT off in recovery mode without booting.')
91 # Power DUT on in non-recovery mode with USB stick plugged in.
93 logging.info('Power on DUT in non-recovery mode.')
102 # Power off DUT regardless its current status
    [all...]
  /hardware/interfaces/power/1.0/default/
Power.cpp 17 #define LOG_TAG "android.hardware.power@1.0-impl"
22 #include <hardware/power.h>
24 #include "Power.h"
28 namespace power { namespace in namespace:android::hardware
32 Power::Power(power_module_t *module) : mModule(module) {
37 Power::~Power() {
41 // Methods from ::android::hardware::power::V1_0::IPower follow.
42 Return<void> Power::setInteractive(bool interactive)
    [all...]
Power.h 20 #include <android/hardware/power/1.0/IPower.h>
26 namespace power { namespace in namespace:android::hardware
30 using ::android::hardware::power::V1_0::Feature;
31 using ::android::hardware::power::V1_0::IPower;
32 using ::android::hardware::power::V1_0::PowerHint;
33 using ::android::hardware::power::V1_0::PowerStatePlatformSleepState;
34 using ::android::hardware::power::V1_0::Status;
41 struct Power : public IPower {
42 Power(power_module_t* module);
43 ~Power();
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EfiCommonLib/Ia32/
Power10U64.c 18 Calculates Operand * 10 ^ Power
33 IN UINTN Power
39 Raise 10 to the power of Power, and multiply the result with Operand
44 Power - power
48 Operand * 10 ^ Power
55 mov ecx, Power
Power10U64.asm 18 ; Calculates Operand * 10 ^ Power
40 ; IN UINTN Power
46 ; Raise 10 to the power of Power, and multiply the result with Operand
51 ; Power - power
55 ; Operand * 10 ^ Power
63 mov ecx, dword ptr [ebp + 10h] ;Power
Power10U64.S 18 # Calculates Operand * 10 ^ Power
41 # IN UINTN Power
47 # Raise 10 to the power of Power, and multiply the result with Operand
52 # Power - power
56 # Operand * 10 ^ Power
64 movl 0x10(%ebp), %ecx #Power
  /external/clang/test/SemaCXX/
blocks.cpp 30 class Power {
34 Power(int base) : base(base) {}
41 return Power(2).calculate(10);
  /external/llvm/include/llvm/Transforms/Scalar/
Reassociate.h 50 unsigned Power;
51 Factor(Value *Base, unsigned Power) : Base(Base), Power(Power) {}
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EfiCommonLib/
Math.c 81 IN UINTN Power
87 while (Power-- > 0) {
198 a power of two and less than Input
202 Operand - value to calculate power of two
206 the largest integer that is both a power of
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/ppc64/
opt.go 7 // Many Power ISA arithmetic and logical instructions come in four
  /prebuilts/go/linux-x86/src/cmd/compile/internal/ppc64/
opt.go 7 // Many Power ISA arithmetic and logical instructions come in four
  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/Include/Protocol/
EnhancedSpeedstep.h 55 UINT32 MinPower; // Calculated min power
56 UINT32 MaxPower; // Calculated max power
62 UINT32 Power;
  /device/linaro/bootloader/edk2/QuarkPlatformPkg/Acpi/DxeSmm/SmmPowerManagement/
Ppm.h 3 Processor power management initialization code.
77 UINT32 Power;
99 This function is the entry of processor power management initialization code.
100 It initializes the processor's power management features based on the user
109 This function is to determine the Processor Power Management Flags
126 This function is to patch and publish power management related acpi tables.
142 This function is to load all the power management acpi tables and patch IST table.
  /external/autotest/client/site_tests/cellular_Signal/
cellular_Signal.py 99 env.emulator.SetPower(cellular.Power.OFF)
101 'Power.OFF.%s.deregister_time' % tname,
107 env.emulator.SetPower(cellular.Power.DEFAULT)
109 'Power.DEFAULT.%s.register_time' % tname,
  /device/linaro/bootloader/edk2/QuarkPlatformPkg/Acpi/Dxe/AcpiPlatform/
AcpiPlatform.h 75 UINT32 Power;
  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/AcpiPlatform/
AcpiPlatformHooks.h 83 UINT32 Power;
  /device/linaro/bootloader/OpenPlatformPkg/Platforms/ARM/VExpress/AcpiTables/rtsm_ve-aemv8a/
facp.asl 94 Control Method Power Button (V1) : 1
107 Remote Power-on capable (V4) : 1
111 Low Power S0 Idle (V5) : 1

Completed in 461 milliseconds

1 2 3 4 5 6