/external/syslinux/com32/cmenu/libmenu/ |
D | syslnx.c | 25 char *bounce; in runsyslinuxcmd() local 27 bounce = lmalloc(strlen(cmd) + 1); in runsyslinuxcmd() 28 if (!bounce) in runsyslinuxcmd() 31 strcpy(bounce, cmd); in runsyslinuxcmd() 32 load_kernel(bounce); in runsyslinuxcmd()
|
/external/syslinux/com32/gpllib/ |
D | memory.c | 90 void *bounce; in detect_memory_e820() local 95 bounce = lmalloc(sizeof buf); in detect_memory_e820() 96 if (!bounce) in detect_memory_e820() 102 ireg.edi.w[0] = OFFS(bounce); in detect_memory_e820() 103 ireg.es = SEG(bounce); in detect_memory_e820() 113 memcpy(bounce, &buf, sizeof buf); in detect_memory_e820() 134 memcpy(&buf, bounce, sizeof buf); in detect_memory_e820() 152 lfree(bounce); in detect_memory_e820()
|
/external/skia/samplecode/ |
D | SampleBitmapRect.cpp | 50 static void bounce(SkScalar* value, SkScalar* delta, SkScalar min, SkScalar max) { in bounce() function 62 bounce(&pt->fX, &vec->fX, limit.fLeft, limit.fRight); in bounce_pt() 63 bounce(&pt->fY, &vec->fY, limit.fTop, limit.fBottom); in bounce_pt() 72 void bounce() { in bounce() function in BitmapRectView 142 this->bounce(); in onAnimate() 187 bounce(&fSrcR.fLeft, &fDX, fLimitR.fLeft, fLimitR.fRight - width); in bounceMe()
|
/external/mesa3d/src/gallium/drivers/nouveau/ |
D | nouveau_buffer.c | 109 struct nouveau_bo *bounce = NULL; in nouveau_buffer_download() local 114 mm = nouveau_mm_allocate(nv->screen->mm_GART, size, &bounce, &offset); in nouveau_buffer_download() 115 if (!bounce) in nouveau_buffer_download() 118 nv->copy_data(nv, bounce, offset, NOUVEAU_BO_GART, in nouveau_buffer_download() 121 if (nouveau_bo_map(bounce, NOUVEAU_BO_RD, nv->screen->client)) in nouveau_buffer_download() 123 memcpy(buf->data + start, (uint8_t *)bounce->map + offset, size); in nouveau_buffer_download() 127 nouveau_bo_ref(NULL, &bounce); in nouveau_buffer_download() 138 struct nouveau_bo *bounce = NULL; in nouveau_buffer_upload() local 151 mm = nouveau_mm_allocate(nv->screen->mm_GART, size, &bounce, &offset); in nouveau_buffer_upload() 152 if (!bounce) in nouveau_buffer_upload() [all …]
|
/external/e2fsprogs/lib/ext2fs/ |
D | unix_io.c | 102 void *bounce; member 192 actual = read(data->dev, data->bounce, channel->block_size); in raw_read_blk() 198 memcpy(buf, data->bounce, actual); in raw_read_blk() 283 actual = read(data->dev, data->bounce, in raw_write_blk() 293 memcpy(data->bounce, buf, actual); in raw_write_blk() 298 actual = write(data->dev, data->bounce, channel->block_size); in raw_write_blk() 339 if (data->bounce) in alloc_cache() 340 ext2fs_free_mem(&data->bounce); in alloc_cache() 341 retval = io_channel_alloc_buf(channel, 0, &data->bounce); in alloc_cache() 361 if (data->bounce) in free_cache() [all …]
|
/external/curl/tests/data/ |
D | test153 | 37 # 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/ |
D | HitReactionComponent.java | 273 public void setBounceOnHit(boolean bounce) { in setBounceOnHit() argument 274 mBounceOnHit = bounce; in setBounceOnHit()
|
/external/swiftshader/third_party/LLVM/test/CodeGen/X86/ |
D | gather-addresses.ll | 6 ; bounce the vector off of cache rather than shuffling each individual
|
/external/syslinux/core/ |
D | com32.inc | 50 dd 0 ; 64K bounce buffer
|
/external/syslinux/memdisk/ |
D | memdisk16.asm | 28 ; Low memory bounce buffer 597 ; Set up a temporary stack in the bounce buffer;
|
/external/libpng/ |
D | README | 133 and ...". If in doubt, send questions to me. I'll bounce them
|
/external/skia/third_party/libpng/ |
D | README | 133 and ...". If in doubt, send questions to me. I'll bounce them
|
/external/llvm/docs/HistoricalNotes/ |
D | 2000-11-18-EarlyDesignIdeasResp.txt | 189 bounce it back and forth a couple of times... then I'll do a more formal
|
/external/swiftshader/third_party/LLVM/docs/HistoricalNotes/ |
D | 2000-11-18-EarlyDesignIdeasResp.txt | 189 bounce it back and forth a couple of times... then I'll do a more formal
|
/external/syslinux/com32/lib/libpng/ |
D | README | 128 and ...". If in doubt, send questions to me. I'll bounce them
|
/external/doclava/res/assets/templates-sdk/assets/ |
D | android-developer-docs.css | 2089 padding-bottom:1px; /* fixes animation bounce due to margins */
|
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/textana/en-US/ |
D | en-US_lexpos.utf | 3420 N^V "bounce" :G2P
|
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/textana/en-GB/ |
D | en-GB_lexpos.utf | 3852 N^V "bounce" :G2P
|
/external/icu/icu4j/main/shared/data/ |
D | Transliterator_Han_Latin_Definition.txt | 6715 退票 < bounce\-\(a\-check\); 18470 亂跳 < bounce; 27577 退票 > bounce\-\(a\-check\); 33570 亂跳 > bounce;
|
/external/jline/src/src/test/resources/jline/example/ |
D | english.gz |
|
/external/curl/ |
D | CHANGES.0 | 7982 this issue, but his email addresses bounce and I got some time "over" and
|
/external/robolectric/v1/lib/main/ |
D | android.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/android/
com/ ... |
/external/robolectric/v3/runtime/ |
D | android-all-5.1.1_r9-robolectric-1.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |
D | android-all-4.1.2_r1-robolectric-0.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/accessibilityservice/
android/ ... |
D | android-all-4.2.2_r1.2-robolectric-0.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/accessibilityservice/
android/ ... |