/development/perftests/panorama/feature_mos/src/mosaic/ |
D | Interp.h | 52 int off = (int)(xfrac * CTAPS); in ciCalc() local 54 tmpf[0] = in[0] * ciTable[off + 40]; in ciCalc() 55 tmpf[0] += in[1] * ciTable[off]; in ciCalc() 56 tmpf[0] += in[2] * ciTable[40 - off]; in ciCalc() 57 tmpf[0] += in[3] * ciTable[80 - off]; in ciCalc() 59 tmpf[1] = in[0] * ciTable[off + 40]; in ciCalc() 60 tmpf[1] += in[1] * ciTable[off]; in ciCalc() 61 tmpf[1] += in[2] * ciTable[40 - off]; in ciCalc() 62 tmpf[1] += in[3] * ciTable[80 - off]; in ciCalc() 64 tmpf[2] = in[0] * ciTable[off + 40]; in ciCalc() [all …]
|
D | Pyramid.cpp | 115 int off, off2, height, h, w; in BorderSpread() local 119 off = pyr->border - left; in BorderSpread() 120 off2 = pyr->width + off + pyr->border - right - 1; in BorderSpread() 123 base = pyr->ptr[-h] - off; in BorderSpread() 152 int off = in->border / 2; in BorderExpandOdd() local 155 for (j = -off; j < in->height + off; j++) { in BorderExpandOdd() 172 for (i = -off; i < scr->width + off; i++) { in BorderExpandOdd() 217 int off = scr->border - 2; in BorderReduceOdd() local 218 s = scr->ptr[-scr->border] - (off >> 1); in BorderReduceOdd() 220 ls = scr->ptr[scr->height + scr->border - 1] + scr->pitch - (off >> 1); in BorderReduceOdd() [all …]
|
/development/ndk/platforms/android-3/include/netinet/ |
D | ip6.h | 281 #define IP6_EXTHDR_GET(val, typ, m, off, len) \ argument 285 if ((m)->m_len >= (off) + (len)) \ 286 (val) = (typ)(mtod((m), char *) + (off)); \ 288 _t = m_pulldown((m), (off), (len), &_tmp); \ 300 #define IP6_EXTHDR_GET0(val, typ, m, off, len) \ argument 303 if ((off) == 0 && (m)->m_len >= len) \ 306 _t = m_pulldown((m), (off), (len), NULL); \
|
/development/ndk/platforms/android-L/include/netinet/ |
D | ip6.h | 281 #define IP6_EXTHDR_GET(val, typ, m, off, len) \ argument 285 if ((m)->m_len >= (off) + (len)) \ 286 (val) = (typ)(mtod((m), char *) + (off)); \ 288 _t = m_pulldown((m), (off), (len), &_tmp); \ 300 #define IP6_EXTHDR_GET0(val, typ, m, off, len) \ argument 303 if ((off) == 0 && (m)->m_len >= len) \ 306 _t = m_pulldown((m), (off), (len), NULL); \
|
/development/ndk/platforms/android-9/arch-mips/include/asm/ |
D | pgtable-32.h | 75 #define pgoff_to_pte(off) ((pte_t) { (((off) & 0x7) << 1) | (((off) & 0x8) << 2) | (((off) >> 4… argument
|
/development/ndk/platforms/android-3/include/linux/ |
D | compiler-gcc.h | 14 #define RELOC_HIDE(ptr, off) ({ unsigned long __ptr; __asm__ ("" : "=r"(__ptr) : "0"(ptr)); (… argument
|
D | proc_fs.h | 28 typedef int (read_proc_t)(char *page, char **start, off_t off,
|
D | pkt_cls.h | 184 int off; member 195 __u16 off; member
|
/development/ndk/platforms/android-9/arch-x86/include/asm/ |
D | pgtable-2level.h | 42 #define pgoff_to_pte(off) ((pte_t) { (((off) & 0x1f) << 1) + (((off) >> 5) << 8) + _PAGE_FILE }) argument
|
/development/ndk/platforms/android-L/include/linux/tc_ematch/ |
D | tc_em_nbyte.h | 25 __u16 off; member
|
D | tc_em_cmp.h | 27 __u16 off; member
|
/development/ndk/platforms/android-L/include/linux/tc_act/ |
D | tc_pedit.h | 37 __u32 off; member
|
/development/scripts/gdb/ |
D | dalvik.gdb | 89 To switch ART debugging mode off, use "art-off" 92 define art-off 105 document art-off
|
/development/ndk/platforms/android-L/include/linux/ |
D | ptrace.h | 52 __u64 off; member
|
D | pkt_cls.h | 191 int off; member 201 __u16 off; member
|
D | fuse.h | 510 uint64_t off; member 530 int64_t off; member
|
/development/samples/browseable/DisplayingBitmaps/ |
D | _index.jd | 11 It demonstrates how to load large bitmaps efficiently off the main UI thread, caching
|
/development/perftests/panorama/ |
D | README.txt | 28 photo off the device and comparing it against the golden reference:
|
/development/samples/UiAutomator/ |
D | README | 27 go off in 2 minutes
|
/development/samples/training/testingfun/ |
D | gradlew.bat | 1 @if "%DEBUG%" == "" @echo off
|
/development/apps/Development/src/com/android/development/ |
D | Connectivity.java | 152 Long off = new Long(120000); 156 off = Long.parseLong((String)intent.getExtra(TEST_ALARM_OFF_EXTRA)); 168 mSCOffDuration = off; 176 mSCOffDuration = off;
|
/development/perftests/panorama/feature_mos/doc/ |
D | feature_mos_API_doxyfile | 531 # The QUIET tag can be used to turn on/off the messages that are generated 536 # The WARNINGS tag can be used to turn on/off the warning messages that are 974 # The DISABLE_INDEX tag can be used to turn on/off the condensed index at 991 # Windows users are probably better off using the HTML help feature. 1371 # or super classes. Setting the tag to NO turns the diagrams off. Note that
|
/development/perftests/panorama/feature_stab/doc/ |
D | dbreg_API_doxyfile | 531 # The QUIET tag can be used to turn on/off the messages that are generated 536 # The WARNINGS tag can be used to turn on/off the warning messages that are 974 # The DISABLE_INDEX tag can be used to turn on/off the condensed index at 991 # Windows users are probably better off using the HTML help feature. 1371 # or super classes. Setting the tag to NO turns the diagrams off. Note that
|