Home
last modified time | relevance | path

Searched refs:a_lineno (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/python/debug/lib/
Dsource_remote_test.py85 a_lineno = line_number_above()
97 self.assertIn((self._curr_file_path, a_lineno, this_func_name), tb)
109 self._server.query_source_file_line(__file__, a_lineno))
124 a_lineno = line_number_above()
139 self.assertIn((self._curr_file_path, a_lineno, this_func_name), tb)
172 a_lineno = line_number_above()
189 self.assertIn((self._curr_file_path, a_lineno, this_func_name), tb)
/external/python/cpython2/Python/
Dcompile.c3405 int a_lineno; /* last lineno of emitted instruction */ member
3494 a->a_lineno = firstlineno; in assemble_init()
3558 d_lineno = i->i_lineno - a->a_lineno; in assemble_lnotab()
3638 a->a_lineno = i->i_lineno; in assemble_lnotab()
/external/python/cpython3/Python/
Dcompile.c4955 int a_lineno; /* last lineno of emitted instruction */ member
5083 a->a_lineno = firstlineno; in assemble_init()
5135 d_lineno = i->i_lineno - a->a_lineno; in assemble_lnotab()
5226 a->a_lineno = i->i_lineno; in assemble_lnotab()