/frameworks/base/errorprone/refaster/ |
D | EfficientXml.java | 32 void beforeToString(TypedXmlSerializer out, String n, int v) throws Exception { in beforeToString() 37 void beforeValueOf(TypedXmlSerializer out, String n, int v) throws Exception { in beforeValueOf() 42 void beforeUtils(TypedXmlSerializer out, String n, int v) throws Exception { in beforeUtils() 47 void beforeRadix(TypedXmlSerializer out, String n, int v) throws Exception { in beforeRadix() 52 void after(TypedXmlSerializer out, String n, int v) throws Exception { in after() 59 void beforeToHexString(TypedXmlSerializer out, String n, int v) throws Exception { in beforeToHexString() 64 void beforeRadix(TypedXmlSerializer out, String n, int v) throws Exception { in beforeRadix() 69 void after(TypedXmlSerializer out, String n, int v) throws Exception { in after() 76 int beforeParse(TypedXmlPullParser in, String n) throws Exception { in beforeParse() 81 int beforeUtils(TypedXmlPullParser in, String n) throws Exception { in beforeUtils() [all …]
|
/frameworks/av/media/codecs/amrwb/dec/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/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/tests/coretests/src/android/app/ |
D | NotificationHistoryTest.java | 87 HistoricalNotification n = new HistoricalNotification.Builder() in testHistoricalNotificationBuilder() local 115 HistoricalNotification n = getHistoricalNotification(0); in testAddNotificationToWrite() local 130 HistoricalNotification n = getHistoricalNotification(3); in testAddNotificationsToWrite() local 163 HistoricalNotification n = getHistoricalNotification(i); in testPoolStringsFromNotifications() local 193 HistoricalNotification n = getHistoricalNotification(i); in testAddPooledStrings() local 225 HistoricalNotification n = in testRemoveNotificationsFromWrite() local 263 HistoricalNotification n = getHistoricalNotification("pkg", i); in testRemoveNotificationFromWrite() local 300 HistoricalNotification n = getHistoricalNotification("pkg", i); in testRemoveConversationNotificationFromWrite() local 338 HistoricalNotification n = getHistoricalNotification("pkg", i); in testRemoveChannelFromWrite() local 379 HistoricalNotification n = getHistoricalNotification(i); in testParceling() local
|
D | NotificationTest.java | 70 Notification n = new Notification.Builder(mContext, "test") in testColorizedByPermission() local 90 Notification n = new Notification.Builder(mContext, "test") in testColorizedByForeground() local 110 Notification n = new Notification.Builder(mContext).build(); in testHasCompletedProgress_noProgress() local 117 Notification n = new Notification.Builder(mContext) in testHasCompletedProgress_complete() local 129 Notification n = new Notification.Builder(mContext) in testHasCompletedProgress_notComplete() local 141 Notification n = new Notification.Builder(mContext) in testHasCompletedProgress_zeroMax() local 152 Notification n = new Notification.Builder(mContext).setLargeIcon(originalIcon).build(); in largeIconMultipleReferences_keptAfterParcelling() local 167 Notification n = new Notification.Builder(mContext).build(); in largeIconReferenceInExtrasOnly_keptAfterParcelling() local 209 Notification n = builder.build(); in allPendingIntents_containsCustomRemoteViews() local
|
/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/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 66 Notification n = builder.build(); in testIntrusive_fillScreen() local 85 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/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/ |
D | StatusBarNotificationPresenterTest.java | 143 Notification n = new Notification.Builder(getContext(), "a").build(); in testSuppressHeadsUp_disabledStatusBar() local 160 Notification n = new Notification.Builder(getContext(), "a").build(); in testSuppressHeadsUp_disabledNotificationShade() local 178 Notification n = new Notification.Builder(getContext(), "a").build(); in testSuppressInterruptions_vrMode() local 193 Notification n = new Notification.Builder(getContext(), "a").build(); in testSuppressInterruptions_statusBarAlertsDisabled() local
|
/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 | 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/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/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/libs/net/common/device/android/net/ |
D | NetworkFactoryLegacyImpl.java | 212 NetworkRequestInfo n = mNetworkRequests.get(request); in handleAddRequest() local 234 NetworkRequestInfo n = mNetworkRequests.get(request); in handleRemoveRequest() local 274 private void evalRequest(NetworkRequestInfo n) { in evalRequest() 296 private boolean shouldNeedNetworkFor(NetworkRequestInfo n) { in shouldNeedNetworkFor() 311 private boolean shouldReleaseNetworkFor(NetworkRequestInfo n) { in shouldReleaseNetworkFor()
|
/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()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/logging/ |
D | NotificationLoggerTest.java | 196 Notifications.Notification n = mNotificationPanelLoggerFake.get(0).list.notifications[0]; in testLogPanelShownOnWake() local 213 Notifications.Notification n = mNotificationPanelLoggerFake.get(0).list.notifications[0]; in testLogPanelShownOnShadePull() local 239 Notifications.Notification n = mNotificationPanelLoggerFake.get(0).list.notifications[0]; in testLogPanelShownHandlesNullInstanceIds() local
|