Searched refs:Prepare (Results 1 – 12 of 12) sorted by relevance
/system/apex/apexd/ |
D | apexservice_test.cpp | 380 bool Prepare() { in Prepare() function 642 if (!installer.Prepare()) { in TEST_F() 660 if (!installer.Prepare()) { in TEST_F() 674 if (!installer.Prepare()) { in TEST_F() 696 if (!installer.Prepare()) { in TEST_F() 712 if (!installer.Prepare()) { in TEST_F() 736 if (!installer.Prepare()) { in TEST_F() 754 if (!installer.Prepare()) { in TEST_F() 770 if (!installer.Prepare() || !installer2.Prepare()) { in TEST_F() 789 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() 578 DbStatement stmt = DbStatement::Prepare(db, query, id); in SelectById() 592 DbStatement stmt = DbStatement::Prepare(db, query, name); in SelectByName() 611 DbStatement stmt = DbStatement::Prepare(db, query, name, version); in SelectByNameAndVersion() 625 DbStatement stmt = DbStatement::Prepare(db, query); in SelectAll() [all …]
|
/system/extras/simpleperf/ |
D | environment.cpp | 621 virtual bool Prepare() = 0; 743 bool Prepare() override; 756 bool RunAs::Prepare() { in Prepare() function in __anon97f02a500211::RunAs 783 bool Prepare() override { in Prepare() function in __anon97f02a500211::SimpleperfAppRunner 809 if (!in_app_runner->Prepare()) { in RunInAppContext() 815 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) 27 ## 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 | 289 # Prepare profile dir for users.
|
/system/sepolicy/prebuilts/api/30.0/public/ |
D | vold.te | 289 # Prepare profile dir for users.
|
/system/core/rootdir/ |
D | init.rc | 202 # Prepare directories for pass through processes
|