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

  /external/clang/test/SemaCXX/
blocks.cpp 30 class Power {
34 Power(int base) : base(base) {}
41 return Power(2).calculate(10);
  /frameworks/base/core/java/android/os/
Power.java 23 * Class that provides access to some of the power management functions.
27 public class Power
30 private Power()
  /frameworks/base/core/java/com/android/internal/app/
ShutdownThread.java 33 import android.os.Power;
92 // ensure that only one thread is trying to power down.
230 * Shuts off power regardless of radio and bluetooth state if the alloted time has passed.
396 Power.reboot(reason);
417 // Shutdown power
419 Power.shutdown();
  /external/llvm/lib/Transforms/Scalar/
LoopStrengthReduce.cpp     [all...]
  /frameworks/base/services/java/com/android/server/
PowerManagerService.java 48 import android.os.Power;
155 static final int INITIAL_BUTTON_BRIGHTNESS = Power.BRIGHTNESS_OFF;
156 static final int INITIAL_KEYBOARD_BRIGHTNESS = Power.BRIGHTNESS_OFF;
277 mLog = new PrintStream("/data/power.log");
410 * The argument is a bit string, with each bit specifying a power source that,
412 * See {@link android.os.BatteryManager} for the list of power sources that
415 * @param val an {@code int} containing the bits that specify which power sources
489 Power.setLastUserActivityTimeout(7*24*3600*1000); // one week
    [all...]

Completed in 174 milliseconds