/external/emma/core/java12/com/vladium/jcd/cls/attribute/ |
LineNumberTableAttribute_info.java | 134 final int lines_count = m_lines.size (); // use size() if class becomes non-final local 135 _clone.m_lines = new ArrayList (lines_count); 136 for (int e = 0; e < lines_count; ++ e) 150 final int lines_count = m_lines.size (); // use size() if class becomes non-final local 151 out.writeU2 (lines_count); 153 for (int l = 0; l < lines_count; ++ l) 170 final int lines_count = bytes.readU2 (); local 171 m_lines = new ArrayList (lines_count); 173 for (int i = 0; i < lines_count; i++)
|
/external/skia/tests/ |
PathOpsCubicIntersectionTestData.h | 24 extern const size_t lines_count;
|
PathOpsCubicIntersectionTestData.cpp | 143 const size_t lines_count = SK_ARRAY_COUNT(lines); variable
|
PathOpsCubicToQuadsTest.cpp | 142 test(reporter, lines, "lines", firstLinesTest, lines_count); 151 testC(reporter, lines, "computed lines", firstComputedLinesTest, lines_count);
|
PathOpsCubicReduceOrderTest.cpp | 126 for (index = firstLinesTest; index < lines_count; ++index) { 205 for (index = firstComputedLinesTest; index < lines_count; ++index) {
|
/external/pixman/test/ |
lowlevel-blt-bench.c | 177 int lines_count) 194 for (j = 0; j < lines_count; j++) 204 call_func (func, op, src_img, mask_img, dst_img, x, 0, x, 0, 63 - x, 0, width, lines_count); [all...] |
/external/emma/lib/ |
emma.jar | |