Home
last modified time | relevance | path

Searched refs:checkpath (Results 1 – 3 of 3) sorted by relevance

/external/dtc/tests/
Dpath-references.c30 static void check_ref(const void *fdt, int node, const char *checkpath) in check_ref() argument
38 if (!streq(p, checkpath)) in check_ref()
40 node, p, checkpath); in check_ref()
45 if (!streq(p, checkpath)) in check_ref()
47 node, p, checkpath); in check_ref()
/external/python/cpython2/Modules/
D_elementtree.c731 checkpath(PyObject* tag) in checkpath() function
813 if (checkpath(tag) || namespaces != Py_None) in element_find()
849 if (checkpath(tag) || namespaces != Py_None) in element_findtext()
896 if (checkpath(tag) || namespaces != Py_None) in element_findall()
/external/python/cpython3/Modules/
D_elementtree.c1107 checkpath(PyObject* tag) in checkpath() function
1214 if (checkpath(path) || namespaces != Py_None) { in _elementtree_Element_find_impl()
1260 if (checkpath(path) || namespaces != Py_None) in _elementtree_Element_findtext_impl()
1314 if (checkpath(path) || namespaces != Py_None) { in _elementtree_Element_findall_impl()