Home
last modified time | relevance | path

Searched refs:bounce (Results 1 – 25 of 37) sorted by relevance

12

/external/skqp/samplecode/
DSampleBitmapRect.cpp51 static void bounce(SkScalar* value, SkScalar* delta, SkScalar min, SkScalar max) { in bounce() function
63 bounce(&pt->fX, &vec->fX, limit.fLeft, limit.fRight); in bounce_pt()
64 bounce(&pt->fY, &vec->fY, limit.fTop, limit.fBottom); in bounce_pt()
73 void bounce() { in bounce() function in BitmapRectView
143 this->bounce(); in onAnimate()
187 bounce(&fSrcR.fLeft, &fDX, fLimitR.fLeft, fLimitR.fRight - width); in bounceMe()
/external/e2fsprogs/lib/ext2fs/
Dunix_io.c108 void *bounce; member
235 actual = read(data->dev, data->bounce, channel->block_size); in raw_read_blk()
245 memcpy(buf, data->bounce, actual); in raw_read_blk()
345 actual = read(data->dev, data->bounce, in raw_write_blk()
352 memset((char *) data->bounce + actual, 0, in raw_write_blk()
359 memcpy(data->bounce, buf, actual); in raw_write_blk()
364 actual = write(data->dev, data->bounce, channel->block_size); in raw_write_blk()
410 if (data->bounce) in alloc_cache()
411 ext2fs_free_mem(&data->bounce); in alloc_cache()
412 retval = io_channel_alloc_buf(channel, 0, &data->bounce); in alloc_cache()
[all …]
/external/curl/tests/data/
Dtest15348 # bounce on to data1003 on the second request.
59 # The second request to the 1002 section will bounce this one back instead
/external/replicaisland/src/com/replica/replicaisland/
DHitReactionComponent.java273 public void setBounceOnHit(boolean bounce) { in setBounceOnHit() argument
274 mBounceOnHit = bounce; in setBounceOnHit()
/external/mesa3d/docs/relnotes/
D19.1.7.rst114 - vulkan/overlay: bounce image back to present layout
D19.2.0.rst313 - vulkan/overlay: bounce image back to present layout
/external/llvm/docs/HistoricalNotes/
D2000-11-18-EarlyDesignIdeasResp.txt189 bounce it back and forth a couple of times... then I'll do a more formal
/external/llvm-project/llvm/docs/HistoricalNotes/
D2000-11-18-EarlyDesignIdeasResp.txt189 bounce it back and forth a couple of times... then I'll do a more formal
/external/tensorflow/tensorflow/lite/micro/examples/person_detection/
Dtraining_a_model.md202 amounts will bounce around a lot over short time periods, but if things are
/external/cpuinfo/test/dmesg/
Dxperia-sl.log128 <4>[ 0.483836] highmem bounce pool size: 64 pages
Dnexus10.log241 <4>[ 0.710123] highmem bounce pool size: 64 pages
Dnexus4.log233 <4>[ 0.696139] highmem bounce pool size: 64 pages
Dgalaxy-j5.log112 [ 0.037743] [0: swapper/0: 1] Failed to create procfs node for VFP bounce reporting
422 [ 0.577403] [0: swapper/0: 1] bounce pool size: 64 pages
Dmoto-g-gen3.log47 [ 0.410892,0] bounce pool size: 64 pages
Dmoto-g-gen2.log285 [ 0.697393,0] highmem bounce pool size: 64 pages
Dlg-k10-eu.log641 <4>[ 0.318811 / 01-01 00:00:00.289] bounce pool size: 64 pages
Dmoto-g-gen5.log18 [ 0.565551,2] bounce: pool size: 64 pages
Dzenfone-2.log700 [ 0.544880] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
Dnexus6.log410 [ 0.466291] bounce pool size: 64 pages
Dgalaxy-s5-us.log467 <4>[ 0.610350] highmem bounce pool size: 64 pages
/external/doclava/res/assets/templates-sdk/assets/
Dandroid-developer-docs.css2089 padding-bottom:1px; /* fixes animation bounce due to margins */
/external/python/cpython2/Modules/_ctypes/libffi/
DChangeLog147 Merge pull request #114 from joshtriplett/bounce-on-a-tiny-trampoline
1455 This patch properly copies the bounce buffer to destination in C code
DChangeLog.libffi-3.1293 (ffi_call): Only use bounce buffer when FLAG_RETURNS_SMST.
294 Properly copy bounce buffer to destination.
/external/libffi/
DChangeLog.libffi-3.1293 (ffi_call): Only use bounce buffer when FLAG_RETURNS_SMST.
294 Properly copy bounce buffer to destination.
DChangeLog.old301 (ffi_call): Only use bounce buffer when FLAG_RETURNS_SMST.
302 Properly copy bounce buffer to destination.

12