/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 | 33 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()
|
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()
|
D | AbiFilter.h | 42 bool Keep(const std::string& path) override;
|
D | AbiFilter.cpp | 34 bool AbiFilter::Keep(const std::string& path) { in Keep() function in aapt::AbiFilter
|
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/wifi/ |
D | TestAccessPointBuilder.java | 28 import androidx.annotation.Keep; 41 @Keep 66 @Keep 71 @Keep 112 @Keep 132 @Keep 147 @Keep 153 @Keep 169 @Keep 182 @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/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()
|
D | OutputSectDesc.cpp | 187 InputSectDesc inputDesc(InputSectDesc::Keep, spec, *this); in activate()
|
D | ScriptParser.yy | 495 { m_ScriptFile.addInputSectDesc(InputSectDesc::Keep, $3); }
|
/frameworks/opt/setupwizard/library/ |
D | proguard.flags | 2 ## Keep rules
|
/frameworks/base/packages/SettingsLib/ |
D | Android.bp | 39 // NOTE: Keep this module in sync with ./common.mk
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/python/ |
D | tox.ini | 21 # Keep this list of dependencies in sync with setup.py.
|
/frameworks/av/media/audioserver/ |
D | audioserver.rc | 11 # Keep the original service name for backward compatibility when upgrading
|
/frameworks/compile/mclinker/include/mcld/Script/ |
D | InputSectDesc.h | 28 enum KeepPolicy { Keep, NoKeep }; enumerator
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
D | touch_analytics.proto | 32 // Keep in sync with MotionEvent.
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/m4/ |
D | acx_check_suncc.m4 | 27 dnl Sun Studio has a crashing bug with -xO4 in some cases. Keep this
|
/frameworks/av/apex/ |
D | ld.config.txt | 63 # 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/ |
D | GarbageCollection.cpp | 196 if (((sm_input != NULL) && (InputSectDesc::Keep == sm_input->policy())) || in getEntrySections()
|
/frameworks/base/tools/aapt2/optimize/ |
D | MultiApkGenerator.cpp | 112 bool Keep(const std::string& path) override { in Keep() function in aapt::SignatureFilter
|
/frameworks/base/tools/aapt2/ |
D | LoadedApk.cpp | 244 if (!filters->Keep(path)) { in WriteToArchive()
|
/frameworks/base/core/proto/android/os/ |
D | enums.proto | 164 // Keep the device awake enough to allow drawing to occur. This is used
|
/frameworks/native/docs/ |
D | Doxyfile | 39 # a quick idea about the purpose of the project. Keep the description short.
|