Searched refs:line2 (Results 1 - 18 of 18) sorted by relevance

/external/nist-sip/java/gov/nist/javax/sip/parser/
H A DPipelinedMsgParser.java227 String line2 = null;
255 line2 = readLine(inputStream);
256 inputBuffer.append(line2);
257 if (line2.trim().equals(""))
269 inputBuffer.append(line2);
/external/chromium/chrome/browser/autofill/
H A Daddress.h49 void set_line2(const string16& line2);
H A Daddress.cc174 void Address::set_line2(const string16& line2) { argument
175 line2_ = line2;
177 Tokenize(line2, kAddressSplitChars, &line2_tokens_);
/external/chromium/base/
H A Dfile_util.cc123 std::string line1, line2; local
125 getline(file2, line2);
140 std::string::size_type end2 = line2.find_last_not_of("\r\n");
142 line2.clear();
143 else if (end2 + 1 < line2.length())
144 line2.erase(end2 + 1);
146 if (line1 != line2)
/external/qemu/distrib/sdl-1.2.15/src/video/gapi/
H A DSDL_gapivideo.c881 PIXEL *line1, *line2; local
909 line2 = srcPointer + SDL_VideoSurface->pitch / 2;
914 *(DWORD*)destPointer =(*line2++ << 16) | *line1++;
923 *(DWORD*)destPointer =(*line1++ << 16) | *line2++;
967 line2 = srcPointer + SDL_VideoSurface->pitch / 2;
981 *(DWORD*)destPointer =(*line2++ << 16) | *line1++;
997 PIXEL *line1, *line2; local
1028 line2 = srcPointer + SDL_VideoSurface->pitch / 2;
1033 PIXEL c2 = *line2++;
/external/protobuf/src/google/protobuf/stubs/
H A Dcommon_unittest.cc150 int line2 = __LINE__; GOOGLE_LOG(INFO) << "Visible2"; local
159 "0 "__FILE__":" + SimpleItoa(line2) + ": Visible2",
/external/webkit/Source/WebCore/inspector/front-end/
H A DTextViewer.js1524 var line2 = lines[0];
1525 while (line1[startColumn] && line1[startColumn] === line2[startColumn])
1527 lines[0] = line2.substring(startColumn);
1530 var line2 = lines[lines.length - 1];
1531 for (var i = 0; i < endColumn && i < line2.length; ++i) {
1534 if (line1[endColumn - i - 1] !== line2[line2.length - i - 1])
1539 lines[lines.length - 1] = line2.substring(0, line2.length - i);
/external/chromium/base/i18n/
H A Dbreak_iterator_unittest.cc275 const string16 line2(str.substr(11, 5));
283 EXPECT_EQ(line2, iter.GetString());
/external/jmonkeyengine/engine/src/core/com/jme3/collision/
H A DSweepSphere.java93 private boolean pointsOnSameSide(Vector3f p1, Vector3f p2, Vector3f line1, Vector3f line2) { argument
94 // V1 = (line2 - line1) x (p1 - line1)
95 // V2 = (p2 - line1) x (line2 - line1)
97 temp1.set(line2).subtractLocal(line1);
/external/opencv/cvaux/src/
H A Dcvscanlines.cpp128 icvCrossLines( float *line1, float *line2, float *cross_point ) argument
132 if( line1 == 0 && line2 == 0 && cross_point == 0 )
135 delta = line1[0] * line2[1] - line1[1] * line2[0];
140 cross_point[0] = (-line1[2] * line2[1] + line1[1] * line2[2]) / delta;
141 cross_point[1] = (-line1[0] * line2[2] + line1[2] * line2[0]) / delta;
H A Dcvepilines.cpp69 CvVect64d line1,CvVect64d line2,
2047 CvVect64d line1,CvVect64d line2,
2054 icvProjectPointToDirect(testPoint,line2,&point2);
2046 icvTestPoint( CvPoint2D64d testPoint, CvVect64d line1,CvVect64d line2, CvPoint2D64d basePoint, int* result) argument
/external/webkit/Tools/Scripts/webkitperl/VCSUtils_unittest/
H A DparseGitDiffHeader.pl225 line2
H A DparseDiff.pl1116 line2
1144 line2
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.ui.ide_3.6.2.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.apache.jasper_5.5.17.v201004212143.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 369 milliseconds