Searched defs:init (Results 1 – 3 of 3) sorted by relevance
457 let mut init = include_bytes!("../test/data/base.dtb").to_vec(); in test_new_from_invalid_fdt() localVariable468 let init = include_bytes!("../test/data/base.dtb").to_vec(); in test_get_property() localVariable495 let init = include_bytes!("../test/data/base.dtb").to_vec(); in test_set_property() localVariable505 let init = include_bytes!("../test/data/base.dtb").to_vec(); in test_delete_node() localVariable529 let init = include_bytes!("../test/data/base.dtb").to_vec(); in test_delete_nost_existed_node_is_failed() localVariable541 let init = include_bytes!("../test/data/base.dtb").to_vec(); in test_set_property_placeholder() localVariable552 let init = include_bytes!("../test/data/base.dtb").to_vec(); in test_header_from_bytes() localVariable560 let init = include_bytes!("../test/data/base.dtb").to_vec(); in test_header_from_bytes_wrong_alignment() localVariable574 let init = include_bytes!("../test/data/base.dtb").to_vec(); in test_header_from_raw() localVariable583 let mut init = include_bytes!("../test/data/base.dtb").to_vec(); in test_header_from_raw_invalid() localVariable[all …]
658 pub fn init( in init() method
684 init: bool, field