/third_party/flutter/skia/third_party/externals/sdl/src/power/android/ |
D | SDL_syspower.c | 33 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/ |
D | SDL_syspower.m | 34 /* 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/ |
D | SDL_syspower.c | 35 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/ |
D | AppDelegate.swift | 9 static let battery = "samples.flutter.io/battery" variable 33 let batteryChannel = FlutterMethodChannel(name: ChannelName.battery,
|
/third_party/flutter/flutter/examples/platform_channel_swift/lib/ |
D | main.dart | 17 MethodChannel('samples.flutter.io/battery'); 30 batteryLevel = 'Failed to get battery level.';
|
/third_party/flutter/flutter/examples/platform_channel/lib/ |
D | main.dart | 17 MethodChannel('samples.flutter.io/battery'); 30 batteryLevel = 'Failed to get battery level.';
|
/third_party/gettext/gettext-tools/tests/ |
D | xgettext-appdata-1 | 29 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/ |
D | battery.js | 19 global.systemplugin.battery = {
|
/third_party/flutter/skia/third_party/externals/sdl/src/core/android/ |
D | SDL_android.h | 65 int Android_JNI_GetPowerInfo(int* plugged, int* charged, int* battery, int* seconds, int* percent);
|
D | SDL_android.c | 1316 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/ |
D | 60-keyboard.hwdb | 106 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/ |
D | font-awesome.css | 4 …battery-4:before,.fa-battery:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.…
|
/third_party/flutter/flutter/examples/platform_channel/ios/Runner/ |
D | AppDelegate.m | 20 methodChannelWithName:@"samples.flutter.io/battery"
|
/third_party/flutter/flutter/dev/devicelab/lib/framework/ |
D | adb.dart | 138 // 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/ |
D | android_device_test.dart | 592 [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/ |
D | README.md | 68 batteryLevel = 'Failed to get battery level.';
|
/third_party/flutter/ |
D | README.md | 68 batteryLevel = 'Failed to get battery level.';
|
/third_party/e2fsprogs/doc/RelNotes/ |
D | v1.39.txt | 36 if the battery is dead on a Macintosh running PPC Linux. (Addresses 49 check when the system is running on battery. (Addresses Debian Bug:
|
D | v1.35.txt | 31 if the laptop is running on battery. The next time fsck runs while
|
/third_party/flutter/flutter/packages/flutter/lib/src/cupertino/ |
D | icons.dart | 178 /// 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/ |
D | SDL_uikitopengles.m | 120 /* Check once a frame to see if we should turn off the battery monitor. */
|
/third_party/libwebsockets/READMEs/ |
D | README.release-policy.md | 28 terms of it working, it is subject to passing CI tests including a battery of
|
/third_party/flutter/flutter/packages/flutter/lib/src/widgets/ |
D | overlay.dart | 47 /// 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/ |
D | theme.css | 4 …battery-4:before,.fa-battery-full:before,.fa-battery:before{content:""}.fa-battery-3:before,.fa-b…
|
/third_party/flutter/skia/third_party/externals/sdl/ |
D | WhatsNew.txt | 99 * Added SDL_JoystickCurrentPowerLevel() to get the battery level of a joystick
|