/development/perftests/panorama/feature_stab/src/dbreg/ |
D | vp_motionmodel.h | 145 #define MXX(m) (m).par[0] argument 146 #define MXY(m) (m).par[1] argument 147 #define MXZ(m) (m).par[2] argument 148 #define MXW(m) (m).par[3] argument 149 #define MYX(m) (m).par[4] argument 150 #define MYY(m) (m).par[5] argument 151 #define MYZ(m) (m).par[6] argument 152 #define MYW(m) (m).par[7] argument 153 #define MZX(m) (m).par[8] argument 154 #define MZY(m) (m).par[9] argument [all …]
|
D | vp_motionmodel.c | 57 double Det4(MATRIX m) in Det4() 98 int i, j, k, l, m, n,ntemp; in inv4Mat() local
|
/development/ndk/platforms/android-3/include/linux/ |
D | stat.h | 29 #define S_ISLNK(m) (((m) & S_IFMT) == S_IFLNK) argument 30 #define S_ISREG(m) (((m) & S_IFMT) == S_IFREG) argument 31 #define S_ISDIR(m) (((m) & S_IFMT) == S_IFDIR) argument 32 #define S_ISCHR(m) (((m) & S_IFMT) == S_IFCHR) argument 33 #define S_ISBLK(m) (((m) & S_IFMT) == S_IFBLK) argument 34 #define S_ISFIFO(m) (((m) & S_IFMT) == S_IFIFO) argument 35 #define S_ISSOCK(m) (((m) & S_IFMT) == S_IFSOCK) argument
|
D | plist.h | 41 #define plist_for_each_entry_safe(pos, n, head, m) list_for_each_entry_safe(pos, n, &(head)->node… argument
|
/development/ndk/platforms/android-21/include/linux/ |
D | stat.h | 36 #define S_ISLNK(m) (((m) & S_IFMT) == S_IFLNK) argument 37 #define S_ISREG(m) (((m) & S_IFMT) == S_IFREG) argument 39 #define S_ISDIR(m) (((m) & S_IFMT) == S_IFDIR) argument 40 #define S_ISCHR(m) (((m) & S_IFMT) == S_IFCHR) argument 41 #define S_ISBLK(m) (((m) & S_IFMT) == S_IFBLK) argument 42 #define S_ISFIFO(m) (((m) & S_IFMT) == S_IFIFO) argument 44 #define S_ISSOCK(m) (((m) & S_IFMT) == S_IFSOCK) argument
|
D | mroute.h | 50 #define VIFM_SET(n,m) ((m)|=(1<<(n))) argument 51 #define VIFM_CLR(n,m) ((m)&=~(1<<(n))) argument 52 #define VIFM_ISSET(n,m) ((m)&(1<<(n))) argument 54 #define VIFM_CLRALL(m) ((m)=0) argument
|
/development/tools/mkstubs/tests/com/android/mkstubs/sourcer/ |
D | MethodSourcerTest.java | 48 MethodSourcer m = new MethodSourcer(mOutput, in testVoid() local 64 MethodSourcer m = new MethodSourcer(mOutput, in testVoidThrow() local 80 MethodSourcer m = new MethodSourcer(mOutput, in testReturnMap() local
|
/development/perftests/panorama/feature_stab/db_vlvm/ |
D | db_utilities_geometry.h | 34 double cx,cy,m; in db_PointCentroid2D() local 54 double cx,cy,m; in db_PointCentroid2D() local 78 double cx,cy,cz,m; in db_PointCentroid3D() local 100 double cx,cy,cz,m; in db_PointCentroid3D() local
|
D | db_utilities_indexing.cpp | 103 unsigned long m; in db_AlignPointer_f() local 114 unsigned long m; in db_AlignPointer_s() local
|
D | db_image_homography.cpp | 116 double m,ax,ay,apx,apy,bx,by,bpx,bpy; in db_CommonFocalLengthFromRotation_2Point() local 182 double m,hyp[27],x1_temp[3],x2_temp[3],xp1_temp[3],xp2_temp[3]; in db_StitchRotationCommonFocalLength_3Points() local 243 double Aacc,Bacc,Aacc2,Bacc2,divisor,divisor2,m,Am,Bm; in db_StitchSimilarity2DRaw() local
|
D | db_utilities_poly.cpp | 100 double lz,ms,ns,mn,m,n,lz_through2; in db_SolveQuartic() local 172 double lz,ms,ns,mn,m,n,lz_through2; in db_SolveQuarticForced() local
|
D | db_utilities_linalg.h | 186 double m,sp,sp_m; in db_OrthogonalizePair7() local 200 double m,sp,sp_m; in db_OrthogonalizePair9() local
|
/development/samples/ApiDemos/src/com/example/android/apis/graphics/spritetext/ |
D | MatrixStack.java | 58 public void glLoadMatrixf(float[] m, int offset) { in glLoadMatrixf() 62 public void glLoadMatrixf(FloatBuffer m) { in glLoadMatrixf() 66 public void glLoadMatrixx(int[] m, int offset) { in glLoadMatrixx() 72 public void glLoadMatrixx(IntBuffer m) { in glLoadMatrixx() 78 public void glMultMatrixf(float[] m, int offset) { in glMultMatrixf() 83 public void glMultMatrixf(FloatBuffer m) { in glMultMatrixf() 88 public void glMultMatrixx(int[] m, int offset) { in glMultMatrixx() 95 public void glMultMatrixx(IntBuffer m) { in glMultMatrixx()
|
/development/tools/yuv420sp2rgb/ |
D | debug.h | 48 void *m = malloc(size); in MALLOC() local 54 void *m = calloc(num_entries, entry_size); in CALLOC() local 60 void *m = realloc(ptr, size); in REALLOC() local
|
/development/apps/Development/src/com/android/development/ |
D | ConfigurationViewer.java | 34 DisplayMetrics m = new DisplayMetrics(); in onCreate() local
|
/development/samples/USB/AdbTest/src/com/android/adb/ |
D | AdbTestActivity.java | 82 Message m = Message.obtain(mHandler, MESSAGE_LOG); in log() local 109 Message m = Message.obtain(mHandler, MESSAGE_DEVICE_ONLINE); in deviceOnline() local
|
/development/samples/browseable/JobScheduler/src/com.example.android.jobscheduler/ |
D | MainActivity.java | 178 Message m = Message.obtain(mHandler, MSG_UNCOLOUR_START); in onReceivedStartJob() local 191 Message m = Message.obtain(mHandler, MSG_UNCOLOUR_STOP); in onReceivedStopJob() local
|
/development/samples/ApiDemos/src/com/example/android/apis/graphics/kube/ |
D | M4.java | 25 public float[][] m = new float[4][4]; field in M4
|
D | Layer.java | 55 float[][] m = mTransform.m; in setAngle() local
|
/development/samples/browseable/JobScheduler/src/com.example.android.jobscheduler/service/ |
D | TestJobService.java | 62 Message m = Message.obtain(); in onStartCommand() local
|
/development/ndk/platforms/android-9/arch-mips/include/asm/ |
D | cmpxchg.h | 24 #define __cmpxchg_asm(ld, st, m, old, new) ({ __typeof(*(m)) __ret; if (cpu_has_llsc && R100… argument
|
/development/samples/ApiDemos/src/com/example/android/apis/graphics/ |
D | Patterns.java | 79 Matrix m = new Matrix(); in SampleView() local
|
D | Xfermodes.java | 112 Matrix m = new Matrix(); in SampleView() local
|
/development/perftests/panorama/feature_mos/src/mosaic/ |
D | Mosaic.cpp | 243 double m[3][3] = { in balanceRotations() local
|
/development/cmds/monkey/src/com/android/commands/monkey/ |
D | MonkeyGetFrameRateEvent.java | 102 Matcher m = NO_OF_FRAMES_PATTERN.matcher(input); in getNumberOfFrames() local
|