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

  /external/lldb/utils/vim-lldb/python-vim-lldb/
vim_signs.py 64 def __init__(self, buffer, line_number, is_resolved):
65 txt = VimSign.SIGN_TEXT_BREAKPOINT_RESOLVED if is_resolved else VimSign.SIGN_TEXT_BREAKPOINT_UNRESOLVED
vim_ui.py 161 for (is_resolved, file, line) in GetBreakpointLocations(bp):
164 needed_bps[(buf, line, is_resolved)] = bp
  /external/lldb/include/lldb/Host/
FileSpec.h 579 /// @param[in] is_resolved
584 SetIsResolved (bool is_resolved)
586 m_is_resolved = is_resolved;
  /external/chromium_org/win8/metro_driver/
winrt_utils.cc 176 bool is_resolved = false; local
195 is_resolved = true;
200 return is_resolved;

Completed in 46 milliseconds