Searched defs:a0 (Results 1 – 7 of 7) sorted by relevance
/frameworks/base/core/tests/coretests/src/android/os/ |
D | IAidlTest.aidl | 34 boolean[] booleanArray(in boolean[] a0, out boolean[] a1, inout boolean[] a2); in booleanArray() 35 char[] charArray(in char[] a0, out char[] a1, inout char[] a2); in charArray() 36 int[] intArray(in int[] a0, out int[] a1, inout int[] a2); in intArray() 37 long[] longArray(in long[] a0, out long[] a1, inout long[] a2); in longArray() 38 float[] floatArray(in float[] a0, out float[] a1, inout float[] a2); in floatArray() 39 double[] doubleArray(in double[] a0, out double[] a1, inout double[] a2); in doubleArray() 40 String[] stringArray(in String[] a0, out String[] a1, inout String[] a2); in stringArray() 41 AidlTest.TestParcelable[] parcelableArray(in AidlTest.TestParcelable[] a0, in parcelableArray()
|
D | AidlTest.java | 123 public boolean[] booleanArray(boolean[] a0, boolean[] a1, boolean[] a2) { in booleanArray() 133 public char[] charArray(char[] a0, char[] a1, char[] a2) { in charArray() 143 public int[] intArray(int[] a0, int[] a1, int[] a2) { in intArray() 153 public long[] longArray(long[] a0, long[] a1, long[] a2) { in longArray() 163 public float[] floatArray(float[] a0, float[] a1, float[] a2) { in floatArray() 173 public double[] doubleArray(double[] a0, double[] a1, double[] a2) { in doubleArray() 183 public String[] stringArray(String[] a0, String[] a1, String[] a2) { in stringArray() 193 public TestParcelable[] parcelableArray(TestParcelable[] a0, in parcelableArray()
|
/frameworks/native/opengl/libagl/ |
D | matrix.h | 110 static inline GLfixed mla2a( GLfixed a0, GLfixed b0, in mla2a() 139 static inline GLfixed mla3a( GLfixed a0, GLfixed b0, in mla3a() 195 static inline GLfixed mla3a16( GLfixed a0, int32_t b1b0, in mla3a16() 234 static inline GLfixed mla3a16_btb( GLfixed a0, in mla3a16_btb() 275 static inline GLfixed mla3a16_btt( GLfixed a0, in mla3a16_btt() 316 static inline GLfixed mla3( GLfixed a0, GLfixed b0, in mla3() 347 static inline GLfixed mla4( GLfixed a0, GLfixed b0, in mla4()
|
/frameworks/av/media/libstagefright/codecs/amrwbenc/src/ |
D | syn_filt.c | 38 Word32 i, a0; in Syn_filt() local 95 Word32 i,a0; in Syn_filt_32() local
|
/frameworks/av/media/libstagefright/codecs/amrwb/src/ |
D | wb_syn_filt.cpp | 235 int16 i, k, a0; in Syn_filt_32() local
|
/frameworks/base/graphics/tests/graphicstests/src/android/graphics/ |
D | BitmapTest.java | 207 int a0 = Color.alpha(c0); in testSetPixelsWithNonOpaqueAlpha() local
|
/frameworks/base/services/tests/servicestests/src/com/android/server/ |
D | DropBoxTest.java | 290 DropBoxManager.Entry a0 = dropbox.getNextEntry("DropBoxTest.A", before); in testGetNextEntry() local
|