Searched full:kernel (Results 1 – 25 of 93) sorted by relevance
1234
| /packages/services/Car/tools/bootio/sepolicy/ |
| D | domain.te | 1 # dontaudit bootio kernel:system module_request; 2 allow bootio kernel:fd use;
|
| /packages/services/Car/tools/bootanalyze/ |
| D | bootanalyze.py | 40 KERNEL_TIME_KEY = "kernel" 164 dump_timings_points_summary("Kernel", kernel_timing_points, args) 292 print "kernel time not captured in logcat, cannot get time diff" 301 print "BootAnimEnd time or BootComplete-kernel not captured in both log" +\ 343 dump_timing_points("Kernel", kernel_timing_points) 461 … help='collect systrace from the device. kernel trace should be already enabled', )
|
| D | config.yaml | 12 kernel: Linux version
|
| /packages/services/Car/service/src/com/android/car/ |
| D | SystemInterface.java | 116 //TODO should return by checking some kernel suspend control sysfs, bug: 32061842 in isSystemSupportingDeepSleep() 153 // come from kernel. it can be either power on or wake up for maintenance in isWakeupCausedByTimer()
|
| /packages/services/Car/tools/bootio/ |
| D | bootio.cpp | 62 LOG(ERROR) << "Kernel doesn't support I/O profiling."; in StartDataCollection() 63 printf("Kernel doesn't support I/O profiling."); in StartDataCollection()
|
| D | README.md | 4 To use bootio kernel must be compiled with this flags:
|
| /packages/services/Car/car_product/sepolicy/ |
| D | domain.te | 2 dontaudit domain kernel:system module_request;
|
| /packages/apps/Settings/src/com/android/settings/applications/ |
| D | ProcStatsData.java | 190 // Distribute kernel's Z-Ram across processes, based on how much they have been running. in distributeZRam() 191 // The idea is that the memory used by the kernel for this is not really the kernel's in distributeZRam()
|
| /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/ |
| D | grey.rs | 20 uchar __attribute__((kernel)) RGBAtoA(uchar4 in) {
|
| D | vignette.rs | 65 uchar4 __attribute__((kernel)) vignette(const uchar4 in, uint32_t x, uint32_t y) {
|
| D | grad.rs | 99 uchar4 __attribute__((kernel)) selectiveAdjust(const uchar4 in, uint32_t x,
|
| D | saturation.rs | 148 uchar4 __attribute__((kernel)) selectiveAdjust(const uchar4 in, uint32_t x,
|
| /packages/providers/ContactsProvider/src/com/android/providers/contacts/util/ |
| D | MemoryUtils.java | 28 * Returns the amount of RAM available to the Linux kernel, i.e. whatever is left after all the
|
| /packages/apps/Settings/res/xml/ |
| D | device_info_settings.xml | 94 <!-- Device Kernel version -->
|
| /packages/apps/TvSettings/Settings/res/xml/ |
| D | device_info_settings.xml | 108 <!-- Device Kernel version -->
|
| /packages/services/Car/vehicle_monitor_service/ |
| D | ProcessMonitor.cpp | 72 "Kernel doesn't support I/O profiling."); in ProcessMonitor()
|
| /packages/apps/Car/Settings/res/values/ |
| D | strings.xml | 200 <string name="kernel_version">Kernel version</string>
|
| /packages/apps/Settings/src/com/android/settings/development/ |
| D | DevelopmentSettings.java | 1600 if (currentBuffers.equals("kernel")) { in updateLogpersistValues() 1605 currentBuffers.contains("kernel")) { in updateLogpersistValues()
|
| /packages/apps/TvSettings/Settings/res/values-en-rGB/ |
| D | strings.xml | 137 <string name="kernel_version" msgid="2418845475938044903">"Kernel version"</string>
|
| /packages/apps/TvSettings/Settings/res/values-pt/ |
| D | strings.xml | 137 <string name="kernel_version" msgid="2418845475938044903">"Versão do kernel"</string>
|
| /packages/apps/TvSettings/Settings/res/values-es/ |
| D | strings.xml | 137 <string name="kernel_version" msgid="2418845475938044903">"Versión del kernel"</string>
|
| /packages/apps/TvSettings/Settings/res/values-az/ |
| D | strings.xml | 137 <string name="kernel_version" msgid="2418845475938044903">"Kernel versiyası"</string>
|
| /packages/apps/TvSettings/Settings/res/values-eu/ |
| D | strings.xml | 137 <string name="kernel_version" msgid="2418845475938044903">"Kernel bertsioa"</string>
|
| /packages/apps/TvSettings/Settings/res/values-zu/ |
| D | strings.xml | 137 <string name="kernel_version" msgid="2418845475938044903">"Inguqulo ye-Kernel"</string>
|
| /packages/apps/TvSettings/Settings/res/values-nl/ |
| D | strings.xml | 137 <string name="kernel_version" msgid="2418845475938044903">"Kernel-versie"</string>
|
1234