/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/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-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,…
|
D | kd.h | 128 unsigned char diacr, base, result; member
|
D | videodev.h | 150 void *base; member
|
/development/ndk/platforms/android-9/samples/native-activity/ |
D | Android.mk | 34 $(TOPDIR)frameworks/base/native/include \ 35 $(TOPDIR)frameworks/base/opengl/include \
|
/development/ide/xcode/freetype2.xcodeproj/ |
D | project.pbxproj | 50 …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/ |
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/tools/emulator/opengl/shared/OpenglCodecCommon/ |
D | GLSharedGroup.cpp | 57 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()
|
D | GLSharedGroup.h | 50 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/ |
D | UnicodeChart.java | 82 private void drawChart(Canvas canvas, int base) { in drawChart() argument 85 int unichar = base + i; in drawChart()
|
/development/tools/etc1tool/ |
D | Android.mk | 15 LOCAL_C_INCLUDES += frameworks/base/opengl/include
|
/development/ndk/platforms/android-8/samples/bitmap-plasma/jni/ |
D | plasma.c | 202 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/ |
D | inttypes.h | 257 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/ |
D | plasma.c | 211 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/ |
D | configuration.h | 300 int32_t AConfiguration_match(AConfiguration* base, AConfiguration* requested); 312 int32_t AConfiguration_isBetterThan(AConfiguration* base, AConfiguration* test,
|
/development/build/ |
D | sdk_only_whitelist.mk | 47 frameworks/base \
|
D | sdk.atree | 34 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/ |
D | Android.mk | 41 frameworks/base/core/jni/android/graphics \
|
/development/scripts/ |
D | combine_sdks.sh | 53 BASE_DIR="$TMP"/base
|
/development/samples/SkeletonApp/ |
D | readme.txt | 43 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/ |
D | excluded-paths | 56 ^frameworks/policies/base/mid$ 57 #^frameworks/policies/base/phone$
|