Searched refs:reuse (Results 1 - 15 of 15) sorted by relevance

/frameworks/base/core/java/android/animation/
H A DPointFEvaluator.java41 * Constructs a PointFEvaluator that modifies and returns <code>reuse</code>
48 * @param reuse A PointF to be modified and returned by evaluate.
50 public PointFEvaluator(PointF reuse) { argument
51 mPoint = reuse;
62 * this PointFEvaluator, the object returned will be the <code>reuse</code>
/frameworks/base/cmds/app_process/
H A DAndroid.mk52 # In SANITIZE_LITE mode, we create the sanitized binary in a separate location (but reuse
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p10/src/
H A DarmVCM4P10_DeblockingChroma_unsafe_s.s78 qDelta QN Q10.S16 ; reuse qDq0p0
H A DarmVCM4P10_DeblockingLuma_unsafe_s.s73 qDelta QN Q10.S16 ; reuse qDq0p0
H A DomxVCM4P10_FilterDeblockingLuma_HorEdge_I_s.s109 qDelta QN Q10.S16 ; reuse qDq0p0
H A DomxVCM4P10_FilterDeblockingLuma_VerEdge_I_s.s155 qDelta QN Q10.S16 ; reuse qDq0p0
/frameworks/rs/cpu_ref/
H A DrsCpuExecutable.cpp64 const bool reuse = true) {
78 if (!reuse) {
88 // write races on the .so during script initialization even if reuse is
107 const bool reuse,
109 std::string sharedLibName = findSharedObjectName(cacheDir, resName, reuse);
104 createSharedLibrary(const char *driverName, const char *cacheDir, const char *resName, const bool reuse, std::string *fullPath) argument
H A DrsCpuExecutable.h35 // If reuse is false and SOPath is not nullptr, saves the filename
40 const bool reuse = true,
60 // Deletion is also required because such files are not intended for reuse.
H A DrsCpuScriptGroup2.cpp478 const bool reuse = !is_force_recompile() && !useRSDebugContext; local
479 if (reuse) {
540 reuse, &SOPath)) {
548 if (reuse) {
H A DrsCpuScript.cpp366 const bool reuse = !is_force_recompile() && !useRSDebugContext; local
367 if (reuse) {
377 // If reuse is desired and we can't, it's either not there or out of date.
391 mCtx->getContext()->getDriverName(), cacheDir, resName, reuse,
398 if (reuse) {
/frameworks/base/packages/WallpaperCropper/src/com/android/photos/views/
H A DTiledImageRenderer.java158 public Bitmap getTile(int level, int x, int y, Bitmap reuse); argument
686 Bitmap reuse = sTilePool.acquire();
687 if (reuse != null && reuse.getWidth() != mTileSize) {
688 reuse = null;
690 mDecodedTile = mModel.getTile(mTileLevel, mX, mY, reuse);
/frameworks/av/media/libmediaplayerservice/
H A DMediaPlayerService.cpp1870 bool reuse = false; local
1879 reuse = true;
1885 reuse = false;
1891 reuse = false;
1894 reuse = false;
1896 reuse = false;
1906 if (bothOffloaded && !reuse) {
1919 if (!(reuse && bothOffloaded)) {
1982 if (reuse) {
1989 reuse
[all...]
/frameworks/opt/datetimepicker/src/com/android/datetimepicker/date/
H A DMonthAdapter.java201 v.reuse();
H A DMonthView.java396 public void reuse() { method in class:MonthView
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/unit/
H A DCameraMetadataTest.java335 boolean reuse) {
350 if (reuse) {
357 checkKeyGetAndSet(keyStr, typeToken, expected, /*reuse*/false);
334 checkKeyGetAndSet(String keyStr, TypeReference<T> typeToken, T expected, boolean reuse) argument

Completed in 504 milliseconds