/external/deqp/scripts/src_util/ |
check_include_guards.py | 39 line0 = f.readline().strip() 42 if line0 != ("#ifndef %s" % includeGuard):
|
/frameworks/base/packages/Osu/src/com/android/hotspot2/utils/ |
HTTPResponse.java | 81 String line0 = headerLines.next(); local 82 String[] status = line0.split(" "); 84 throw new IOException("Bad HTTP Result: " + line0); 89 throw new IOException("Bad HTTP header line: '" + 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/opencv3/modules/imgproc/test/ |
test_convhull.cpp | 1429 float line[6], line0[6]; member in class:CV_FitLineTest [all...] |
/prebuilts/go/darwin-x86/src/text/tabwriter/ |
tabwriter.go | 259 func (b *Writer) writeLines(pos0 int, line0, line1 int) (pos int) { 261 for i := line0; i < line1; i++ { 310 // Format the text between line0 and line1 (excluding line1); pos 311 // is the buffer position corresponding to the beginning of line0. 315 func (b *Writer) format(pos0 int, line0, line1 int) (pos int) { 318 for this := line0; this < line1; this++ { 330 pos = b.writeLines(pos, line0, this) 331 line0 = this 363 pos = b.format(pos, line0, this) 365 line0 = thi [all...] |
/prebuilts/go/linux-x86/src/text/tabwriter/ |
tabwriter.go | 259 func (b *Writer) writeLines(pos0 int, line0, line1 int) (pos int) { 261 for i := line0; i < line1; i++ { 310 // Format the text between line0 and line1 (excluding line1); pos 311 // is the buffer position corresponding to the beginning of line0. 315 func (b *Writer) format(pos0 int, line0, line1 int) (pos int) { 318 for this := line0; this < line1; this++ { 330 pos = b.writeLines(pos, line0, this) 331 line0 = this 363 pos = b.format(pos, line0, this) 365 line0 = thi [all...] |
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/tools/docmaker/ |
sources.py | 279 for line0 in self.lines: 280 m = self.format.column.match( line0 )
|
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/CollisionDispatch/ |
btInternalEdgeUtility.cpp | 391 void btNearestPointInLineSegment(const btVector3 &point, const btVector3& line0, const btVector3& line1, btVector3& nearestPoint) 393 btVector3 lineDelta = line1 - line0; 398 nearestPoint = line0; 402 btScalar delta = (point-line0).dot(lineDelta) / (lineDelta).dot(lineDelta); 410 nearestPoint = line0 + lineDelta*delta;
|
/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 | |
/external/guice/lib/build/jdiff/ |
jdiff.jar | |
/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/libgdx/gdx/jni/gdx2d/ |
stb_image.h | 3307 stbi_uc *line0,*line1; member in struct:__anon16452 [all...] |
/external/netperf/src/ |
nettest_omni.c | [all...] |
/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 | |
/prebuilts/gradle-plugin/com/android/tools/sdk-common/24.3.0-beta2/ |
sdk-common-24.3.0-beta2.jar | |
/prebuilts/gradle-plugin/com/android/tools/sdk-common/24.3.0-beta3/ |
sdk-common-24.3.0-beta3.jar | |
/prebuilts/gradle-plugin/com/android/tools/sdk-common/24.3.0-beta4/ |
sdk-common-24.3.0-beta4.jar | |
/prebuilts/gradle-plugin/com/android/tools/sdk-common/24.3.1/ |
sdk-common-24.3.1.jar | |