Home
last modified time | relevance | path

Searched refs:checkTree (Results 1 – 25 of 25) sorted by relevance

/aosp12/hardware/qcom/gps/msm8909/utils/
H A DLocHeap.cpp270 bool LocHeap::checkTree() { in checkTree() function in LocHeap
286 bool checkTree() { in checkTree() function in LocHeapDebug
316 if (i % checks == 0 && !heap.checkTree()) { in main()
341 if (!heap.checkTree()) { in main()
H A DLocHeap.h91 bool checkTree();
/aosp12/hardware/qcom/gps/msm8909w_3100/utils/
H A DLocHeap.cpp270 bool LocHeap::checkTree() { in checkTree() function in LocHeap
286 bool checkTree() { in checkTree() function in LocHeapDebug
316 if (i % checks == 0 && !heap.checkTree()) { in main()
341 if (!heap.checkTree()) { in main()
H A DLocHeap.h91 bool checkTree();
/aosp12/hardware/qcom/gps/msm8996/utils/
H A DLocHeap.cpp270 bool LocHeap::checkTree() { in checkTree() function in LocHeap
286 bool checkTree() { in checkTree() function in LocHeapDebug
316 if (i % checks == 0 && !heap.checkTree()) { in main()
341 if (!heap.checkTree()) { in main()
H A DLocHeap.h91 bool checkTree();
/aosp12/hardware/qcom/gps/msm8998/utils/
H A DLocHeap.cpp270 bool LocHeap::checkTree() { in checkTree() function in LocHeap
286 bool checkTree() { in checkTree() function in LocHeapDebug
316 if (i % checks == 0 && !heap.checkTree()) { in main()
341 if (!heap.checkTree()) { in main()
H A DLocHeap.h91 bool checkTree();
/aosp12/hardware/qcom/sm7150/gps/utils/
H A DLocHeap.cpp270 bool LocHeap::checkTree() { in checkTree() function in LocHeap
286 bool checkTree() { in checkTree() function in LocHeapDebug
316 if (i % checks == 0 && !heap.checkTree()) { in main()
341 if (!heap.checkTree()) { in main()
H A DLocHeap.h91 bool checkTree();
/aosp12/hardware/qcom/sdm845/gps/msm8909/utils/
H A DLocHeap.cpp270 bool LocHeap::checkTree() { in checkTree() function in LocHeap
286 bool checkTree() { in checkTree() function in LocHeapDebug
316 if (i % checks == 0 && !heap.checkTree()) { in main()
341 if (!heap.checkTree()) { in main()
H A DLocHeap.h91 bool checkTree();
/aosp12/hardware/qcom/sdm845/gps/msm8998/utils/
H A DLocHeap.cpp270 bool LocHeap::checkTree() { in checkTree() function in LocHeap
286 bool checkTree() { in checkTree() function in LocHeapDebug
316 if (i % checks == 0 && !heap.checkTree()) { in main()
341 if (!heap.checkTree()) { in main()
H A DLocHeap.h91 bool checkTree();
/aosp12/hardware/qcom/sm8150p/gps/utils/
H A DLocHeap.cpp270 bool LocHeap::checkTree() { in checkTree() function in LocHeap
286 bool checkTree() { in checkTree() function in LocHeapDebug
316 if (i % checks == 0 && !heap.checkTree()) { in main()
341 if (!heap.checkTree()) { in main()
H A DLocHeap.h91 bool checkTree();
/aosp12/hardware/qcom/sdm845/gps/sdm845/utils/
H A DLocHeap.cpp270 bool LocHeap::checkTree() { in checkTree() function in LocHeap
286 bool checkTree() { in checkTree() function in LocHeapDebug
316 if (i % checks == 0 && !heap.checkTree()) { in main()
341 if (!heap.checkTree()) { in main()
H A DLocHeap.h91 bool checkTree();
/aosp12/hardware/qcom/sdm845/gps/msm8996/utils/
H A DLocHeap.cpp270 bool LocHeap::checkTree() { in checkTree() function in LocHeap
286 bool checkTree() { in checkTree() function in LocHeapDebug
316 if (i % checks == 0 && !heap.checkTree()) { in main()
341 if (!heap.checkTree()) { in main()
H A DLocHeap.h91 bool checkTree();
/aosp12/hardware/qcom/sm7250/gps/utils/
H A DLocHeap.h93 bool checkTree();
H A DLocHeap.cpp274 bool LocHeap::checkTree() { in checkTree() function in LocHeap
/aosp12/hardware/qcom/sm8150/gps/utils/
H A DLocHeap.h93 bool checkTree();
H A DLocHeap.cpp274 bool LocHeap::checkTree() { in checkTree() function in LocHeap
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/render/
H A DNodeSpecBuilderTest.kt207 checkTree(desiredTree, specBuilder.buildNodeSpec(rootController, list))
210 private fun checkTree(desiredTree: NodeSpec, actualTree: NodeSpec) { regex