Searched refs:substep (Results 1 – 4 of 4) sorted by relevance
/external/pigweed/pw_presubmit/py/pw_presubmit/ |
D | presubmit.py | 697 substep: Optional[str] = None variable in FilteredCheck 704 return self.check.run(ctx, count, total, self.substep) 737 substep: Optional[str] = None, 742 if substep: 746 checks[0].substep = substep 962 substep: Optional[str] = None, 1094 return presubmit.run(program, keep_going, substep=substep) 1265 substep: Optional[str] = None, 1278 substep_part = f'.{substep}' if substep else '' 1290 if substep: [all …]
|
D | cli.py | 249 substep: str, 326 if substep and len(final_program) > 1: 337 substep=substep,
|
/external/python/cpython3/Objects/ |
D | rangeobject.c | 348 PyObject *substart = NULL, *substop = NULL, *substep = NULL; in compute_slice() local 355 substep = PyNumber_Multiply(r->step, step); in compute_slice() 356 if (substep == NULL) goto fail; in compute_slice() 367 result = make_range_object(Py_TYPE(r), substart, substop, substep); in compute_slice() 377 Py_XDECREF(substep); in compute_slice()
|
/external/pigweed/pw_presubmit/ |
D | docs.rst | 172 * ``name``: Name of the substep
|