Searched refs:match_info (Results 1 - 22 of 22) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/compiler/tests/
H A Drc_test_helpers.c25 struct match_info { struct
70 struct match_info Negate;
71 struct match_info Abs;
72 struct match_info File;
73 struct match_info Index;
74 struct match_info Swizzle;
201 struct match_info File;
202 struct match_info Index;
203 struct match_info WriteMask;
297 struct match_info Opcod
[all...]
/external/mesa3d/src/gallium/drivers/r300/compiler/tests/
H A Drc_test_helpers.c25 struct match_info { struct
70 struct match_info Negate;
71 struct match_info Abs;
72 struct match_info File;
73 struct match_info Index;
74 struct match_info Swizzle;
201 struct match_info File;
202 struct match_info Index;
203 struct match_info WriteMask;
297 struct match_info Opcod
[all...]
/external/lldb/source/Commands/
H A DCommandObjectPlatform.cpp532 lldb::pid_t pid = m_options.match_info.GetProcessInfo().GetProcessID();
551 const uint32_t matches = platform_sp->FindProcesses (m_options.match_info, proc_infos);
553 const char *match_name = m_options.match_info.GetProcessInfo().GetName();
556 switch (m_options.match_info.GetNameMatchType())
618 match_info ()
637 match_info.GetProcessInfo().SetProcessID (Args::StringToUInt32 (option_arg, LLDB_INVALID_PROCESS_ID, 0, &success));
643 match_info.GetProcessInfo().SetParentProcessID (Args::StringToUInt32 (option_arg, LLDB_INVALID_PROCESS_ID, 0, &success));
649 match_info.GetProcessInfo().SetUserID (Args::StringToUInt32 (option_arg, UINT32_MAX, 0, &success));
655 match_info.GetProcessInfo().SetEffectiveUserID (Args::StringToUInt32 (option_arg, UINT32_MAX, 0, &success));
661 match_info
737 ProcessInstanceInfoMatch match_info; member in class:CommandObjectPlatformProcessList::CommandOptions
[all...]
H A DCommandObjectProcess.cpp492 ProcessInstanceInfoMatch match_info; local
495 match_info.GetProcessInfo().GetExecutableFile().SetFile(partial_name, false);
496 match_info.SetNameMatchType(eNameMatchStartsWith);
498 platform_sp->FindProcesses (match_info, process_infos);
/external/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServer.cpp328 ProcessInstanceInfoMatch match_info;
343 match_info.GetProcessInfo().GetExecutableFile().SetFile(value.c_str(), false);
349 match_info.SetNameMatchType (eNameMatchEquals);
353 match_info.SetNameMatchType (eNameMatchStartsWith);
357 match_info.SetNameMatchType (eNameMatchEndsWith);
361 match_info.SetNameMatchType (eNameMatchContains);
365 match_info.SetNameMatchType (eNameMatchRegularExpression);
374 match_info.GetProcessInfo().SetProcessID (Args::StringToUInt32(value.c_str(), LLDB_INVALID_PROCESS_ID, 0, &success));
378 match_info.GetProcessInfo().SetParentProcessID (Args::StringToUInt32(value.c_str(), LLDB_INVALID_PROCESS_ID, 0, &success));
382 match_info
[all...]
H A DGDBRemoteCommunicationClient.cpp1899 GDBRemoteCommunicationClient::FindProcesses (const ProcessInstanceInfoMatch &match_info,
1908 if (!match_info.MatchAllProcesses())
1911 const char *name = match_info.GetProcessInfo().GetName();
1916 NameMatchType name_match_type = match_info.GetNameMatchType();
1951 if (match_info.GetProcessInfo().ProcessIDIsValid())
1952 packet.Printf("pid:%" PRIu64 ";",match_info.GetProcessInfo().GetProcessID());
1953 if (match_info.GetProcessInfo().ParentProcessIDIsValid())
1954 packet.Printf("parent_pid:%" PRIu64 ";",match_info.GetProcessInfo().GetParentProcessID());
1955 if (match_info.GetProcessInfo().UserIDIsValid())
1956 packet.Printf("uid:%u;",match_info
[all...]
/external/lldb/source/Plugins/Platform/MacOSX/
H A DPlatformiOSSimulator.h95 FindProcesses (const lldb_private::ProcessInstanceInfoMatch &match_info,
H A DPlatformDarwin.h95 FindProcesses (const lldb_private::ProcessInstanceInfoMatch &match_info,
H A DPlatformRemoteiOS.h97 FindProcesses (const lldb_private::ProcessInstanceInfoMatch &match_info,
H A DPlatformDarwin.cpp574 PlatformDarwin::FindProcesses (const ProcessInstanceInfoMatch &match_info, argument
581 match_count = Platform::FindProcesses (match_info, process_infos);
587 match_count = m_remote_platform_sp->FindProcesses (match_info, process_infos);
H A DPlatformiOSSimulator.cpp397 PlatformiOSSimulator::FindProcesses (const ProcessInstanceInfoMatch &match_info, argument
H A DPlatformRemoteiOS.cpp769 PlatformRemoteiOS::FindProcesses (const ProcessInstanceInfoMatch &match_info, argument
/external/lldb/source/Plugins/Platform/FreeBSD/
H A DPlatformFreeBSD.h120 FindProcesses (const lldb_private::ProcessInstanceInfoMatch &match_info,
H A DPlatformFreeBSD.cpp445 PlatformFreeBSD::FindProcesses (const ProcessInstanceInfoMatch &match_info, argument
452 match_count = Platform::FindProcesses (match_info, process_infos);
458 match_count = m_remote_platform_sp->FindProcesses (match_info, process_infos);
/external/lldb/source/Plugins/Platform/gdb-server/
H A DPlatformRemoteGDBServer.h85 FindProcesses (const lldb_private::ProcessInstanceInfoMatch &match_info,
H A DPlatformRemoteGDBServer.cpp284 PlatformRemoteGDBServer::FindProcesses (const ProcessInstanceInfoMatch &match_info, argument
287 return m_gdb_client.FindProcesses (match_info, process_infos);
/external/lldb/source/Host/linux/
H A DHost.cpp245 Host::FindProcesses (const ProcessInstanceInfoMatch &match_info, ProcessInstanceInfoList &process_infos) argument
255 bool all_users = match_info.GetMatchAllUsers();
287 if (match_info.Matches (process_info))
/external/lldb/include/lldb/Host/
H A DHost.h437 FindProcesses (const ProcessInstanceInfoMatch &match_info,
/external/lldb/source/Target/
H A DPlatform.cpp624 Platform::FindProcesses (const ProcessInstanceInfoMatch &match_info, argument
631 match_count = Host::FindProcesses (match_info, process_infos);
H A DProcess.cpp3096 ProcessInstanceInfoMatch match_info;
3097 match_info.GetProcessInfo() = attach_info;
3098 match_info.SetNameMatchType (eNameMatchEquals);
3099 platform_sp->FindProcesses (match_info, process_infos);
3108 match_info.GetProcessInfo().GetExecutableFile().GetPath (process_name, sizeof(process_name));
/external/lldb/include/lldb/Target/
H A DPlatform.h448 FindProcesses (const ProcessInstanceInfoMatch &match_info,
/external/lldb/source/Host/common/
H A DHost.cpp1279 Host::FindProcesses (const ProcessInstanceInfoMatch &match_info, ProcessInstanceInfoList &process_infos) argument

Completed in 2942 milliseconds