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

  /external/e2fsprogs/misc/
blkid.c 141 static int term_width = -1; local
144 if (term_width < 0)
145 term_width = get_terminal_width();
147 if (term_width > 80) {
148 term_width -= 80;
149 w = term_width / 10;
152 term_width -= 2*w;
155 w = term_width/2;
  /external/lldb/include/lldb/API/
SBDebugger.h 251 SetTerminalWidth (uint32_t term_width);
  /external/lldb/include/lldb/Core/
Debugger.h 296 SetTerminalWidth (uint32_t term_width);
  /external/lldb/scripts/Python/interface/
SBDebugger.i 317 SetTerminalWidth (uint32_t term_width);
  /external/lldb/source/Core/
Debugger.cpp 293 Debugger::SetTerminalWidth (uint32_t term_width)
296 return m_collection_sp->SetPropertyAtIndexAsSInt64 (NULL, idx, term_width);
663 OptionValueSInt64 *term_width = m_collection_sp->GetPropertyAtIndexAsOptionValueSInt64 (NULL, ePropertyTerminalWidth); local
664 term_width->SetMinimumValue(10);
665 term_width->SetMaximumValue(1024);
    [all...]
  /external/lldb/source/API/
SBDebugger.cpp 998 SBDebugger::SetTerminalWidth (uint32_t term_width)
1001 m_opaque_sp->SetTerminalWidth (term_width);
    [all...]

Completed in 294 milliseconds