Searched refs:property_string (Results 1 – 7 of 7) sorted by relevance
/external/crosvm/arch/src/ |
D | android.rs | 33 fdt.property_string("compatible", "android,firmware")?; in create_android_fdt() 39 fdt.property_string(&vec[1], &content)?; in create_android_fdt() 43 fdt.property_string("compatible", "android,fstab")?; in create_android_fdt() 47 fdt.property_string("compatible", &("android,".to_owned() + partition))?; in create_android_fdt() 48 fdt.property_string("dev", &vec[0])?; in create_android_fdt() 49 fdt.property_string("type", &vec[2])?; in create_android_fdt() 50 fdt.property_string("mnt_flags", &vec[3])?; in create_android_fdt() 51 fdt.property_string("fsmgr_flags", &vec[4])?; in create_android_fdt()
|
D | fdt.rs | 254 pub fn property_string(&mut self, name: &str, val: &str) -> Result<()> { in property_string() method 513 fdt.property_string("str", "hello").unwrap(); in all_props() 703 fdt.property_string("mystr", "abc\0def") in invalid_prop_string_value_nul()
|
/external/crosvm/aarch64/src/ |
D | fdt.rs | 64 fdt.property_string("device_type", "memory")?; in create_memory_node() 78 fdt.property_string("device_type", "cpu")?; in create_cpu_nodes() 79 fdt.property_string("compatible", "arm,arm-v8")?; in create_cpu_nodes() 81 fdt.property_string("enable-method", "psci")?; in create_cpu_nodes() 95 fdt.property_string("compatible", "arm,gic-v3")?; in create_gic_node() 99 fdt.property_string("compatible", "arm,cortex-a15-gic")?; in create_gic_node() 129 fdt.property_string("compatible", compatible)?; in create_timer_node() 148 fdt.property_string("compatible", compatible)?; in create_pmu_node() 159 fdt.property_string("compatible", "ns16550a")?; in create_serial_node() 190 fdt.property_string("method", "hvc")?; in create_psci_node() [all …]
|
/external/mesa3d/src/gallium/frontends/clover/core/ |
D | property.hpp | 76 class property_string { class 78 property_string(property_buffer &buf) : buf(buf) { in property_string() function in clover::detail::property_string 81 inline property_string & 116 detail::property_string 181 inline property_string & 182 property_string::operator=(const std::string &v) { in operator =()
|
/external/autotest/client/cros/scripts/ |
D | wifi | 147 def parse_service_property(property_string): argument 154 property_name, raw_value = property_string.split('=', 1) 164 print 'Failed parsing value from %s' % property_string
|
/external/dtc/tests/ |
D | pylibfdt_tests.py | 512 sw.property_string('compatible', 'test_tree1') 517 sw.property_string('prop-str', TEST_STRING_1) 522 sw.property_string('compatible', 'subnode1')
|
/external/dtc/pylibfdt/ |
D | libfdt.i | 864 def property_string(self, name, string):
|