Home
last modified time | relevance | path

Searched defs:strDest (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/frameworks/base/core/tests/coretests/src/android/app/wallpaper/
H A DWallpaperDescriptionTest.java131 CharSequence strDest = destination.getDescription().get(i); in xml_roundTripSucceeds() local
230 CharSequence strDest = destination.getDescription().get(i); in parcel_roundTripSucceeds() local
310 CharSequence strDest = destination.getDescription().get(i); in toBuilder_succeeds() local
/aosp_15_r20/external/pdfium/core/fxcrt/
H A Dfx_system.cpp130 size_t FXSYS_wcsftime(wchar_t* strDest, in FXSYS_wcsftime()