| /linux/tools/perf/pmu-events/ |
| H A D | metric.py | 8 from typing import Dict, List, Optional, Set, Tuple, Union 41 def __or__(self, other: Union[int, float, 'Expression']) -> 'Operator': 44 def __ror__(self, other: Union[int, float, 'Expression']) -> 'Operator': 47 def __xor__(self, other: Union[int, float, 'Expression']) -> 'Operator': 50 def __and__(self, other: Union[int, float, 'Expression']) -> 'Operator': 53 def __rand__(self, other: Union[int, float, 'Expression']) -> 'Operator': 56 def __lt__(self, other: Union[int, float, 'Expression']) -> 'Operator': 59 def __gt__(self, other: Union[int, float, 'Expression']) -> 'Operator': 62 def __add__(self, other: Union[int, float, 'Expression']) -> 'Operator': 65 def __radd__(self, other: Union[int, float, 'Expression']) -> 'Operator': [all …]
|
| /linux/Documentation/userspace-api/media/v4l/ |
| H A D | biblio.rst | 57 :author: International Telecommunication Union (http://www.itu.ch), International Organisation f… 67 :author: International Telecommunication Union (http://www.itu.ch), International Organisation f… 77 :author: International Telecommunication Union (http://www.itu.ch) 87 :author: International Telecommunication Union (http://www.itu.ch) 97 :author: International Telecommunication Union (http://www.itu.ch) 107 :author: International Telecommunication Union (http://www.itu.ch) 117 :author: International Telecommunication Union (http://www.itu.ch) 126 :author: International Telecommunication Union (http://www.itu.ch) 135 :author: International Telecommunication Union (http://www.itu.ch), International Organisation f… 156 :author: International Telecommunication Union (http://www.itu.int) [all …]
|
| /linux/Documentation/core-api/ |
| H A D | union_find.rst | 4 Union-Find in Linux 14 Union-find is a data structure used to handle the merging and querying 24 Union: Merge two sets into one. 98 Union Two Sets in union-find
|
| /linux/rust/syn/ |
| H A D | derive.rs | 35 Union(DataUnion), 139 data: Data::Union(DataUnion { in parse() 228 Data::Union(d) => d.union_token.to_tokens(tokens), in to_tokens() 254 Data::Union(data) => { in to_tokens()
|
| H A D | token.rs | 740 "union" pub struct Union 919 [union] => { $crate::token::Union };
|
| H A D | item.rs | 75 Union(ItemUnion), 339 | Item::Union(ItemUnion { attrs, .. }) in replace_attrs() 367 Data::Union(data) => Item::Union(ItemUnion { in from() 418 data: Data::Union(DataUnion { in from() 1091 input.parse().map(Item::Union) in parse_rest_of_item()
|
| /linux/tools/testing/selftests/bpf/progs/ |
| H A D | set_global_vars.c | 72 union Union { union 77 const volatile union Union union1 = {.var_u16 = -1};
|
| /linux/tools/perf/scripts/python/ |
| H A D | flamegraph.py | 28 from typing import Dict, Optional, Union 61 def to_json(self) -> Dict[str, Union[str, int, list[Dict]]]:
|
| /linux/Documentation/translations/zh_CN/core-api/ |
| H A D | union_find.rst | 7 Linux中的并查集(Union-Find)
|
| /linux/tools/testing/selftests/drivers/net/ |
| H A D | hds.py | 7 from typing import Union 85 def _defer_reset_hds(cfg, netnl) -> Union[dict, None]:
|
| /linux/tools/testing/selftests/hid/tests/ |
| H A D | base_device.py | 40 from typing import Any, ClassVar, Dict, List, Optional, Tuple, Type, Union 292 rdesc: Optional[Union[hid.ReportDescriptor, str, bytes]] = None,
|
| /linux/rust/syn/gen/ |
| H A D | clone.rs | 190 crate::Data::Union(v0) => crate::Data::Union(v0.clone()), in clone() 1105 crate::Item::Union(v0) => crate::Item::Union(v0.clone()), in clone()
|
| H A D | eq.rs | 216 (crate::Data::Union(self0), crate::Data::Union(other0)) => self0 == other0, in eq() 1126 (crate::Item::Union(self0), crate::Item::Union(other0)) => self0 == other0, in eq()
|
| H A D | fold.rs | 1267 crate::Data::Union(_binding_0) => { in fold_data() 1268 crate::Data::Union(f.fold_data_union(_binding_0)) in fold_data() 2400 crate::Item::Union(_binding_0) => { in fold_item() 2401 crate::Item::Union(f.fold_item_union(_binding_0)) in fold_item()
|
| H A D | hash.rs | 296 crate::Data::Union(v0) => { in hash() 1453 crate::Item::Union(v0) => { in hash()
|
| H A D | debug.rs | 349 crate::Data::Union(v0) => v0.debug(formatter, "Union"), in fmt() 1629 crate::Item::Union(v0) => v0.debug(formatter, "Union"), in fmt()
|
| H A D | visit_mut.rs | 1255 crate::Data::Union(_binding_0) => { in visit_data_mut() 2318 crate::Item::Union(_binding_0) => { in visit_item_mut()
|
| H A D | visit.rs | 1255 crate::Data::Union(_binding_0) => { in visit_data() 2423 crate::Item::Union(_binding_0) => { in visit_item()
|
| /linux/Documentation/sound/ |
| H A D | alsa-configuration.rst | 2212 * Best Union Miss Melody 4DWave PCI
|