Home
last modified time | relevance | path

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

/external/oj-libjdwp/src/share/back/
DstepControl.h42 jint fromLine; /* for granularity == STEP_LINE */ member
DstepControl.c173 step->fromLine = -1; in initState()
244 step->fromLine = findLineNumber(thread, location, in initState()
628 if (step->fromLine != -1) { in stepControl_handleStep()
650 if (line != step->fromLine) { in stepControl_handleStep()
/external/llvm-project/lldb/source/Host/common/
DEditline.cpp391 int fromLine = GetLineIndexForLocation(from, editline_cursor_row); in MoveCursor() local
393 if (toLine != fromLine) { in MoveCursor()
395 (toLine > fromLine) ? ANSI_DOWN_N_ROWS : ANSI_UP_N_ROWS, in MoveCursor()
396 std::abs(toLine - fromLine)); in MoveCursor()