| /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/ |
| D | imghdr.py | 9 def what(file, h=None): argument 37 def test_jpeg(h, f): argument 44 def test_exif(h, f): argument 51 def test_png(h, f): argument 57 def test_gif(h, f): argument 64 def test_tiff(h, f): argument 71 def test_rgb(h, f): argument 78 def test_pbm(h, f): argument 86 def test_pgm(h, f): argument 94 def test_ppm(h, f): argument [all …]
|
| D | sndhdr.py | 58 def test_aifc(h, f): argument 79 def test_au(h, f): argument 108 def test_hcom(h, f): argument 117 def test_voc(h, f): argument 130 def test_wav(h, f): argument 143 def test_8svx(h, f): argument 152 def test_sndt(h, f): argument 161 def test_sndr(h, f): argument
|
| D | colorsys.py | 90 def hls_to_rgb(h, l, s): argument 135 def hsv_to_rgb(h, s, v): argument
|
| /device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/ |
| D | lstring.c | 52 unsigned int h = seed ^ cast(unsigned int, l); in luaS_hash() local 79 unsigned int h = lmod(gco2ts(p)->hash, newsize); /* new position */ in luaS_resize() local 99 int tag, unsigned int h, GCObject **list) { in createstrobj() 117 unsigned int h) { in newshrstr() 136 unsigned int h = luaS_hash(str, l, g->seed); in internshrstr() local
|
| D | lgc.c | 94 #define gnodelast(h) gnode(h, cast(size_t, sizenode(h))) argument 100 #define linktable(h,p) ((h)->gclist = *(p), *(p) = obj2gco(h)) argument 355 static void traverseweakvalue (global_State *g, Table *h) { in traverseweakvalue() 378 static int traverseephemeron (global_State *g, Table *h) { in traverseephemeron() 416 static void traversestrongtable (global_State *g, Table *h) { in traversestrongtable() 434 static lu_mem traversetable (global_State *g, Table *h) { in traversetable() 528 Table *h = gco2t(o); in propagatemark() local 627 Table *h = gco2t(l); in clearkeys() local 645 Table *h = gco2t(l); in clearvalues() local
|
| /device/linaro/hikey/gralloc960/ |
| D | mali_gralloc_bufferaccess.cpp | 36 …k(const mali_gralloc_module *m, buffer_handle_t buffer, uint64_t usage, int l, int t, int w, int h, in mali_gralloc_lock() 73 int h, android_ycbcr *ycbcr) in mali_gralloc_lock_ycbcr() 223 int h, void **vaddr, int32_t fence_fd) in mali_gralloc_lock_async() 235 int w, int h, android_ycbcr *ycbcr, int32_t fence_fd) in mali_gralloc_lock_ycbcr_async() 249 … int w, int h, struct android_flex_layout *flex_layout, int32_t fence_fd) in mali_gralloc_lock_flex_async()
|
| D | mali_gralloc_module.cpp | 92 …lock(gralloc_module_t const *module, buffer_handle_t handle, int usage, int l, int t, int w, int h, in gralloc_lock() 101 int h, android_ycbcr *ycbcr) in gralloc_lock_ycbcr() 116 int h, void **vaddr, int32_t fence_fd) in gralloc_lock_async() 124 int w, int h, android_ycbcr *ycbcr, int32_t fence_fd) in gralloc_lock_ycbcr_async()
|
| /device/google/cuttlefish_common/guest/hals/camera/ |
| D | GrallocModule.h | 28 int lock(buffer_handle_t handle, int usage, int l, int t, int w, int h, in lock() 34 int lock_ycbcr(buffer_handle_t handle, int usage, int l, int t, int w, int h, in lock_ycbcr()
|
| /device/generic/goldfish/camera/ |
| D | GrallocModule.h | 16 int usage, int l, int t, int w, int h, void **vaddr) { in lock() 22 int usage, int l, int t, int w, int h, in lock_ycbcr()
|
| /device/linaro/hikey/gralloc/ |
| D | gralloc_module.cpp | 281 …odule_t const *module, buffer_handle_t handle, int usage, int l, int t, int w, int h, void **vaddr) in gralloc_lock() 330 …_t const *module, buffer_handle_t handle, int usage, int l, int t, int w, int h, struct android_yc… in gralloc_lock_ycbcr() 465 …_t const *module, buffer_handle_t handle, int usage, int l, int t, int w, int h, void **vaddr, int… in gralloc_lock_async() 489 …_t const *module, buffer_handle_t handle, int usage, int l, int t, int w, int h, struct android_yc… in gralloc_lock_async_ycbcr()
|
| /device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/antlr/ |
| D | hash.c | 111 unsigned h=0; local 131 unsigned h=0; local
|
| D | hash.h | 59 #define Hash(s,h,size) \ argument
|
| /device/linaro/bootloader/arm-trusted-firmware/include/common/ |
| D | bl_common.h | 116 param_header_t h; member 150 param_header_t h; member 167 param_header_t h; member 188 param_header_t h; member
|
| /device/google/cuttlefish_common/guest/hals/gralloc/legacy/ |
| D | gralloc.cpp | 53 alloc_device_t* /*dev*/, int format, int w, int h, in gralloc_alloc_buffer() 102 static int gralloc_alloc(alloc_device_t* dev, int w, int h, int format, in gralloc_alloc() argument
|
| /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/ |
| D | test_undocumented_details.py | 20 def h(): function
|
| /device/linaro/bootloader/edk2/StdLib/LibC/gdtoa/ |
| D | hd_init.c | 41 htinit(h, s, inc) unsigned char *h; CONST unsigned char *s; int inc; in htinit() argument
|
| /device/linaro/bootloader/edk2/StdLib/LibC/Math/ |
| D | e_sinh.c | 44 double t,w,h; in __ieee754_sinh() local
|
| /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/msi/ |
| D | msilib.py | 622 def add(self, name, x, y, w, h, text, value = None): argument 631 def __init__(self, db, name, x, y, w, h, attr, title, first, default, cancel): argument 637 def control(self, name, type, x, y, w, h, attr, prop, text, next, help): argument 642 def text(self, name, x, y, w, h, attr, text): argument 646 def bitmap(self, name, x, y, w, h, text): argument 649 def line(self, name, x, y, w, h): argument 652 def pushbutton(self, name, x, y, w, h, attr, text, next): argument 655 def radiogroup(self, name, x, y, w, h, attr, prop, text, next): argument 661 def checkbox(self, name, x, y, w, h, attr, prop, text, next): argument
|
| /device/linaro/bootloader/arm-trusted-firmware/plat/rockchip/common/include/ |
| D | plat_params.h | 83 struct bl31_plat_param h; member 88 struct bl31_plat_param h; member
|
| /device/linaro/bootloader/edk2/BaseTools/Source/C/LzmaCompress/Sdk/C/ |
| D | Threads.c | 18 WRes HandleToWRes(HANDLE h) { return (h != 0) ? 0 : GetError(); } in HandleToWRes() 30 WRes Handle_WaitObject(HANDLE h) { return (WRes)WaitForSingleObject(h, INFINITE); } in Handle_WaitObject()
|
| /device/google/cuttlefish_common/guest/hals/gralloc/ |
| D | gralloc.cpp | 82 inline int formatToBytesPerFrame(int format, int w, int h) { in formatToBytesPerFrame() 158 int h, in lock_ycbcr() 175 int h, in gralloc_alloc()
|
| /device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/support/sym/ |
| D | sym.c | 171 register unsigned int h=0; local 193 register unsigned int h=0; local
|
| D | template.h | 5 #define HASH(p, h) while ( *p != '\0' ) h = (h<<1) + *p++; argument
|
| /device/google/contexthub/lib/include/nanohub/ |
| D | sha2.h | 31 uint32_t h[8]; member
|
| /device/google/contexthub/sensorhal/ |
| D | sensors.cpp | 83 for (auto &h : mOperationHandler) { in activate() local 94 for (auto &h: mOperationHandler) { in setDelay() local 117 for (auto &h : mOperationHandler) { in batch() local 128 for (auto &h : mOperationHandler) { in flush() local
|