Searched defs:line2 (Results 1 - 25 of 37) sorted by relevance

12

/external/skia/tests/
H A DPathOpsDLineTest.cpp26 SkDLine line2; local
28 line2.set(pts);
29 REPORTER_ASSERT(reporter, line[0] == line2[0] && line[1] == line2[1]);
H A DPathOpsLineIntersectionTest.cpp87 static void check_results(skiatest::Reporter* reporter, const SkDLine& line1, const SkDLine& line2, argument
91 SkDPoint result2 = line2.ptAtT(ts[1][i]);
97 result2 = line2.ptAtT(ts[1][i ^ 1]);
107 static void testOne(skiatest::Reporter* reporter, const SkDLine& line1, const SkDLine& line2, argument
110 SkASSERT(ValidLine(line2));
113 int pts = i.intersect(line1, line2);
116 check_results(reporter, line1, line2, i, nearAllowed);
117 if (line1[0] == line1[1] || line2[0] == line2[1]) {
124 ts.horizontal(line2, lef
151 testOneCoincident(skiatest::Reporter* reporter, const SkDLine& line1, const SkDLine& line2) argument
206 const SkDLine& line2 = coincidentTests[index][1]; local
211 const SkDLine& line2 = tests[index][1]; local
216 const SkDLine& line2 = noIntersect[index][1]; local
[all...]
H A DPathOpsQuadLineIntersectionThreadedTest.cpp104 SkDLine line2 = {{{x, y}, {x + h, y + v}}}; local
105 testLineIntersect(state.fReporter, quad, line2, x, y);
/external/google-breakpad/src/common/
H A Dstabs_to_module_unittest.cc179 Module::Line *line2 = &function->lines[1]; local
180 EXPECT_EQ(0xb4513963eff94e92LL, line2->address);
181 EXPECT_EQ(0x1000000000000ULL, line2->size); // derived from EndFunction
182 EXPECT_TRUE(line2->file == file2);
183 EXPECT_EQ(87660088, line2->number);
H A Dmodule_unittest.cc118 Module::Line line2 = { 0xdaf35bc123885c04LL, 0xcf621b8d324d0ebLL, local
120 function->lines.push_back(line2);
175 Module::Line line2 = { 0x401ce8c8a12d25e3LL, 0x895751c41b8d2ce2LL, local
178 function->lines.push_back(line2);
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/types/
H A DBinaryTagTest.java27 String line2 = "OTk6enp56enmlpaWNjY6Ojo4SEhP/++f/++f/++f/++f/++f/++f/++f/++f/+"; field in class:BinaryTagTest
30 String content = line1 + line2 + line3 + line4;
/external/ltp/testcases/kernel/fs/mongo/
H A Dmongo_compare.c55 char line2[100]; local
104 fgets(line2, 100, f2);
108 if (p = strstr(line2, "\n"))
125 strcpy(tmp_str[i], line2);
134 line3, line2);
160 line2[strlen(line2) - 1] = 0;
161 while (strlen(line2) < 40) {
162 strcat(line2, " ");
165 strcat(line3, line2);
[all...]
/external/pdfium/core/fxcodec/jbig2/
H A DJBig2_GrrdProc.cpp46 uint32_t line2 = 0; local
69 CONTEXT |= line2 << 9;
75 line2 = ((line2 << 1) | bVal) & 0x01;
92 uint32_t line2 = 0; local
124 CONTEXT |= line2 << 9;
131 line2 = ((line2 << 1) | bVal) & 0x01;
295 uint32_t line2 = 0; local
311 CONTEXT |= line2 <<
334 uint32_t line2 = 0; local
[all...]
H A DJBig2_GrdProc.cpp89 uint32_t line2 = *pLine2++; local
90 uint32_t CONTEXT = ((line1 & 0xf800) | (line2 & 0x07f0));
93 line2 = (line2 << 8) | (*pLine2++);
99 ((line1 >> k) & 0x0800) | ((line2 >> k) & 0x0010));
104 line2 <<= 8;
111 ((line1 >> (7 - k)) & 0x0800) | ((line2 >> (7 - k)) & 0x0010));
116 uint32_t line2 = (h & 1) ? (*pLine2++) : 0; local
117 uint32_t CONTEXT = (line2 & 0x07f0);
120 line2
161 uint32_t line2 = GBREG->getPixel(2, h - 1); local
214 uint32_t line2 = *pLine2++; local
241 uint32_t line2 = (h & 1) ? (*pLine2++) : 0; local
287 uint32_t line2 = GBREG->getPixel(2, h - 1); local
337 uint32_t line2 = *pLine2++; local
364 uint32_t line2 = (h & 1) ? (*pLine2++) : 0; local
409 uint32_t line2 = GBREG->getPixel(1, h - 1); local
516 uint32_t line2 = 0; local
671 uint32_t line2 = *pLine2++; local
698 uint32_t line2 = (m_loopIndex & 1) ? (*pLine2++) : 0; local
748 uint32_t line2 = pImage->getPixel(2, m_loopIndex - 1); local
808 uint32_t line2 = *pLine2++; local
835 uint32_t line2 = (m_loopIndex & 1) ? (*pLine2++) : 0; local
886 uint32_t line2 = pImage->getPixel(2, h - 1); local
941 uint32_t line2 = *pLine2++; local
968 uint32_t line2 = (m_loopIndex & 1) ? (*pLine2++) : 0; local
1018 uint32_t line2 = pImage->getPixel(1, m_loopIndex - 1); local
1137 uint32_t line2 = 0; local
[all...]
/external/protobuf/src/google/protobuf/stubs/
H A Dcommon_unittest.cc151 int line2 = __LINE__; GOOGLE_LOG(INFO) << "Visible2"; local
160 "0 " __FILE__ ":" + SimpleItoa(line2) + ": Visible2",
/external/libchrome/base/files/
H A Dfile_util.cc96 std::string line1, line2; local
98 getline(file2, line2);
113 std::string::size_type end2 = line2.find_last_not_of("\r\n");
115 line2.clear();
116 else if (end2 + 1 < line2.length())
117 line2.erase(end2 + 1);
119 if (line1 != line2)
/external/elfutils/libdw/
H A Ddwarf_getsrclines.c66 Dwarf_Line *line2 = &list2->line; local
68 if (line1->addr != line2->addr)
69 return (line1->addr < line2->addr) ? -1 : 1;
72 if (line1->end_sequence != line2->end_sequence)
73 return line2->end_sequence - line1->end_sequence;
/external/libavc/common/x86/
H A Dih264_deblk_luma_ssse3.c108 __m128i line1, line2, line3, line4, line5, line6, line7, line8; local
114 line2 = _mm_loadl_epi64((__m128i *)(pu1_src - 4 + 1 * src_strd));
122 temp1 = _mm_unpacklo_epi8(line1, line2);
128 line2 = _mm_unpackhi_epi16(temp1, temp2);
134 q0_8x16 = _mm_unpacklo_epi32(line2, line4);
135 q1_8x16 = _mm_unpackhi_epi32(line2, line4);
138 line2 = _mm_loadl_epi64((__m128i *)(pu1_src - 4 + 9 * src_strd));
146 temp1 = _mm_unpacklo_epi8(line1, line2);
152 line2 = _mm_unpackhi_epi16(temp1, temp2);
158 temp3 = _mm_unpacklo_epi32(line2, line
1460 __m128i line1, line2, line3, line4, line5, line6, line7, line8; local
1778 __m128i line1, line2, line3, line4, line5, line6, line7, line8; local
[all...]
/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/pdfium/third_party/lcms2-2.6/src/
H A Dcmssm.c204 Closest point in sector line1 to sector line2 (both are defined as 0 <=t <= 1)
217 cmsBool ClosestLineToLine(cmsVEC3* r, const cmsLine* line1, const cmsLine* line2) argument
224 _cmsVEC3minus(&w0, &line1 ->a, &line2 ->a);
227 b = _cmsVEC3dot(&line1 ->u, &line2 ->u);
228 c = _cmsVEC3dot(&line2 ->u, &line2 ->u);
230 e = _cmsVEC3dot(&line2 ->u, &w0);
/external/autotest/client/profilers/powertop/src/
H A Dpowertop.c178 char line2[1024]; local
249 sprintf(line2, _(" <kernel IPI> : %s"), name);
251 sprintf(line2, _(" <interrupt> : %s"), name);
254 sprintf(line2, _(" <interrupt> : %s"), _("PS/2 keyboard/mouse/touchpad"));
257 push_line(line2, delta);
940 char line2[1024]; local
995 sprintf(line2, "%15s : %s", process, func);
996 push_line_pid(line2, cnt, pid);
/external/icu/icu4c/source/tools/gennorm2/
H A Dn2builder.cpp1287 char line2[100]; local
1288 sprintf(line2, "%s_trieIndex", dataName.data());
1291 norm16Trie, line2, NULL,
/external/netperf/src/
H A Dnettest_omni.c1788 char *line0, char *line1, char *line2, char *line3,
1798 netperf_output_source[name].line[2] = line2;
1787 set_output_elt(enum netperf_output_name name, char *line0, char *line1, char *line2, char *line3, char *format, void *value, unsigned int out_default, unsigned int group, enum netperf_output_type type) argument
/external/guice/extensions/persist/lib/
H A Dcommons-io.jar ... bytes java.io.BufferedReader in String line1 String line2 String line3 java.util.StringTokenizer tok String freeSpace ...
/external/guice/extensions/struts2/lib/
H A Dcommons-io-1.3.2.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/commons/ org/apache/commons/io/ ...
H A Djsp-2.1.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/jasper/ org/apache/jasper/resources/ ...
/external/libphonenumber/demo/war/WEB-INF/lib/
H A Dcommons-io-1.4.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/commons/ org/apache/commons/io/ ...
/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 ...

Completed in 923 milliseconds

12