Home
last modified time | relevance | path

Searched defs:d (Results 1 – 21 of 21) sorted by relevance

/development/ndk/platforms/android-5/arch-x86/include/asm/
Ddma-mapping_32.h22 #define dma_alloc_noncoherent(d, s, h, f) dma_alloc_coherent(d, s, h, f) argument
23 #define dma_free_noncoherent(d, s, v, h) dma_free_coherent(d, s, v, h) argument
25 #define dma_is_consistent(d, h) (1) argument
Dmpspec_32.h40 #define physids_shift_right(d, s, n) bitmap_shift_right((d).mask, (s).mask, n, MAX_APICS) argument
41 #define physids_shift_left(d, s, n) bitmap_shift_left((d).mask, (s).mask, n, MAX_APICS) argument
Ddesc_defs.h23 unsigned limit : 4, avl : 1, l : 1, d : 1, g : 1, base2 : 8; member
/development/ndk/platforms/android-3/include/linux/
Dposix_types.h27 #define __FDELT(d) ((d) / __NFDBITS) argument
30 #define __FDMASK(d) (1UL << ((d) % __NFDBITS)) argument
Dvt_buffer.h18 #define scr_memcpyw(d, s, c) memcpy(d, s, c) argument
19 #define scr_memmovew(d, s, c) memmove(d, s, c) argument
Dworkqueue.h34 #define __WORK_INITIALIZER(n, f, d) { .entry = { &(n).entry, &(n).entry }, .func = (f), .data… argument
36 #define DECLARE_WORK(n, f, d) struct work_struct n = __WORK_INITIALIZER(n, f, d) argument
Dppp_defs.h113 struct compstat d; member
Dconsole_struct.h105 struct vc_data *d; member
Dpkt_sched.h230 __u32 d; member
Dvideodev2.h34 #define v4l2_fourcc(a,b,c,d) (((__u32)(a)<<0)|((__u32)(b)<<8)|((__u32)(c)<<16)|((__u32)(d)<<24)) argument
/development/samples/ApiDemos/src/com/example/android/apis/graphics/
DDensityActivity.java140 final BitmapDrawable d = new BitmapDrawable(getResources(), bitmap); in addBitmapDrawable() local
152 final Drawable d = getResources().getDrawable(resource); in addResourceDrawable() local
174 final Drawable d = getResources().getDrawable(resource); in addNinePatchResourceDrawable() local
DCubeMapActivity.java175 float d = majorRadius+minorRadius*cosU; in generateTorusGrid() local
303 char d = (char) ((y + 1) * mW + x + 1); in Grid() local
DBitmapMesh.java95 float d = FloatMath.sqrt(dd); in warp() local
DColorPickerDialog.java112 private int ave(int s, int d, float p) { in ave()
DMatrixPaletteRenderer.java135 char d = (char) ((y + 1) * mW + x + 1); in Grid() local
/development/samples/ApiDemos/src/com/example/android/apis/graphics/spritetext/
DGrid.java80 char d = (char) ((y + 1) * mW + x + 1); in Grid() local
/development/apps/Development/src/com/android/development/
DEnterURL.java203 ArrayList<HashMap<String, String>> d = new ArrayList<HashMap<String, String>>(); in fillListView() local
/development/ndk/platforms/android-5/samples/hello-gl2/src/com/android/gl2jni/
DGL2JNIView.java187 int d = findConfigAttrib(egl, display, config, in chooseConfig() local
/development/ndk/platforms/android-3/include/linux/mmc/
Dcard.h89 #define mmc_set_drvdata(c,d) dev_set_drvdata(&(c)->dev, d) argument
/development/samples/AccelerometerPlay/src/com/example/android/accelerometerplay/
DAccelerometerPlayActivity.java298 final float d = (float) Math.sqrt(dd); in update() local
/development/ndk/platforms/android-3/include/
Djni.h116 jdouble d; member