Searched refs:check_property (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.0-release/contrib/atf/atf-run/
H A Dtest_program_test.cpp59 check_property(const vars_map& props, const char* name, const char* value) function
787 check_property((*iter).second, "descr", "Description 1");
788 check_property((*iter).second, "has.cleanup", "false");
789 check_property((*iter).second, "ident", "first");
790 check_property((*iter).second, "timeout", "300");
799 check_property((*iter).second, "descr", "Description 2");
800 check_property((*iter).second, "has.cleanup", "true");
801 check_property((*iter).second, "ident", "second");
802 check_property((*iter).second, "timeout", "500");
803 check_property((*ite
[all...]
/freebsd-10.0-release/usr.bin/dtc/
H A Dchecking.hh97 virtual bool check_property(device_tree *tree, node *n, property *p) function in class:dtc::fdt::checking::checker
127 virtual bool check_property(device_tree *tree, node *n, property *p);
H A Dchecking.cc106 if (!check_property(tree, n, *i))
143 property_checker::check_property(device_tree *tree, node *n, property *p) function in class:dtc::fdt::checking::property_checker

Completed in 77 milliseconds