/system/apex/apexd/ |
D | apexservice_test.cpp | 363 bool Prepare() { in Prepare() function 626 if (!installer.Prepare()) { in TEST_F() 644 if (!installer.Prepare()) { in TEST_F() 658 if (!installer.Prepare()) { in TEST_F() 680 if (!installer.Prepare()) { in TEST_F() 696 if (!installer.Prepare()) { in TEST_F() 720 if (!installer.Prepare()) { in TEST_F() 738 if (!installer.Prepare()) { in TEST_F() 754 if (!installer.Prepare() || !installer2.Prepare()) { in TEST_F() 773 if (!installer.Prepare()) { in TEST_F() [all …]
|
/system/iorap/src/db/ |
D | models.h | 92 static DbStatement Prepare(DbHandle db, const std::string& sql, Args&&... args) { in Prepare() function 93 return Prepare(db, sql.c_str(), std::forward<Args>(args)...); in Prepare() 97 static DbStatement Prepare(DbHandle db, const char* sql, Args&&... args) { in Prepare() function 305 DbStatement stmt = DbStatement::Prepare(db, sql, std::forward<Args>(args)...); in Insert() 331 DbStatement stmt = DbStatement::Prepare(db, sql, std::forward<Args>(args)...); in ExecuteOnce() 458 DbStatement stmt = DbStatement::Prepare(db(), query); in Version() 580 DbStatement stmt = DbStatement::Prepare(db, query, id); in SelectById() 594 DbStatement stmt = DbStatement::Prepare(db, query, name); in SelectByName() 613 DbStatement stmt = DbStatement::Prepare(db, query, name, version); in SelectByNameAndVersion() 627 DbStatement stmt = DbStatement::Prepare(db, query); in SelectAll() [all …]
|
/system/bt/test/headless/ |
D | README.md | 20 Prepare: Ensure the system is queisced to prevent resource conflicts from the bluetooth process.
|
/system/extras/simpleperf/ |
D | environment.cpp | 548 virtual bool Prepare() = 0; 674 bool Prepare() override; 699 bool RunAs::Prepare() { in Prepare() function in simpleperf::__anon03e9bac50211::RunAs 728 bool Prepare() override { return GetAndroidVersion() >= kAndroidVersionQ; } in Prepare() function in simpleperf::__anon03e9bac50211::SimpleperfAppRunner 801 if (!in_app_runner->Prepare()) { in RunInAppContext() 808 if (!in_app_runner->Prepare()) { in RunInAppContext()
|
/system/extras/simpleperf/doc/ |
D | android_application_profiling.md | 7 1. Prepare an Android application. 16 - [Prepare an Android application](#prepare-an-android-application) 28 ## Prepare an Android application
|
/system/extras/simpleperf/demo/ |
D | README.md | 157 2. Prepare recording environment.
|
/system/sepolicy/prebuilts/api/26.0/public/ |
D | vold.te | 175 # Prepare profile dir for users.
|
/system/sepolicy/prebuilts/api/27.0/public/ |
D | vold.te | 178 # Prepare profile dir for users.
|
/system/sepolicy/prebuilts/api/28.0/public/ |
D | vold.te | 203 # Prepare profile dir for users.
|
/system/sepolicy/prebuilts/api/29.0/public/ |
D | vold.te | 236 # Prepare profile dir for users.
|
/system/sepolicy/public/ |
D | vold.te | 283 # Prepare profile dir for users.
|
/system/sepolicy/prebuilts/api/31.0/public/ |
D | vold.te | 283 # Prepare profile dir for users.
|
/system/sepolicy/prebuilts/api/30.0/public/ |
D | vold.te | 289 # Prepare profile dir for users.
|
/system/apex/docs/ |
D | howto.md | 461 1) Prepare following files:
|
/system/core/rootdir/ |
D | init.rc | 257 # Prepare directories for pass through processes
|