Home
last modified time | relevance | path

Searched defs:_frame (Results 1 – 25 of 27) sorted by relevance

12

/aosp_15_r20/external/python/cpython2/Include/
Dframeobject.h16 typedef struct _frame { struct
18 struct _frame *f_back; /* previous frame, or NULL */ argument
19 PyCodeObject *f_code; /* code segment */
20 PyObject *f_builtins; /* builtin symbol table (PyDictObject) */
21 PyObject *f_globals; /* global symbol table (PyDictObject) */
22 PyObject *f_locals; /* local symbol table (any mapping) */
23 PyObject **f_valuestack; /* points after the last local */
27 PyObject **f_stacktop;
28 PyObject *f_trace; /* Trace function */
37 PyObject *f_exc_type, *f_exc_value, *f_exc_traceback;
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/include/python3.11/internal/
Dpycore_frame.h15 struct _frame { struct
18 struct _PyInterpreterFrame *f_frame; /* points to the frame data */ argument
25 PyObject *_f_frame_data[1]; argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/include/python3.11/internal/
Dpycore_frame.h15 struct _frame { struct
18 struct _PyInterpreterFrame *f_frame; /* points to the frame data */ argument
25 PyObject *_f_frame_data[1]; argument
/aosp_15_r20/external/python/cpython3/Include/internal/
Dpycore_frame.h15 struct _frame { struct
18 struct _PyInterpreterFrame *f_frame; /* points to the frame data */ argument
25 PyObject *_f_frame_data[1]; argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/include/python3.11/internal/
Dpycore_frame.h15 struct _frame { struct
18 struct _PyInterpreterFrame *f_frame; /* points to the frame data */ argument
25 PyObject *_f_frame_data[1]; argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/include/python3.11/internal/
Dpycore_frame.h15 struct _frame { struct
18 struct _PyInterpreterFrame *f_frame; /* points to the frame data */ argument
25 PyObject *_f_frame_data[1]; argument
/aosp_15_r20/external/cronet/build/android/
H A Dtest_runner.py1045 def unexpected_sigterm(_signum, _frame): argument
1357 def DumpThreadStacks(_signal, _frame): argument
/aosp_15_r20/external/angle/build/android/
H A Dtest_runner.py1081 def unexpected_sigterm(_signum, _frame): argument
1410 def DumpThreadStacks(_signal, _frame): argument
/aosp_15_r20/build/make/tools/edit_monitor/
H A Dmain.py89 def term_signal_handler(_signal_number, _frame): argument
/aosp_15_r20/external/angle/build/android/test_wrapper/
H A Dlogdog_wrapper.py56 def StopTests(signum, _frame): argument
/aosp_15_r20/external/cronet/build/android/test_wrapper/
H A Dlogdog_wrapper.py52 def StopTests(signum, _frame): argument
/aosp_15_r20/external/grpc-grpc/test/cpp/naming/utils/
H A Ddns_server.py141 def _quit_on_signal(signum, _frame): argument
/aosp_15_r20/external/pigweed/pw_console/py/pw_console/progress_bar/
H A Dprogress_bar_state.py74 def handle_sigint(_signum, _frame): argument
/aosp_15_r20/external/clang/test/SemaObjC/
H A Dproperty-error-readonly-assign.m30 NSRect _frame; field
/aosp_15_r20/external/autotest/client/cros/
H A Dxmlrpc_server.py196 def _handle_signal(self, _signum, _frame): argument
/aosp_15_r20/external/grpc-grpc/test/cpp/naming/
H A Dresolver_component_tests_runner.py113 def _quit_on_signal(signum, _frame): argument
/aosp_15_r20/external/perfetto/python/generators/diff_tests/
H A Dutils.py73 def ctrl_c_handler(_num, _frame): argument
/aosp_15_r20/tools/asuite/atest/test_runners/
H A Dtest_runner_base.py233 def signal_handler(_signal_number, _frame): argument
/aosp_15_r20/external/curl/tests/
H A Dsmbserver.py98 def _sighandler(self, _signum, _frame): argument
/aosp_15_r20/external/angle/build/android/pylib/local/device/
H A Dlocal_device_test_run.py145 def stop_tests(_signum, _frame): argument
/aosp_15_r20/external/cronet/build/android/pylib/local/device/
H A Dlocal_device_test_run.py149 def stop_tests(_signum, _frame): argument
/aosp_15_r20/external/pytorch/torch/csrc/dynamo/
H A Deval_frame.c255 THP_EVAL_API_FRAME_OBJECT* _frame, in call_callback()
/aosp_15_r20/external/autotest/utils/frozen_chromite/lib/
H A Dcommandline.py929 def _DefaultHandler(signum, _frame): argument
/aosp_15_r20/external/python/cpython3/Lib/test/
Dtest_concurrent_futures.py410 def timeout(_signum, _frame): argument
/aosp_15_r20/external/executorch/examples/mediatek/models/llm_models/weights/Llama-3.2-1B-Instruct/
H A Dtokenizer.json11518 "_frame": 9106, number

12