Home
last modified time | relevance | path

Searched refs:ast1 (Results 1 - 3 of 3) sorted by relevance

/third_party/python/Lib/test/
H A Dtest_unparse.py132 def assertASTEqual(self, ast1, ast2):
134 self.assertIsInstance(ast1, ast.AST)
169 traverse_compare(ast1, ast2)
173 ast1 = ast.parse(code1, **kwargs)
174 code2 = ast.unparse(ast1)
176 self.assertASTEqual(ast1, ast2)
H A Dtest_ast.py2389 import _ast as ast1 namespace
2397 del ast1
/third_party/ffmpeg/libavformat/
H A Davidec.c1306 AVIStream *ast1 = st1->priv_data; in avi_sync() local
1308 if (ast1 && d[2] == 'w' && d[3] == 'b' in avi_sync()
1313 && (d[2]*256+d[3] == ast1->prefix || !ast1->prefix_count) in avi_sync()
1317 ast = ast1; in avi_sync()

Completed in 8 milliseconds