Home
last modified time | relevance | path

Searched refs:Resize (Results 1 – 11 of 11) sorted by relevance

/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DValueObjectList.h35 void Resize(size_t size);
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_vector.h74 void Resize(uptr size) { in Resize() function
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DValueObjectList.cpp37 void ValueObjectList::Resize(size_t size) { m_value_objects.resize(size); } in Resize() function in ValueObjectList
H A DIOHandlerCursesGUI.cpp642 void Resize(int w, int h) { ::wresize(m_window, h, w); } in Resize() function in curses::Window
643 void Resize(const Size &size) { in Resize() function in curses::Window
669 Resize(bounds.size); in SetBounds()
4670 void Resize(size_t n, TreeDelegate &delegate, bool might_have_children) { in Resize() function in TreeItem
5146 item.Resize(num_frames, *m_frame_delegate_sp, false); in TreeDelegateGenerateChildren()
5250 item.Resize(num_threads, *m_thread_delegate_sp, false); in TreeDelegateGenerateChildren()
5431 item.Resize(details.GetSize(), *m_string_delegate_sp, false); in TreeDelegateGenerateChildren()
5474 item.Resize(breakpoint->GetNumLocations(), in TreeDelegateGenerateChildren()
5520 item.Resize(breakpoints.GetSize(), *m_breakpoint_delegate_sp, true); in TreeDelegateGenerateChildren()
6595 source_window_sp->Resize(source_bounds.size.width, in MenuDelegateAction()
[all …]
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DSymtab.h40 Symbol *Resize(size_t count);
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_rtl_report.cpp491 stack.Resize(0); in RestoreStack()
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DSymtab.cpp57 Symbol *Symtab::Resize(size_t count) { in Resize() function in Symtab
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DStackFrame.cpp1169 m_variable_list_value_objects.Resize(num_variables); in GetValueObjectForFrameVariable()
/freebsd/share/misc/
H A Dusb_hid_usages888 0x246 AC Resize
/freebsd/contrib/ntp/
H A DCommitLog-4.1.02146 value. Add fstamp to struct peer. Resize the exten AUTOKEY field
/freebsd/contrib/unbound/doc/
H A DChangelog4345 - Resize ratelimit and ip-ratelimit caches if changed on reload.