Home
last modified time | relevance | path

Searched defs:traceback (Results 1 – 25 of 161) sorted by relevance

1234567

/external/tensorflow/tensorflow/compiler/xla/python/
Dpy_executable.cc27 std::shared_ptr<Traceback> traceback, in PyExecutable()
80 auto traceback = Traceback::Get(); in PjRtExecute() local
101 auto traceback = Traceback::Get(); in Execute() local
126 auto traceback = Traceback::Get(); in ExecuteOnLocalDevices() local
170 auto traceback = Traceback::Get(); in ExecuteShardedOnLocalDevices() local
Dpy_client.cc153 auto traceback = Traceback::Get(); in BufferFromPyval() local
169 auto traceback = Traceback::Get(); in Compile() local
239 Traceback* traceback; member
Dpy_traceback.cc39 py::class_<Traceback, std::shared_ptr<Traceback>> traceback( in BuildTracebackSubmodule() local
Dpy_executable.h78 Traceback* traceback() { return traceback_.get(); } in traceback() function
Dprofiler.cc57 const py::object& traceback) -> py::object { in BuildProfilerSubmodule()
/external/autotest/client/cros/networking/
Dshill_context.py78 def __exit__(self, exc_type, exc_value, traceback): argument
161 def __exit__(self, exc_type, exc_value, traceback): argument
231 def __exit__(self, exception, value, traceback): argument
Dapmanager_xmlrpc_server.py36 def __exit__(self, exception, value, traceback): argument
/external/tensorflow/tensorflow/python/framework/
Derror_interpolation.py226 def _find_index_of_defining_frame(traceback): argument
254 def _get_defining_frame(traceback): argument
260 def _compute_useful_frames(traceback, num): argument
Dpy_context_manager.cc41 PyObject *type, *value, *traceback; in ~PyContextManager() local
Dmemory_checker.py85 def __exit__(self, exc_type, exc_value, traceback): argument
/external/python/cpython3/Modules/
D_tracemalloc.c99 traceback_t *traceback; member
267 const traceback_t *traceback = (const traceback_t *)key; in hashtable_hash_traceback() local
362 traceback_hash(traceback_t *traceback) in traceback_hash()
388 traceback_get_frames(traceback_t *traceback) in traceback_get_frames()
419 traceback_t *traceback; in traceback_new() local
526 traceback_t *traceback = traceback_new(); in tracemalloc_add_trace() local
1102 traceback_to_pyobject(traceback_t *traceback, _Py_hashtable_t *intern_table) in traceback_to_pyobject()
1461 traceback_t *traceback; in _tracemalloc__get_object_traceback() local
1496 traceback_t *traceback; in _PyMem_DumpTraceback() local
1798 traceback_t *traceback = traceback_new(); in _PyTraceMalloc_NewReference() local
[all …]
/external/skqp/infra/bots/recipes/android_compile.expected/
Dandroid_compile_unrecognized_target.json5 "traceback": [ array
Dandroid_compile_nontrybot.json5 "traceback": [ array
/external/autotest/client/cros/
Dshill_temporary_profile.py26 def __exit__(self, exception, value, traceback): argument
Dperf.py55 def __exit__(self, _type, value, traceback): argument
/external/autotest/frontend/client/src/autotest/common/
DJsonRpcCallback.java32 String traceback = null; in onError() local
/external/skqp/tools/skpbench/
D_hardware_android.py60 def __exit__(self, exception_type, exception_value, traceback): argument
/external/autotest/client/cros/multimedia/
Dmultimedia_xmlrpc_server.py83 def __exit__(self, exception, value, traceback): argument
/external/autotest/server/site_tests/network_WiFi_DisableEnable/
Dnetwork_WiFi_DisableEnable.py72 def __exit__(self, exception, value, traceback): argument
/external/autotest/server/cros/network/
Dapmanager_service_provider.py64 def __exit__(self, exception, value, traceback): argument
Dframe_sender.py61 def __exit__(self, exception, value, traceback): argument
/external/tensorflow/tensorflow/python/framework/experimental/
Dtape.py55 def __exit__(self, typ, value, traceback): argument
/external/autotest/client/site_tests/platform_PrinterPpds/
Dfake_printer.py62 def __exit__(self, exc_type, exc_value, traceback): argument
/external/skia/tools/skpbench/
D_hardware_android.py71 def __exit__(self, exception_type, exception_value, traceback): argument
/external/rust/crates/grpcio-sys/grpc/third_party/re2/benchlog/
Dbenchplot.py30 def __exit__(self, type, value, traceback): argument

1234567