/frameworks/ml/nn/tools/systrace_parser/ |
D | parse_systrace.py | 24 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/ |
D | DdmHandleThread.java | 131 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/ |
D | FakeWifiLog.java | 40 public LogMessage trace(String format) { in trace() method in FakeWifiLog 45 public LogMessage trace(String format, int numFramesToIgnore) { in trace() method in FakeWifiLog
|
D | WifiLog.java | 122 LogMessage trace(@CompileTimeConstant @NonNull String format); in trace() method 136 LogMessage trace(@NonNull String format, int numFramesToIgnore); in trace() method
|
D | LogcatLog.java | 69 public LogMessage trace(String format) { in trace() method in LogcatLog 79 public LogMessage trace(String format, int numFramesToIgnore) { in trace() method in LogcatLog
|
D | WifiVendorHal.java | 129 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/ |
D | TMatHelpers.h | 73 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/ |
D | input.py | 27 def parse_trace_part(trace): argument
|
/frameworks/native/services/surfaceflinger/ |
D | TracedOrdinal.h | 50 void trace() { in trace() function
|
/frameworks/base/tests/JankBench/scripts/ |
D | runall.py | 43 def start_benchmark(device, trace): argument
|
D | adbutil.py | 26 def trace(serial, function
|
/frameworks/base/core/java/android/os/ |
D | TransactionTracker.java | 47 String trace = Log.getStackTraceString(tr); in addTrace() local
|
/frameworks/native/services/surfaceflinger/tests/unittests/ |
D | FrameTracerTest.cpp | 173 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/ |
D | TestFailure.java | 45 public String trace() { in trace() method in TestFailure
|
/frameworks/base/test-runner/src/junit/runner/ |
D | TestRunListener.java | 19 public void testFailed(int status, String testName, String trace); in testFailed()
|
D | BaseTestRunner.java | 277 String trace= buffer.toString(); in getFilteredTrace() local
|
/frameworks/native/cmds/surfacereplayer/replayer/trace_creator/ |
D | trace_creator.py | 9 trace = Trace() variable
|
/frameworks/native/services/surfaceflinger/tests/ |
D | SurfaceInterceptor_test.cpp | 85 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()
|
D | LayerUpdate_test.cpp | 143 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/ |
D | TraceBuffer.cpp | 79 for(const TracePoint& trace : traces) { in Flush() local
|
/frameworks/base/cmds/uiautomator/library/core-src/com/android/uiautomator/core/ |
D | Tracer.java | 209 public static void trace(Object... arguments) { in trace() method in Tracer
|
/frameworks/native/services/surfaceflinger/Scheduler/ |
D | LayerHistory.cpp | 60 void trace(const wp<Layer>& weak, int fps) { in trace() function
|
D | LayerHistoryV2.cpp | 61 void trace(const wp<Layer>& weak, const LayerInfoV2& info, LayerHistory::LayerVoteType type, in trace() function
|
/frameworks/base/core/java/android/view/ |
D | ViewDebug.java | 490 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/ |
D | RuntimeInit.java | 297 String trace = SystemProperties.get("ro.kernel.android.tracing"); in commonInit() local
|