Home
last modified time | relevance | path

Searched defs:GetString (Results 1 – 13 of 13) sorted by relevance

/aosp12/bionic/libc/malloc_debug/
H A DRecordData.cpp51 std::string ThreadCompleteEntry::GetString() const { in GetString() function in ThreadCompleteEntry
59 std::string MallocEntry::GetString() const { in GetString() function in MallocEntry
65 std::string FreeEntry::GetString() const { in GetString() function in FreeEntry
72 std::string CallocEntry::GetString() const { in GetString() function in CallocEntry
79 std::string ReallocEntry::GetString() const { in GetString() function in ReallocEntry
87 std::string MemalignEntry::GetString() const { in GetString() function in MemalignEntry
/aosp12/frameworks/base/cmds/idmap2/include/idmap2/
H A DLogInfo.h44 std::string GetString() const { in GetString() function
69 inline std::string GetString() const { in GetString() function
/aosp12/packages/apps/Test/connectivity/sl4n/rapidjson/include/rapidjson/
H A Dstringbuffer.h63 const Ch* GetString() const { in GetString() function
/aosp12/art/tools/dexanalyze/
H A Ddexanalyze_strings.cc92 std::string GetString(uint32_t string_idx) const { in GetString() function in art::dexanalyze::PrefixStrings
162 std::string GetString(uint32_t string_idx) const { in GetString() function in art::dexanalyze::NormalStrings
316 std::string GetString() const { in GetString() function in art::dexanalyze::MatchTrie
/aosp12/system/update_engine/common/
H A Dfake_prefs.cc66 bool FakePrefs::GetString(const string& key, string* value) const { in GetString() function in chromeos_update_engine::FakePrefs
H A Dprefs.cc54 bool PrefsBase::GetString(const string& key, string* value) const { in GetString() function in chromeos_update_engine::PrefsBase
H A Dprefs_unittest.cc218 TEST_F(PrefsTest, GetString) { in TEST_F() argument
/aosp12/frameworks/native/services/vr/virtual_touchpad/tests/
H A DVirtualTouchpad_test.cpp36 const std::string& GetString() const { return s_; } in GetString() function in android::dvr::__anon10cba0b90110::UInputRecorder
/aosp12/system/bt/btif/src/
H A Dbtif_config_cache.cc216 std::optional<std::string> BtifConfigCache::GetString( in GetString() function in BtifConfigCache
/aosp12/art/runtime/
H A Delf_file.cc619 const char* ElfFileImpl<ElfTypes>::GetString(Elf_Word section_type, in GetString() function in art::ElfFileImpl
930 const char* ElfFileImpl<ElfTypes>::GetString(Elf_Shdr& string_section, in GetString() function in art::ElfFileImpl
/aosp12/frameworks/base/tools/aapt2/util/
H A DUtil.cpp557 std::string GetString(const android::ResStringPool& pool, size_t idx) { in GetString() function
/aosp12/packages/modules/StatsD/statsd/src/logd/
H A DLogEvent.cpp486 const char* LogEvent::GetString(size_t key, status_t* err) const { in GetString() function in android::os::statsd::LogEvent
/aosp12/art/libdexfile/dex/
H A Ddex_file_verifier.cc128 std::string GetString(const uint8_t* const begin, in GetString() function