Searched defs:match_info (Results 1 - 12 of 12) 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/lldb/source/Plugins/Platform/MacOSX/
H A DPlatformiOSSimulator.cpp397 PlatformiOSSimulator::FindProcesses (const ProcessInstanceInfoMatch &match_info, argument
H A DPlatformRemoteiOS.cpp769 PlatformRemoteiOS::FindProcesses (const ProcessInstanceInfoMatch &match_info, argument
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);
/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/Plugins/Platform/FreeBSD/
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.cpp284 PlatformRemoteGDBServer::FindProcesses (const ProcessInstanceInfoMatch &match_info, argument
287 return m_gdb_client.FindProcesses (match_info, process_infos);
/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/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/source/Target/
H A DPlatform.cpp624 Platform::FindProcesses (const ProcessInstanceInfoMatch &match_info, argument
631 match_count = Host::FindProcesses (match_info, process_infos);
/external/lldb/source/Host/common/
H A DHost.cpp1279 Host::FindProcesses (const ProcessInstanceInfoMatch &match_info, ProcessInstanceInfoList &process_infos) argument

Completed in 1269 milliseconds