Home
last modified time | relevance | path

Searched refs:PythonCode (Results 1 – 13 of 13) sorted by relevance

/aosp_15_r20/external/python/mako/test/
Dtest_ast.py26 parsed = ast.PythonCode(code, **exception_kwargs)
36 parsed = ast.PythonCode("x + 5 * (y-z)", **exception_kwargs)
50 parsed = ast.PythonCode(code, **exception_kwargs)
67 parsed = ast.PythonCode(code, **exception_kwargs)
77 parsed = ast.PythonCode(code, **exception_kwargs)
88 parsed = ast.PythonCode(code, **exception_kwargs)
96 parsed = ast.PythonCode(code, **exception_kwargs)
104 parsed = ast.PythonCode(code, **exception_kwargs)
115 parsed = ast.PythonCode(code, **exception_kwargs)
123 parsed = ast.PythonCode(code, **exception_kwargs)
[all …]
/aosp_15_r20/external/python/mako/mako/
Dparsetree.py158 self.code = ast.PythonCode(text, **self.exception_kwargs)
201 self.code = ast.PythonCode(text, **self.exception_kwargs)
330 code = ast.PythonCode(
388 self.page_args = ast.PythonCode(
494 ast.PythonCode(
578 self.code = ast.PythonCode(self.expression, **self.exception_kwargs)
613 self.code = ast.PythonCode(self.expression, **self.exception_kwargs)
Dast.py16 class PythonCode: class
68 f = pyparser.FindTuple(self, PythonCode, **exception_kwargs)
72 class PythonFragment(PythonCode):
Dcodegen.py248 impcode = ast.PythonCode(
/aosp_15_r20/external/pytorch/torch/fx/
H A Dgraph.py233 class PythonCode: class
379 ) -> PythonCode:
712 return PythonCode(fn_code, globals_, _lineno_map=lineno_map)
1401 ) -> PythonCode:
1468 ) -> PythonCode:
H A Dgraph_module.py20 from .graph import _custom_builtins, _is_from_torch, _PyTreeCodeGen, Graph, PythonCode
755 def recompile(self) -> PythonCode:
/aosp_15_r20/external/pytorch/test/expect/
H A DTestFXAPIBackwardCompatibility.test_class_member_back_compat-fx_backcompat_class_members.expect4 torch.fx.graph.PythonCode []
H A DTestFXAPIBackwardCompatibility.test_function_back_compat-fx_backcompat_function_signatures.expect26 …de: bool = False, include_device: bool = False, colored: bool = False) -> torch.fx.graph.PythonCode
31 torch.fx.graph_module.GraphModule.recompile(self) -> torch.fx.graph.PythonCode
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/lldb/Core/
DIOHandler.h55 PythonCode, enumerator
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/lldb/Core/
DIOHandler.h55 PythonCode, enumerator
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/lldb/Core/
DIOHandler.h55 PythonCode, enumerator
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/lldb/Core/
DIOHandler.h55 PythonCode, enumerator
/aosp_15_r20/external/pytorch/test/
H A Dtest_fx.py4074 torch.fx.graph.PythonCode : 'torch.fx.graph.PythonCode',