/external/dtc/tests/ |
find_property.c | 38 check_property(fdt, 0, "prop-str", strlen(TEST_STRING_1)+1, TEST_STRING_1);
|
tests.h | 98 void check_property(void *fdt, int nodeoffset, const char *name, 103 check_property(fdt, nodeoffset, name, sizeof(x), &x); \
|
overlay.c | 94 check_property(fdt, node_off, name, 0, NULL);
|
testutils.c | 87 void check_property(void *fdt, int nodeoffset, const char *name, function
|
/frameworks/base/cmds/idmap/ |
scan.cpp | 86 bool check_property(String16 property, String16 value) { function in namespace:__anon51421 144 if (!check_property(propName, propValue)) {
|