/frameworks/base/services/core/java/com/android/server/power/ |
ScreenOnBlocker.java | 17 package com.android.server.power;
|
SuspendBlocker.java | 17 package com.android.server.power;
|
/external/v8/src/ |
cached-powers.h | 23 // Returns a cached power-of-ten with a binary exponent in the range 27 DiyFp* power, 30 // Returns a cached power of ten x ~= 10^k such that 36 DiyFp* power,
|
/device/asus/fugu/power/ |
Android.mk | 5 LOCAL_MODULE := power.$(TARGET_DEVICE) 7 LOCAL_SRC_FILES := power.c 12 # power.c uses of GNU old-style field designator extension
|
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/inc/ |
power_module.h | 31 #include <hardware/power.h>
|
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/inc/ |
power_module.h | 31 #include <hardware/power.h>
|
/device/huawei/angler/performance/ |
Android.mk | 3 LOCAL_COPY_HEADERS_TO := power
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/tic6x/ |
scomm-directive-1.d | 4 #error: alignment is not a power of 2
|
/external/libgdx/gdx/src/com/badlogic/gdx/math/ |
Interpolation.java | 128 final int power;
field in class:Interpolation.Pow 130 public Pow (int power) {
131 this.power = power;
135 if (a <= 0.5f) return (float)Math.pow(a * 2, power) / 2;
136 return (float)Math.pow((a - 1) * 2, power) / (power % 2 == 0 ? -2 : 2) + 1;
141 public PowIn (int power) {
142 super(power);
146 return (float)Math.pow(a, power);
163 final float value, power, min, scale; field in class:Interpolation.Exp 201 final float value, power, scale, bounces; field in class:Interpolation.Elastic [all...] |
/device/moto/shamu/power/ |
Android.mk | 24 LOCAL_MODULE := power.shamu
|
/device/huawei/angler/power/ |
Android.mk | 10 LOCAL_SRC_FILES := power.c metadata-parser.c utils.c list.c hint-data.c 15 LOCAL_SRC_FILES += power-8994.c 19 LOCAL_SRC_FILES += power-8992.c 26 LOCAL_MODULE := power.angler
|
/device/lge/bullhead/power/ |
Android.mk | 10 LOCAL_SRC_FILES := power.c metadata-parser.c utils.c list.c hint-data.c 15 LOCAL_SRC_FILES += power-8994.c 19 LOCAL_SRC_FILES += power-8992.c 26 LOCAL_MODULE := power.bullhead
|
/external/libcxx/test/std/utilities/function.objects/bind/func.bind/func.bind.bind/ |
nested.pass.cpp | 25 struct power struct 50 auto g = std::bind(power(), 2, _1);
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/function.objects/bind/func.bind/func.bind.bind/ |
nested.pass.cpp | 23 struct power struct 48 auto g = std::bind(power(), 2, _1);
|
/frameworks/base/core/tests/coretests/src/android/os/ |
BrightnessLimit.java | 48 IPowerManager power = IPowerManager.Stub.asInterface( local 49 ServiceManager.getService("power")); 50 if (power != null) { 52 power.setTemporaryScreenBrightnessSettingOverride(0);
|
/device/google/marlin/power/ |
Android.mk | 11 LOCAL_SRC_FILES := power.c metadata-parser.c utils.c list.c hint-data.c 15 LOCAL_SRC_FILES += power-8996.c 26 LOCAL_MODULE := power.$(patsubst %f,%,$(subst _eas,,$(subst aosp_,,$(TARGET_PRODUCT))))
|
/external/clang/test/Parser/ |
pragma-options.c | 12 #pragma options align=power 22 #pragma align=power
|
/external/libogg/macos/compat/sys/ |
types.h | 19 #ifndef __SYS_TYPES_H__
#define __SYS_TYPES_H__ 1
#include <MacTypes.h>
#include <alloca.h>
#include <string.h>
typedef short int16_t;
typedef long int32_t;
typedef long long int64_t;
#define vorbis_size32_t long
#if defined(__cplusplus)
extern "C" {
#endif
#pragma options align=power
char *strdup(const char *inStr);
#pragma options align=reset
#if defined(__cplusplus)
}
#endif
(…)
|
/external/libvorbis/macos/compat/sys/ |
types.h | 19 #ifndef __SYS_TYPES_H__
#define __SYS_TYPES_H__ 1
#include <MacTypes.h>
#include <alloca.h>
#include <string.h>
typedef short int16_t;
typedef long int32_t;
typedef long long int64_t;
#define vorbis_size32_t long
#if defined(__cplusplus)
extern "C" {
#endif
#pragma options align=power
char *strdup(const char *inStr);
#pragma options align=reset
#if defined(__cplusplus)
}
#endif
(…)
|
/libcore/ojluni/src/main/java/java/util/stream/ |
AbstractSpinedBuffer.java | 35 * Minimum power-of-two for the first chunk. 45 * Max power-of-two for chunks. 117 int power = (n == 0 || n == 1) local 120 return 1 << power;
|
/frameworks/native/services/surfaceflinger/DisplayHardware/ |
PowerHAL.h | 25 #include <hardware/power.h>
|
/hardware/qcom/gps/msm8909/core/ |
LBSProxyBase.h | 56 inline virtual void modemPowerVote(bool power) const {}
|
/hardware/qcom/power/ |
Android.mk | 14 power.c \ 16 LOCAL_MODULE:= power.$(TARGET_BOARD_PLATFORM)
|
/hardware/libhardware_legacy/ |
Android.mk | 4 legacy_modules := power uevent wifi qemu qemu_tracing 33 LOCAL_SRC_FILES += power/power.c 44 LOCAL_SRC_FILES := power/power.c
|
/external/ppp/pppd/plugins/pppoatm/ |
text2qos.c | 31 int power; local 38 power = fract = 0; 42 if (--power == -9) break; 49 power += 3; 54 while (power && fract) 55 if (power < 0) { 57 power++; 61 power--;
|