Home
last modified time | relevance | path

Searched defs:trace (Results 1 – 25 of 33) 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.java129 StackTraceElement[] trace = cur.getStackTrace(); in ok() local
149 StackTraceElement[] trace = cur.getStackTrace(); in boolResult() local
169 StackTraceElement[] trace = cur.getStackTrace(); in stringResult() local
189 StackTraceElement[] trace = cur.getStackTrace(); in byteArrayResult() local
219 private static String niceMethodName(StackTraceElement[] trace, int start) { in niceMethodName()
/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/ml/nn/tools/systrace_parser/parser/
Dinput.py27 def parse_trace_part(trace): argument
/frameworks/native/services/surfaceflinger/
DTracedOrdinal.h50 void trace() { 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/native/services/surfaceflinger/tests/unittests/
DFrameTracerTest.cpp173 perfetto::protos::Trace trace; in TEST_F() local
237 perfetto::protos::Trace trace; in TEST_F() local
294 perfetto::protos::Trace trace; in TEST_F() local
375 perfetto::protos::Trace trace; in TEST_F() 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/cmds/surfacereplayer/replayer/trace_creator/
Dtrace_creator.py9 trace = Trace() variable
/frameworks/native/services/surfaceflinger/tests/
DSurfaceInterceptor_test.cpp85 static status_t readProtoFile(Trace* trace) { in readProtoFile()
298 void SurfaceInterceptorTest::preProcessTrace(const Trace& trace) { in preProcessTrace()
698 bool SurfaceInterceptorTest::surfaceUpdateFound(const Trace& trace, in surfaceUpdateFound()
777 void SurfaceInterceptorTest::assertAllUpdatesFound(const Trace& trace) { in assertAllUpdatesFound()
842 bool SurfaceInterceptorTest::singleIncrementFound(const Trace& trace, in singleIncrementFound()
874 bool SurfaceInterceptorTest::bufferUpdatesFound(const Trace& trace) { in bufferUpdatesFound()
DLayerUpdate_test.cpp143 void EXPECT_INITIAL_STATE(const char* trace) { in EXPECT_INITIAL_STATE()
179 void EXPECT_CROPPED_STATE(const char* trace) { in EXPECT_CROPPED_STATE()
188 void EXPECT_RESIZE_STATE(const char* trace) { in EXPECT_RESIZE_STATE()
/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/native/services/surfaceflinger/Scheduler/
DLayerHistory.cpp60 void trace(const wp<Layer>& weak, int fps) { in trace() function
DLayerHistoryV2.cpp61 void trace(const wp<Layer>& weak, const LayerInfoV2& info, LayerHistory::LayerVoteType type, in trace() function
/frameworks/base/core/java/android/view/
DViewDebug.java490 public static void trace(View view, RecyclerTraceType type, int... parameters) { in trace() method in ViewDebug
514 public static void trace(View view, HierarchyTraceType type) { in trace() method in ViewDebug
/frameworks/base/core/java/com/android/internal/os/
DRuntimeInit.java297 String trace = SystemProperties.get("ro.kernel.android.tracing"); in commonInit() local

12