Searched refs:uc (Results 1 – 24 of 24) sorted by relevance
128 static Bundle getBundleForUnreadConversation(NotificationCompatBase.UnreadConversation uc) { in getBundleForUnreadConversation() argument129 if (uc == null) { in getBundleForUnreadConversation()134 if (uc.getParticipants() != null && uc.getParticipants().length > 1) { in getBundleForUnreadConversation()135 author = uc.getParticipants()[0]; in getBundleForUnreadConversation()137 Parcelable[] messages = new Parcelable[uc.getMessages().length]; in getBundleForUnreadConversation()140 m.putString(KEY_TEXT, uc.getMessages()[i]); in getBundleForUnreadConversation()145 RemoteInputCompatBase.RemoteInput remoteInput = uc.getRemoteInput(); in getBundleForUnreadConversation()149 b.putParcelable(KEY_ON_REPLY, uc.getReplyPendingIntent()); in getBundleForUnreadConversation()150 b.putParcelable(KEY_ON_READ, uc.getReadPendingIntent()); in getBundleForUnreadConversation()151 b.putStringArray(KEY_PARTICIPANTS, uc.getParticipants()); in getBundleForUnreadConversation()[all …]
4 uchar uc;58 TEST4_1(uc, c, fnc); \63 TEST4_1(uc, uc, fnc); \71 TEST4_2(uc, fnc); \
5 unsigned char uc = 5;11 rsDebug("uc", uc);13 _RS_ASSERT(uc == 129);
34 volatile uchar uc;153 uc = rsGetElementAt_uchar(aUChar, 0);154 rsSetElementAt_uchar(aUChar, uc, 0);155 uc = rsGetElementAt_uchar(aUChar, 0, 0);156 rsSetElementAt_uchar(aUChar, uc, 0, 0);157 uc = rsGetElementAt_uchar(aUChar, 0, 0, 0);158 rsSetElementAt_uchar(aUChar, uc, 0, 0, 0);886 uc = abs(c);903 uc = clz(uc);928 uc = min(uc, uc);[all …]
84 TEST_INT_OP_TYPE(op, uc) \111 TEST_XN_FUNC_YN(uc, fnc, uc) \120 TEST_XN_FUNC_YN(uc, fnc, c) \126 TEST_XN_FUNC_XN_XN(uc, fnc) \135 TEST_X_FUNC_X_X_X(uc, fnc) \394 TEST_CVT(to, uc, type); \405 TEST_CVT_MATRIX(uc, uchar);
20 DECLARE_INPUT_SET(uchar, uc); \43 DECLARE_REFERENCE_SET_VEC_VEC(uchar, uc, func); \262 #define TEST_UC1_UC1(func) TEST_VEC1_VEC1(func, uc)263 #define TEST_UC2_UC2(func) TEST_VEC2_VEC2(func, uc)264 #define TEST_UC3_UC3(func) TEST_VEC3_VEC3(func, uc)265 #define TEST_UC4_UC4(func) TEST_VEC4_VEC4(func, uc)357 DECLARE_TEMP_SET(uchar, uc); \
84 TEST_INT_OP_TYPE(op, uc) \111 TEST_XN_FUNC_YN(uc, fnc, uc) \120 TEST_XN_FUNC_YN(uc, fnc, c) \126 TEST_XN_FUNC_XN_XN(uc, fnc) \135 TEST_X_FUNC_X_X_X(uc, fnc) \403 TEST_CVT(to, uc, type); \414 TEST_CVT_MATRIX(uc, uchar);
20 DECLARE_INPUT_SET(uchar, uc); \43 DECLARE_REFERENCE_SET_VEC_VEC(uchar, uc, func); \262 #define TEST_UC1_UC1(func) TEST_VEC1_VEC1(func, uc)263 #define TEST_UC2_UC2(func) TEST_VEC2_VEC2(func, uc)264 #define TEST_UC3_UC3(func) TEST_VEC3_VEC3(func, uc)265 #define TEST_UC4_UC4(func) TEST_VEC4_VEC4(func, uc)359 DECLARE_TEMP_SET(uchar, uc); \
84 TEST_INT_OP_TYPE(op, uc) \111 TEST_XN_FUNC_YN(uc, fnc, uc) \120 TEST_XN_FUNC_YN(uc, fnc, c) \126 TEST_XN_FUNC_XN_XN(uc, fnc) \135 TEST_X_FUNC_X_X_X(uc, fnc) \394 TEST_CVT(to, uc, type); \405 TEST_CVT_MATRIX(uc, uchar);441 INIT_TYPE(uc); \
78 TEST_INT_OP_TYPE(op, uc) \97 TEST_XN_FUNC_YN(uc, fnc, uc) \106 TEST_XN_FUNC_YN(uc, fnc, c) \112 TEST_XN_FUNC_XN_XN(uc, fnc) \121 TEST_X_FUNC_X_X_X(uc, fnc) \380 TEST_CVT(to, uc, type); \391 TEST_CVT_MATRIX(uc, uchar);
13 uchar uc = 4;27 rsSetElementAt(A, &uc, 0, 0);
102 BENCH_BASIC_OP_TYPE(op, uc) \125 BENCH_CVT(to, uc, type); \151 BENCH_XN_FUNC_YN(uc, fnc, uc) \160 BENCH_XN_FUNC_YN(uc, fnc, c) \166 BENCH_XN_FUNC_XN_XN(uc, fnc) \175 BENCH_X_FUNC_X_X_X(uc, fnc) \293 BENCH_CVT_MATRIX(uc, uchar);
236 TEST_INT_OP_TYPE(op, uc) \281 TEST_CVT(to, uc, type); \292 TEST_CVT_MATRIX(uc, uchar);328 INIT_TYPE(uc); \
7 unsigned char uc = 'a';
10 unsigned char uc = 'a';
458 Bundle getBundleForUnreadConversation(NotificationCompatBase.UnreadConversation uc); in getBundleForUnreadConversation() argument540 public Bundle getBundleForUnreadConversation(NotificationCompatBase.UnreadConversation uc) { in getBundleForUnreadConversation() argument779 public Bundle getBundleForUnreadConversation(NotificationCompatBase.UnreadConversation uc) { in getBundleForUnreadConversation() argument780 return NotificationCompatApi21.getBundleForUnreadConversation(uc); in getBundleForUnreadConversation()
META-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/ ...