Home
last modified time | relevance | path

Searched defs:n (Results 1 – 25 of 583) 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/packages/SystemUI/multivalentTests/src/com/android/systemui/statusbar/notification/
DNotificationContentDescriptionTest.kt38 val n = createNotification(TITLE, TEXT, TICKER) in notificationWithAllDifferentFields_descriptionIsTitle() constant
45 val n = createNotification(getTestAppName(), TEXT, TICKER) in notificationWithAllDifferentFields_titleMatchesAppName_descriptionIsText() constant
52 val n = createNotification(getTestAppName(), null, TICKER) in notificationWithAllDifferentFields_titleMatchesAppNameNoText_descriptionIsTicker() constant
60 val n = createNotification(appName, null, null) in notificationWithAllDifferentFields_titleMatchesAppNameNoTextNoTicker_descriptionEmpty() constant
/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.java138 Notification n = new Notification.Builder(mContext, "test") in testColorizedByPermission() local
158 Notification n = new Notification.Builder(mContext, "test") in testColorizedByForeground() local
178 Notification n = new Notification.Builder(mContext).build(); in testHasCompletedProgress_noProgress() local
185 Notification n = new Notification.Builder(mContext) in testHasCompletedProgress_complete() local
197 Notification n = new Notification.Builder(mContext) in testHasCompletedProgress_notComplete() local
209 Notification n = new Notification.Builder(mContext) in testHasCompletedProgress_zeroMax() local
220 Notification n = new Notification.Builder(mContext).setLargeIcon(originalIcon).build(); in largeIconMultipleReferences_keptAfterParcelling() local
235 Notification n = new Notification.Builder(mContext).build(); in largeIconReferenceInExtrasOnly_keptAfterParcelling() local
281 Notification n = builder.build(); in allPendingIntents_containsCustomRemoteViews() local
880 Notification n = new Notification.Builder(mContext, "test") in testRecoverBuilder_nullExtraPeopleList_noCrash() local
[all …]
/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/
DMessageQueue.java779 Message n = p.next; in removeMessages() local
794 Message n = p.next; in removeMessages() local
826 Message n = p.next; in removeEqualMessages() local
841 Message n = p.next; in removeEqualMessages() local
873 Message n = p.next; in removeMessages() local
888 Message n = p.next; in removeMessages() local
920 Message n = p.next; in removeEqualMessages() local
935 Message n = p.next; in removeEqualMessages() local
968 Message n = p.next; in removeCallbacksAndMessages() local
983 Message n = p.next; in removeCallbacksAndMessages() local
[all …]
/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/base/packages/SystemUI/multivalentTests/src/com/android/systemui/statusbar/policy/
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/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/com/android/internal/widget/remotecompose/core/operations/utilities/easing/
DMonotonicCurveFit.java39 final int n = time.length; in MonotonicCurveFit() local
85 final int n = mT.length; in getPos() local
144 final int n = mT.length; in getPos() local
204 final int n = mT.length; in getPos() local
245 final int n = mT.length; in getSlope() local
277 final int n = mT.length; in getSlope() local
/frameworks/native/libs/binder/
Dfile.cpp33 ssize_t n = TEMP_FAILURE_RETRY(read(fd.get(), p, remaining)); in ReadFully() local
49 ssize_t n = TEMP_FAILURE_RETRY(write(fd.get(), p, remaining)); in WriteFully() local
/frameworks/libs/binary_translation/base/
Dformat_buffer.cc27 size_t n = FormatBufferV(buf, buf_size, format, ap); in FormatBuffer() local
45 size_t n = out.Size(); in FormatBufferV() local

12345678910>>...24