Home
last modified time | relevance | path

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

12345

/aosp12/frameworks/base/tests/SurfaceViewBufferTests/src/com/android/test/
H A DGeometryTests.kt37 val trace = withTrace { activity -> regex
52 val trace = withTrace { activity -> regex
69 val trace = withTrace { activity -> regex
86 val trace = withTrace { activity -> regex
114 val trace = withTrace { activity -> regex
132 var trace = withTrace { activity -> regex
181 var trace = withTrace { activity -> regex
H A DBufferRejectionTests.kt31 val trace = withTrace { activity -> regex
65 val trace = withTrace { activity -> regex
92 val trace = withTrace { activity -> regex
121 val trace = withTrace { activity -> regex
H A DBufferPresentationTests.kt31 val trace = withTrace { activity -> regex
45 val trace = withTrace { activity -> regex
60 val trace = withTrace { activity -> regex
79 val trace = withTrace { activity -> regex
H A DSharedBufferModeTests.kt33 val trace = withTrace { activity -> regex
50 val trace = withTrace { activity -> regex
H A DInverseDisplayTransformTests.kt47 val trace = withTrace { activity -> regex
/aosp12/packages/modules/NeuralNetworks/tools/systrace_parser/
H A 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
/aosp12/art/libdexfile/dex/
H A Dart_dex_file_loader.cc171 ScopedTrace trace(std::string("Open dex file from RAM ") + location); in Open() local
192 ScopedTrace trace(std::string("Open dex file from mapped-memory ") + location); in Open() local
274 ScopedTrace trace(std::string("Open dex file ") + std::string(location)); in OpenWithMagic() local
303 ScopedTrace trace("Open dex file " + std::string(location)); in OpenDex() local
313 ScopedTrace trace("Dex file open Zip " + std::string(location)); in OpenZip() local
330 ScopedTrace trace(std::string("Open dex file ") + std::string(location)); in OpenFile() local
402 ScopedTrace trace("Dex file open from Zip Archive " + std::string(location)); in OpenOneDexFileFromZip() local
505 ScopedTrace trace("Dex file open from Zip " + std::string(location)); in OpenAllDexFilesFromZip() local
/aosp12/frameworks/base/services/accessibility/java/com/android/server/accessibility/magnification/
H A DWindowMagnificationConnectionWrapper.java47 @NonNull AccessibilityTraceManager trace) { in WindowMagnificationConnectionWrapper()
187 MagnificationAnimationCallback callback, AccessibilityTraceManager trace) { in transformToRemoteCallback()
200 @NonNull AccessibilityTraceManager trace) { in RemoteAnimationCallback()
/aosp12/packages/services/Car/tests/BugReportApp/libs/
H A Dopencensus-api-0.21.0.jarMETA-INF/ META-INF/MANIFEST.MF io/ io/opencensus/ io/ ...
/aosp12/packages/apps/Car/DebuggingRestrictionController/libs/
H A Dopencensus-api-0.24.0.jar ... io/ io/opencensus/ io/opencensus/trace/ io/opencensus/trace/AttributeValue$AttributeValueBoolean ...
/aosp12/packages/modules/Wifi/service/java/com/android/server/wifi/
H A 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
H A DWifiLog.java122 LogMessage trace(@CompileTimeConstant @NonNull String format); in trace() method
136 LogMessage trace(@NonNull String format, int numFramesToIgnore); in trace() method
/aosp12/frameworks/native/libs/math/include/math/
H A 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
/aosp12/packages/modules/NeuralNetworks/tools/systrace_parser/parser/
H A Dinput.py27 def parse_trace_part(trace): argument
/aosp12/art/runtime/
H A Doat_file_assistant.cc319 ScopedTrace trace("HasDexFiles"); in HasDexFiles() local
336 ScopedTrace trace("DexChecksumUpToDate(vdex)"); in DexChecksumUpToDate() local
369 ScopedTrace trace("DexChecksumUpToDate(oat)"); in DexChecksumUpToDate() local
679 ScopedTrace trace("GetBestInfo"); in GetBestInfo() local
759 ScopedTrace trace("IsUseable"); in IsUseable() local
772 ScopedTrace trace("Status"); in Status() local
981 ScopedTrace trace("ReleaseFileForUse"); in ReleaseFileForUse() local
/aosp12/system/security/keystore2/src/
H A Dasync_task.rs336 let trace = shelf.get_mut::<Vec<String>>(); in test_async_task() localVariable
341 let trace = shelf.get_mut::<Vec<String>>(); in test_async_task() localVariable
349 let trace = shelf.get_downcast_ref::<Vec<String>>().unwrap(); in test_async_task() localVariable
355 let trace = trace_receiver.recv().unwrap(); in test_async_task() localVariable
/aosp12/art/runtime/native/
H A Ddalvik_system_VMStack.cc44 ResultT trace = nullptr; in GetThreadStack() local
88 jobject trace = GetThreadStack(soa, javaThread, fn); in VMStack_fillStackTraceElements() local
155 jobject trace = GetThreadStack(soa, javaThread, fn); in VMStack_getThreadStackTrace() local
/aosp12/bionic/libc/bionic/
H A Dpthread_join.cpp38 ScopedTrace trace("pthread_join"); in pthread_join() local
/aosp12/art/tools/runtime_memusage/
H A Dprune_sanitizer_output.py44 def clean_trace_if_valid(trace, stack_min_size, prune_exact): argument
/aosp12/frameworks/base/tests/JankBench/scripts/
H A Drunall.py43 def start_benchmark(device, trace): argument
/aosp12/frameworks/base/core/java/android/os/
H A DTransactionTracker.java47 String trace = Log.getStackTraceString(tr); in addTrace() local
/aosp12/art/runtime/mirror/
H A Dstack_trace_element.cc35 ObjPtr<StackTraceElement> trace = in Alloc() local
/aosp12/frameworks/base/test-base/src/junit/framework/
H A DTestFailure.java45 public String trace() { in trace() method in TestFailure
/aosp12/frameworks/native/services/surfaceflinger/
H A DTracedOrdinal.h72 void trace() { in trace() function
/aosp12/frameworks/base/test-runner/src/junit/runner/
H A DTestRunListener.java19 public void testFailed(int status, String testName, String trace); in testFailed()

12345