Home
last modified time | relevance | path

Searched refs:base (Results 1 – 25 of 55) sorted by relevance

123

/development/ndk/platforms/android-9/arch-mips/include/asm/
Ddiv64.h25base) ({ unsigned long __quot32, __mod32; unsigned long __cf, __tmp, __tmp2, __i; __asm__(… argument
26base) ({ 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/
Dmonkey4 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/
DPyramid.cpp116 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/
Dmtrr.h29 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/
Dmtrr.h29 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/
Ddiv64.h25 #define do_div(n,base) ({ register unsigned int __base asm("r4") = base; register unsigned lon… argument
/development/ndk/platforms/android-21/include/linux/
Dphonet.h64 } base; member
77 #define pn_submsg_id pn_msg_u.base.pn_submsg_id
81 #define pn_data pn_msg_u.base.pn_data
Dnubus.h192 unsigned char *base; member
201 unsigned char *base; member
Dkd.h140 unsigned char diacr, base, result; member
151 unsigned int diacr, base, result; member
/development/ndk/platforms/android-9/arch-x86/include/asm/
Ddiv64.h22 #define do_div(n,base) ({ unsigned long __upper, __low, __high, __mod, __base; __base = (base);… argument
Ddesc_32.h74 …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/
Dtimer.h28 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/
DAndroid.mk34 $(TOPDIR)frameworks/base/native/include \
35 $(TOPDIR)frameworks/base/opengl/include \
/development/ndk/platforms/android-3/arch-arm/include/asm/arch/
Dmcbsp.h31 #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/
DUnicodeChart.java82 private void drawChart(Canvas canvas, int base) { in drawChart() argument
85 int unichar = base + i; in drawChart()
/development/tools/idegen/src/com/android/idegen/
DMakeFileParser.java19 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/
Dplasma.c201 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/
Dftw.h52 int base; member
/development/ndk/platforms/android-21/arch-arm/include/asm/
Dsetup.h154 #define for_each_tag(t,base) for (t = base; t->hdr.size; t = tag_next(t)) argument
/development/ndk/platforms/android-3/include/
Dinttypes.h255 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/
Dplasma.c210 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/
Dconfiguration.h300 int32_t AConfiguration_match(AConfiguration* base, AConfiguration* requested);
312 int32_t AConfiguration_isBetterThan(AConfiguration* base, AConfiguration* test,
/development/ndk/platforms/android-16/include/android/
Dconfiguration.h345 int32_t AConfiguration_match(AConfiguration* base, AConfiguration* requested);
357 int32_t AConfiguration_isBetterThan(AConfiguration* base, AConfiguration* test,
/development/ndk/platforms/android-13/include/android/
Dconfiguration.h342 int32_t AConfiguration_match(AConfiguration* base, AConfiguration* requested);
354 int32_t AConfiguration_isBetterThan(AConfiguration* base, AConfiguration* test,
/development/ndk/platforms/android-18/include/android/
Dconfiguration.h362 int32_t AConfiguration_match(AConfiguration* base, AConfiguration* requested);
374 int32_t AConfiguration_isBetterThan(AConfiguration* base, AConfiguration* test,

123