/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/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/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 | NotificationHistoryTest.java | 85 HistoricalNotification n = new HistoricalNotification.Builder() in testHistoricalNotificationBuilder() local 113 HistoricalNotification n = getHistoricalNotification(0); in testAddNotificationToWrite() local 128 HistoricalNotification n = getHistoricalNotification(3); in testAddNotificationsToWrite() local 161 HistoricalNotification n = getHistoricalNotification(i); in testPoolStringsFromNotifications() local 191 HistoricalNotification n = getHistoricalNotification(i); in testAddPooledStrings() local 223 HistoricalNotification n = in testRemoveNotificationsFromWrite() local 261 HistoricalNotification n = getHistoricalNotification("pkg", i); in testRemoveNotificationFromWrite() local 298 HistoricalNotification n = getHistoricalNotification("pkg", i); in testRemoveConversationNotificationFromWrite() local 335 HistoricalNotification n = getHistoricalNotification(i); in testParceling() local
|
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/base/services/tests/uiservicestests/src/com/android/server/notification/ |
D | NotificationHistoryProtoHelperTest.java | 87 HistoricalNotification n = getHistoricalNotification(i); in testReadWriteNotifications() local 114 HistoricalNotification n = getHistoricalNotification(i); in testReadWriteNotifications_stringFieldsPersistedEvenIfNoPool() local 141 HistoricalNotification n = in testReadNotificationsWithPkgFilter() local 184 HistoricalNotification n = getHistoricalNotification(i); in testReadNotificationsWithNumberFilter() local 236 HistoricalNotification n = getHistoricalNotification(i); in testReadNotificationsWithNumberFilter_preExistingNotifs() local 277 HistoricalNotification n = getHistoricalNotification(i); in testReadMergeIntoExistingHistory() local 295 HistoricalNotification n = getHistoricalNotification(i); in testReadMergeIntoExistingHistory() local
|
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
|
D | ZenModeFilteringTest.java | 207 Notification n = new Notification.Builder(mContext, "a").build(); in testConversation_allAllowed() local 225 Notification n = new Notification.Builder(mContext, "a").build(); in testConversation_importantAllowed_isImportant() local 243 Notification n = new Notification.Builder(mContext, "a").build(); in testConversation_importantAllowed_isNotImportant() local 260 Notification n = new Notification.Builder(mContext, "a").build(); in testConversation_noneAllowed_notCallOrMsg() local 277 Notification n = new Notification.Builder(mContext, "a").build(); in testConversation_noneAllowed_callAllowed() local 297 Notification n = new Notification.Builder(mContext, "a").build(); in testConversation_noneAllowed_msgAllowed() local
|
D | NotificationChannelExtractorTest.java | 62 Notification n = builder.build(); in testExtractsUpdatedChannel() local 89 Notification n = builder.build(); in testInvalidShortcutFlagEnabled_looksUpCorrectChannel() local 117 Notification n = builder.build(); in testInvalidShortcutFlagDisabled_looksUpCorrectChannel() local
|
/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/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/ |
D | StatusBarNotificationPresenterTest.java | 135 Notification n = new Notification.Builder(getContext(), "a").build(); in testSuppressHeadsUp_disabledStatusBar() local 152 Notification n = new Notification.Builder(getContext(), "a").build(); in testSuppressHeadsUp_disabledNotificationShade() local 170 Notification n = new Notification.Builder(getContext(), "a").build(); in testSuppressInterruptions_vrMode() local 185 Notification n = new Notification.Builder(getContext(), "a").build(); in testSuppressInterruptions_statusBarAlertsDisabled() local
|
/frameworks/base/core/java/android/os/ |
D | MessageQueue.java | 684 Message n = p.next; in removeMessages() local 692 Message n = p.next; in removeMessages() local 718 Message n = p.next; in removeEqualMessages() local 726 Message n = p.next; in removeEqualMessages() local 752 Message n = p.next; in removeMessages() local 760 Message n = p.next; in removeMessages() local 786 Message n = p.next; in removeEqualMessages() local 794 Message n = p.next; in removeEqualMessages() local 821 Message n = p.next; in removeCallbacksAndMessages() local 829 Message n = p.next; in removeCallbacksAndMessages() local [all …]
|
/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/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()
|
/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/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
|