Home
last modified time | relevance | path

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

12345678910>>...18

/aosp_15_r20/external/cronet/net/third_party/quiche/overrides/quiche_platform_impl/
H A Dquiche_stack_trace_impl.cc13 std::vector<void*> stacktrace(kMaxStackSize, nullptr); in CurrentStackTraceImpl() local
23 std::string SymbolizeStackTraceImpl(absl::Span<void* const> stacktrace) { in SymbolizeStackTraceImpl()
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/common/platform/api/
H A Dquiche_stack_trace_test.cc43 std::string stacktrace = QuicheDesignatedStackTraceTestFunction(); in TEST() local
53 std::string stacktrace = QuicheDesignatedTwoStepStackTraceTestFunction(); in TEST() local
H A Dquiche_stack_trace.h21 inline std::string SymbolizeStackTrace(absl::Span<void* const> stacktrace) { in SymbolizeStackTrace()
/aosp_15_r20/external/apache-velocity-engine/velocity-engine-core/src/main/java/org/apache/velocity/exception/
H A DResourceNotFoundException.java68 …ourceNotFoundException(final String exceptionMessage, final Throwable t, final String[] stacktrace) in ResourceNotFoundException()
89 public ResourceNotFoundException(final Throwable t, String[] stacktrace) in ResourceNotFoundException()
H A 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()
H A DMathException.java46 public MathException(final String exceptionMessage, final String[] stacktrace) in MathException()
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/common/platform/default/quiche_platform_impl/
H A 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()
/aosp_15_r20/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/test/exceptions/
H A DStacktraces.kt8 val stacktrace = toStackTrace(e) in verifyStackTrace() constant
H A DStackTraceRecoveryNestedTest.kt76 val stacktrace = stackTrace.map { it.methodName }.toSet() in verifyException() constant
H A DStackTraceRecoveryTest.kt55 val stacktrace = listOf( in <lambda>() constant
/aosp_15_r20/tools/security/gdb/
H A Dparameters_extract.py117 def get_stacktrace_functions(stacktrace): argument
183 def parse_stacktrace(stacktrace): argument
/aosp_15_r20/external/perfetto/src/trace_processor/importers/proto/winscope/
H A Dprotolog_parser.cc96 std::optional<StringId> stacktrace = std::nullopt; in ParseProtoLogMessage() local
176 std::optional<StringId> stacktrace, in PopulateReservedRowWithMessage()
/aosp_15_r20/tools/tradefederation/core/atest_proto/
Dinternal_user_log.proto25 optional string stacktrace = 3; field
54 optional string stacktrace = 3; field
/aosp_15_r20/tools/asuite/atest/proto/
H A Dinternal_user_log.proto27 optional string stacktrace = 3; field
56 optional string stacktrace = 3; field
/aosp_15_r20/tools/tradefederation/core/test_framework/com/android/tradefed/testtype/mobly/
DMoblyYamlResultRecordHandler.java57 String stacktrace) { in Record()
134 public Builder setStackTrace(String stacktrace) { in setStackTrace()
/aosp_15_r20/packages/modules/NetworkStack/tests/hostlib/src/com/android/testutils/host/
DDeflakeHostTestBase.kt30 private data class TestFailure(val description: String, val stacktrace: String) in <lambda>() constant in com.android.testutils.host.TestFailure
150 return frequencies.fold("") { msg, (stacktrace, numFailures) -> in <lambda>() method
/aosp_15_r20/frameworks/base/core/java/com/android/internal/protolog/
H A DPerfettoProtoLogImpl.java356 final String stacktrace; in log() local
443 long tsNanos, @Nullable String stacktrace) { in logToProto()
645 String stacktrace) { in internStacktraceString()
/aosp_15_r20/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/src/internal/
H A DStackTraceRecovery.kt71 val stacktrace = createStackTrace(continuation) in recoverFromStackFrame() constant
/aosp_15_r20/platform_testing/libraries/compatibility-common-util/src/com/android/compatibility/common/util/
H A DChecksumReporter.java276 String stacktrace = testResult.getStackTrace(); in generateTestResultSignature() local
293 String stacktrace, in generateTestResultSignature()
/aosp_15_r20/external/kotlinx.coroutines/kotlinx-coroutines-debug/test/
H A DStacktraceUtils.kt18 val stacktrace = toStackTrace(e) in <lambda>() constant
/aosp_15_r20/external/angle/build/util/lib/proto/
H A Dexception_occurrences.proto23 repeated string stacktrace = 2; field
/aosp_15_r20/external/tensorflow/tensorflow/core/platform/
H A Dstacktrace_test.cc30 std::string stacktrace = CurrentStackTrace(); in TEST() local
/aosp_15_r20/external/sandboxed-api/sandboxed_api/sandbox2/unwind/
H A Dunwind.proto32 repeated string stacktrace = 1; field
/aosp_15_r20/external/strace/m4/
H A Dst_stacktrace.m430 AC_ARG_ENABLE([stacktrace], optenable
/aosp_15_r20/tools/acloud/metrics/
H A Dmetrics.py65 def LogExitEvent(exit_code, stacktrace="", logs=""): argument

12345678910>>...18