/development/ndk/platforms/android-9/arch-mips/include/asm/ |
D | div64.h | 25 …base) ({ unsigned long __quot32, __mod32; unsigned long __cf, __tmp, __tmp2, __i; __asm__(… argument 26 …base) ({ unsigned long long __quot; unsigned long __mod; unsigned long long __div; unsigne… argument 30 …o_div(n, base) ({ unsigned long __quot; unsigned int __mod; unsigned long __div; unsigned … argument
|
/development/cmds/monkey/ |
D | monkey | 4 base=/system 5 export CLASSPATH=$base/framework/monkey.jar 7 exec app_process $base/bin com.android.commands.monkey.Monkey $*
|
/development/perftests/panorama/feature_mos/src/mosaic/ |
D | Pyramid.cpp | 116 ImageTypeShort base; in BorderSpread() local 123 base = pyr->ptr[-h] - off; in BorderSpread() 126 for (h = height; h--; base += pyr->pitch) { in BorderSpread() 128 base[-1 - w] = base[0]; in BorderSpread() 130 base[off2 + w + 1] = base[off2]; in BorderSpread() 136 base = pyr->ptr[top - pyr->border] - pyr->border; in BorderSpread() 137 for (h = top; h--; base -= pyr->pitch) { in BorderSpread() 138 memcpy(base - pyr->pitch, base, pyr->pitch * sizeof(short)); in BorderSpread() 141 base = pyr->ptr[pyr->height + pyr->border - bot] - pyr->border; in BorderSpread() 142 for (h = bot; h--; base += pyr->pitch) { in BorderSpread() [all …]
|
/development/ndk/platforms/android-21/arch-x86/include/asm/ |
D | mtrr.h | 29 unsigned long base; member 36 unsigned long base; member 44 __u64 base; member 50 __u64 base; member
|
/development/ndk/platforms/android-21/arch-x86_64/include/asm/ |
D | mtrr.h | 29 unsigned long base; member 36 unsigned long base; member 44 __u64 base; member 50 __u64 base; member
|
/development/ndk/platforms/android-3/arch-arm/include/asm/ |
D | div64.h | 25 #define do_div(n,base) ({ register unsigned int __base asm("r4") = base; register unsigned lon… argument
|
/development/ndk/platforms/android-21/include/linux/ |
D | phonet.h | 64 } base; member 77 #define pn_submsg_id pn_msg_u.base.pn_submsg_id 81 #define pn_data pn_msg_u.base.pn_data
|
D | nubus.h | 192 unsigned char *base; member 201 unsigned char *base; member
|
D | kd.h | 140 unsigned char diacr, base, result; member 151 unsigned int diacr, base, result; member
|
/development/ndk/platforms/android-9/arch-x86/include/asm/ |
D | div64.h | 22 #define do_div(n,base) ({ unsigned long __upper, __low, __high, __mod, __base; __base = (base);… argument
|
D | desc_32.h | 74 …fine GET_DESC_BASE(idx, gdt, base, lo_w, lo_b, hi_b) movb idx*8+4(gdt), lo_b; movb idx*8+7(gdt… argument
|
/development/ndk/platforms/android-3/include/linux/ |
D | timer.h | 28 struct tvec_t_base_s *base; member 31 … .function = (_function), .expires = (_expires), .data = (_data), .base = &boot_tvec_bases,…
|
/development/ndk/platforms/android-9/samples/native-activity/ |
D | Android.mk | 34 $(TOPDIR)frameworks/base/native/include \ 35 $(TOPDIR)frameworks/base/opengl/include \
|
/development/ndk/platforms/android-3/arch-arm/include/asm/arch/ |
D | mcbsp.h | 31 #define OMAP_MCBSP_READ(base, reg) __raw_readw((base) + OMAP_MCBSP_REG_##reg) argument 32 #define OMAP_MCBSP_WRITE(base, reg, val) __raw_writew((val), (base) + OMAP_MCBSP_REG_##reg) argument
|
/development/samples/ApiDemos/src/com/example/android/apis/graphics/ |
D | UnicodeChart.java | 82 private void drawChart(Canvas canvas, int base) { in drawChart() argument 85 int unichar = base + i; in drawChart()
|
/development/tools/idegen/src/com/android/idegen/ |
D | MakeFileParser.java | 19 import com.google.common.base.Objects; 20 import com.google.common.base.Preconditions; 21 import com.google.common.base.Splitter; 22 import com.google.common.base.Strings;
|
/development/ndk/platforms/android-8/samples/bitmap-plasma/jni/ |
D | plasma.c | 201 Fixed base = fixed_sin(yt1) + fixed_sin(yt2); in fill_plasma() local 219 Fixed ii = base + fixed_sin(xt1) + fixed_sin(xt2); in fill_plasma() 229 Fixed i1 = base + fixed_sin(xt1) + fixed_sin(xt2); in fill_plasma() 233 Fixed i2 = base + fixed_sin(xt1) + fixed_sin(xt2); in fill_plasma() 245 Fixed ii = base + fixed_sin(xt1) + fixed_sin(xt2); in fill_plasma() 254 Fixed ii = base + fixed_sin(xt1) + fixed_sin(xt2); in fill_plasma()
|
/development/ndk/platforms/android-21/include/ |
D | ftw.h | 52 int base; member
|
/development/ndk/platforms/android-21/arch-arm/include/asm/ |
D | setup.h | 154 #define for_each_tag(t,base) for (t = base; t->hdr.size; t = tag_next(t)) argument
|
/development/ndk/platforms/android-3/include/ |
D | inttypes.h | 255 intmax_t strntoimax(const char *nptr, char **endptr, int base, size_t n); 256 uintmax_t strntoumax(const char *nptr, char **endptr, int base, size_t n);
|
/development/ndk/platforms/android-9/samples/native-plasma/jni/ |
D | plasma.c | 210 Fixed base = fixed_sin(yt1) + fixed_sin(yt2); in fill_plasma() local 228 Fixed ii = base + fixed_sin(xt1) + fixed_sin(xt2); in fill_plasma() 238 Fixed i1 = base + fixed_sin(xt1) + fixed_sin(xt2); in fill_plasma() 242 Fixed i2 = base + fixed_sin(xt1) + fixed_sin(xt2); in fill_plasma() 254 Fixed ii = base + fixed_sin(xt1) + fixed_sin(xt2); in fill_plasma() 263 Fixed ii = base + fixed_sin(xt1) + fixed_sin(xt2); in fill_plasma()
|
/development/ndk/platforms/android-9/include/android/ |
D | configuration.h | 300 int32_t AConfiguration_match(AConfiguration* base, AConfiguration* requested); 312 int32_t AConfiguration_isBetterThan(AConfiguration* base, AConfiguration* test,
|
/development/ndk/platforms/android-16/include/android/ |
D | configuration.h | 345 int32_t AConfiguration_match(AConfiguration* base, AConfiguration* requested); 357 int32_t AConfiguration_isBetterThan(AConfiguration* base, AConfiguration* test,
|
/development/ndk/platforms/android-13/include/android/ |
D | configuration.h | 342 int32_t AConfiguration_match(AConfiguration* base, AConfiguration* requested); 354 int32_t AConfiguration_isBetterThan(AConfiguration* base, AConfiguration* test,
|
/development/ndk/platforms/android-18/include/android/ |
D | configuration.h | 362 int32_t AConfiguration_match(AConfiguration* base, AConfiguration* requested); 374 int32_t AConfiguration_isBetterThan(AConfiguration* base, AConfiguration* test,
|