Home
last modified time | relevance | path

Searched refs:battery (Results 1 – 25 of 68) sorted by relevance

123

/third_party/flutter/skia/third_party/externals/sdl/src/power/android/
DSDL_syspower.c33 int battery; in SDL_GetPowerInfo_Android() local
37 if (Android_JNI_GetPowerInfo(&plugged, &charged, &battery, seconds, percent) != -1) { in SDL_GetPowerInfo_Android()
41 } else if (battery) { in SDL_GetPowerInfo_Android()
/third_party/flutter/skia/third_party/externals/sdl/src/power/uikit/
DSDL_syspower.m34 /* turn off the battery monitor if it's been more than X ms since last check. */
74 /* UIKit_GL_SwapWindow() (etc) will check this and disable the battery
76 * Apparently monitoring the battery burns battery life. :)
77 * Apple's docs say not to monitor the battery unless you need it.
/third_party/flutter/skia/third_party/externals/sdl/src/power/psp/
DSDL_syspower.c35 int battery = scePowerIsBatteryExist(); in SDL_GetPowerInfo_PSP() local
43 if (!battery) { in SDL_GetPowerInfo_PSP()
/third_party/flutter/flutter/examples/platform_channel_swift/ios/Runner/
DAppDelegate.swift9 static let battery = "samples.flutter.io/battery" variable
33 let batteryChannel = FlutterMethodChannel(name: ChannelName.battery,
/third_party/flutter/flutter/examples/platform_channel_swift/lib/
Dmain.dart17 MethodChannel('samples.flutter.io/battery');
30 batteryLevel = 'Failed to get battery level.';
/third_party/flutter/flutter/examples/platform_channel/lib/
Dmain.dart17 MethodChannel('samples.flutter.io/battery');
30 batteryLevel = 'Failed to get battery level.';
/third_party/gettext/gettext-tools/tests/
Dxgettext-appdata-129 Power Statistics is a program used to view historical and current battery
39 with your laptop battery, or are trying to work out what programs are using
/third_party/jsframework/runtime/main/extend/systemplugin/
Dbattery.js19 global.systemplugin.battery = {
/third_party/flutter/skia/third_party/externals/sdl/src/core/android/
DSDL_android.h65 int Android_JNI_GetPowerInfo(int* plugged, int* charged, int* battery, int* seconds, int* percent);
DSDL_android.c1316 int Android_JNI_GetPowerInfo(int* plugged, int* charged, int* battery, int* seconds, int* percent) in Android_JNI_GetPowerInfo() argument
1396 if (battery) { in Android_JNI_GetPowerInfo()
1398 *battery = present ? 1 : 0; in Android_JNI_GetPowerInfo()
/third_party/eudev/hwdb/
D60-keyboard.hwdb106 KEYBOARD_KEY_a7=battery # Fn+F3 Power Management
283 KEYBOARD_KEY_87=battery # Fn+F3 battery icon
477 KEYBOARD_KEY_89=battery # Fn+F8
678 KEYBOARD_KEY_01=battery # Fn+F2
721 KEYBOARD_KEY_02=battery
742 KEYBOARD_KEY_090013=battery # Fn+F3
933 KEYBOARD_KEY_c1041=battery # Battery icon (Fn + F1)
942 KEYBOARD_KEY_c1041=battery # Battery icon (Fn + F1)
964 KEYBOARD_KEY_c104b=battery # Battery icon (Fn + F11)
982 KEYBOARD_KEY_c106f=battery # Battery icon
[all …]
/third_party/freetype/docs/reference/assets/fonts/
Dfont-awesome.css4battery-4:before,.fa-battery:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.…
/third_party/flutter/flutter/examples/platform_channel/ios/Runner/
DAppDelegate.m20 methodChannelWithName:@"samples.flutter.io/battery"
/third_party/flutter/flutter/dev/devicelab/lib/framework/
Dadb.dart138 // TODO(yjbanov): filter out and warn about those with low battery level
179 // TODO(yjbanov): check battery level
391 // TODO(yjbanov): filter out and warn about those with low battery level
457 // screen brightness so they don't drain battery too fast.
/third_party/flutter/flutter/packages/flutter_tools/test/general.shard/android/
Dandroid_device_test.dart592 [status.battery.level]: [5]
593 [status.battery.level_raw]: [50]
594 [status.battery.level_scale]: [9]
595 [status.battery.state]: [Slow]
/third_party/flutter/flutter/
DREADME.md68 batteryLevel = 'Failed to get battery level.';
/third_party/flutter/
DREADME.md68 batteryLevel = 'Failed to get battery level.';
/third_party/e2fsprogs/doc/RelNotes/
Dv1.39.txt36 if the battery is dead on a Macintosh running PPC Linux. (Addresses
49 check when the system is running on battery. (Addresses Debian Bug:
Dv1.35.txt31 if the laptop is running on battery. The next time fsck runs while
/third_party/flutter/flutter/packages/flutter/lib/src/cupertino/
Dicons.dart178 /// A charging battery.
181 /// An empty battery.
184 /// A full battery.
187 /// A 75% charged battery.
190 /// A 25% charged battery.
/third_party/flutter/skia/third_party/externals/sdl/src/video/uikit/
DSDL_uikitopengles.m120 /* Check once a frame to see if we should turn off the battery monitor. */
/third_party/libwebsockets/READMEs/
DREADME.release-policy.md28 terms of it working, it is subject to passing CI tests including a battery of
/third_party/flutter/flutter/packages/flutter/lib/src/widgets/
Doverlay.dart47 /// call [State.setState], the user's battery will be drained unnecessarily.
102 /// call [State.setState], the user's battery will be drained unnecessarily.
/third_party/nghttp2/doc/_themes/sphinx_rtd_theme/static/css/
Dtheme.css4battery-4:before,.fa-battery-full:before,.fa-battery:before{content:""}.fa-battery-3:before,.fa-b…
/third_party/flutter/skia/third_party/externals/sdl/
DWhatsNew.txt99 * Added SDL_JoystickCurrentPowerLevel() to get the battery level of a joystick

123