Searched refs:Compile (Results 1 – 7 of 7) sorted by relevance
/system/iorap/src/maintenance/ |
D | controller.h | 89 bool Compile(const std::string& db_path, const ControllerParameters& params); 93 bool Compile(const std::string& db_path, 100 bool Compile(const std::string& db_path,
|
D | main.cc | 178 ret_code = !Compile(std::move(db_path), in Main() 184 ret_code = !Compile(std::move(db_path), std::move(*arg_package), arg_version, params); in Main() 186 ret_code = !Compile(std::move(db_path), params); in Main()
|
D | controller.cc | 452 bool Compile(const std::string& db_path, const ControllerParameters& params) { in Compile() function 458 bool Compile(const std::string& db_path, in Compile() function 467 bool Compile(const std::string& db_path, in Compile() function
|
/system/iorap/docs/binder/ |
D | IIorap_setTaskListener.plantuml | 16 ' Compile with PlantUML:
|
/system/core/fs_mgr/libsnapshot/ |
D | Android.bp | 348 // Compile the protobuf definition again with type full. 355 // Compile libsnapshot sources directly to avoid dependency
|
/system/chre/build/sys_support/qcom/ |
D | chre.scons | 250 # Compile chre_slpi.h from chre_slpi.idl, This is a prereq for the libchre_slpi_skel.so
|
/system/tools/aidl/ |
D | aidl_unittest.cpp | 3435 void Compile(string cmd) { in Compile() function 3449 Compile("aidl Foo.aidl --lang=cpp -I . -o out -h out"); in TEST_F() 3458 Compile("aidl Foo.aidl --lang=ndk -I . -o out -h out"); in TEST_F()
|