/aosp12/frameworks/base/libs/androidfw/tests/ |
H A D | Config_test.cpp | 132 ResTable_config defaultConfig; in TEST() local 133 memset(&defaultConfig, 0, sizeof(defaultConfig)); in TEST() 135 ResTable_config longConfig = defaultConfig; in TEST() 156 ResTable_config defaultConfig; in TEST() local 157 memset(&defaultConfig, 0, sizeof(defaultConfig)); in TEST() 162 EXPECT_EQ(defaultConfig.diff(roundConfig), in TEST() 186 ResTable_config defaultConfig; in TEST() local 187 memset(&defaultConfig, 0, sizeof(defaultConfig)); in TEST() 196 ResTable_config defaultConfig; in TEST() local 197 memset(&defaultConfig, 0, sizeof(defaultConfig)); in TEST() [all …]
|
H A D | Split_test.cpp | 155 ResTable_config defaultConfig; in TEST_F() local 156 memset(&defaultConfig, 0, sizeof(defaultConfig)); in TEST_F()
|
/aosp12/frameworks/base/tools/aapt/tests/ |
H A D | ResourceTable_test.cpp | 28 ConfigDescription defaultConfig = {}; in TEST() local 37 configs->addEntry(defaultConfig, new ResourceTable::Entry(String16(), SourcePos())); in TEST() 41 EXPECT_TRUE(ResourceTable::shouldGenerateVersionedResource(configs, defaultConfig, 17)); in TEST() 48 ConfigDescription defaultConfig = {}; in TEST() local 57 configs->addEntry(defaultConfig, new ResourceTable::Entry(String16(), SourcePos())); in TEST() 61 EXPECT_TRUE(ResourceTable::shouldGenerateVersionedResource(configs, defaultConfig, 17)); in TEST() 62 EXPECT_FALSE(ResourceTable::shouldGenerateVersionedResource(configs, defaultConfig, 22)); in TEST()
|
/aosp12/frameworks/base/core/java/android/security/net/config/ |
H A D | NetworkSecurityConfigProvider.java | 57 ApplicationConfig defaultConfig = ApplicationConfig.getDefaultInstance(); in handleNewApplication() local 59 if (defaultConfig != null) { in handleNewApplication() 60 if (defaultConfig.isCleartextTrafficPermitted() in handleNewApplication() 65 if (defaultConfig.hasPerDomainConfigs() in handleNewApplication() 69 config = defaultConfig.isCleartextTrafficPermitted() ? defaultConfig : config; in handleNewApplication()
|
/aosp12/frameworks/native/services/surfaceflinger/tests/ |
H A D | DisplayConfigs_test.cpp | 94 ui::DisplayModeId defaultConfig; in TEST_F() local 100 res = SurfaceComposerClient::getDesiredDisplayModeSpecs(mDisplayToken, &defaultConfig, in TEST_F() 107 ASSERT_EQ(defaultConfig, i); in TEST_F() 121 ui::DisplayModeId defaultConfig; in testSetAllowGroupSwitching() local 128 res = SurfaceComposerClient::getDesiredDisplayModeSpecs(mDisplayToken, &defaultConfig, in testSetAllowGroupSwitching() 135 ASSERT_EQ(defaultConfig, 0); in testSetAllowGroupSwitching()
|
/aosp12/frameworks/base/tests/NetworkSecurityConfigTest/src/android/security/net/config/ |
H A D | TestConfigSource.java | 27 NetworkSecurityConfig defaultConfig) { in TestConfigSource() argument 29 mDefaultConfig = defaultConfig; in TestConfigSource()
|
/aosp12/packages/apps/Settings/src/com/android/settings/network/ |
H A D | SubscriptionUtil.java | 602 final StringBuilder defaultConfig = new StringBuilder(); 604 defaultConfig.append( 610 defaultConfig.append(getResForDefaultConfig(context, R.string.default_active_sim_calls)) 615 defaultConfig.append(getResForDefaultConfig(context, R.string.default_active_sim_sms)) 620 defaultConfig.setLength(defaultConfig.length() - 2); 624 defaultConfig);
|
/aosp12/frameworks/base/tests/TouchLatency/app/ |
H A D | build.gradle | 7 defaultConfig {
|
/aosp12/frameworks/base/tests/HierarchyViewerTest/ |
H A D | build.gradle | 17 defaultConfig {
|
/aosp12/frameworks/libs/systemui/searchuilib/ |
H A D | build.gradle | 7 defaultConfig {
|
/aosp12/packages/apps/WallpaperPicker/ |
H A D | build.gradle | 16 defaultConfig {
|
/aosp12/frameworks/libs/systemui/iconloaderlib/ |
H A D | build.gradle | 7 defaultConfig {
|
/aosp12/frameworks/base/startop/apps/ColorChanging/app/ |
H A D | build.gradle | 6 defaultConfig {
|
/aosp12/frameworks/layoutlib/bridge/tests/res/testApp/MyApplication/ |
H A D | build.gradle | 25 defaultConfig {
|
/aosp12/frameworks/base/tests/UiBench/ |
H A D | build.gradle | 16 defaultConfig {
|
/aosp12/system/extras/simpleperf/demo/SimpleperfExamplePureJava/app/ |
H A D | build.gradle | 8 defaultConfig {
|
/aosp12/system/extras/simpleperf/demo/SimpleperfExampleOfKotlin/app/ |
H A D | build.gradle | 12 defaultConfig {
|
/aosp12/system/extras/simpleperf/demo/SimpleperfExampleWithNative/app/ |
H A D | build.gradle | 8 defaultConfig {
|
/aosp12/system/extras/simpleperf/demo/JavaApi/app/ |
H A D | build.gradle | 5 defaultConfig {
|
/aosp12/system/extras/power_profile/gps_on/Application/ |
H A D | build.gradle | 33 defaultConfig {
|
/aosp12/system/extras/simpleperf/demo/CppApi/app/ |
H A D | build.gradle | 5 defaultConfig {
|
/aosp12/packages/apps/Car/libs/car-ui-lib/oem-apis/ |
H A D | build.gradle | 24 defaultConfig {
|
/aosp12/system/extras/power_profile/camera_avg/Application/ |
H A D | build.gradle | 36 defaultConfig {
|
/aosp12/system/extras/power_profile/camera_flashlight/Application/ |
H A D | build.gradle | 36 defaultConfig {
|
/aosp12/packages/apps/Car/libs/car-assist-lib/ |
H A D | build.gradle | 22 defaultConfig {
|