Searched defs:out_result (Results 1 – 6 of 6) sorted by relevance
/aosp12/art/libartbase/base/ |
H A D | utils.cc | 236 void Split(const StrIn& s, char separator, std::vector<Str>* out_result) { in Split() 254 void Split(const Str& s, char separator, size_t len, Str* out_result) { in Split()
|
H A D | utils.h | 54 void Split(const StrIn& s, char separator, std::array<Str, kLen>* out_result) { in Split()
|
/aosp12/system/update_engine/cros/ |
H A D | fake_p2p_manager.h | 68 bool FileGetVisible(const std::string& file_id, bool* out_result) override { in FileGetVisible()
|
H A D | common_service.cc | 89 bool* out_result) { in AttemptUpdate()
|
H A D | p2p_manager.cc | 594 bool P2PManagerImpl::FileGetVisible(const string& file_id, bool* out_result) { in FileGetVisible()
|
/aosp12/frameworks/hardware/interfaces/sensorservice/1.0/vts/functional/ |
H A D | VtsHalSensorManagerV1_0TargetTest.cpp | 111 Result out_result = Result::INVALID_OPERATION; in GetSensorList() local
|