Home
last modified time | relevance | path

Searched defs:stacktrace (Results 1 – 25 of 60) sorted by relevance

123

/external/cronet/stable/net/third_party/quiche/overrides/quiche_platform_impl/
Dquiche_stack_trace_impl.cc15 std::vector<const void*> stacktrace(kMaxStackSize); in CurrentStackTraceImpl() local
25 std::string SymbolizeStackTraceImpl(base::span<const void* const> stacktrace) { in SymbolizeStackTraceImpl()
/external/cronet/tot/net/third_party/quiche/overrides/quiche_platform_impl/
Dquiche_stack_trace_impl.cc15 std::vector<const void*> stacktrace(kMaxStackSize); in CurrentStackTraceImpl() local
25 std::string SymbolizeStackTraceImpl(base::span<const void* const> stacktrace) { in SymbolizeStackTraceImpl()
/external/cronet/tot/net/third_party/quiche/src/quiche/common/platform/api/
Dquiche_stack_trace_test.cc44 std::string stacktrace = QuicheDesignatedStackTraceTestFunction(); in TEST() local
54 std::string stacktrace = QuicheDesignatedTwoStepStackTraceTestFunction(); in TEST() local
Dquiche_stack_trace.h21 inline std::string SymbolizeStackTrace(absl::Span<void* const> stacktrace) { in SymbolizeStackTrace()
/external/cronet/stable/net/third_party/quiche/src/quiche/common/platform/api/
Dquiche_stack_trace_test.cc44 std::string stacktrace = QuicheDesignatedStackTraceTestFunction(); in TEST() local
54 std::string stacktrace = QuicheDesignatedTwoStepStackTraceTestFunction(); in TEST() local
Dquiche_stack_trace.h21 inline std::string SymbolizeStackTrace(absl::Span<void* const> stacktrace) { in SymbolizeStackTrace()
/external/apache-velocity-engine/velocity-engine-core/src/main/java/org/apache/velocity/exception/
DResourceNotFoundException.java68 …ourceNotFoundException(final String exceptionMessage, final Throwable t, final String[] stacktrace) in ResourceNotFoundException()
89 public ResourceNotFoundException(final Throwable t, String[] stacktrace) in ResourceNotFoundException()
DMacroOverflowException.java58 …verflowException(final String exceptionMessage, final Throwable wrapped, final String[] stacktrace) in MacroOverflowException()
76 public MacroOverflowException(final Throwable wrapped, final String[] stacktrace) in MacroOverflowException()
DMathException.java46 public MathException(final String exceptionMessage, final String[] stacktrace) in MathException()
/external/cronet/tot/net/third_party/quiche/src/quiche/common/platform/default/quiche_platform_impl/
Dquiche_stack_trace_impl.cc26 std::vector<void*> stacktrace(kMaxStackSize, nullptr); in CurrentStackTraceImpl() local
36 std::string SymbolizeStackTraceImpl(absl::Span<void* const> stacktrace) { in SymbolizeStackTraceImpl()
/external/cronet/stable/net/third_party/quiche/src/quiche/common/platform/default/quiche_platform_impl/
Dquiche_stack_trace_impl.cc26 std::vector<void*> stacktrace(kMaxStackSize, nullptr); in CurrentStackTraceImpl() local
36 std::string SymbolizeStackTraceImpl(absl::Span<void* const> stacktrace) { in SymbolizeStackTraceImpl()
/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/test/exceptions/
DStacktraces.kt8 val stacktrace = toStackTrace(e) in verifyStackTrace() constant
DStackTraceRecoveryNestedTest.kt76 val stacktrace = stackTrace.map { it.methodName }.toSet() in verifyException() constant
/external/cronet/stable/build/util/lib/proto/
Dexception_occurrences.proto23 repeated string stacktrace = 2; field
/external/angle/build/util/lib/proto/
Dexception_occurrences.proto23 repeated string stacktrace = 2; field
/external/tensorflow/tensorflow/core/platform/
Dstacktrace_test.cc30 std::string stacktrace = CurrentStackTrace(); in TEST() local
/external/cronet/tot/build/util/lib/proto/
Dexception_occurrences.proto23 repeated string stacktrace = 2; field
/external/perfetto/src/trace_processor/importers/proto/winscope/
Dprotolog_parser.cc96 std::optional<StringId> stacktrace = std::nullopt; in ParseProtoLogMessage() local
176 std::optional<StringId> stacktrace, in PopulateReservedRowWithMessage()
/external/sandboxed-api/sandboxed_api/sandbox2/unwind/
Dunwind.proto32 repeated string stacktrace = 1; field
/external/strace/m4/
Dst_stacktrace.m430 AC_ARG_ENABLE([stacktrace], optenable
/external/tensorflow/tensorflow/tsl/platform/windows/
Dstacktrace.cc73 std::string stacktrace; in CurrentStackTrace() local
/external/cronet/tot/third_party/abseil-cpp/absl/log/internal/
Dstderr_log_sink_test.cc79 char stacktrace[] = "*** Check failure stack trace: ***"; in TEST() local
/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/log/internal/
Dstderr_log_sink_test.cc79 char stacktrace[] = "*** Check failure stack trace: ***"; in TEST() local
/external/angle/third_party/abseil-cpp/absl/log/internal/
Dstderr_log_sink_test.cc79 char stacktrace[] = "*** Check failure stack trace: ***"; in TEST() local
/external/abseil-cpp/absl/log/internal/
Dstderr_log_sink_test.cc79 char stacktrace[] = "*** Check failure stack trace: ***"; in TEST() local

123