OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:line_idx
(Results
1 - 2
of
2
) sorted by null
/external/perfetto/tools/
fix_include_guards
28
for
line_idx
in xrange(len(lines) - 1, -1, -1):
29
if lines[
line_idx
].startswith('#endif'):
30
endif_line_idx =
line_idx
34
line_idx
= 0
42
elif
line_idx
== endif_line_idx and replacements == 2:
46
line_idx
+= 1
/external/tensorflow/tensorflow/tools/compatibility/
ipynb.py
72
for
line_idx
, code_line in enumerate(cell_lines):
84
if (
line_idx
== len(cell_lines) - 1) and code_line.endswith("\n"):
Completed in 248 milliseconds