Lines Matching refs:depth
317 int depth = 0; in printCompatibleScreens() local
322 depth--; in printCompatibleScreens()
323 if (depth < 0) { in printCompatibleScreens()
331 depth++; in printCompatibleScreens()
419 int depth = 0; in getNfcAidCategories() local
423 depth--; in getNfcAidCategories()
431 if (depth == 0 && tag == serviceTagName) { in getNfcAidCategories()
436 depth++; in getNfcAidCategories()
444 if (depth == 1) { in getNfcAidCategories()
448 } else if (depth == 2 && withinApduService) { in getNfcAidCategories()
875 int depth = 0; in doDump() local
879 depth--; in doDump()
885 depth++; in doDump()
894 if (depth == 1) { in doDump()
902 } else if (depth == 2) { in doDump()
976 int depth = 0; in doDump() local
1134 depth--; in doDump()
1135 if (depth < 2) { in doDump()
1153 } else if (depth < 3) { in doDump()
1201 } else if (depth < 4) { in doDump()
1243 depth++; in doDump()
1249 const int breakDepth = depth - 1; in doDump()
1252 if (code == ResXMLTree::END_TAG && --depth == breakDepth) { in doDump()
1255 depth++; in doDump()
1269 if (depth == 1) { in doDump()
1382 } else if (depth == 2) { in doDump()
1737 depth--; in doDump()
1750 } else if (depth == 3) { in doDump()
1995 } else if (depth == 4) { in doDump()
2061 } else if ((depth == 5) && withinIntentFilter) { in doDump()