Searched refs:lineDelta (Results 1 - 9 of 9) sorted by relevance

/external/smali/dexlib2/src/main/java/org/jf/dexlib2/writer/
H A DDebugWriter.java107 int lineDelta = lineNumber - currentLine;
113 if (lineDelta < -4 || lineDelta > 10) {
115 lineDelta = 0;
117 if ((lineDelta < 2 && addressDelta > 16) || (lineDelta > 1 && addressDelta > 15)) {
122 // we need to emit the special opcode even if both lineDelta and addressDelta are 0, otherwise a positions
124 writeSpecialOpcode(lineDelta, addressDelta);
146 int lineDelta = line - currentLine;
147 if (lineDelta !
158 writeSpecialOpcode(int lineDelta, int addressDelta) argument
[all...]
/external/r8/src/main/java/com/android/tools/r8/graph/
H A DDexDebugEventBuilder.java239 int lineDelta = nextLine == NO_LINE_INFO ? 0 : nextLine - previousLine;
244 if (lineDelta < Constants.DBG_LINE_BASE
245 || lineDelta - Constants.DBG_LINE_BASE >= Constants.DBG_LINE_RANGE) {
246 events.add(factory.createAdvanceLine(lineDelta));
248 lineDelta = 0;
256 0x0a + (lineDelta - Constants.DBG_LINE_BASE) + Constants.DBG_LINE_RANGE * pcDelta;
H A DDexDebugEntryBuilder.java118 public void setPosition(int pcDelta, int lineDelta) { argument
128 currentLine += lineDelta;
/external/icu/icu4j/demos/src/com/ibm/icu/dev/demo/impl/
H A DDumbTextComponent.java241 tempSelection.caret = lineDelta(tempSelection.caret, -1);
250 tempSelection.caret = lineDelta(tempSelection.caret, +1);
303 private int lineDelta(int off, int delta) { method in class:DumbTextComponent
/external/regex-re2/lib/codereview/
H A Dcodereview.py1643 d, err = lineDelta(delta, n1, len1)
1670 # lineDelta finds the appropriate line number delta to apply to the lines [n, n+len).
1672 def lineDelta(deltas, n, len): function
/external/icu/tools/srcgen/currysrc/libs/
H A Dorg.eclipse.text_3.5.400.v20150505-1044.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSE_.SF META-INF/ECLIPSE_.RSA META ...
H A Dorg.eclipse.jdt.core_3.11.0.v20150602-1242.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSE_.SF META-INF/ECLIPSE_.RSA META ...
/external/dagger2/lib/
H A Dgoogle-java-format-0.1-20151017.042846-2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/googlejavaformat/ com/google/googlejavaformat/CloseOp ...
/external/guice/extensions/struts2/lib/
H A Dcore-3.1.1.jarMETA-INF/ org/ org/eclipse/ org/eclipse/jdt/ org/eclipse/jdt/core/ org/eclipse/jdt/core/compiler/ org/ ...

Completed in 2097 milliseconds