HomeSort by relevance Sort by last modified time
    Searched refs:reuse (Results 26 - 50 of 168) sorted by null

12 3 4 5 6 7

  /packages/apps/Gallery2/src/com/android/photos/views/
TiledImageRenderer.java 158 public Bitmap getTile(int level, int x, int y, Bitmap reuse);
686 Bitmap reuse = sTilePool.acquire(); local
687 if (reuse != null && reuse.getWidth() != mTileSize) {
688 reuse = null;
690 mDecodedTile = mModel.getTile(mTileLevel, mX, mY, reuse);
  /packages/apps/Launcher3/WallpaperPicker/src/com/android/photos/views/
TiledImageRenderer.java 159 public Bitmap getTile(int level, int x, int y, Bitmap reuse);
687 Bitmap reuse = sTilePool.acquire(); local
688 if (reuse != null && reuse.getWidth() != mTileSize) {
689 reuse = null;
691 mDecodedTile = mModel.getTile(mTileLevel, mX, mY, reuse);
  /external/antlr/antlr-3.4/runtime/C/src/
antlr3basetreeadaptor.c 654 * because if it was a Nil Node, then we can reuse it now.
661 saveRoot->reuse(saveRoot);
678 // will not reuse it again, so we will reclaim it here. First we want to zero out
683 oldRootTree->reuse(oldRootTree);
709 // can reuse it rather than orphaning it!
729 saveRoot->reuse(saveRoot);
  /external/fonttools/Lib/fontTools/ttLib/
sfnt.py 131 reuse = False
140 reuse = True
155 if not reuse:
  /external/v8/test/mjsunit/
codegen-coverage.js 55 // The add will spill x and reuse {eax,rax} for the result.
  /libcore/luni/src/main/java/java/net/
Socket.java     [all...]
  /external/sonivox/arm-hybrid-22k/lib_src/
ARM-E_filter_gnu.s 49 tmp0 .req r1 @ reuse register
ARM-E_interpolate_loop_gnu.s 45 tmp0 .req r1 @reuse register
ARM-E_interpolate_noloop_gnu.s 49 tmp0 .req r1 @ reuse register
ARM-E_voice_gain_gnu.s 47 tmp2 .req r1 @ reuse register
  /external/sonivox/arm-wt-22k/lib_src/
ARM-E_filter_gnu.s 49 tmp0 .req r1 @ reuse register
ARM-E_interpolate_loop_gnu.s 45 tmp0 .req r1 @reuse register
ARM-E_interpolate_noloop_gnu.s 49 tmp0 .req r1 @ reuse register
ARM-E_voice_gain_gnu.s 47 tmp2 .req r1 @ reuse register
  /frameworks/opt/datetimepicker/src/com/android/datetimepicker/date/
MonthAdapter.java 201 v.reuse();
  /external/iproute2/doc/
api-ip6-flowlabels.tex 74 Flow labels have finite lifetime and source is not allowed to reuse
264 request flow label manager to allocate new flow label, to reuse
310 \item \verb|share| defines who is allowed to reuse the same flow label.
317 #define IPV6_FL_S_ANY 255 /* Anyone may reuse it */
  /sdk/eclipse/plugins/com.android.ide.eclipse.ndk/src/com/android/ide/eclipse/ndk/internal/launch/
NdkGdbLaunchDelegate.java 357 boolean reuse = config.getAttribute(LaunchConfigDelegate.ATTR_REUSE_LAST_USED_DEVICE,
359 if (!reuse) {
  /external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/tree/
CommonTreeNodeStream.as 81 /** Reuse same DOWN, UP navigation nodes unless this is true */
109 /** Reuse an existing node stream's buffer of nodes. Do not point at a
114 public static function reuse(parent:CommonTreeNodeStream, start:int, stop:int):CommonTreeNodeStream { function
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p10/src/
armVCM4P10_DeblockingLuma_unsafe_s.s 73 qDelta QN Q10.S16 ; reuse qDq0p0
omxVCM4P10_FilterDeblockingLuma_HorEdge_I_s.s 109 qDelta QN Q10.S16 ; reuse qDq0p0
omxVCM4P10_FilterDeblockingLuma_VerEdge_I_s.s 155 qDelta QN Q10.S16 ; reuse qDq0p0
  /cts/tests/tests/graphics/src/android/graphics/cts/
BitmapFactoryTest.java 379 * Decode resource with ResId into reuse bitmap without scaling, verifying expected hasAlpha
381 private void decodeResourceWithReuse(Bitmap reuse, int resId, boolean hasAlpha) {
386 options.inBitmap = reuse;
388 assertSame(reuse, output);
396 // Test reuse, hasAlpha false and true
413 // reuse should support all image formats
467 // Verify that inSampleSize and density scaling both work with reuse concurrently
493 // verify that density isn't incorrectly carried over during bitmap reuse
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/
AndroidLaunchController.java 94 * emulator. If an emulator is already running, this class will attempt to reuse
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/math/
BigDecimal.java 71 /* 1998.07.01 improve byteaddsub to allow array reuse, etc. */
    [all...]
  /external/v8/src/
ast.h 239 static TypeFeedbackId reuse(BailoutId id) { function in class:v8::internal::AstNode
    [all...]

Completed in 3039 milliseconds

12 3 4 5 6 7