Home
last modified time | relevance | path

Searched defs:DebugContext (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/prebuilts/go/linux-x86/src/log/slog/
Dlogger.go204 func (l *Logger) DebugContext(ctx context.Context, msg string, args ...any) { func
286 func DebugContext(ctx context.Context, msg string, args ...any) { func
/aosp_15_r20/external/pytorch/torch/_inductor/
H A Ddebug.py307 class DebugContext: class
464 def __init__(self, handler: DebugContext) -> None:
/aosp_15_r20/cts/tests/tests/renderscript/src/android/renderscript/cts/
H A DDebugContext.java29 public class DebugContext extends RSBaseCompute { class