Home
last modified time | relevance | path

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

12

/frameworks/base/tests/SurfaceViewBufferTests/src/com/android/test/
DBufferRejectionTests.kt31 val trace = withTrace { activity -> in <lambda>() constant
65 val trace = withTrace { activity -> in <lambda>() constant
92 val trace = withTrace { activity -> in <lambda>() constant
121 val trace = withTrace { activity -> in <lambda>() constant
DGeometryTests.kt37 val trace = withTrace { activity -> in <lambda>() constant
52 val trace = withTrace { activity -> in <lambda>() constant
69 val trace = withTrace { activity -> in <lambda>() constant
86 val trace = withTrace { activity -> in <lambda>() constant
114 val trace = withTrace { activity -> in <lambda>() constant
132 var trace = withTrace { activity -> in <lambda>() variable
181 var trace = withTrace { activity -> in <lambda>() variable
DBufferPresentationTests.kt31 val trace = withTrace { activity -> in <lambda>() constant
45 val trace = withTrace { activity -> in <lambda>() constant
60 val trace = withTrace { activity -> in <lambda>() constant
79 val trace = withTrace { activity -> in <lambda>() constant
DSharedBufferModeTests.kt33 val trace = withTrace { activity -> in <lambda>() constant
50 val trace = withTrace { activity -> in <lambda>() constant
DInverseDisplayTransformTests.kt47 val trace = withTrace { activity -> in <lambda>() constant
/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/native/services/surfaceflinger/
DTracedOrdinal.h72 void trace() { in trace() function
/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/base/tests/TaskOrganizerTest/src/com/android/test/taskembed/
DResizeTasksSyncTest.kt71 val trace = withSFTracing(TRACE_FLAGS, in <lambda>() constant
/frameworks/base/services/accessibility/java/com/android/server/accessibility/
DUiAutomationManager.java94 AccessibilityTrace trace, in registerUiTestAutomationServiceLocked()
246 SystemSupport systemSupport, AccessibilityTrace trace, in UiAutomationService()
DAccessibilityServiceConnection.java77 AccessibilityTrace trace, WindowManagerInternal windowManagerInternal, in AccessibilityServiceConnection()
/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()
295 void SurfaceInterceptorTest::preProcessTrace(const Trace& trace) { in preProcessTrace()
665 bool SurfaceInterceptorTest::surfaceUpdateFound(const Trace& trace, in surfaceUpdateFound()
738 void SurfaceInterceptorTest::assertAllUpdatesFound(const Trace& trace) { in assertAllUpdatesFound()
799 bool SurfaceInterceptorTest::singleIncrementFound(const Trace& trace, in singleIncrementFound()
831 bool SurfaceInterceptorTest::bufferUpdatesFound(const Trace& trace) { in bufferUpdatesFound()
DLayerUpdate_test.cpp108 void EXPECT_INITIAL_STATE(const char* trace) { in EXPECT_INITIAL_STATE()
136 void EXPECT_CROPPED_STATE(const char* trace) { in EXPECT_CROPPED_STATE()
145 void EXPECT_RESIZE_STATE(const char* trace) { in EXPECT_RESIZE_STATE()
/frameworks/native/services/gpuservice/tests/unittests/
DGpuMemTracerTest.cpp80 perfetto::protos::Trace trace; in readGpuMemTotalPacketsBlocking() local
/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/services/core/jni/
Dcom_android_server_pm_PackageManagerShellCommandDataLoader.cpp698 auto trace = atrace_is_tag_enabled(ATRACE_TAG); in onPageReadsWithUid() local
713 auto trace = android::base:: in onPageReadsWithUid() local
761 std::string trace; in traceRead() local
783 const auto trace = in traceMissingReads() local
/frameworks/native/services/surfaceflinger/Scheduler/
DLayerHistory.cpp61 void trace(const LayerInfo& info, LayerHistory::LayerVoteType type, int fps) { 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

12