/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/compiler/tests/ |
rc_test_helpers.c | 25 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 Opcode [all...] |
/external/mesa3d/src/gallium/drivers/r300/compiler/tests/ |
rc_test_helpers.c | 25 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 Opcode [all...] |
/external/lldb/source/Commands/ |
CommandObjectPlatform.cpp | 532 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.GetProcessInfo().SetGroupID (Args::StringToUInt32 (option_arg, UINT32_MAX, 0, &success)) 737 ProcessInstanceInfoMatch match_info; member in class:CommandObjectPlatformProcessList::CommandOptions [all...] |
CommandObjectProcess.cpp | 492 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); [all...] |
/external/lldb/source/Plugins/Process/gdb-remote/ |
GDBRemoteCommunicationServer.cpp | 328 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.GetProcessInfo().SetUserID (Args::StringToUInt32(value.c_str(), UINT32_MAX, 0, &success)) [all...] |
GDBRemoteCommunicationClient.cpp | [all...] |
/external/lldb/source/Plugins/Platform/MacOSX/ |
PlatformiOSSimulator.h | 95 FindProcesses (const lldb_private::ProcessInstanceInfoMatch &match_info,
|
PlatformDarwin.h | 95 FindProcesses (const lldb_private::ProcessInstanceInfoMatch &match_info,
|
PlatformRemoteiOS.h | 97 FindProcesses (const lldb_private::ProcessInstanceInfoMatch &match_info,
|
PlatformDarwin.cpp | 574 PlatformDarwin::FindProcesses (const ProcessInstanceInfoMatch &match_info, 581 match_count = Platform::FindProcesses (match_info, process_infos); 587 match_count = m_remote_platform_sp->FindProcesses (match_info, process_infos); [all...] |
PlatformiOSSimulator.cpp | 397 PlatformiOSSimulator::FindProcesses (const ProcessInstanceInfoMatch &match_info,
|
PlatformRemoteiOS.cpp | 769 PlatformRemoteiOS::FindProcesses (const ProcessInstanceInfoMatch &match_info,
|
/external/lldb/source/Plugins/Platform/gdb-server/ |
PlatformRemoteGDBServer.h | 85 FindProcesses (const lldb_private::ProcessInstanceInfoMatch &match_info,
|
PlatformRemoteGDBServer.cpp | 284 PlatformRemoteGDBServer::FindProcesses (const ProcessInstanceInfoMatch &match_info, 287 return m_gdb_client.FindProcesses (match_info, process_infos);
|
/external/lldb/source/Plugins/Platform/FreeBSD/ |
PlatformFreeBSD.h | 120 FindProcesses (const lldb_private::ProcessInstanceInfoMatch &match_info,
|
PlatformFreeBSD.cpp | 445 PlatformFreeBSD::FindProcesses (const ProcessInstanceInfoMatch &match_info, 452 match_count = Platform::FindProcesses (match_info, process_infos); 458 match_count = m_remote_platform_sp->FindProcesses (match_info, process_infos);
|
/external/lldb/source/Host/linux/ |
Host.cpp | 245 Host::FindProcesses (const ProcessInstanceInfoMatch &match_info, ProcessInstanceInfoList &process_infos) 255 bool all_users = match_info.GetMatchAllUsers(); 287 if (match_info.Matches (process_info))
|
/external/lldb/include/lldb/Host/ |
Host.h | 437 FindProcesses (const ProcessInstanceInfoMatch &match_info,
|
/external/lldb/source/Target/ |
Platform.cpp | 624 Platform::FindProcesses (const ProcessInstanceInfoMatch &match_info, 631 match_count = Host::FindProcesses (match_info, process_infos);
|
Process.cpp | [all...] |
/external/lldb/include/lldb/Target/ |
Platform.h | 448 FindProcesses (const ProcessInstanceInfoMatch &match_info,
|
/external/lldb/source/Host/common/ |
Host.cpp | [all...] |