Home
last modified time | relevance | path

Searched defs:system (Results 1 – 25 of 90) sorted by relevance

1234

/aosp12/system/core/fs_mgr/liblp/
H A Dbuilder_test.cpp66 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 …]
/aosp12/system/update_engine/payload_generator/
H A Dpayload_generation_config_unittest.cc109 PartitionConfig system("system"); in TEST_F() local
131 PartitionConfig system("system"); in TEST_F() local
/aosp12/bionic/libc/bionic/
H A Dsystem.cpp39 int system(const char* command) { in system() function
/aosp12/packages/apps/ThemePicker/src/com/android/customization/model/theme/
H A DOverlayThemeExtractor.java185 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 DSystemUI.java55 boolean system) { in overrideNotificationAppName()
/aosp12/packages/apps/ThemePicker/src/com/android/customization/model/theme/custom/
H A DFontOptionsProvider.java71 Resources system = Resources.getSystem(); in addDefault() local
H A DShapeOptionsProvider.java89 Resources system = Resources.getSystem(); in addDefault() local
H A DColorOptionsProvider.java118 Resources system = Resources.getSystem(); in addDefault() local
/aosp12/system/hardware/interfaces/suspend/1.0/default/
H A DWakeupList.cpp23 namespace system { namespace
/aosp12/hardware/google/pixel/perfstatsd/
H A Dcpu_usage.cpp108 uint64_t system = stime + cstime; in profileProcess() local
170 uint64_t system = 0; in getOverallUsage() local
/aosp12/system/gsid/tests/
H A DDSUEndtoEndTest.java86 File system = ZipUtil2.extractFileFromZip(new ZipFile(imgs), "system.img"); in testDSU() local
/aosp12/frameworks/base/core/java/android/util/
H A DLog.java116 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()
/aosp12/frameworks/base/libs/hwui/apex/
H A DLayoutlibLoader.cpp175 jclass system = FindClassOrDie(env, "java/lang/System"); in register_android_graphics_classes() local
/aosp12/frameworks/base/core/java/com/android/internal/os/
H A DRuntimeInit.java398 public static void wtf(String tag, Throwable t, boolean system) { in wtf()
454 boolean handleApplicationWtf(IBinder app, String tag, boolean system, in handleApplicationWtf()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/colorextraction/
H A DSysuiColorExtractor.java155 GradientColors[] system = mGradientColors.get(WallpaperManager.FLAG_SYSTEM); in dump() local
/aosp12/system/sepolicy/build/soong/
H A Dbuild_files.go92 system partition = iota const
/aosp12/hardware/qcom/sm8150/thermal/
H A Dthermal.c83 uint64_t user, nice, system, idle, active, total; in get_cpu_usages() local
/aosp12/hardware/qcom/sdm845/thermal/
H A Dthermal.c83 uint64_t user, nice, system, idle, active, total; in get_cpu_usages() local
/aosp12/hardware/libhardware/modules/thermal/
H A Dthermal.c89 uint64_t user, nice, system, idle, active, total; in get_cpu_usages() local
/aosp12/hardware/google/pixel/perfstatsd/include/
H A Dcpu_usage.h49 uint64_t system; member
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
H A DUserManagerServiceCreateProfileTest.java161 UserInfo system = users.get(0); in testProfileBadgeUnique() local
/aosp12/frameworks/base/core/jni/
H A DLayoutlibLoader.cpp180 jclass system = FindClassOrDie(env, "java/lang/System"); in JNI_OnLoad() local
/aosp12/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/
H A DSplineMath.java114 double[][] system = new double[n][3]; in solveSystem() local
/aosp12/frameworks/base/core/proto/android/service/
H A Dnotification.proto242 optional State system = 8; field
319 optional State system = 9; field
/aosp12/packages/services/Car/tools/ioanalyze/
H A Danalyzer.py242 system = SystemActivity() variable

1234