Home
last modified time | relevance | path

Searched refs:GetMask (Results 1 – 22 of 22) sorted by relevance

/external/lldb/source/Plugins/SymbolFile/DWARF/
DLogChannelDWARF.cpp92 uint32_t flag_bits = m_log_ap->GetMask().Get(); in Disable()
117 m_log_ap->GetMask().Reset (flag_bits); in Disable()
167 m_log_ap->GetMask().Reset(flag_bits); in Enable()
201 if (g_log_channel->m_log_ap->GetMask().AllSet(mask)) in GetLogIfAll()
212 if (g_log_channel->m_log_ap->GetMask().AnySet(mask)) in GetLogIfAny()
224 if (log && log->GetMask().AnySet(mask)) in LogIf()
/external/lldb/source/Plugins/Process/gdb-remote/
DProcessGDBRemoteLog.cpp42 uint32_t log_mask = log->GetMask().Get(); in GetLogIfAllCategoriesSet()
53 if (log && log->GetMask().Get() & mask) in GetLogIfAnyCategoryIsSet()
68 flag_bits = log->GetMask().Get(); in DisableLog()
100 log->GetMask().Reset (flag_bits); in DisableLog()
113 flag_bits = g_log->GetMask().Get(); in EnableLog()
157 g_log->GetMask().Reset(flag_bits); in EnableLog()
DProcessGDBRemote.cpp1356 if (log && log->GetMask().Test(GDBR_LOG_VERBOSE)) in UpdateThreadList()
1379 if (log && log->GetMask().Test(GDBR_LOG_VERBOSE)) in UpdateThreadList()
1388 if (log && log->GetMask().Test(GDBR_LOG_VERBOSE)) in UpdateThreadList()
1484 if (log && log->GetMask().Test(GDBR_LOG_VERBOSE)) in SetThreadStopInfo()
/external/lldb/source/Plugins/Process/POSIX/
DProcessPOSIXLog.cpp43 uint32_t log_mask = log->GetMask().Get(); in GetLogIfAllCategoriesSet()
80 flag_bits = log->GetMask().Get(); in DisableLog()
97 log->GetMask().Reset (flag_bits); in DisableLog()
112 flag_bits = g_log->GetMask().Get(); in EnableLog()
147 g_log->GetMask().Reset(flag_bits); in EnableLog()
DProcessPOSIX.cpp123 if (log && log->GetMask().Test(POSIX_LOG_VERBOSE)) in DoAttachToProcessWithID()
492 if (log && log->GetMask().Test(POSIX_LOG_VERBOSE)) in RefreshStateAfterStop()
819 if (log && log->GetMask().Test(POSIX_LOG_VERBOSE)) in UpdateThreadList()
830 if (log && log->GetMask().Test(POSIX_LOG_VERBOSE)) in UpdateThreadList()
DPOSIXThread.cpp52 if (log && log->GetMask().Test(POSIX_LOG_VERBOSE)) in POSIXThread()
181 if (log && log->GetMask().Test(POSIX_LOG_VERBOSE)) in CreateRegisterContextForFrame()
/external/lldb/source/
Dlldb-log.cpp45 return log->GetMask().Get(); in GetLogMask()
62 uint32_t log_mask = log->GetMask().Get(); in GetLogIfAllCategoriesSet()
99 if (log && mask && (mask & log->GetMask().Get())) in GetLogIfAnyCategoriesSet()
114 flag_bits = log->GetMask().Get(); in DisableLog()
155 log->GetMask().Reset (flag_bits); in DisableLog()
170 flag_bits = g_log->GetMask().Get(); in EnableLog()
224 g_log->GetMask().Reset(flag_bits); in EnableLog()
/external/lldb/source/Plugins/Process/MacOSX-Kernel/
DProcessKDPLog.cpp41 uint32_t log_mask = log->GetMask().Get(); in GetLogIfAllCategoriesSet()
58 flag_bits = log->GetMask().Get(); in DisableLog()
87 log->GetMask().Reset (flag_bits); in DisableLog()
102 flag_bits = g_log->GetMask().Get(); in EnableLog()
146 g_log->GetMask().Reset(flag_bits); in EnableLog()
DProcessKDP.cpp542 if (log && log->GetMask().Test(KDP_LOG_VERBOSE)) in UpdateThreadList()
/external/lldb/include/lldb/Core/
DLog.h169 GetMask();
172 GetMask() const;
/external/lldb/source/Plugins/Process/Linux/
DProcessMonitor.cpp224 if (log && ProcessPOSIXLog::AtTopNestLevel() && log->GetMask().Test(POSIX_LOG_MEMORY)) in DoReadMemory()
249 (log->GetMask().Test(POSIX_LOG_MEMORY_DATA_LONG) || in DoReadMemory()
250 (log->GetMask().Test(POSIX_LOG_MEMORY_DATA_SHORT) && in DoReadMemory()
283 if (log && ProcessPOSIXLog::AtTopNestLevel() && log->GetMask().Test(POSIX_LOG_MEMORY)) in DoWriteMemory()
300 (log->GetMask().Test(POSIX_LOG_MEMORY_DATA_LONG) || in DoWriteMemory()
301 (log->GetMask().Test(POSIX_LOG_MEMORY_DATA_SHORT) && in DoWriteMemory()
336 (log->GetMask().Test(POSIX_LOG_MEMORY_DATA_LONG) || in DoWriteMemory()
337 (log->GetMask().Test(POSIX_LOG_MEMORY_DATA_SHORT) && in DoWriteMemory()
/external/lldb/source/Core/
DLog.cpp68 Log::GetMask() in GetMask() function in Log
74 Log::GetMask() const in GetMask() function in Log
/external/pdfium/core/src/fxge/apple/
Dfx_apple_platform.cpp136 const CFX_DIBitmap* pClipMask = m_pClipRgn->GetMask(); in DrawDeviceText()
/external/ppp/pppd/
Dipcp.c1756 if (!sifaddr(u, wo->ouraddr, wo->hisaddr, GetMask(wo->ouraddr)))
1867 mask = GetMask(go->ouraddr);
1893 mask = GetMask(go->ouraddr);
Dpppd.h678 u_int32_t GetMask __P((u_int32_t)); /* Get appropriate netmask for address */
Dsys-linux.c1905 u_int32_t GetMask (u_int32_t addr) in GetMask() function
Dsys-solaris.c2394 GetMask(addr) in GetMask() function
/external/pdfium/core/src/fxge/agg/agg23/
Dfx_agg_driver.cpp1013 m_pClipMask = m_pClipRgn->GetMask(); in Init()
1420 const CFX_DIBitmap* pMask = m_pClipRgn->GetMask(); in SetPixel()
1463 …, draw_rect.top, draw_rect.Width(), draw_rect.Height(), (const CFX_DIBitmap*)m_pClipRgn->GetMask(), in FillRect()
/external/pdfium/core/include/fxge/
Dfx_ge.h118 CFX_DIBitmapRef GetMask() const in GetMask() function
/external/opencv/cvaux/include/
Dcvvidsurv.hpp410 virtual IplImage* GetMask() = 0;
/external/pdfium/core/src/fxge/dib/
Dfx_dib_composite.cpp4116 pClipMask = pClipRgn->GetMask(); in CompositeBitmap()
4169 pClipMask = pClipRgn->GetMask(); in CompositeMask()
4422 m_pClipMask = pClipRgn->GetMask(); in Compose()
/external/pdfium/core/src/fxge/skia/
Dfx_skia_blitter_new.cpp1323 m_pClipMask = m_pClipRgn->GetMask(); in Init()