Home
last modified time | relevance | path

Searched refs:Keep (Results 1 – 25 of 39) sorted by relevance

12

/frameworks/base/tools/aapt2/filter/
DFilter_test.cpp30 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()
DFilter.h33 virtual bool Keep(const std::string& path) = 0;
45 bool Keep(const std::string& path) override { in Keep() function
62 bool Keep(const std::string& path) override { in Keep() function
64 if (!filter->Keep(path)) { in Keep()
DAbiFilter_test.cpp57 TEST_P(AbiFilterTest, Keep) { in TEST_P() argument
60 EXPECT_EQ(mips->Keep(data.path), data.kept); in TEST_P()
DAbiFilter.h42 bool Keep(const std::string& path) override;
DAbiFilter.cpp34 bool AbiFilter::Keep(const std::string& path) { in Keep() function in aapt::AbiFilter
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/wifi/
DTestAccessPointBuilder.java29 import androidx.annotation.Keep;
42 @Keep
65 @Keep
70 @Keep
107 @Keep
127 @Keep
144 @Keep
150 @Keep
166 @Keep
179 @Keep
[all …]
DWifiTrackerFactory.java20 import androidx.annotation.Keep;
31 @Keep // Keep proguard from stripping this method since it is only used in tests
/frameworks/compile/mclinker/lib/Target/
DELFEmulation.cpp33 {".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/av/media/audioserver/
Daudioserver.rc11 # Keep the original service names for backward compatibility
23 # Keep the original service names for backward compatibility
31 # Keep the original service names for backward compatibility
38 # Keep the original service names for backward compatibility
44 # Keep the original service names for backward compatibility
/frameworks/base/core/proto/android/server/
Dblobstoremanagerservice.proto26 // Keep in sync between:
44 // Keep in sync between:
56 // Keep in sync between:
64 // Keep in sync between:
/frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/
DTemplateLayout.java23 import androidx.annotation.Keep;
230 @Keep
263 @Keep
/frameworks/compile/mclinker/lib/Script/
DInputSectDesc.cpp36 if (m_KeepPolicy == Keep) in dump()
96 if (m_KeepPolicy == Keep) in dump()
DOutputSectDesc.cpp187 InputSectDesc inputDesc(InputSectDesc::Keep, spec, *this); in activate()
/frameworks/base/apex/media/framework/
Dupdatable-media-proguard.flags1 # Keep all symbols in android.media.
/frameworks/opt/setupwizard/library/
Dproguard.flags2 ## Keep rules
/frameworks/base/packages/Tethering/
Dproguard.flags1 # Keep class's integer static field for MessageUtils to parsing their name.
/frameworks/base/packages/SystemUI/src/com/android/systemui/media/
DIlluminationDrawable.kt35 import androidx.annotation.Keep
47 @Keep
DLightSourceDrawable.kt37 import androidx.annotation.Keep
61 @Keep
/frameworks/base/packages/SettingsLib/search/
DAndroid.bp22 // NOTE: Keep this module in sync with ./common.mk
/frameworks/compile/mclinker/include/mcld/Script/
DInputSectDesc.h28 enum KeepPolicy { Keep, NoKeep }; enumerator
/frameworks/base/packages/SettingsLib/
DAndroid.bp57 // NOTE: Keep this module in sync with ./common.mk
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
Dtouch_analytics.proto32 // Keep in sync with MotionEvent.
/frameworks/base/data/keyboards/
DVendor_057e_Product_2009.kl61 # Keep these mappings in anticipation of that change
/frameworks/av/apex/
Dld.config.txt76 # Keep the below in sync with "sphal" namespace in system's /etc/ld.config.txt
97 # Keep the below in sync with "vndk" namespace in system's /etc/ld.config.txt
/frameworks/compile/mclinker/lib/LD/
DGarbageCollection.cpp196 if (((sm_input != NULL) && (InputSectDesc::Keep == sm_input->policy())) || in getEntrySections()

12