HomeSort by: relevance | last modified time | path
    Searched defs:check_property (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl2/dtc/dist/tests/
testutils.c 92 void check_property(void *fdt, int nodeoffset, const char *name, function
  /src/external/bsd/atf/dist/tools/
test_program_test.cpp 60 check_property(const vars_map& props, const char* name, const char* value) function in namespace:__anon6399
790 check_property((*iter).second, "descr", "Description 1");
791 check_property((*iter).second, "has.cleanup", "false");
792 check_property((*iter).second, "ident", "first");
793 check_property((*iter).second, "timeout", "300");
802 check_property((*iter).second, "descr", "Description 2");
803 check_property((*iter).second, "has.cleanup", "true");
804 check_property((*iter).second, "ident", "second");
805 check_property((*iter).second, "timeout", "500");
806 check_property((*iter).second, "X-property", "Custom property")
    [all...]

Completed in 16 milliseconds