Home
last modified time | relevance | path

Searched defs:get_features (Results 1 – 9 of 9) sorted by relevance

/external/python/cpython2/Lib/compiler/
Dfuture.py43 def get_features(self): member in FutureParser
/external/mesa3d/bin/
Dgen_release_notes.py218 def get_features(is_point_release: bool) -> typing.Generator[str, None, None]: function
/external/rust/crates/vmm_vhost/src/
Dbackend.rs89 fn get_features(&self) -> Result<u64>; in get_features() method
175 fn get_features(&mut self) -> Result<u64>; in get_features() method
249 fn get_features(&self) -> Result<u64> { in get_features() method
309 fn get_features(&self) -> Result<u64> { in get_features() method
372 fn get_features(&mut self) -> Result<u64> { in get_features() method
/external/crosvm/vhost/src/
Dlib.rs83 fn get_features(&self) -> Result<u64> { in get_features() method
380 fn get_features() { in get_features() function
/external/rust/crates/vmm_vhost/src/vhost_kern/
Dmod.rs87 fn get_features(&self) -> Result<u64> { in get_features() method
/external/rust/crates/vmm_vhost/src/vhost_user/
Ddummy_slave.rs56 fn get_features(&mut self) -> Result<u64> { in get_features() method
Dslave_req_handler.rs39 fn get_features(&self) -> Result<u64>; in get_features() method
77 fn get_features(&mut self) -> Result<u64>; in get_features() method
122 fn get_features(&self) -> Result<u64> { in get_features() method
Dmaster.rs132 fn get_features(&self) -> Result<u64> { in get_features() method
/external/ethtool/
Dethtool.c2302 get_features(struct cmd_context *ctx, const struct feature_defs *defs) in get_features() function