/frameworks/av/media/libstagefright/codecs/amrwb/src/ |
D | pvamrwbdecoder_mem_funcs.h | 58 #define pv_memset(to, c, n) memset(to, c, n) argument 61 #define pv_memcpy(to, from, n) memcpy(to, from, n) argument 62 #define pv_memmove(to, from, n) memmove(to, from, n) argument 63 #define pv_memcmp(p, q, n) memcmp(p, q, n) argument
|
/frameworks/av/media/libstagefright/codecs/mp3dec/src/ |
D | mp3_mem_funcs.h | 64 #define pv_memset(to, c, n) memset(to, c, n) argument 67 #define pv_memcpy(to, from, n) memcpy(to, from, n) argument 68 #define pv_memmove(to, from, n) memmove(to, from, n) argument 69 #define pv_memcmp(p, q, n) memcmp(p, q, n) argument
|
/frameworks/base/core/java/android/util/ |
D | SparseSetArray.java | 33 public boolean add(int n, T value) { in add() 56 public boolean contains(int n, T value) { in contains() 67 public ArraySet<T> get(int n) { in get() 75 public boolean remove(int n, T value) { in remove() 90 public void remove(int n) { in remove()
|
D | Spline.java | 135 final int n = x.length; in MonotoneCubicSpline() local 185 final int n = mX.length; in interpolate() local 217 final int n = mX.length; in toString() local 254 final int n = mX.length; in interpolate() local 280 final int n = mX.length; in toString() local
|
/frameworks/base/core/tests/coretests/src/android/app/ |
D | NotificationTest.java | 63 Notification n = new Notification.Builder(mContext, "test") in testColorizedByPermission() local 83 Notification n = new Notification.Builder(mContext, "test") in testColorizedByForeground() local 104 Notification n = builder.build(); in testColorSatisfiedWhenBgDarkTextDarker() local 120 Notification n = new Notification.Builder(mContext).build(); in testHasCompletedProgress_noProgress() local 127 Notification n = new Notification.Builder(mContext) in testHasCompletedProgress_complete() local 139 Notification n = new Notification.Builder(mContext) in testHasCompletedProgress_notComplete() local 151 Notification n = new Notification.Builder(mContext) in testHasCompletedProgress_zeroMax() local 162 Notification n = new Notification.Builder(mContext).setLargeIcon(originalIcon).build(); in largeIconMultipleReferences_keptAfterParcelling() local 177 Notification n = new Notification.Builder(mContext).build(); in largeIconReferenceInExtrasOnly_keptAfterParcelling() local 219 Notification n = builder.build(); in allPendingIntents_containsCustomRemoteViews() local
|
/frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/glrenderer/ |
D | GLId.java | 26 public void glGenBuffers(int n, int[] buffers, int offset); in glGenBuffers() 28 public void glDeleteTextures(GL11 gl, int n, int[] textures, int offset); in glDeleteTextures() 30 public void glDeleteBuffers(GL11 gl, int n, int[] buffers, int offset); in glDeleteBuffers() 32 public void glDeleteFramebuffers(GL11ExtensionPack gl11ep, int n, int[] buffers, int offset); in glDeleteFramebuffers()
|
D | GLES20IdImpl.java | 19 public void glGenBuffers(int n, int[] buffers, int offset) { in glGenBuffers() 25 public void glDeleteTextures(GL11 gl, int n, int[] textures, int offset) { in glDeleteTextures() 32 public void glDeleteBuffers(GL11 gl, int n, int[] buffers, int offset) { in glDeleteBuffers() 38 public void glDeleteFramebuffers(GL11ExtensionPack gl11ep, int n, int[] buffers, int offset) { in glDeleteFramebuffers()
|
/frameworks/av/media/libstagefright/foundation/ |
D | ABitReader.cpp | 54 uint32_t ABitReader::getBits(size_t n) { in getBits() 60 uint32_t ABitReader::getBitsWithFallback(size_t n, uint32_t fallback) { in getBitsWithFallback() 66 bool ABitReader::getBitsGraceful(size_t n, uint32_t *out) { in getBitsGraceful() 95 bool ABitReader::skipBits(size_t n) { in skipBits() 110 void ABitReader::putBits(uint32_t x, size_t n) { in putBits()
|
/frameworks/base/tests/notification/src/com/android/frameworks/tests/notification/ |
D | NotificationTests.java | 241 public static String summarize(Notification n) { in summarize() 257 …final Notification n = makeBigTextNotification(mContext, 0, bigtextId, System.currentTimeMillis()); in testCreate() local 296 final Notification n = new Notification.Builder(mContext) in testCreate() local 309 final Notification n = new Notification.Builder(mContext) in testCreate() local 332 final Notification n = new Notification.Builder(mContext) in testCreate() local 354 final Notification n = new Notification.Builder(mContext) in testCreate() local 372 final Notification n = new Notification.Builder(mContext) in testCreate() local 389 final Notification n = mNotifications.get(i); in testCreate() local 402 final Notification n = mNotifications.get(i); in testCreate() local 421 final Notification n = mNotifications.get(i); in testCreate() local [all …]
|
/frameworks/base/core/java/android/os/ |
D | MessageQueue.java | 683 Message n = p.next; in removeMessages() local 691 Message n = p.next; in removeMessages() local 717 Message n = p.next; in removeEqualMessages() local 725 Message n = p.next; in removeEqualMessages() local 751 Message n = p.next; in removeMessages() local 759 Message n = p.next; in removeMessages() local 785 Message n = p.next; in removeEqualMessages() local 793 Message n = p.next; in removeEqualMessages() local 820 Message n = p.next; in removeCallbacksAndMessages() local 828 Message n = p.next; in removeCallbacksAndMessages() local [all …]
|
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/ |
D | NotificationIntrusivenessExtractorTest.java | 48 Notification n = builder.build(); in testNonIntrusive() local 65 Notification n = builder.build(); in testIntrusive_fillScreen() local 83 Notification n = builder.build(); in testOldNotificationsNotIntrusive() local
|
D | GlobalSortKeyComparatorTest.java | 48 Notification n = new Notification.Builder(getContext(), TEST_CHANNEL_ID) in testComparator() local 87 Notification n = new Notification.Builder(getContext(), TEST_CHANNEL_ID) in testNoCrash_leftNull() local 117 Notification n = new Notification.Builder(getContext(), TEST_CHANNEL_ID) in testNoCrash_rightNull() local
|
/frameworks/base/core/tests/coretests/src/android/util/ |
D | LongArrayQueueTest.java | 66 int n = 890; in addLastRemoveFirstFifo() local 151 int n = 25; in peekFirstVsRemoveFirst() local 199 int n = 520; in getInvalidPositions() local
|
/frameworks/base/cmds/statsd/src/ |
D | hash.h | 28 inline uint32_t Hash32(const char *data, size_t n) { in Hash32() 36 inline uint64_t Hash64(const char* data, size_t n) { in Hash64()
|
/frameworks/av/media/libeffects/lvm/lib/Common/src/ |
D | MonoTo2I_32.cpp | 30 LVM_INT16 n) in MonoTo2I_32() 50 LVM_INT16 n) in MonoTo2I_Float()
|
D | JoinTo2i_32x32.cpp | 31 LVM_INT16 n ) in JoinTo2i_32x32() 55 LVM_INT16 n ) in JoinTo2i_Float()
|
D | Add2_Sat_32x32.cpp | 30 LVM_INT16 n ) in Add2_Sat_32x32() 61 LVM_INT16 n ) in Add2_Sat_Float()
|
D | Mult3s_32x16.cpp | 32 LVM_INT16 n) in Mult3s_32x16() 53 LVM_INT16 n) in Mult3s_Float()
|
D | From2iToMS_16x16.cpp | 31 LVM_INT16 n ) in From2iToMS_16x16() 59 LVM_INT16 n ) in From2iToMS_Float()
|
/frameworks/av/media/libaaudio/src/fifo/ |
D | FifoController.h | 45 virtual void setReadCounter(fifo_counter_t n) override { in setReadCounter() 51 virtual void setWriteCounter(fifo_counter_t n) override { in setWriteCounter()
|
/frameworks/rs/ |
D | rsScriptGroup.cpp | 63 Node *n = mNodes[ct]; in findNode() local 74 bool ScriptGroup::calcOrderRecurse(Node *n, int depth) { in calcOrderRecurse() 111 Node *n = findNode(k->mScript); in calcOrder() local 125 Node *n = findNode(l->mSource->mScript); in calcOrder() local 145 Node *n = mNodes[ct]; in calcOrder() local 156 const Node *n = findNode(k->mScript); in calcOrder() local 228 const Node *n = sg->mNodes[ct]; in create() local 310 Node *n = mNodes[ct]; in execute() local
|
/frameworks/base/libs/hwui/debug/ |
D | NullGlesDriver.cpp | 32 static void nullglGenCommon(GLsizei n, GLuint* buffers) { in nullglGenCommon() 40 void NullGlesDriver::glGenBuffers_(GLsizei n, GLuint* buffers) { in glGenBuffers_() 44 void NullGlesDriver::glGenFramebuffers_(GLsizei n, GLuint* framebuffers) { in glGenFramebuffers_() 48 void NullGlesDriver::glGenRenderbuffers_(GLsizei n, GLuint* renderbuffers) { in glGenRenderbuffers_() 52 void NullGlesDriver::glGenTextures_(GLsizei n, GLuint* textures) { in glGenTextures_()
|
/frameworks/base/core/java/android/security/ |
D | Scrypt.java | 26 native byte[] nativeScrypt(byte[] password, byte[] salt, int n, int r, int p, int outLen); in nativeScrypt() 29 public byte[] scrypt(byte[] password, byte[] salt, int n, int r, int p, int outLen) { in scrypt()
|
/frameworks/native/opengl/libagl/ |
D | TokenManager.cpp | 35 status_t TokenManager::getToken(GLsizei n, GLuint *tokens) in getToken() 43 void TokenManager::recycleTokens(GLsizei n, const GLuint *tokens) in recycleTokens()
|
/frameworks/rs/cpp/util/ |
D | RefBase.h | 485 void move_references(sp<TYPE>* d, sp<TYPE> const* s, size_t n) { in move_references() 491 void move_references(wp<TYPE>* d, wp<TYPE> const* s, size_t n) { in move_references() 506 void move_forward_type(sp<TYPE>* d, sp<TYPE> const* s, size_t n) { in move_forward_type() 511 void move_backward_type(sp<TYPE>* d, sp<TYPE> const* s, size_t n) { in move_backward_type() 516 void move_forward_type(wp<TYPE>* d, wp<TYPE> const* s, size_t n) { in move_forward_type() 521 void move_backward_type(wp<TYPE>* d, wp<TYPE> const* s, size_t n) { in move_backward_type()
|