Home
last modified time | relevance | path

Searched defs:out_result (Results 1 – 6 of 6) sorted by relevance

/aosp12/art/libartbase/base/
H A Dutils.cc236 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 Dutils.h54 void Split(const StrIn& s, char separator, std::array<Str, kLen>* out_result) { in Split()
/aosp12/system/update_engine/cros/
H A Dfake_p2p_manager.h68 bool FileGetVisible(const std::string& file_id, bool* out_result) override { in FileGetVisible()
H A Dcommon_service.cc89 bool* out_result) { in AttemptUpdate()
H A Dp2p_manager.cc594 bool P2PManagerImpl::FileGetVisible(const string& file_id, bool* out_result) { in FileGetVisible()
/aosp12/frameworks/hardware/interfaces/sensorservice/1.0/vts/functional/
H A DVtsHalSensorManagerV1_0TargetTest.cpp111 Result out_result = Result::INVALID_OPERATION; in GetSensorList() local