/frameworks/base/tools/aapt2/filter/ |
D | Filter_test.cpp | 30 ASSERT_TRUE(chain.Keep("some/random/path")); in TEST() 34 ASSERT_FALSE(chain.Keep("removed/path")); in TEST() 35 ASSERT_TRUE(chain.Keep("keep/path/1")); in TEST() 36 ASSERT_TRUE(chain.Keep("keep/path/2")); in TEST() 41 ASSERT_FALSE(chain.Keep("removed/path")); in TEST() 42 ASSERT_FALSE(chain.Keep("/keep/really/wrong/prefix")); in TEST() 43 ASSERT_FALSE(chain.Keep("keep/maybe/1")); in TEST() 44 ASSERT_TRUE(chain.Keep("keep/really/1")); in TEST()
|
D | Filter.h | 34 virtual bool Keep(std::string_view path) = 0; 46 bool Keep(std::string_view path) override { in Keep() function 63 bool Keep(std::string_view path) override { in Keep() function 65 if (!filter->Keep(path)) { in Keep()
|
D | AbiFilter_test.cpp | 57 TEST_P(AbiFilterTest, Keep) { in TEST_P() argument 60 EXPECT_EQ(mips->Keep(data.path), data.kept); in TEST_P()
|
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/wifi/ |
D | TestAccessPointBuilder.java | 29 import androidx.annotation.Keep; 42 @Keep 65 @Keep 70 @Keep 107 @Keep 127 @Keep 144 @Keep 150 @Keep 166 @Keep 179 @Keep [all …]
|
D | WifiTrackerFactory.java | 20 import androidx.annotation.Keep; 31 @Keep // Keep proguard from stripping this method since it is only used in tests
|
/frameworks/compile/mclinker/lib/Target/ |
D | ELFEmulation.cpp | 33 {".init", ".init", InputSectDesc::Keep}, 34 {".fini", ".fini", InputSectDesc::Keep}, 35 {".preinit_array*", ".preinit_array", InputSectDesc::Keep}, 36 {".init_array*", ".init_array", InputSectDesc::Keep}, 37 {".fini_array*", ".fini_array", InputSectDesc::Keep}, 39 {".ctors*", ".ctors", InputSectDesc::Keep}, 40 {".dtors*", ".dtors", InputSectDesc::Keep}, 41 {".jcr", ".jcr", InputSectDesc::Keep}, 51 {".gcc_except_table*", ".gcc_except_table", InputSectDesc::Keep},
|
/frameworks/base/tools/hoststubgen/hoststubgen/src/com/android/hoststubgen/filters/ |
D | FilterPolicy.kt | 28 Keep, 82 Stub, StubClass, Keep, KeepClass, Remove -> true 91 Stub, Keep, Remove -> true 119 Stub, StubClass, Keep, KeepClass, SubstituteAndStub, SubstituteAndKeep -> true 126 SubstituteAndKeep -> Keep in getSubstitutionBasePolicy() 138 KeepClass -> Keep in resolveClassWidePolicy()
|
D | FilterPolicyWithReason.kt | 42 val newPolicy = if (policy.isClassWidePolicy) FilterPolicy.KeepClass else FilterPolicy.Keep in promoteToKeep() 57 val newPolicy = if (policy.isClassWidePolicy) FilterPolicy.KeepClass else FilterPolicy.Keep in demoteToKeep()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/flags/ |
D | Flags.kt | 19 import com.android.internal.annotations.Keep 64 @Keep 296 @Keep 302 @Keep 312 @Keep 316 @Keep 330 @Keep 335 @Keep 387 @Keep 393 @Keep [all …]
|
/frameworks/base/services/core/java/com/android/server/policy/ |
D | WindowWakeUpPolicyInternal.java | 22 import com.android.internal.annotations.Keep; 26 @Keep 37 @Keep 73 @Keep
|
/frameworks/opt/telephony/ |
D | proguard.flags | 7 # Keep deprecated GSM SMS API 15 # Keep telephony sysprop 20 # Keep public classes and public/protected members 25 # Keep classes and members that have the @UnsupportedAppUsage annotation
|
/frameworks/base/services/core/java/com/android/server/pm/ |
D | UserManagerInternal.java | 31 import com.android.internal.annotations.Keep; 54 @Keep public static final int USER_ASSIGNMENT_RESULT_SUCCESS_VISIBLE = 1; 55 @Keep public static final int USER_ASSIGNMENT_RESULT_SUCCESS_INVISIBLE = 2; 56 @Keep public static final int USER_ASSIGNMENT_RESULT_SUCCESS_ALREADY_VISIBLE = 3; 57 @Keep public static final int USER_ASSIGNMENT_RESULT_FAILURE = -1; 84 @Keep public static final int USER_START_MODE_FOREGROUND = 1; 94 @Keep public static final int USER_START_MODE_BACKGROUND = 2; 104 @Keep public static final int USER_START_MODE_BACKGROUND_VISIBLE = 3;
|
/frameworks/base/services/core/java/com/android/server/permission/ |
D | PermissionManagerLocal.java | 20 import com.android.internal.annotations.Keep; 27 @Keep
|
/frameworks/base/ravenwood/texts/ |
D | ravenwood-services-policies.txt | 3 # Keep all AIDL interfaces 6 # Keep all feature flag implementations
|
D | ravenwood-framework-policies.txt | 3 # Keep all AIDL interfaces 6 # Keep all feature flag implementations 9 # Keep all sysprops generated code implementations
|
/frameworks/proto_logging/stats/enums/wear/connectivity/ |
D | enums.proto | 45 * Keep sorted order in each block. Last enum num is 60 121 * Keep sorted order in each block. Last enum num is 52 193 * Keep sorted order in each block. Last enum num is 2 202 * Keep sorted order in each block. Last enum num is 13 226 * Keep sorted order in each block. Last enum num is 2
|
/frameworks/base/core/proto/android/server/ |
D | blobstoremanagerservice.proto | 26 // Keep in sync between: 44 // Keep in sync between: 56 // Keep in sync between: 64 // Keep in sync between:
|
/frameworks/libs/modules-utils/java/ |
D | aconfig_proguard.flags | 1 # Keep rules to help Aconfig generated java code 13 # Keep members with @VisibleForTesting annotation.
|
/frameworks/base/tests/CompanionDeviceMultiDeviceTests/client/ |
D | proguard.flags | 1 # Keep all companion classes. 11 # Keep names for easy debugging.
|
/frameworks/base/services/core/java/com/android/server/wm/ |
D | DisplayAreaGroup.java | 28 import com.android.internal.annotations.Keep; 31 @Keep
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/settings/brightness/ |
D | BrightnessSliderView.java | 30 import androidx.annotation.Keep; 206 @Keep 223 @Keep
|
/frameworks/proto_logging/stats/enums/stats/tls/ |
D | enums.proto | 19 // Keep in sync with 38 // Keep in sync with 79 // Keep in sync with
|
/frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/ |
D | TemplateLayout.java | 23 import androidx.annotation.Keep; 230 @Keep 263 @Keep
|
/frameworks/compile/mclinker/lib/Script/ |
D | InputSectDesc.cpp | 36 if (m_KeepPolicy == Keep) in dump() 96 if (m_KeepPolicy == Keep) in dump()
|
/frameworks/base/services/tests/displayservicetests/src/com/android/server/display/ |
D | NormalBrightnessModeControllerTest.java | 25 import com.android.internal.annotations.Keep; 51 @Keep
|