/aosp12/frameworks/base/tests/SurfaceViewBufferTests/src/com/android/test/ |
H A D | GeometryTests.kt | 37 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 D | BufferRejectionTests.kt | 31 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 D | BufferPresentationTests.kt | 31 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 D | SharedBufferModeTests.kt | 33 val trace = withTrace { activity -> regex 50 val trace = withTrace { activity -> regex
|
H A D | InverseDisplayTransformTests.kt | 47 val trace = withTrace { activity -> regex
|
/aosp12/packages/modules/NeuralNetworks/tools/systrace_parser/ |
H A 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
|
/aosp12/art/libdexfile/dex/ |
H A D | art_dex_file_loader.cc | 171 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 D | WindowMagnificationConnectionWrapper.java | 47 @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 D | opencensus-api-0.21.0.jar | META-INF/
META-INF/MANIFEST.MF
io/
io/opencensus/
io/ ... |
/aosp12/packages/apps/Car/DebuggingRestrictionController/libs/ |
H A D | opencensus-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 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
|
H A D | WifiLog.java | 122 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 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
|
/aosp12/packages/modules/NeuralNetworks/tools/systrace_parser/parser/ |
H A D | input.py | 27 def parse_trace_part(trace): argument
|
/aosp12/art/runtime/ |
H A D | oat_file_assistant.cc | 319 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 D | async_task.rs | 336 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 D | dalvik_system_VMStack.cc | 44 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 D | pthread_join.cpp | 38 ScopedTrace trace("pthread_join"); in pthread_join() local
|
/aosp12/art/tools/runtime_memusage/ |
H A D | prune_sanitizer_output.py | 44 def clean_trace_if_valid(trace, stack_min_size, prune_exact): argument
|
/aosp12/frameworks/base/tests/JankBench/scripts/ |
H A D | runall.py | 43 def start_benchmark(device, trace): argument
|
/aosp12/frameworks/base/core/java/android/os/ |
H A D | TransactionTracker.java | 47 String trace = Log.getStackTraceString(tr); in addTrace() local
|
/aosp12/art/runtime/mirror/ |
H A D | stack_trace_element.cc | 35 ObjPtr<StackTraceElement> trace = in Alloc() local
|
/aosp12/frameworks/base/test-base/src/junit/framework/ |
H A D | TestFailure.java | 45 public String trace() { in trace() method in TestFailure
|
/aosp12/frameworks/native/services/surfaceflinger/ |
H A D | TracedOrdinal.h | 72 void trace() { in trace() function
|
/aosp12/frameworks/base/test-runner/src/junit/runner/ |
H A D | TestRunListener.java | 19 public void testFailed(int status, String testName, String trace); in testFailed()
|