Home
last modified time | relevance | path

Searched defs:m (Results 1 – 25 of 32) sorted by relevance

12

/development/ndk/platforms/android-3/include/linux/
Dstat.h29 #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
Dplist.h41 #define plist_for_each_entry_safe(pos, n, head, m) list_for_each_entry_safe(pos, n, &(head)->node… argument
/development/tools/mkstubs/tests/com/android/mkstubs/sourcer/
DMethodSourcerTest.java48 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/samples/ApiDemos/src/com/example/android/apis/graphics/spritetext/
DMatrixStack.java58 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()
DMatrixTrackingGL.java366 public void glLoadMatrixf(float[] m, int offset) { in glLoadMatrixf()
372 public void glLoadMatrixf(FloatBuffer m) { in glLoadMatrixf()
380 public void glLoadMatrixx(int[] m, int offset) { in glLoadMatrixx()
386 public void glLoadMatrixx(IntBuffer m) { in glLoadMatrixx()
441 public void glMultMatrixf(float[] m, int offset) { in glMultMatrixf()
447 public void glMultMatrixf(FloatBuffer m) { in glMultMatrixf()
455 public void glMultMatrixx(int[] m, int offset) { in glMultMatrixx()
461 public void glMultMatrixx(IntBuffer m) { in glMultMatrixx()
1032 public void getMatrix(float[] m, int offset) { in getMatrix()
/development/tools/yuv420sp2rgb/
Ddebug.h48 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/
DConfigurationViewer.java34 DisplayMetrics m = new DisplayMetrics(); in onCreate() local
DBadBehaviorActivity.java99 public boolean appCrashed(String proc, int pid, String m, String m2, long time, String st) { in appCrashed()
/development/samples/USB/AdbTest/src/com/android/adb/
DAdbTestActivity.java82 Message m = Message.obtain(mHandler, MESSAGE_LOG); in log() local
109 Message m = Message.obtain(mHandler, MESSAGE_DEVICE_ONLINE); in deviceOnline() local
/development/samples/ApiDemos/src/com/example/android/apis/graphics/kube/
DM4.java25 public float[][] m = new float[4][4]; field in M4
DLayer.java55 float[][] m = mTransform.m; in setAngle() local
/development/ndk/platforms/android-9/arch-mips/include/asm/
Dcmpxchg.h24 #define __cmpxchg_asm(ld, st, m, old, new) ({ __typeof(*(m)) __ret; if (cpu_has_llsc && R100… argument
/development/tools/idegen/src/com/android/idegen/
DModuleCache.java76 Module m = modulesByName.get(name); in buildAndCacheAggregatedModule() local
/development/samples/ApiDemos/src/com/example/android/apis/graphics/
DPatterns.java79 Matrix m = new Matrix(); in SampleView() local
DXfermodes.java112 Matrix m = new Matrix(); in SampleView() local
/development/cmds/monkey/src/com/android/commands/monkey/
DMonkeyGetFrameRateEvent.java102 Matcher m = NO_OF_FRAMES_PATTERN.matcher(input); in getNumberOfFrames() local
DMonkeyGetAppFrameRateEvent.java113 Matcher m = NO_OF_FRAMES_PATTERN.matcher(line); in getNumberOfFrames() local
/development/ndk/platforms/android-3/include/net/
Dif_ether.h166 #define VLAN_INPUT_TAG(ifp, m, vlanid, _errcase) \ argument
/development/tools/mkstubs/src/com/android/mkstubs/
DMain.java122 Main m = new Main(); in main() local
/development/samples/MySampleRss/src/com/example/codelab/rssexample/
DRssService.java209 Matcher m = p.matcher(xml); in parseRssDocPubDate() local
/development/samples/RenderScript/Levels/src/com/android/rs/levels/
DLevelsDalvikActivity.java181 final float[] m = satMatrix.getArray(); in filter() local
/development/samples/Wiktionary/src/com/example/android/wiktionary/
DExtendedWikiHelper.java148 Matcher m = mPattern.matcher(input); in apply() local
/development/ndk/platforms/android-4/samples/san-angeles/jni/
Ddemo.c385 const float m = (float)(cos(xm * 2) * sin(ym * 4) * 0.75f); in createGroundPlane() local
618 GLfloat m[16]; in gluLookAt() local
/development/ndk/platforms/android-3/include/netinet/
Dip6.h281 #define IP6_EXTHDR_GET(val, typ, m, off, len) \ argument
300 #define IP6_EXTHDR_GET0(val, typ, m, off, len) \ argument
/development/samples/NotePad/tests/src/com/example/android/notepad/
DNotePadProviderTest.java818 public void setModificationDate(long m) { in setModificationDate()

12