HomeSort by relevance Sort by last modified time
    Searched refs:GetMask (Results 1 - 25 of 25) sorted by null

  /external/lldb/source/Plugins/Process/POSIX/
ProcessPOSIXLog.cpp 43 uint32_t log_mask = log->GetMask().Get();
80 flag_bits = log->GetMask().Get();
97 log->GetMask().Reset (flag_bits);
112 flag_bits = g_log->GetMask().Get();
147 g_log->GetMask().Reset(flag_bits);
ProcessPOSIX.cpp 123 if (log && log->GetMask().Test(POSIX_LOG_VERBOSE))
492 if (log && log->GetMask().Test(POSIX_LOG_VERBOSE))
819 if (log && log->GetMask().Test(POSIX_LOG_VERBOSE))
830 if (log && log->GetMask().Test(POSIX_LOG_VERBOSE))
POSIXThread.cpp 52 if (log && log->GetMask().Test(POSIX_LOG_VERBOSE))
181 if (log && log->GetMask().Test(POSIX_LOG_VERBOSE))
  /external/lldb/source/Plugins/Process/gdb-remote/
ProcessGDBRemoteLog.cpp 42 uint32_t log_mask = log->GetMask().Get();
53 if (log && log->GetMask().Get() & mask)
68 flag_bits = log->GetMask().Get();
100 log->GetMask().Reset (flag_bits);
113 flag_bits = g_log->GetMask().Get();
157 g_log->GetMask().Reset(flag_bits);
ProcessGDBRemote.cpp     [all...]
  /external/lldb/source/Plugins/SymbolFile/DWARF/
LogChannelDWARF.cpp 92 uint32_t flag_bits = m_log_ap->GetMask().Get();
117 m_log_ap->GetMask().Reset (flag_bits);
167 m_log_ap->GetMask().Reset(flag_bits);
201 if (g_log_channel->m_log_ap->GetMask().AllSet(mask))
212 if (g_log_channel->m_log_ap->GetMask().AnySet(mask))
224 if (log && log->GetMask().AnySet(mask))
  /external/lldb/source/Plugins/Process/MacOSX-Kernel/
ProcessKDPLog.cpp 41 uint32_t log_mask = log->GetMask().Get();
58 flag_bits = log->GetMask().Get();
87 log->GetMask().Reset (flag_bits);
102 flag_bits = g_log->GetMask().Get();
146 g_log->GetMask().Reset(flag_bits);
ProcessKDP.cpp 542 if (log && log->GetMask().Test(KDP_LOG_VERBOSE))
    [all...]
  /external/lldb/source/
lldb-log.cpp 45 return log->GetMask().Get();
62 uint32_t log_mask = log->GetMask().Get();
99 if (log && mask && (mask & log->GetMask().Get()))
114 flag_bits = log->GetMask().Get();
155 log->GetMask().Reset (flag_bits);
170 flag_bits = g_log->GetMask().Get();
224 g_log->GetMask().Reset(flag_bits);
  /external/lldb/include/lldb/Core/
Log.h 169 GetMask();
172 GetMask() const;
  /art/compiler/dex/quick/
resource_mask.h 157 const ResourceMask* GetMask(const ResourceMask& mask);
mir_to_lir-inl.h 254 lir->u.m.use_mask = mask_cache_.GetMask(use_mask);
255 lir->u.m.def_mask = mask_cache_.GetMask(def_mask);
resource_mask.cc 143 const ResourceMask* ResourceMaskCache::GetMask(const ResourceMask& mask) {
codegen_util.cc 165 *mask_ptr = mask_cache_.GetMask(mask);
    [all...]
  /external/lldb/source/Core/
Log.cpp 68 Log::GetMask()
74 Log::GetMask() const
  /external/lldb/source/Plugins/Process/Linux/
ProcessMonitor.cpp 224 if (log && ProcessPOSIXLog::AtTopNestLevel() && log->GetMask().Test(POSIX_LOG_MEMORY))
249 (log->GetMask().Test(POSIX_LOG_MEMORY_DATA_LONG) ||
250 (log->GetMask().Test(POSIX_LOG_MEMORY_DATA_SHORT) &&
283 if (log && ProcessPOSIXLog::AtTopNestLevel() && log->GetMask().Test(POSIX_LOG_MEMORY))
300 (log->GetMask().Test(POSIX_LOG_MEMORY_DATA_LONG) ||
301 (log->GetMask().Test(POSIX_LOG_MEMORY_DATA_SHORT) &&
336 (log->GetMask().Test(POSIX_LOG_MEMORY_DATA_LONG) ||
337 (log->GetMask().Test(POSIX_LOG_MEMORY_DATA_SHORT) &&
    [all...]
  /external/pdfium/core/src/fxge/apple/
fx_apple_platform.cpp 136 const CFX_DIBitmap* pClipMask = m_pClipRgn->GetMask();
  /external/ppp/pppd/
ipcp.c     [all...]
pppd.h 653 u_int32_t GetMask __P((u_int32_t)); /* Get appropriate netmask for address */
    [all...]
sys-linux.c     [all...]
sys-solaris.c     [all...]
  /external/pdfium/core/include/fxge/
fx_ge.h 119 CFX_DIBitmapRef GetMask() const
  /external/pdfium/core/src/fxge/agg/agg23/
fx_agg_driver.cpp     [all...]
  /external/opencv/cvaux/include/
cvvidsurv.hpp 410 virtual IplImage* GetMask() = 0;
    [all...]
  /external/pdfium/core/src/fxge/dib/
fx_dib_composite.cpp     [all...]

Completed in 1267 milliseconds