Home
last modified time | relevance | path

Searched defs:select_set (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/bazelbuild-rules_rust/crate_universe/src/utils/starlark/
H A Dselect_set.rs224 let select_set: SelectSet<String> = SelectSet::new(Default::default(), &Default::default()); in empty_select_set() localVariable
241 let select_set = SelectSet::new(select, &Default::default()); in no_platform_specific_select_set() localVariable
265 let select_set = SelectSet::new(select, &platforms); in only_platform_specific_select_set() localVariable
293 let select_set = SelectSet::new(select, &platforms); in mixed_select_set() localVariable
336 let select_set = SelectSet::new(select, &platforms); in remap_select_set_configurations() localVariable
/aosp_15_r20/external/bazelbuild-rules_rust/crate_universe/src/utils/
H A Dstarlark.rs9 mod select_set; module
/aosp_15_r20/external/python/cpython2/Lib/lib-tk/
DTkinter.py2676 select_set = selection_set variable in Listbox
/aosp_15_r20/external/python/cpython3/Lib/tkinter/
D__init__.py3309 select_set = selection_set variable in Listbox