Home
last modified time | relevance | path

Searched refs:lines_count (Results 1 – 18 of 18) sorted by relevance

/external/emma/core/java12/com/vladium/jcd/cls/attribute/
DLineNumberTableAttribute_info.java134 final int lines_count = m_lines.size (); // use size() if class becomes non-final in clone() local
135 _clone.m_lines = new ArrayList (lines_count); in clone()
136 for (int e = 0; e < lines_count; ++ e) in clone()
150 final int lines_count = m_lines.size (); // use size() if class becomes non-final in writeInClassFormat() local
151 out.writeU2 (lines_count); in writeInClassFormat()
153 for (int l = 0; l < lines_count; ++ l) in writeInClassFormat()
170 final int lines_count = bytes.readU2 (); in LineNumberTableAttribute_info() local
171 m_lines = new ArrayList (lines_count); in LineNumberTableAttribute_info()
173 for (int i = 0; i < lines_count; i++) in LineNumberTableAttribute_info()
/external/skia/tests/
DPathOpsCubicIntersectionTestData.h24 extern const size_t lines_count;
DPathOpsCubicToQuadsTest.cpp142 test(reporter, lines, "lines", firstLinesTest, lines_count); in DEF_TEST()
151 testC(reporter, lines, "computed lines", firstComputedLinesTest, lines_count); in DEF_TEST()
DPathOpsCubicIntersectionTestData.cpp145 const size_t lines_count = SK_ARRAY_COUNT(lines); variable
DPathOpsCubicReduceOrderTest.cpp126 for (index = firstLinesTest; index < lines_count; ++index) { in DEF_TEST()
205 for (index = firstComputedLinesTest; index < lines_count; ++index) { in DEF_TEST()
/external/chromium_org/third_party/skia/tests/
DPathOpsCubicIntersectionTestData.h24 extern const size_t lines_count;
DPathOpsCubicToQuadsTest.cpp142 test(reporter, lines, "lines", firstLinesTest, lines_count); in DEF_TEST()
151 testC(reporter, lines, "computed lines", firstComputedLinesTest, lines_count); in DEF_TEST()
DPathOpsCubicIntersectionTestData.cpp145 const size_t lines_count = SK_ARRAY_COUNT(lines); variable
DPathOpsCubicReduceOrderTest.cpp126 for (index = firstLinesTest; index < lines_count; ++index) { in DEF_TEST()
205 for (index = firstComputedLinesTest; index < lines_count; ++index) { in DEF_TEST()
/external/chromium_org/third_party/skia/experimental/Intersection/
DCubicIntersection_TestData.h27 extern const size_t lines_count;
DCubicReduceOrder_Test.cpp63 for (index = firstLinesTest; index < lines_count; ++index) { in CubicReduceOrder_Test()
125 for (index = firstComputedLinesTest; index < lines_count; ++index) { in CubicReduceOrder_Test()
DCubicToQuadratics_Test.cpp118 test(lines, "lines", firstLinesTest, lines_count); in CubicToQuadratics_Test()
126 testC(lines, "computed lines", firstComputedLinesTest, lines_count); in CubicToQuadratics_Test()
DCubicIntersection_TestData.cpp160 const size_t lines_count = sizeof(lines) / sizeof(lines[0]); variable
/external/skia/experimental/Intersection/
DCubicIntersection_TestData.h27 extern const size_t lines_count;
DCubicReduceOrder_Test.cpp63 for (index = firstLinesTest; index < lines_count; ++index) { in CubicReduceOrder_Test()
125 for (index = firstComputedLinesTest; index < lines_count; ++index) { in CubicReduceOrder_Test()
DCubicToQuadratics_Test.cpp118 test(lines, "lines", firstLinesTest, lines_count); in CubicToQuadratics_Test()
126 testC(lines, "computed lines", firstComputedLinesTest, lines_count); in CubicToQuadratics_Test()
DCubicIntersection_TestData.cpp160 const size_t lines_count = sizeof(lines) / sizeof(lines[0]); variable
/external/pixman/test/
Dlowlevel-blt-bench.c177 int lines_count) in bench_L() argument
194 for (j = 0; j < lines_count; j++) in bench_L()
204 call_func (func, op, src_img, mask_img, dst_img, x, 0, x, 0, 63 - x, 0, width, lines_count); in bench_L()