Home
last modified time | relevance | path

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

12

/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/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-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,…
Dkd.h128 unsigned char diacr, base, result; member
Dvideodev.h150 void *base; member
/development/ndk/platforms/android-9/samples/native-activity/
DAndroid.mk34 $(TOPDIR)frameworks/base/native/include \
35 $(TOPDIR)frameworks/base/opengl/include \
/development/ide/xcode/freetype2.xcodeproj/
Dproject.pbxproj50 …urcecode.c.c; name = ftadvanc.c; path = "../../extlibs/freetype-2.3.6/src/base/ftadvanc.c"; source…
51 … sourcecode.c.c; name = ftapi.c; path = "../../extlibs/freetype-2.3.6/src/base/ftapi.c"; sourceTre…
52 …sourcecode.c.c; name = ftbase.c; path = "../../extlibs/freetype-2.3.6/src/base/ftbase.c"; sourceTr…
53 …sourcecode.c.c; name = ftbbox.c; path = "../../extlibs/freetype-2.3.6/src/base/ftbbox.c"; sourceTr…
54 …urcecode.c.c; name = ftbitmap.c; path = "../../extlibs/freetype-2.3.6/src/base/ftbitmap.c"; source…
55 …sourcecode.c.c; name = ftcalc.c; path = "../../extlibs/freetype-2.3.6/src/base/ftcalc.c"; sourceTr…
56 …urcecode.c.c; name = ftdbgmem.c; path = "../../extlibs/freetype-2.3.6/src/base/ftdbgmem.c"; source…
57 …ourcecode.c.c; name = ftdebug.c; path = "../../extlibs/freetype-2.3.6/src/base/ftdebug.c"; sourceT…
58 …sourcecode.c.c; name = ftgasp.c; path = "../../extlibs/freetype-2.3.6/src/base/ftgasp.c"; sourceTr…
59 …urcecode.c.c; name = ftgloadr.c; path = "../../extlibs/freetype-2.3.6/src/base/ftgloadr.c"; source…
[all …]
/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/tools/emulator/opengl/shared/OpenglCodecCommon/
DGLSharedGroup.cpp57 void ProgramData::setIndexInfo(GLuint index, GLint base, GLint size, GLenum type) in setIndexInfo() argument
61 m_Indexes[index].base = base; in setIndexInfo()
89 GLint dist = location - m_Indexes[i].base; in getIndexForLocation()
112 if (0 != (m_Indexes[i].base & 0xffff)) { in setupLocationShiftWAR()
130 (hostLoc - m_Indexes[index].base) / arrIndex; in locationWARHostToApp()
144 return m_Indexes[i].base + in locationWARAppToHost()
333 void GLSharedGroup::setProgramIndexInfo(GLuint program, GLuint index, GLint base, GLint size, GLenu… in setProgramIndexInfo() argument
339 pData->setIndexInfo(index,base,size,type); in setProgramIndexInfo()
DGLSharedGroup.h50 GLint base; member
75 void setIndexInfo(GLuint index, GLint base, GLint size, GLenum type);
126 …void setProgramIndexInfo(GLuint program, GLuint index, GLint base, GLint size, GLenum type, con…
/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/etc1tool/
DAndroid.mk15 LOCAL_C_INCLUDES += frameworks/base/opengl/include
/development/ndk/platforms/android-8/samples/bitmap-plasma/jni/
Dplasma.c202 Fixed base = fixed_sin(yt1) + fixed_sin(yt2); in fill_plasma() local
220 Fixed ii = base + fixed_sin(xt1) + fixed_sin(xt2); in fill_plasma()
230 Fixed i1 = base + fixed_sin(xt1) + fixed_sin(xt2); in fill_plasma()
234 Fixed i2 = base + fixed_sin(xt1) + fixed_sin(xt2); in fill_plasma()
246 Fixed ii = base + fixed_sin(xt1) + fixed_sin(xt2); in fill_plasma()
255 Fixed ii = base + fixed_sin(xt1) + fixed_sin(xt2); in fill_plasma()
/development/ndk/platforms/android-3/include/
Dinttypes.h257 intmax_t strntoimax(const char *nptr, char **endptr, int base, size_t n);
258 uintmax_t strntoumax(const char *nptr, char **endptr, int base, size_t n);
/development/ndk/platforms/android-9/samples/native-plasma/jni/
Dplasma.c211 Fixed base = fixed_sin(yt1) + fixed_sin(yt2); in fill_plasma() local
229 Fixed ii = base + fixed_sin(xt1) + fixed_sin(xt2); in fill_plasma()
239 Fixed i1 = base + fixed_sin(xt1) + fixed_sin(xt2); in fill_plasma()
243 Fixed i2 = base + fixed_sin(xt1) + fixed_sin(xt2); in fill_plasma()
255 Fixed ii = base + fixed_sin(xt1) + fixed_sin(xt2); in fill_plasma()
264 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/build/
Dsdk_only_whitelist.mk47 frameworks/base \
Dsdk.atree34 frameworks/base/docs/docs-redirect.html documentation.html
108 frameworks/base/core/res/res platforms/${PLATFORM_NAME}/data/res
117 frameworks/base/data/fonts platforms/${PLATFORM_NAME}/data/fonts
145 frameworks/base/docs/docs-samples-redirect.html docs/samples/index.html
155 # (see web_docs_sample_code_flags in frameworks/base/Android.mk)
/development/tools/emulator/system/camera/
DAndroid.mk41 frameworks/base/core/jni/android/graphics \
/development/scripts/
Dcombine_sdks.sh53 BASE_DIR="$TMP"/base
/development/samples/SkeletonApp/
Dreadme.txt43 SkeletonActivity.java to construct its UI. The base name of each file
54 skeleton_activity.xml. Like layout files, the base name is used for the
/development/tools/idegen/
Dexcluded-paths56 ^frameworks/policies/base/mid$
57 #^frameworks/policies/base/phone$

12