HomeSort by relevance Sort by last modified time
    Searched refs:line0 (Results 1 - 11 of 11) 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/deqp/scripts/
check_include_guards.py 19 line0 = f.readline().strip()
22 if line0 != ("#ifndef %s" % includeGuard):
  /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...]
Diff.java 135 int first0 = hunk.line0; // Index of first deleted word
140 first0 == lasthunk.line0 + lasthunk.deleted + 1 &&
190 int first0 = hunk.line0; // Index of first deleted word
192 int last0 = hunk.line0 + hunk.deleted - 1;
    [all...]
  /external/lldb/test/lang/c/anonymous/
TestAnonymous.py 74 self.line0 = line_number('main.c', '// Set breakpoint 0 here.')
97 self.common_setup(self.line0)
  /external/deqp/execserver/tools/
xsTest.cpp 599 const char line0[] = "Foo\n"; local
604 XS_CHECK(deFile_write(file, line0, sizeof(line0)-1, &numWritten) == DE_FILERESULT_SUCCESS);
605 XS_CHECK(numWritten == sizeof(line0)-1);
  /external/guava/guava/lib/
jdiff.jar 
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/
refactor.py 660 for type, value, (line0, col0), (line1, col1), line_text in tokens:
661 line0 += lineno - 1
668 yield type, value, (line0, col0), (line1, col1), line_text
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/
refactor.py 660 for type, value, (line0, col0), (line1, col1), line_text in tokens:
661 line0 += lineno - 1
668 yield type, value, (line0, col0), (line1, col1), line_text
  /external/deqp/framework/common/
tcuTexLookupVerifier.cpp 232 static bool isInColorBounds (const LookupPrecision& prec, const ColorLine& line0, const ColorLine& line1, const Vec4& result)
234 const tcu::Vec4 minVal = min(min(line0), min(line1)) - prec.colorThreshold;
235 const tcu::Vec4 maxVal = max(max(line0), max(line1)) + prec.colorThreshold;
352 const ColorLine& line0,
363 if (!isInColorBounds(prec, line0, line1, result))
369 const Vec4 c0 = line0.p0*(1.0f-a0) + line0.p1*a0;
934 ColorLine line0; local
    [all...]
  /external/owasp/sanitizer/tools/findbugs/lib/
findbugs.jar 

Completed in 275 milliseconds