HomeSort by relevance Sort by last modified time
    Searched defs:line0 (Results 1 - 3 of 3) sorted by null

  /external/qemu/android/utils/
lineinput.c 28 char line0[128]; member in struct:LineInput
44 input->line = input->line0;
45 input->line_size = sizeof(input->line0);
68 if (line == input->line0)
158 if (input->line != input->line0)
  /external/jdiff/src/jdiff/
DiffMyers.java 374 int line0 = i0, line1 = i1; local
381 script = new change(line0, line1, i0 - line0, i1 - line1, script);
408 int line0 = i0, line1 = i1; local
415 script = new change(i0, i1, line0 - i0, line1 - i1, script);
471 LINE0 and LINE1 are the first affected lines in the two files (origin 0).
475 If DELETED is 0 then LINE0 is the number of the line before
486 public final int line0; field in class:DiffMyers.change
491 LINE0 and LINE1 are the first affected lines in the two files (origin 0).
495 If DELETED is 0 then LINE0 is the number of the line befor
    [all...]
  /external/guava/guava/lib/
jdiff.jar 

Completed in 82 milliseconds