Home
last modified time | relevance | path

Searched defs:is_fixed (Results 1 – 6 of 6) sorted by relevance

/external/autotest/client/site_tests/hardware_SsdDetection/
Dhardware_SsdDetection.py35 def is_fixed(dev): function
/external/rust/crates/clap/src/builder/
Drange.rs86 pub(crate) fn is_fixed(&self) -> bool { in is_fixed() method
/external/mesa3d/src/gallium/drivers/r600/sb/
Dsb_shader.h109 bool is_fixed() { return flags & RCF_FIXED; } in is_fixed() function
Dsb_valtable.cpp274 bool value::is_fixed() { in is_fixed() function in r600_sb::value
/external/flatbuffers/src/
Didl_gen_swift.cpp1534 const FieldDef &field, bool is_fixed, in BuildObjectAPIConstructorBody()
/external/rust/crates/protobuf-codegen/2.27.1/src/field/
Dmod.rs682 fn is_fixed(&self) -> bool { in is_fixed() method