Home
last modified time | relevance | path

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

/external/apache-xml/src/main/java/org/apache/xml/utils/
DDOM2Helper.java63 public void checkNode(Node node) throws TransformerException in checkNode() method in DOM2Helper
/external/skia/src/gpu/
DGrRedBlackTree.h165 int checkNode(Node* n, int* blackHeight) const;
870 int count = checkNode(fRoot, &bh); in validate()
876 int GrRedBlackTree<T,C>::checkNode(Node* n, int* bh) const { in checkNode() function
886 int cl = checkNode(n->fChildren[kLeft_Child], &leftBh); in checkNode()
887 int cr = checkNode(n->fChildren[kRight_Child], &rightBh); in checkNode()
/external/chromium_org/third_party/skia/src/gpu/
DGrRedBlackTree.h165 int checkNode(Node* n, int* blackHeight) const;
870 int count = checkNode(fRoot, &bh); in validate()
876 int GrRedBlackTree<T,C>::checkNode(Node* n, int* bh) const { in checkNode() function
886 int cl = checkNode(n->fChildren[kLeft_Child], &leftBh); in checkNode()
887 int cr = checkNode(n->fChildren[kRight_Child], &rightBh); in checkNode()