Home
last modified time | relevance | path

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

/external/skia/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/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/syzkaller/pkg/report/testdata/linux/report/
D19949 [ 81.429135] mapped:24075 shmem:26 pagetables:676 bounce:0
51 …:0kB slab_unreclaimable:0kB kernel_stack:0kB pagetables:0kB unstable:0kB bounce:0kB free_pcp:0kB l…
53 …unreclaimable:13276kB kernel_stack:1792kB pagetables:1040kB unstable:0kB bounce:0kB free_pcp:840kB…
55 …unreclaimable:19836kB kernel_stack:3008kB pagetables:1664kB unstable:0kB bounce:0kB free_pcp:1236k…
138 [ 81.863406] mapped:24149 shmem:63 pagetables:639 bounce:0
140 …:0kB slab_unreclaimable:0kB kernel_stack:0kB pagetables:0kB unstable:0kB bounce:0kB free_pcp:0kB l…
142 …_unreclaimable:13276kB kernel_stack:1792kB pagetables:892kB unstable:0kB bounce:0kB free_pcp:1204k…
144 …unreclaimable:19940kB kernel_stack:3008kB pagetables:1664kB unstable:0kB bounce:0kB free_pcp:752kB…
D20694 [ 104.843234] mapped:24231 shmem:70 pagetables:731 bounce:0
104 …sent:15992kB managed:15908kB mlocked:0kB kernel_stack:0kB pagetables:0kB bounce:0kB free_pcp:0kB l…
131 …:3129292kB managed:2939944kB mlocked:0kB kernel_stack:0kB pagetables:0kB bounce:0kB free_pcp:708kB…
158 …92kB managed:3594328kB mlocked:0kB kernel_stack:4384kB pagetables:2924kB bounce:0kB free_pcp:576kB…
D198115 [ 159.735946] mapped:24203 shmem:70 pagetables:703 bounce:0
124 …sent:15992kB managed:15908kB mlocked:0kB kernel_stack:0kB pagetables:0kB bounce:0kB free_pcp:0kB l…
149 …:3129292kB managed:2939956kB mlocked:0kB kernel_stack:0kB pagetables:0kB bounce:0kB free_pcp:708kB…
171 …92kB managed:3594332kB mlocked:0kB kernel_stack:4704kB pagetables:2812kB bounce:0kB free_pcp:988kB…
/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/u-boot/lib/efi_loader/
DKconfig21 bool "EFI Applications use bounce buffers for DMA operations"
26 hardware we can create a bounce buffer so that payloads don't have to
/external/u-boot/doc/
Dbounces2 # bounce. Addresses are listed one per line and need to match the author
/external/curl/tests/data/
Dtest15337 # bounce on to data1003 on the second request.
48 # 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/swiftshader/third_party/LLVM/test/CodeGen/X86/
Dgather-addresses.ll6 ; bounce the vector off of cache rather than shuffling each individual
/external/swiftshader/third_party/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/docs/HistoricalNotes/
D2000-11-18-EarlyDesignIdeasResp.txt189 bounce it back and forth a couple of times... then I'll do a more formal
/external/swiftshader/third_party/llvm-7.0/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/libpng/
DREADME133 and ...". If in doubt, send questions to me. I'll bounce them
/external/u-boot/tools/patman/
DREADME86 by patman but are known to bounce you can add a [bounces] section to your
/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.
/external/icu/icu4j/main/shared/data/
DTransliterator_Han_Latin_Definition.txt6715 退票 < bounce\-\(a\-check\);
18470 亂跳 < bounce;
27577 退票 > bounce\-\(a\-check\);
33570 亂跳 > bounce;
/external/jline/src/src/test/resources/jline/example/
Denglish.gz
/external/cldr/tools/java/org/unicode/cldr/util/data/transforms/
Dinternal_raw_IPA.txt20199 bounce %37407 baʊns, bɑʊns
Dinternal_raw_IPA-old.txt23792 bounce %28255 baʊns, bǎns