Searched refs:GetGroupName (Results 1 – 10 of 10) sorted by relevance
/external/llvm-project/lldb/unittests/Utility/ |
D | UserIDResolverTest.cpp | 36 TEST(UserIDResolver, GetGroupName) { in TEST() argument 43 EXPECT_EQ(group47, r.GetGroupName(47)); in TEST() 44 EXPECT_EQ(group47, r.GetGroupName(47)); in TEST() 45 EXPECT_EQ(llvm::None, r.GetGroupName(42)); in TEST() 46 EXPECT_EQ(llvm::None, r.GetGroupName(42)); in TEST()
|
/external/llvm-project/lldb/source/Utility/ |
D | ProcessInfo.cpp | 152 resolver.GetGroupName(GetGroupID()).getValueOr("")); in Dump() 160 resolver.GetGroupName(GetEffectiveGroupID()).getValueOr("")); in Dump() 215 &ProcessInstanceInfo::GetGroupID, &UserIDResolver::GetGroupName); in DumpAsTableRow() 221 &UserIDResolver::GetGroupName); in DumpAsTableRow()
|
/external/llvm-project/lldb/include/lldb/Utility/ |
D | UserIDResolver.h | 30 llvm::Optional<llvm::StringRef> GetGroupName(id_t gid) { in GetGroupName() function
|
/external/capstone/contrib/sysz_update/ |
D | 0006-capstone-generate-MappingInsn.inc.patch | 79 +std::string GetGroupName(Record *Pred) { 115 + OS << GetGroupName(Predicates->getElementAsRecord(i)) << ", ";
|
/external/tensorflow/tensorflow/core/profiler/utils/ |
D | group_events.h | 83 std::string GetGroupName() const;
|
D | group_events.cc | 145 std::string group_name = root_event->GetGroupName(); in ProcessRootEvent() 409 std::string EventNode::GetGroupName() const { in GetGroupName() function in tensorflow::profiler::EventNode
|
/external/llvm-project/lldb/source/Plugins/Process/gdb-remote/ |
D | GDBRemoteCommunicationClient.h | 291 bool GetGroupName(uint32_t gid, std::string &name);
|
D | GDBRemoteCommunicationServerCommon.cpp | 460 HostInfo::GetUserIDResolver().GetGroupName(gid)) { in Handle_qGroupName()
|
D | GDBRemoteCommunicationClient.cpp | 2288 bool GDBRemoteCommunicationClient::GetGroupName(uint32_t gid, in GetGroupName() function in GDBRemoteCommunicationClient
|
/external/llvm-project/lldb/source/Plugins/Platform/gdb-server/ |
D | PlatformRemoteGDBServer.cpp | 369 if (m_gdb_client.GetGroupName(gid, name)) in DoGetGroupName()
|