Home
last modified time | relevance | path

Searched defs:trace (Results 1 – 25 of 26) sorted by relevance

12

/frameworks/ml/nn/tools/systrace_parser/
Dparse_systrace.py24 def produce_stats(trace, print_detail=False, total_times=False, per_execution=False, json=False): argument
77 trace = get_trace_part(args.filename) variable
/frameworks/base/core/java/android/ddm/
DDdmHandleThread.java131 StackTraceElement[] trace = DdmVmInternal.getStackTraceById(threadId); in handleSTKL() local
145 private Chunk createStackChunk(StackTraceElement[] trace, int threadId) { in createStackChunk()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DFakeWifiLog.java40 public LogMessage trace(String format) { in trace() method in FakeWifiLog
45 public LogMessage trace(String format, int numFramesToIgnore) { in trace() method in FakeWifiLog
DWifiLog.java122 LogMessage trace(@CompileTimeConstant @NonNull String format); in trace() method
136 LogMessage trace(@NonNull String format, int numFramesToIgnore); in trace() method
DLogcatLog.java69 public LogMessage trace(String format) { in trace() method in LogcatLog
79 public LogMessage trace(String format, int numFramesToIgnore) { in trace() method in LogcatLog
DWifiVendorHal.java127 StackTraceElement[] trace = cur.getStackTrace(); in ok() local
147 StackTraceElement[] trace = cur.getStackTrace(); in boolResult() local
167 StackTraceElement[] trace = cur.getStackTrace(); in stringResult() local
187 StackTraceElement[] trace = cur.getStackTrace(); in byteArrayResult() local
217 private static String niceMethodName(StackTraceElement[] trace, int start) { in niceMethodName()
/frameworks/ml/nn/tools/systrace_parser/parser/
Dinput.py27 def parse_trace_part(trace): argument
/frameworks/native/libs/math/include/math/
DTMatHelpers.h73 inline constexpr int trace(int v) { return v; } in trace() function
74 inline constexpr float trace(float v) { return v; } in trace() function
75 inline constexpr double trace(double v) { return v; } in trace() function
278 CONSTEXPR typename MATRIX::value_type PURE trace(const MATRIX& m) { in trace() function
307 const T trace = mat[0][0] + mat[1][1] + mat[2][2]; in extractQuat() local
435 friend inline constexpr T PURE trace(const BASE<T>& m) { in trace() function
/frameworks/base/tests/JankBench/scripts/
Drunall.py43 def start_benchmark(device, trace): argument
Dadbutil.py26 def trace(serial, function
/frameworks/base/core/java/android/os/
DTransactionTracker.java47 String trace = Log.getStackTraceString(tr); in addTrace() local
/frameworks/base/test-base/src/junit/framework/
DTestFailure.java45 public String trace() { in trace() method in TestFailure
/frameworks/base/test-runner/src/junit/runner/
DTestRunListener.java19 public void testFailed(int status, String testName, String trace); in testFailed()
DBaseTestRunner.java277 String trace= buffer.toString(); in getFilteredTrace() local
/frameworks/native/services/surfaceflinger/tests/
DSurfaceInterceptor_test.cpp78 static status_t readProtoFile(Trace* trace) { in readProtoFile()
266 void SurfaceInterceptorTest::preProcessTrace(const Trace& trace) { in preProcessTrace()
572 bool SurfaceInterceptorTest::surfaceUpdateFound(const Trace& trace, in surfaceUpdateFound()
633 void SurfaceInterceptorTest::assertAllUpdatesFound(const Trace& trace) { in assertAllUpdatesFound()
694 bool SurfaceInterceptorTest::singleIncrementFound(const Trace& trace, in singleIncrementFound()
726 bool SurfaceInterceptorTest::bufferUpdatesFound(const Trace& trace) { in bufferUpdatesFound()
/frameworks/native/cmds/surfacereplayer/replayer/trace_creator/
Dtrace_creator.py9 trace = Trace() variable
/frameworks/base/tools/aapt2/trace/
DTraceBuffer.cpp79 for(const TracePoint& trace : traces) { in Flush() local
/frameworks/base/cmds/uiautomator/library/core-src/com/android/uiautomator/core/
DTracer.java209 public static void trace(Object... arguments) { in trace() method in Tracer
/frameworks/base/core/java/android/view/
DViewDebug.java410 public static void trace(View view, RecyclerTraceType type, int... parameters) { in trace() method in ViewDebug
434 public static void trace(View view, HierarchyTraceType type) { in trace() method in ViewDebug
/frameworks/base/core/java/com/android/internal/os/
DRuntimeInit.java294 String trace = SystemProperties.get("ro.kernel.android.tracing"); in commonInit() local
/frameworks/base/core/java/android/app/
DApplicationErrorReport.java374 StackTraceElement trace = rootTr.getStackTrace()[0]; in CrashInfo() local
/frameworks/native/services/sensorservice/
Dmat.h299 template <typename TYPE, size_t C> static TYPE trace(const mat<TYPE, C, C>& m) { in trace() function
/frameworks/base/packages/SystemUI/legacy/recents/src/com/android/systemui/recents/events/
DEventBus.java192 boolean trace; field in EventBus.Event
/frameworks/native/libs/binder/tests/
Dschd-dbg.cpp54 int trace; variable
/frameworks/compile/mclinker/include/mcld/
DGeneralOptions.h76 bool trace() const { return m_bTrace; } in trace() function

12