HomeSort by relevance Sort by last modified time
    Searched defs:Power (Results 26 - 46 of 46) sorted by null

12

  /device/google/wahoo/power-libperfmgr/
Power.cpp 18 #define LOG_TAG "android.hardware.power@1.2-service.wahoo-libperfmgr"
31 #include "Power.h"
32 #include "power-helper.h"
41 namespace power { namespace in namespace:android::hardware
45 using ::android::hardware::power::V1_0::Feature;
46 using ::android::hardware::power::V1_0::PowerStatePlatformSleepState;
47 using ::android::hardware::power::V1_0::Status;
48 using ::android::hardware::power::V1_1::PowerStateSubsystem;
49 using ::android::hardware::power::V1_1::PowerStateSubsystemSleepState;
54 Power::Power()
    [all...]
  /device/linaro/bootloader/edk2/QuarkPlatformPkg/Acpi/Dxe/AcpiPlatform/
AcpiPlatform.h 75 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.
  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/AcpiPlatform/
AcpiPlatformHooks.h 83 UINT32 Power;
  /external/swiftshader/third_party/llvm-subzero/lib/Support/
raw_ostream.cpp 377 unsigned Power = 0;
379 Power = llvm::Log2_64_Ceil(MaxOffset);
380 OffsetWidth = std::max<uint64_t>(4, llvm::alignTo(Power, 4) / 4);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/compiler/
ast.py 1040 class Power(Node):
1053 return "Power((%s, %s))" % (repr(self.left), repr(self.right))
    [all...]
  /external/python/cpython2/Lib/compiler/
ast.py 1040 class Power(Node):
1053 return "Power((%s, %s))" % (repr(self.left), repr(self.right))
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/compiler/
ast.py 1040 class Power(Node):
1053 return "Power((%s, %s))" % (repr(self.left), repr(self.right))
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/compiler/
ast.py 1040 class Power(Node):
1053 return "Power((%s, %s))" % (repr(self.left), repr(self.right))
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/compiler/
ast.py 1040 class Power(Node):
1053 return "Power((%s, %s))" % (repr(self.left), repr(self.right))
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/compiler/
ast.py 1040 class Power(Node):
1053 return "Power((%s, %s))" % (repr(self.left), repr(self.right))
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
LoopStrengthReduce.cpp     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
ntpoapi.h 4 * APIs for power management.
33 /* Power States/Levels */
244 USHORT Power;
wdm.h     [all...]
wmidata.h 6744 ULONG power; member in struct:_ProcessorPerformance
    [all...]
  /external/llvm/lib/Transforms/Scalar/
LoopStrengthReduce.cpp     [all...]
  /external/swiftshader/include/Direct3D/
d3d8types.h 157 float Power; /* Sharpness if specular highlight */
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
d3d8types.h     [all...]
d3d9types.h     [all...]
winnt.h     [all...]
  /external/mesa3d/include/D3D9/
d3d9types.h     [all...]

Completed in 2546 milliseconds

12