/aosp12/system/core/fs_mgr/liblp/ |
H A D | builder_test.cpp | 66 Partition* system = builder->AddPartition("system", LP_PARTITION_ATTR_READONLY); in TEST_F() local 128 Partition* system = builder->AddPartition("system", LP_PARTITION_ATTR_READONLY); in TEST_F() local 255 Partition* system = builder->AddPartition("system", LP_PARTITION_ATTR_READONLY); in TEST_F() local 270 Partition* system = builder->AddPartition("system", LP_PARTITION_ATTR_READONLY); in TEST_F() local 323 Partition* system = builder->AddPartition("system", LP_PARTITION_ATTR_READONLY); in TEST_F() local 378 Partition* system = builder->AddPartition("system", LP_PARTITION_ATTR_READONLY); in TEST_F() local 549 Partition* system = builder->AddPartition("system", "groupA", 0); in TEST_F() local 572 Partition* system = builder->AddPartition("system", "groupA", 0); in TEST_F() local 692 Partition* system = builder->AddPartition("system", LP_PARTITION_ATTR_READONLY); in TEST_F() local 732 Partition* system = builder->AddPartition("system", LP_PARTITION_ATTR_READONLY); in TEST_F() local [all …]
|
/aosp14/system/core/fs_mgr/liblp/ |
H A D | builder_test.cpp | 68 Partition* system = builder->AddPartition("system", LP_PARTITION_ATTR_READONLY); in TEST_F() local 130 Partition* system = builder->AddPartition("system", LP_PARTITION_ATTR_READONLY); in TEST_F() local 257 Partition* system = builder->AddPartition("system", LP_PARTITION_ATTR_READONLY); in TEST_F() local 272 Partition* system = builder->AddPartition("system", LP_PARTITION_ATTR_READONLY); in TEST_F() local 325 Partition* system = builder->AddPartition("system", LP_PARTITION_ATTR_READONLY); in TEST_F() local 380 Partition* system = builder->AddPartition("system", LP_PARTITION_ATTR_READONLY); in TEST_F() local 551 Partition* system = builder->AddPartition("system", "groupA", 0); in TEST_F() local 574 Partition* system = builder->AddPartition("system", "groupA", 0); in TEST_F() local 694 Partition* system = builder->AddPartition("system", LP_PARTITION_ATTR_READONLY); in TEST_F() local 734 Partition* system = builder->AddPartition("system", LP_PARTITION_ATTR_READONLY); in TEST_F() local [all …]
|
/aosp12/system/update_engine/payload_generator/ |
H A D | payload_generation_config_unittest.cc | 109 PartitionConfig system("system"); in TEST_F() local 131 PartitionConfig system("system"); in TEST_F() local
|
/aosp14/frameworks/base/packages/WallpaperBackup/test/src/com/android/wallpaperbackup/ |
H A D | WallpaperBackupAgentTest.java | 718 DataTypeResult system = getLoggingResult(WALLPAPER_IMG_SYSTEM, in testOnRestore_imgMissingButWallpaperInfoHasLive_doesNotLogImg() local 737 DataTypeResult system = getLoggingResult(WALLPAPER_IMG_SYSTEM, in testOnRestore_throwsException_logsErrors() local 766 DataTypeResult system = getLoggingResult(WALLPAPER_LIVE_SYSTEM, logger.getLoggingResults()); in testUpdateWallpaperComponent_delayedRestore_logsSuccess() local 790 DataTypeResult system = getLoggingResult(WALLPAPER_LIVE_SYSTEM, logger.getLoggingResults()); in testUpdateWallpaperComponent_delayedRestoreFails_logsFailure() local 813 DataTypeResult system = getLoggingResult(WALLPAPER_LIVE_SYSTEM, logger.getLoggingResults()); in testUpdateWallpaperComponent_delayedRestore_packageNotInstalled_logsFailure() local
|
/aosp12/bionic/libc/bionic/ |
H A D | system.cpp | 39 int system(const char* command) { in system() function
|
/aosp12/packages/apps/ThemePicker/src/com/android/customization/model/theme/ |
H A D | OverlayThemeExtractor.java | 185 Resources system = Resources.getSystem(); in addSystemDefaultShape() local 197 Resources system = Resources.getSystem(); in addSystemDefaultColor() local 210 Resources system = Resources.getSystem(); in addSystemDefaultFont() local
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/ |
H A D | SystemUI.java | 55 boolean system) { in overrideNotificationAppName()
|
/aosp12/packages/apps/ThemePicker/src/com/android/customization/model/theme/custom/ |
H A D | FontOptionsProvider.java | 71 Resources system = Resources.getSystem(); in addDefault() local
|
H A D | ShapeOptionsProvider.java | 89 Resources system = Resources.getSystem(); in addDefault() local
|
H A D | ColorOptionsProvider.java | 118 Resources system = Resources.getSystem(); in addDefault() local
|
/aosp12/system/hardware/interfaces/suspend/1.0/default/ |
H A D | WakeupList.cpp | 23 namespace system { namespace
|
/aosp12/hardware/google/pixel/perfstatsd/ |
H A D | cpu_usage.cpp | 108 uint64_t system = stime + cstime; in profileProcess() local 170 uint64_t system = 0; in getOverallUsage() local
|
/aosp12/system/gsid/tests/ |
H A D | DSUEndtoEndTest.java | 86 File system = ZipUtil2.extractFileFromZip(new ZipFile(imgs), "system.img"); in testDSU() local
|
/aosp12/frameworks/base/core/java/android/util/ |
H A D | Log.java | 116 void onTerribleFailure(String tag, TerribleFailure what, boolean system); in onTerribleFailure() 310 boolean localStack, boolean system) { in wtf() 320 static void wtfQuiet(int logId, @Nullable String tag, @Nullable String msg, boolean system) { in wtfQuiet()
|
/aosp14/frameworks/base/core/java/android/util/ |
H A D | Log.java | 124 void onTerribleFailure(String tag, TerribleFailure what, boolean system); in onTerribleFailure() 331 boolean localStack, boolean system) { in wtf() 341 static void wtfQuiet(int logId, @Nullable String tag, @Nullable String msg, boolean system) { in wtfQuiet()
|
/aosp14/frameworks/base/libs/hwui/apex/ |
H A D | LayoutlibLoader.cpp | 179 jclass system = FindClassOrDie(env, "java/lang/System"); in register_android_graphics_classes() local
|
/aosp12/frameworks/base/libs/hwui/apex/ |
H A D | LayoutlibLoader.cpp | 175 jclass system = FindClassOrDie(env, "java/lang/System"); in register_android_graphics_classes() local
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/colorextraction/ |
H A D | SysuiColorExtractor.java | 154 GradientColors[] system = mGradientColors.get(WallpaperManager.FLAG_SYSTEM); in dump() local
|
/aosp12/frameworks/base/core/java/com/android/internal/os/ |
H A D | RuntimeInit.java | 398 public static void wtf(String tag, Throwable t, boolean system) { in wtf() 454 boolean handleApplicationWtf(IBinder app, String tag, boolean system, in handleApplicationWtf()
|
/aosp14/frameworks/base/core/java/com/android/internal/os/ |
H A D | RuntimeInit.java | 402 public static void wtf(String tag, Throwable t, boolean system) { in wtf() 458 boolean handleApplicationWtf(IBinder app, String tag, boolean system, in handleApplicationWtf()
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/colorextraction/ |
H A D | SysuiColorExtractor.java | 155 GradientColors[] system = mGradientColors.get(WallpaperManager.FLAG_SYSTEM); in dump() local
|
/aosp12/system/sepolicy/build/soong/ |
H A D | build_files.go | 92 system partition = iota const
|
/aosp12/hardware/qcom/sm8150/thermal/ |
H A D | thermal.c | 83 uint64_t user, nice, system, idle, active, total; in get_cpu_usages() local
|
/aosp12/hardware/qcom/sdm845/thermal/ |
H A D | thermal.c | 83 uint64_t user, nice, system, idle, active, total; in get_cpu_usages() local
|
/aosp12/hardware/libhardware/modules/thermal/ |
H A D | thermal.c | 89 uint64_t user, nice, system, idle, active, total; in get_cpu_usages() local
|