Home
last modified time | relevance | path

Searched refs:currentDepth (Results 1 – 4 of 4) sorted by relevance

/external/oj-libjdwp/src/share/back/
DstepControl.c280 jint currentDepth; in handleFramePopEvent() local
284 currentDepth = getFrameCount(thread); in handleFramePopEvent()
286 afterPopDepth = currentDepth-1; in handleFramePopEvent()
289 fromDepth, currentDepth)); in handleFramePopEvent()
383 jint currentDepth = getFrameCount(thread); in handleExceptionCatchEvent() local
387 fromDepth, currentDepth)); in handleExceptionCatchEvent()
394 if (fromDepth > currentDepth) { in handleExceptionCatchEvent()
399 fromDepth >= currentDepth) { in handleExceptionCatchEvent()
407 fromDepth > currentDepth) { in handleExceptionCatchEvent()
414 fromDepth >= currentDepth) { in handleExceptionCatchEvent()
[all …]
/external/icu/android_icu4j/libcore_bridge/src/java/com/android/i18n/timezone/
DXmlUtils.java181 int currentDepth = parser.getDepth(); in consumeUntilEndTag() local
182 if (currentDepth < requiredDepth) { in consumeUntilEndTag()
186 } else if (currentDepth == requiredDepth) { in consumeUntilEndTag()
/external/protobuf/java/util/src/main/java/com/google/protobuf/util/
DJsonFormat.java1225 private int currentDepth; field in JsonFormat.ParserImpl
1232 this.currentDepth = 0; in ParserImpl()
1902 if (currentDepth >= recursionLimit) { in parseFieldValue()
1905 ++currentDepth; in parseFieldValue()
1908 --currentDepth; in parseFieldValue()
/external/angle/src/compiler/translator/
DCompiler.cpp1370 int currentDepth = depth; in checkCallDepth() local
1381 if (depths[calleeIndex] == currentDepth - 1) in checkCallDepth()
1383 currentDepth--; in checkCallDepth()