Home | History | Annotate | Download | only in tools

Lines Matching full:lineno

1075 function match_regexp(str, lineNo, array, id, pattern) {
1095 for (var lineNo = 0; lineNo < lines.length; ++lineNo) {
1096 var line = lines[lineNo];
1141 lastLineNo = lineNo;
1146 found = match_regexp(line, lineNo, record, ACTIVE_LINE_SPAN, "debugShowActiveSpans" +
1148 ) || match_regexp(line, lineNo, record, ACTIVE_QUAD_SPAN, "debugShowActiveSpans" +
1150 ) || match_regexp(line, lineNo, record, ACTIVE_CONIC_SPAN, "debugShowActiveSpans" +
1152 ) || match_regexp(line, lineNo, record, ACTIVE_CUBIC_SPAN, "debugShowActiveSpans" +
1154 ) || match_regexp(line, lineNo, record, ACTIVE_LINE_SPAN, "debugShowActiveSpans" +
1156 ) || match_regexp(line, lineNo, record, ACTIVE_QUAD_SPAN, "debugShowActiveSpans" +
1158 ) || match_regexp(line, lineNo, record, ACTIVE_CONIC_SPAN, "debugShowActiveSpans" +
1160 ) || match_regexp(line, lineNo, record, ACTIVE_CUBIC_SPAN, "debugShowActiveSpans" +
1165 found = match_regexp(line, lineNo, record, ACTIVE_OP, "activeOp" +
1170 if (match_regexp(line, lineNo, record, ADD_MOVETO, "PATH.moveTo(P_VAL);")) {
1174 } else if (match_regexp(line, lineNo, record, ADD_LINETO, "PATH.lineTo(P_VAL);")) {
1180 } else if (match_regexp(line, lineNo
1186 } else if (match_regexp(line, lineNo, record, ADD_CONICTO, "PATH.conicTo(P_VAL, P_VAL, T_VAL);")) {
1192 } else if (match_regexp(line, lineNo, record, ADD_CUBICTO, "PATH.cubicTo(P_VAL, P_VAL, P_VAL);")) {
1198 } else if (match_regexp(line, lineNo, record, ADD_FILL, "PATH.setFillType(FILL_TYPE);")) {
1201 found = match_regexp(line, lineNo, record, ADD_CLOSE, "PATH.close();");
1205 found = match_regexp(line, lineNo, record, PATH_LINE, "afterPart LINE_VAL")
1206 || match_regexp(line, lineNo, record, PATH_QUAD, "afterPart QUAD_VAL")
1207 || match_regexp(line, lineNo, record, PATH_CONIC, "afterPart CONIC_VAL")
1208 || match_regexp(line, lineNo, record, PATH_CUBIC, "afterPart CUBIC_VAL")
1211 found = match_regexp(line, lineNo, record, ANGLE_AFTER, "after " +
1218 found = match_regexp(line, lineNo, record, COIN_MAIN_SPAN, "debugShowCoincidence" +
1220 ) || match_regexp(line, lineNo, record, COIN_OPP_SPAN, "debugShowCoincidence" +
1226 || match_regexp(line, lineNo, record, COMPUTED_SET_1, "computed quadratics set 1"
1227 ) || match_regexp(line, lineNo, record, COMPUTED_SET_2, "computed quadratics set 2"
1228 ) || match_regexp(line, lineNo, record, PATH_QUAD, " QUAD_VAL,"
1229 ) || match_regexp(line, lineNo, record, PATH_CONIC, " CONIC_VAL,"
1230 ) || match_regexp(line, lineNo, record, PATH_CUBIC, " CUBIC_VAL,"
1234 found = match_regexp(line, lineNo, record, PATH_LINE, "seg=IDX LINE_VAL"
1235 ) || match_regexp(line, lineNo, record, PATH_QUAD, "seg=IDX QUAD_VAL"
1236 ) || match_regexp(line, lineNo, record, PATH_CONIC, "seg=IDX CONIC_VAL"
1237 ) || match_regexp(line, lineNo, record, PATH_CUBIC, "seg=IDX CUBIC_VAL"
1241 found = match_regexp(line, lineNo, record, PATH_LINE, "((SkOpSegment*) PTR_VAL) [IDX] {LINE_VAL}"
1242 ) || match_regexp(line, lineNo, record, PATH_QUAD, "((SkOpSegment*) PTR_VAL) [IDX] {QUAD_VAL}"
1243 ) || match_regexp(line, lineNo, record, PATH_CONIC, "((SkOpSegment*) PTR_VAL) [IDX] {CONIC_VAL}"
1244 ) || match_regexp(line, lineNo, record, PATH_CUBIC, "((SkOpSegment*) PTR_VAL) [IDX] {CUBIC_VAL}"
1248 found = match_regexp(line, lineNo, record, INTERSECT_LINE, "debugShowLineIntersection" +
1250 ) || match_regexp(line, lineNo, record, INTERSECT_LINE_2, "debugShowLineIntersection" +
1252 ) || match_regexp(line, lineNo, record, INTERSECT_LINE_NO, "debugShowLineIntersection" +
1254 ) || match_regexp(line, lineNo, record, INTERSECT_QUAD_LINE, "debugShowQuadLineIntersection" +
1256 ) || match_regexp(line, lineNo, record, INTERSECT_QUAD_LINE_2, "debugShowQuadLineIntersection" +
1258 ) || match_regexp(line, lineNo, record, INTERSECT_QUAD_LINE_NO, "debugShowQuadLineIntersection" +
1260 ) || match_regexp(line, lineNo, record, INTERSECT_QUAD, "debugShowQuadIntersection" +
1262 ) || match_regexp(line, lineNo, record, INTERSECT_QUAD_2, "debugShowQuadIntersection" +
1264 ) || match_regexp(line, lineNo, record, INTERSECT_QUAD_NO, "debugShowQuadIntersection" +
1266 ) || match_regexp(line, lineNo, record, INTERSECT_CONIC_LINE, "debugShowConicLineIntersection" +
1268 ) || match_regexp(line, lineNo, record, INTERSECT_CONIC_LINE_2, "debugShowConicLineIntersection" +
1270 ) || match_regexp(line, lineNo, record, INTERSECT_CONIC_LINE_NO, "debugShowConicLineIntersection" +
1272 ) || match_regexp(line, lineNo, record, INTERSECT_CONIC, "debugShowConicIntersection" +
1274 ) || match_regexp(line, lineNo, record, INTERSECT_CONIC_2, "debugShowConicIntersection" +
1276 ) || match_regexp(line, lineNo, record, INTERSECT_CONIC_NO, "debugShowConicIntersection" +
1278 ) || match_regexp(line, lineNo, record, INTERSECT_CUBIC_LINE, "debugShowCubicLineIntersection" +
1280 ) || match_regexp(line, lineNo, record, INTERSECT_CUBIC_LINE_2, "debugShowCubicLineIntersection" +
1282 ) || match_regexp(line, lineNo, record, INTERSECT_CUBIC_LINE_3, "debugShowCubicLineIntersection" +
1284 ) || match_regexp(line, lineNo, record, INTERSECT_CUBIC_LINE_NO, "debugShowCubicLineIntersection" +
1286 ) || match_regexp(line, lineNo, record, INTERSECT_CUBIC_QUAD, "debugShowCubicQuadIntersection" +
1288 ) || match_regexp(line, lineNo, record, INTERSECT_CUBIC_QUAD_2, "debugShowCubicQuadIntersection" +
1290 ) || match_regexp(line, lineNo, record, INTERSECT_CUBIC_QUAD_3, "debugShowCubicQuadIntersection" +
1292 ) || match_regexp(line, lineNo, record, INTERSECT_CUBIC_QUAD_4, "debugShowCubicQuadIntersection" +
1294 ) || match_regexp(line, lineNo, record, INTERSECT_CUBIC_QUAD_NO, "debugShowCubicQuadIntersection" +
1296 ) || match_regexp(line, lineNo, record, INTERSECT_CUBIC, "debugShowCubicIntersection" +
1298 ) || match_regexp(line, lineNo, record, INTERSECT_CUBIC_2, "debugShowCubicIntersection" +
1300 ) || match_regexp(line, lineNo, record, INTERSECT_CUBIC_3, "debugShowCubicIntersection" +
1302 ) || match_regexp(line, lineNo, record, INTERSECT_CUBIC_4, "debugShowCubicIntersection" +
1304 ) || match_regexp(line, lineNo, record, INTERSECT_CUBIC_NO, "debugShowCubicIntersection" +
1306 ) || match_regexp(line, lineNo, record, INTERSECT_SELF_CUBIC, "debugShowCubicIntersection" +
1308 ) || match_regexp(line, lineNo, record, INTERSECT_SELF_CUBIC_NO, "debugShowCubicIntersection" +
1320 found = match_regexp(line, lineNo, record, SORT_UNARY, "debugOne" +
1322 ) || match_regexp(line, lineNo, record, SORT_BINARY, "debugOne" +
1324 ) || match_regexp(line, lineNo, record, SORT_UNARY, "dumpOne" +
1326 ) || match_regexp(line, lineNo, record, SORT_BINARY, "dumpOne" +
1339 found = match_regexp(line, lineNo, record, ACTIVE_OP, "findTop" +
1341 ) || match_regexp(line, lineNo, record, ACTIVE_OP, "findTop" +
1343 ) || match_regexp(line, lineNo, record, ACTIVE_OP, "findTop" +
1348 found = match_regexp(line, lineNo, record, MARK_LINE, "markWinding" +
1350 ) || match_regexp(line, lineNo, record, MARK_QUAD, "markWinding" +
1352 ) || match_regexp(line, lineNo, record, MARK_CONIC, "markWinding" +
1354 ) || match_regexp(line, lineNo, record, MARK_CUBIC, "markWinding" +
1356 ) || match_regexp(line, lineNo, record, MARK_DONE_LINE, "markDone" +
1358 ) || match_regexp(line, lineNo, record, MARK_DONE_QUAD, "markDone" +
1360 ) || match_regexp(line, lineNo, record, MARK_DONE_CONIC, "markDone" +
1362 ) || match_regexp(line, lineNo, record, MARK_DONE_CUBIC, "markDone" +
1364 ) || match_regexp(line, lineNo, record, MARK_SIMPLE_LINE, "markWinding" +
1366 ) || match_regexp(line, lineNo, record, MARK_SIMPLE_QUAD, "markWinding" +
1368 ) || match_regexp(line, lineNo, record, MARK_SIMPLE_CONIC, "markWinding" +
1370 ) || match_regexp(line, lineNo, record, MARK_SIMPLE_CUBIC, "markWinding" +
1372 ) || match_regexp(line, lineNo, record, MARK_ANGLE_LAST, "markAngle" +
1374 ) || match_regexp(line, lineNo, record, MARK_ANGLE_LAST, "markAngle" +
1383 found = match_regexp(line, lineNo, record, OP_DIFFERENCE, "op diff"
1384 ) || match_regexp(line, lineNo, record, OP_INTERSECT, "op intersect"
1385 ) || match_regexp(line, lineNo, record, OP_INTERSECT, "op sect"
1386 ) || match_regexp(line, lineNo, record, OP_UNION, "op union"
1387 ) || match_regexp(line, lineNo, record, OP_XOR, "op xor"
1395 console.log(line + " [" + lineNo + "] of type " + type + " not found");