Home
last modified time | relevance | path

Searched defs:format_frame (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/pytorch/torch/utils/
H A D_traceback.py146 def format_frame(frame, *, base=None, line=False): function
/aosp_15_r20/external/pytorch/tools/flight_recorder/components/
H A Dutils.py26 def format_frame(frame: Dict[str, str]) -> str: function
/aosp_15_r20/external/python/cpython2/Lib/test/
Dtest_signal.py51 def format_frame(self, frame, limit=None): member in InterProcessSignalTests
/aosp_15_r20/system/unwinding/libunwindstack/tests/
H A DUnwinderTest.cpp1444 TEST_F(UnwinderTest, format_frame) { in TEST_F() argument