/external/emma/core/java12/com/vladium/jcd/cls/attribute/ |
D | LineNumberTableAttribute_info.java | 134 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/ |
D | PathOpsCubicIntersectionTestData.h | 24 extern const size_t lines_count;
|
D | PathOpsCubicToQuadsTest.cpp | 142 test(reporter, lines, "lines", firstLinesTest, lines_count); in DEF_TEST() 151 testC(reporter, lines, "computed lines", firstComputedLinesTest, lines_count); in DEF_TEST()
|
D | PathOpsCubicIntersectionTestData.cpp | 145 const size_t lines_count = SK_ARRAY_COUNT(lines); variable
|
D | PathOpsCubicReduceOrderTest.cpp | 126 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/ |
D | PathOpsCubicIntersectionTestData.h | 24 extern const size_t lines_count;
|
D | PathOpsCubicToQuadsTest.cpp | 142 test(reporter, lines, "lines", firstLinesTest, lines_count); in DEF_TEST() 151 testC(reporter, lines, "computed lines", firstComputedLinesTest, lines_count); in DEF_TEST()
|
D | PathOpsCubicIntersectionTestData.cpp | 145 const size_t lines_count = SK_ARRAY_COUNT(lines); variable
|
D | PathOpsCubicReduceOrderTest.cpp | 126 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/ |
D | CubicIntersection_TestData.h | 27 extern const size_t lines_count;
|
D | CubicReduceOrder_Test.cpp | 63 for (index = firstLinesTest; index < lines_count; ++index) { in CubicReduceOrder_Test() 125 for (index = firstComputedLinesTest; index < lines_count; ++index) { in CubicReduceOrder_Test()
|
D | CubicToQuadratics_Test.cpp | 118 test(lines, "lines", firstLinesTest, lines_count); in CubicToQuadratics_Test() 126 testC(lines, "computed lines", firstComputedLinesTest, lines_count); in CubicToQuadratics_Test()
|
D | CubicIntersection_TestData.cpp | 160 const size_t lines_count = sizeof(lines) / sizeof(lines[0]); variable
|
/external/skia/experimental/Intersection/ |
D | CubicIntersection_TestData.h | 27 extern const size_t lines_count;
|
D | CubicReduceOrder_Test.cpp | 63 for (index = firstLinesTest; index < lines_count; ++index) { in CubicReduceOrder_Test() 125 for (index = firstComputedLinesTest; index < lines_count; ++index) { in CubicReduceOrder_Test()
|
D | CubicToQuadratics_Test.cpp | 118 test(lines, "lines", firstLinesTest, lines_count); in CubicToQuadratics_Test() 126 testC(lines, "computed lines", firstComputedLinesTest, lines_count); in CubicToQuadratics_Test()
|
D | CubicIntersection_TestData.cpp | 160 const size_t lines_count = sizeof(lines) / sizeof(lines[0]); variable
|
/external/pixman/test/ |
D | lowlevel-blt-bench.c | 177 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()
|