HomeSort by relevance Sort by last modified time
    Searched refs:line0 (Results 1 - 25 of 113) sorted by null

1 2 3 4 5

  /frameworks/base/packages/Osu/src/com/android/hotspot2/utils/
HTTPResponse.java 77 String line0 = headerLines.next(); local
78 String[] status = line0.split(" ");
80 throw new IOException("Bad HTTP Result: " + line0);
85 throw new IOException("Bad HTTP header line: '" + line0 + "'");
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/syntax/
source.go 26 line0, line int // previous/current line
42 s.line0, s.line = 1, 1
50 s.error_at(s.pos0(), s.line0, msg)
70 s.r, s.line = s.r0, s.line0
75 s.r0, s.line0 = s.r, s.line
scanner.go 49 s.pos, s.line = s.source.pos0(), s.source.line0
  /prebuilts/go/linux-x86/src/cmd/compile/internal/syntax/
source.go 26 line0, line int // previous/current line
42 s.line0, s.line = 1, 1
50 s.error_at(s.pos0(), s.line0, msg)
70 s.r, s.line = s.r0, s.line0
75 s.r0, s.line0 = s.r, s.line
scanner.go 49 s.pos, s.line = s.source.pos0(), s.source.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...]
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/deqp/scripts/src_util/
check_include_guards.py 40 line0 = f.readline().strip()
43 if line0 != ("#ifndef %s" % includeGuard):
  /prebuilts/go/darwin-x86/src/text/tabwriter/
tabwriter.go 274 func (b *Writer) writeLines(pos0 int, line0, line1 int) (pos int) {
276 for i := line0; i < line1; i++ {
325 // Format the text between line0 and line1 (excluding line1); pos
326 // is the buffer position corresponding to the beginning of line0.
330 func (b *Writer) format(pos0 int, line0, line1 int) (pos int) {
333 for this := line0; this < line1; this++ {
345 pos = b.writeLines(pos, line0, this)
346 line0 = this
378 pos = b.format(pos, line0, this)
380 line0 = thi
    [all...]
  /prebuilts/go/linux-x86/src/text/tabwriter/
tabwriter.go 274 func (b *Writer) writeLines(pos0 int, line0, line1 int) (pos int) {
276 for i := line0; i < line1; i++ {
325 // Format the text between line0 and line1 (excluding line1); pos
326 // is the buffer position corresponding to the beginning of line0.
330 func (b *Writer) format(pos0 int, line0, line1 int) (pos int) {
333 for this := line0; this < line1; this++ {
345 pos = b.writeLines(pos, line0, this)
346 line0 = this
378 pos = b.format(pos, line0, this)
380 line0 = thi
    [all...]
  /external/ltp/testcases/kernel/fs/mongo/
mongo_compare.c 53 char line0[100]; local
  /external/deqp/execserver/tools/
xsTest.cpp 600 const char line0[] = "Foo\n"; local
605 XS_CHECK(deFile_write(file, line0, sizeof(line0)-1, &numWritten) == DE_FILERESULT_SUCCESS);
606 XS_CHECK(numWritten == sizeof(line0)-1);
  /external/guava/guava/lib/
jdiff.jar 
  /external/guice/lib/build/jdiff/
jdiff.jar 
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/
refactor.py 654 for type, value, (line0, col0), (line1, col1), line_text in tokens:
655 line0 += lineno - 1
662 yield type, value, (line0, col0), (line1, col1), line_text
  /external/python/cpython2/Lib/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/gdb/darwin-x86/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/gdb/linux-x86/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/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 227 static bool isInColorBounds (const LookupPrecision& prec, const ColorLine& line0, const ColorLine& line1, const Vec4& result)
229 const tcu::Vec4 minVal = min(min(line0), min(line1)) - prec.colorThreshold;
230 const tcu::Vec4 maxVal = max(max(line0), max(line1)) + prec.colorThreshold;
353 const ColorLine& line0,
368 if (!isInColorBounds(prec, line0, line1, result))
374 const Vec4 c0 = line0.p0*(1.0f-a0) + line0.p1*a0;
980 ColorLine line0; local
    [all...]
  /external/netperf/src/
nettest_omni.c     [all...]
  /prebuilts/devtools/tools/lib/
sdk-common.jar 
  /prebuilts/gradle-plugin/com/android/tools/sdk-common/24.3.0-alpha5/
sdk-common-24.3.0-alpha5.jar 
  /prebuilts/gradle-plugin/com/android/tools/sdk-common/24.3.0-beta1/
sdk-common-24.3.0-beta1.jar 

Completed in 530 milliseconds

1 2 3 4 5