Home
last modified time | relevance | path

Searched refs:srow (Results 1 – 12 of 12) sorted by relevance

/external/python/cpython2/Tools/scripts/
Dcleanfuture.py166 type, token, (srow, scol), (erow, ecol), line = get()
170 type, token, (srow, scol), (erow, ecol), line = get()
174 type, token, (srow, scol), (erow, ecol), line = get()
180 type, token, (srow, scol), (erow, ecol), line = get()
184 startline = srow - 1 # tokenize is one-based
185 type, token, (srow, scol), (erow, ecol), line = get()
189 type, token, (srow, scol), (erow, ecol), line = get()
193 type, token, (srow, scol), (erow, ecol), line = get()
199 type, token, (srow, scol), (erow, ecol), line = get()
203 type, token, (srow, scol), (erow, ecol), line = get()
[all …]
/external/python/cpython3/Tools/scripts/
Dcleanfuture.py166 type, token, (srow, scol), (erow, ecol), line = get()
170 type, token, (srow, scol), (erow, ecol), line = get()
174 type, token, (srow, scol), (erow, ecol), line = get()
180 type, token, (srow, scol), (erow, ecol), line = get()
184 startline = srow - 1 # tokenize is one-based
185 type, token, (srow, scol), (erow, ecol), line = get()
189 type, token, (srow, scol), (erow, ecol), line = get()
193 type, token, (srow, scol), (erow, ecol), line = get()
199 type, token, (srow, scol), (erow, ecol), line = get()
203 type, token, (srow, scol), (erow, ecol), line = get()
[all …]
Dhighlight.py21 (srow, scol), (erow, ecol) = start, end
22 if srow == erow:
23 return lines[srow-1][scol:ecol], end
24 rows = [lines[srow-1][scol:]] + lines[srow: erow-1] + [lines[erow-1][:ecol]]
39 tok_type, tok_str, (srow, scol), (erow, ecol), logical_lineno = tok
59 text, written = combine_range(lines, written, (srow, scol))
/external/chromium-trace/catapult/common/py_utils/py_utils/refactor/
Doffset_token.py70 token_type, string, (srow, scol), _, _ = next_token
75 if erow == srow:
79 token_type, string, (srow - erow, scol)))
/external/tensorflow/tensorflow/python/autograph/pyct/
Dorigin_info.py188 srow, _ = loc
190 comment_map[srow] = tok_string.strip()[1:].strip()
/external/mesa3d/src/gallium/drivers/etnaviv/
Detnaviv_rs.c441 void *smap, *srow, *dmap, *drow; in etna_manual_blit() local
459 srow = smap + src_offset; in etna_manual_blit()
466 memcpy(drow, srow, tile_size * blit_info->src.box.width); in etna_manual_blit()
467 srow += src_lev->stride * 4; in etna_manual_blit()
/external/python/cpython2/Lib/
Dtokenize.py151 srow, scol = srow_scol
154 (srow, scol, erow, ecol, tok_name[type], repr(token))
Dinspect.py641 srow, scol = srow_scol
652 self.last = srow
/external/python/cpython2/Lib/lib2to3/pgen2/
Dtokenize.py155 (srow, scol) = start
158 (srow, scol, erow, ecol, tok_name[type], repr(token))
/external/python/cpython3/Lib/lib2to3/pgen2/
Dtokenize.py143 (srow, scol) = xxx_todo_changeme
146 (srow, scol, erow, ecol, tok_name[type], repr(token)))
/external/python/cpython2/Doc/library/
Dtokenize.rst37 string; a 2-tuple ``(srow, scol)`` of ints specifying the row and column
/external/python/cpython3/Doc/library/
Dtokenize.rst38 token string; a 2-tuple ``(srow, scol)`` of ints specifying the row and