Home
last modified time | relevance | path

Searched defs:SelectAll (Results 1 – 18 of 18) sorted by relevance

/external/rust/android-crates-io/crates/futures-util/src/future/
Dselect_all.rs13 pub struct SelectAll<Fut> { struct
17 impl<Fut: Unpin> Unpin for SelectAll<Fut> {} implementation
44 impl<Fut> SelectAll<Fut> { impl
51 impl<Fut: Future + Unpin> Future for SelectAll<Fut> { implementation
71 impl<Fut: Future + Unpin> FromIterator<Fut> for SelectAll<Fut> { implementation
/external/rust/android-crates-io/crates/futures-util/src/stream/
Dselect_all.rs27 pub struct SelectAll<St> { struct
31 impl<St: Debug> Debug for SelectAll<St> { implementation
37 impl<St: Stream + Unpin> SelectAll<St> { impl
84 impl<St: Stream + Unpin> Default for SelectAll<St> { implementation
90 impl<St: Stream + Unpin> Stream for SelectAll<St> { implementation
112 impl<St: Stream + Unpin> FusedStream for SelectAll<St> { implementation
144 impl<St: Stream + Unpin> FromIterator<St> for SelectAll<St> { implementation
150 impl<St: Stream + Unpin> Extend<St> for SelectAll<St> { implementation
158 impl<St: Stream + Unpin> IntoIterator for SelectAll<St> { implementation
167 impl<'a, St: Stream + Unpin> IntoIterator for &'a SelectAll<St> { implementation
[all …]
/external/libtextclassifier/native/utils/grammar/parsing/
Dparse-tree.cc42 std::vector<const ParseTree*> SelectAll( in SelectAll() function
/external/perfetto/ui/src/base/
Dsemantic_icons.ts38 static readonly SelectAll = 'select_all'; property in Icons
/external/lzma/CPP/7zip/UI/FileManager/
DPanelSelect.cpp206 void CPanel::SelectAll(bool selectMode) in SelectAll() function in CPanel
DApp.h155 void SelectAll(bool selectMode) { GetFocusedPanel().SelectAll(selectMode); } in SelectAll() function
/external/pdfium/xfa/fxfa/
Dcxfa_ffdatetimeedit.cpp266 void CXFA_FFDateTimeEdit::SelectAll() { in SelectAll() function in CXFA_FFDateTimeEdit
Dcxfa_fftextedit.cpp408 void CXFA_FFTextEdit::SelectAll() { in SelectAll() function in CXFA_FFTextEdit
Dcxfa_ffcombobox.cpp272 void CXFA_FFComboBox::SelectAll() { in SelectAll() function in CXFA_FFComboBox
Dcxfa_ffwidget.cpp489 void CXFA_FFWidget::SelectAll() {} in SelectAll() function in CXFA_FFWidget
/external/pdfium/fpdfsdk/pwl/
Dcpwl_combo_box.cpp283 void CPWL_ComboBox::SelectAll() { in SelectAll() function in CPWL_ComboBox
Dcpwl_edit_impl.cpp1017 void CPWL_EditImpl::SelectAll() { in SelectAll() function in CPWL_EditImpl
/external/pdfium/xfa/fwl/
Dcfwl_datetimepicker.cpp433 void CFWL_DateTimePicker::SelectAll() { in SelectAll() function in pdfium::CFWL_DateTimePicker
Dcfwl_listbox.cpp232 void CFWL_ListBox::SelectAll() { in SelectAll() function in pdfium::CFWL_ListBox
Dcfwl_edit.cpp174 void CFWL_Edit::SelectAll() { in SelectAll() function in pdfium::CFWL_Edit
/external/lzma/CPP/Windows/Control/
DListView.h94 void SelectAll() { SetItemState_Selected(-1); } in SelectAll() function
/external/pdfium/xfa/fde/
Dcfde_texteditengine.cpp722 void CFDE_TextEditEngine::SelectAll() { in SelectAll() function in pdfium::CFDE_TextEditEngine
/external/mesa3d/src/imgui/
Dimgui_internal.h585 …void SelectAll() { StbState.select_start = 0; StbState.cursor = Stb… in SelectAll() function