Home
last modified time | relevance | path

Searched refs:Keep (Results 1 – 25 of 31) 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.java28 import androidx.annotation.Keep;
41 @Keep
66 @Keep
71 @Keep
112 @Keep
132 @Keep
147 @Keep
153 @Keep
169 @Keep
182 @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/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()
DScriptParser.yy495 { m_ScriptFile.addInputSectDesc(InputSectDesc::Keep, $3); }
/frameworks/opt/setupwizard/library/
Dproguard.flags2 ## Keep rules
/frameworks/base/packages/SettingsLib/
DAndroid.bp39 // NOTE: Keep this module in sync with ./common.mk
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/python/
Dtox.ini21 # Keep this list of dependencies in sync with setup.py.
/frameworks/av/media/audioserver/
Daudioserver.rc11 # Keep the original service name for backward compatibility when upgrading
/frameworks/compile/mclinker/include/mcld/Script/
DInputSectDesc.h28 enum KeepPolicy { Keep, NoKeep }; enumerator
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
Dtouch_analytics.proto32 // Keep in sync with MotionEvent.
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/m4/
Dacx_check_suncc.m427 dnl Sun Studio has a crashing bug with -xO4 in some cases. Keep this
/frameworks/av/apex/
Dld.config.txt63 # Keep the below in sync with "sphal" namespace in system's /etc/ld.config.txt
84 # 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()
/frameworks/base/tools/aapt2/optimize/
DMultiApkGenerator.cpp112 bool Keep(const std::string& path) override { in Keep() function in aapt::SignatureFilter
/frameworks/base/tools/aapt2/
DLoadedApk.cpp244 if (!filters->Keep(path)) { in WriteToArchive()
/frameworks/base/core/proto/android/os/
Denums.proto164 // Keep the device awake enough to allow drawing to occur. This is used
/frameworks/native/docs/
DDoxyfile39 # a quick idea about the purpose of the project. Keep the description short.

12