Home
last modified time | relevance | path

Searched refs:traces (Results 1 – 11 of 11) sorted by relevance

/frameworks/base/tools/aapt2/trace/
DTraceBuffer.cpp45 std::vector<TracePoint> traces; variable
56 traces.emplace_back(t); in AddWithTime()
79 for(const TracePoint& trace : traces) { in Flush()
84 traces.clear(); in Flush()
/frameworks/native/libs/ui/
DAndroid.bp66 // Uncomment the following line to enable VALIDATE_REGIONS traces
160 // defaults to enable VALIDATE_REGIONS traces
/frameworks/base/startop/apps/ColorChanging/
DREADME.md4 This app changes the colors of the screen that has traces to go along
/frameworks/base/startop/apps/ColorChanging/app/
Dproguard-rules.pro16 # debugging stack traces.
/frameworks/base/core/proto/android/os/
Dbacktrace.proto35 repeated Stack traces = 1; field
Dincident.proto327 (section).args = "/data/misc/perfetto-traces/incident-trace",
/frameworks/base/tests/FlickerTests/
DREADME.md7 The library builds and runs UI transitions, captures Winscope traces and exposes common assertions …
45 `TransitionResult` contains paths to test artifacts such as Winscope traces and screen recordings.
/frameworks/native/cmds/surfacereplayer/replayer/
DREADME.md6 SurfaceReplayer is a playback mechanism that allows the replaying of traces recorded by
21 SurfaceInterceptor is the mechanism used to create traces. The device needs to be rooted in order to
/frameworks/native/cmds/dumpstate/
Dbugreport-format.md60 - The ANR traces are added to the `FS` folder, typically under `FS/data/anr` (version `2.0-dev-spli…
/frameworks/ml/nn/tools/systrace_parser/
Dcontract-between-code-and-parser.txt168 … Note: the driver-side HIDL traces get us
/frameworks/base/core/java/android/os/
DStrictMode.java2690 for (StackTraceElement[] traces : mBinderStack) { in getStackTrace()
2692 for (StackTraceElement traceElement : traces) { in getStackTrace()