Home
last modified time | relevance | path

Searched defs:n (Results 1 – 25 of 598) sorted by relevance

12345678910>>...24

/frameworks/base/errorprone/refaster/
DEfficientXml.java32 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/base/services/tests/uiservicestests/src/com/android/server/notification/
DNotificationChannelExtractorTest.java87 private NotificationRecord getRecord(NotificationChannel channel, Notification n) { in getRecord()
96 final Notification n = new Notification.Builder(getContext()) in testExtractsUpdatedConversationChannel() local
115 final Notification n = new Notification.Builder(getContext()) in testInvalidShortcutFlagEnabled_looksUpCorrectNonChannel() local
136 final Notification n = new Notification.Builder(getContext()) in testInvalidShortcutFlagDisabled_looksUpCorrectChannel() local
160 final Notification n = new Notification.Builder(getContext()) in testAudioAttributes_callStyleCanUseCallUsage() local
184 final Notification n = new Notification.Builder(getContext()) in testAudioAttributes_nonCallStyleCannotUseCallUsage() local
205 final Notification n = new Notification.Builder(getContext()) in testAudioAttributes_alarmCategoryCanUseAlarmUsage() local
225 final Notification n = new Notification.Builder(getContext()) in testAudioAttributes_nonAlarmCategoryCannotUseAlarmUsage() local
246 final Notification n = new Notification.Builder(getContext()) in testAudioAttributes_noMediaUsage() local
267 final Notification n = new Notification.Builder(getContext()) in testAudioAttributes_noUnknownUsage() local
DNotificationHistoryProtoHelperTest.java87 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
DNotificationIntrusivenessExtractorTest.java48 Notification n = builder.build(); in testNonIntrusive() local
66 Notification n = builder.build(); in testIntrusive_fillScreen() local
85 Notification n = builder.build(); in testOldNotificationsNotIntrusive() local
DGlobalSortKeyComparatorTest.java48 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/app/
DNotificationHistoryTest.java94 HistoricalNotification n = new HistoricalNotification.Builder() in testHistoricalNotificationBuilder() local
122 HistoricalNotification n = getHistoricalNotification(0); in testAddNotificationToWrite() local
137 HistoricalNotification n = getHistoricalNotification(3); in testAddNotificationsToWrite() local
170 HistoricalNotification n = getHistoricalNotification(i); in testPoolStringsFromNotifications() local
200 HistoricalNotification n = getHistoricalNotification(i); in testAddPooledStrings() local
232 HistoricalNotification n = in testRemoveNotificationsFromWrite() local
270 HistoricalNotification n = getHistoricalNotification("pkg", i); in testRemoveNotificationFromWrite() local
307 HistoricalNotification n = getHistoricalNotification("pkg", i); in testRemoveConversationNotificationFromWrite() local
345 HistoricalNotification n = getHistoricalNotification("pkg", i); in testRemoveChannelFromWrite() local
386 HistoricalNotification n = getHistoricalNotification("packageName" + i, in testParceling() local
DNotificationTest.java147 Notification n = new Notification.Builder(mContext, "test") in testColorizedByPermission() local
167 Notification n = new Notification.Builder(mContext, "test") in testColorizedByForeground() local
187 Notification n = new Notification.Builder(mContext).build(); in testHasCompletedProgress_noProgress() local
194 Notification n = new Notification.Builder(mContext) in testHasCompletedProgress_complete() local
206 Notification n = new Notification.Builder(mContext) in testHasCompletedProgress_notComplete() local
218 Notification n = new Notification.Builder(mContext) in testHasCompletedProgress_zeroMax() local
227 Notification n = new Notification.Builder(mContext, "test") in testHasTitle_noStyle() local
236 Notification n = new Notification.Builder(mContext, "test") in testHasTitle_bigText() local
245 Notification n = new Notification.Builder(mContext, "test") in testHasTitle_noTitle() local
258 Notification n = new Notification.Builder(mContext, "test") in testContainsCustomViews_none() local
[all …]
DNotificationManagerTest.java87 Notification n = exampleNotification(); in notify_rapidUpdate_isThrottled() local
103 Notification n = exampleNotification(); in notify_reasonableUpdate_isNotThrottled() local
117 Notification n = exampleNotification(); in notify_rapidAdd_isNotThrottled() local
131 Notification n = exampleNotification(); in notifyAsPackage_rapidUpdate_isThrottled() local
178 Notification n = exampleNotification(); in cancel_necessaryAndRapid_isNotThrottled() local
211 Notification n = exampleNotification(); in enqueue_afterCancel_isNotUpdateAndIsNotThrottled() local
231 Notification n = exampleNotification(); in enqueue_afterCancelAsPackage_isNotUpdateAndIsNotThrottled() local
251 Notification n = exampleNotification(); in enqueue_afterCancelAll_isNotUpdateAndIsNotThrottled() local
271 Notification n = exampleNotification(); in notify_rapidUpdate_logsOncePerSecond() local
/frameworks/base/core/java/android/util/
DSparseSetArray.java50 public boolean add(int n, T value) { in add()
66 public void addAll(int n, ArraySet<T> values) { in addAll()
86 public boolean contains(int n, T value) { in contains()
97 public ArraySet<T> get(int n) { in get()
105 public boolean remove(int n, T value) { in remove()
120 public void remove(int n) { in remove()
DSpline.java135 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/av/media/module/codecs/amrwb/dec/src/
Dpvamrwbdecoder_mem_funcs.h58 #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/module/codecs/mp3dec/src/
Dmp3_mem_funcs.h64 #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/packages/WallpaperCropper/src/com/android/gallery3d/glrenderer/
DGLId.java26 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()
DGLES20IdImpl.java19 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/core/java/com/android/server/utils/
DWatchedSparseSetArray.java72 public boolean add(int n, T value) { in add()
81 public void addAll(int n, ArraySet<T> values) { in addAll()
97 public boolean contains(int n, T value) { in contains()
104 public ArraySet<T> get(int n) { in get()
112 public boolean remove(int n, T value) { in remove()
123 public void remove(int n) { in remove()
/frameworks/av/media/module/foundation/
DABitReader.cpp54 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/core/java/android/os/LegacyMessageQueue/
DMessageQueue.java909 Message n = p.next; in removeMessages() local
924 Message n = p.next; in removeMessages() local
956 Message n = p.next; in removeEqualMessages() local
971 Message n = p.next; in removeEqualMessages() local
1003 Message n = p.next; in removeMessages() local
1018 Message n = p.next; in removeMessages() local
1050 Message n = p.next; in removeEqualMessages() local
1065 Message n = p.next; in removeEqualMessages() local
1098 Message n = p.next; in removeCallbacksAndMessages() local
1113 Message n = p.next; in removeCallbacksAndMessages() local
[all …]
/frameworks/base/ravenwood/tools/hoststubgen/lib/com/android/hoststubgen/utils/
DTrie.kt38 val n = components.next() in getExactNode() constant
48 val n = components.next() in getNearestValue() constant
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/statusbar/notification/headsup/
DHeadsUpManagerTestUtil.java37 protected static StatusBarNotification createSbn(int id, Notification.Builder n) { in createSbn()
49 protected static StatusBarNotification createSbn(int id, Notification n) { in createSbn()
63 protected static NotificationEntry createEntry(int id, Notification n) { in createEntry()
/frameworks/base/core/tests/coretests/src/android/util/
DLongArrayQueueTest.java66 int n = 890; in addLastRemoveFirstFifo() local
151 int n = 25; in peekFirstVsRemoveFirst() local
199 int n = 520; in getInvalidPositions() local
/frameworks/rs/
DrsScriptGroup.cpp63 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/av/media/libaaudio/src/fifo/
DFifoController.h45 virtual void setReadCounter(fifo_counter_t n) override { in setReadCounter()
51 virtual void setWriteCounter(fifo_counter_t n) override { in setWriteCounter()
/frameworks/rs/cpp/util/
DRefBase.h485 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/core/java/android/os/CombinedMessageQueue/
DMessageQueue.java270 public boolean compareMessage(MessageNode n, Handler h, int what, Object object, Runnable r, in compareMessage()
1180 public boolean compareMessage(MessageNode n, Handler h, int what, Object object, Runnable r, in compareMessage()
1511 public boolean compareMessage(MessageNode n, Handler h, int what, Object object, Runnable r, in compareMessage()
1554 public boolean compareMessage(MessageNode n, Handler h, int what, Object object, Runnable r, in compareMessage()
1597 public boolean compareMessage(MessageNode n, Handler h, int what, Object object, Runnable r, in compareMessage()
1641 public boolean compareMessage(MessageNode n, Handler h, int what, Object object, Runnable r, in compareMessage()
1687 Message n = p.next; in removeMessagesLegacy() local
1703 Message n = p.next; in removeMessagesLegacy() local
1747 Message n = p.next; in removeEqualMessagesLegacy() local
1762 Message n = p.next; in removeEqualMessagesLegacy() local
[all …]
/frameworks/libs/systemui/tracinglib/core/src/coroutines/
DTraceData.kt124 val n = ++contIndex in updateDataForContinuation() constant
140 val n = contIndex-- in restoreDataForSuspension() constant

12345678910>>...24