Home | History | Annotate | Download | only in tools

Lines Matching full:consts

349         consts = [];
434 def emit_set(out, consts):
435 for ii in range(0, len(consts)):
437 (consts[ii]['name'], consts[ii]['value']));
452 consts = [];
457 consts.append({
462 emit_set(out, consts);
465 consts = [];
473 consts.append({
478 emit_set(out, consts);