Searched refs:GetFlags (Results 1 - 25 of 58) sorted by relevance

123

/external/lldb/include/lldb/Target/
H A DThreadPlanShouldStopHere.h60 GetFlags () function in class:lldb_private::ThreadPlanShouldStopHere
66 GetFlags () const function in class:lldb_private::ThreadPlanShouldStopHere
H A DRegisterContext.h151 GetFlags (uint64_t fail_value = 0);
/external/chromium_org/chrome/browser/
H A Dflags_storage.h21 virtual std::set<std::string> GetFlags() = 0;
H A Dpref_service_flags_storage.h22 virtual std::set<std::string> GetFlags() OVERRIDE;
H A Dpref_service_flags_storage.cc19 std::set<std::string> PrefServiceFlagsStorage::GetFlags() { function in class:about_flags::PrefServiceFlagsStorage
/external/chromium_org/chrome/browser/extensions/
H A Dunpacked_installer.h115 int GetFlags();
H A Dunpacked_installer.cc157 extension_path_, Manifest::COMMAND_LINE, GetFlags(), &error).get());
211 int UnpackedInstaller::GetFlags() { function in class:extensions::UnpackedInstaller
268 base::Bind(&UnpackedInstaller::LoadWithFileAccess, this, GetFlags()));
/external/lldb/include/lldb/Core/
H A DStream.h432 GetFlags();
441 GetFlags() const;
/external/pdfium/fpdfsdk/include/
H A Dfsdk_baseannot.h77 FX_DWORD GetFlags();
108 int GetFlags() const;
/external/compiler-rt/lib/asan/
H A Dasan_fake_stack.cc86 u8 *flags = GetFlags(stack_size_log, class_id);
136 u8 *flags = GetFlags(stack_size_log(), class_id);
153 u8 *flags = GetFlags(stack_size_log(), class_id);
H A Dasan_fake_stack.h50 // size classes. The addresses are computed by GetFlags and GetFrame without
108 u8 *GetFlags(uptr stack_size_log, uptr class_id) { function in class:__asan::FakeStack
/external/lldb/include/lldb/Symbol/
H A DSymbol.h144 GetFlags () const function in class:lldb_private::Symbol
/external/lldb/source/Target/
H A DPlatform.cpp645 launch_info.GetFlags().Set (eLaunchFlagLaunchInTTY);
647 if (launch_info.GetFlags().Test (eLaunchFlagLaunchInShell))
650 const bool will_debug = launch_info.GetFlags().Test(eLaunchFlagDebug);
675 launch_info.GetFlags ().Set (eLaunchFlagDebug);
/external/lldb/include/lldb/Interpreter/
H A DCommandObject.h430 GetFlags() function in class:lldb_private::CommandObject
442 GetFlags() const function in class:lldb_private::CommandObject
/external/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.h264 GetFlags () function in class:ProcessGDBRemote
270 GetFlags () const function in class:ProcessGDBRemote
H A DGDBRemoteCommunicationServer.cpp634 m_process_launch_info.GetFlags().Set (eLaunchFlagDebug);
765 m_process_launch_info.GetFlags().Set (eLaunchFlagDisableASLR);
767 m_process_launch_info.GetFlags().Clear (eLaunchFlagDisableASLR);
/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Dfst.h81 int32 GetFlags() const { return flags_; } function in class:fst::FstHeader
481 if (hdr->GetFlags() & FstHeader::HAS_ISYMBOLS)
483 if (hdr->GetFlags() & FstHeader::HAS_OSYMBOLS)
/external/lldb/source/Plugins/Platform/Linux/
H A DPlatformLinux.cpp408 if (launch_info.GetFlags().Test (eLaunchFlagLaunchInShell))
411 const bool will_debug = launch_info.GetFlags().Test(eLaunchFlagDebug);
/external/lldb/source/Interpreter/
H A DCommandObject.cpp223 const uint32_t flags = GetFlags().Get();
275 if (GetFlags().AnySet (CommandObject::eFlagProcessMustBeLaunched | CommandObject::eFlagProcessMustBePaused))
281 if (GetFlags().Test(CommandObject::eFlagProcessMustBeLaunched))
305 if (GetFlags().Test(CommandObject::eFlagProcessMustBeLaunched))
315 if (GetFlags().Test(CommandObject::eFlagProcessMustBePaused))
/external/pdfium/core/src/fpdfdoc/
H A Ddoc_annot.cpp72 FX_DWORD annot_flags = pAnnot->GetFlags();
278 FX_DWORD annot_flags = GetFlags();
387 FX_DWORD annot_flags = GetFlags();
/external/lldb/source/Commands/
H A DCommandObjectProcess.cpp237 m_options.launch_info.GetFlags().Set (eLaunchFlagDisableASLR);
240 m_options.launch_info.GetFlags().Set (eLaunchFlagDisableSTDIO);
242 m_options.launch_info.GetFlags().Set (eLaunchFlagDebug);
261 if (m_options.launch_info.GetFlags().Test (eLaunchFlagLaunchInTTY))
264 m_options.launch_info.GetFlags().Clear (eLaunchFlagLaunchInTTY);
302 if (m_options.launch_info.GetFlags().Test(eLaunchFlagStopAtEntry) == false)
/external/lldb/source/Plugins/Platform/gdb-server/
H A DPlatformRemoteGDBServer.cpp306 m_gdb_client.SetDisableASLR (launch_info.GetFlags().Test (eLaunchFlagDisableASLR));
/external/pdfium/fpdfsdk/src/javascript/
H A DField.cpp1365 FX_DWORD dwFlag = pWidget->GetFlags();
1419 FX_DWORD dwFlag = pWidget->GetFlags();
1446 if (dwFlag != pWidget->GetFlags())
1464 FX_DWORD dwFlag = pWidget->GetFlags();
1490 if (dwFlag != pWidget->GetFlags())
1740 FX_DWORD dwFlags = pWidget->GetFlags();
1775 FX_DWORD dwFlags = pWidget->GetFlags();
1791 if (dwFlags != pWidget->GetFlags())
1809 FX_DWORD dwFlags = pWidget->GetFlags();
1825 if (dwFlags != pWidget->GetFlags())
[all...]
/external/chromium_org/net/tools/epoll_server/
H A Depoll_server.cc224 int EpollServer::GetFlags(int fd) { function in class:net::EpollServer
229 int flags = GetFlags(fd);
/external/lldb/source/Core/
H A DStream.cpp452 Stream::GetFlags() function in class:Stream
461 Stream::GetFlags() const function in class:Stream

Completed in 998 milliseconds

123