Home
last modified time | relevance | path

Searched refs:uc (Results 1 – 24 of 24) sorted by relevance

/frameworks/support/v4/api21/android/support/v4/app/
DNotificationCompatApi21.java128 static Bundle getBundleForUnreadConversation(NotificationCompatBase.UnreadConversation uc) { in getBundleForUnreadConversation() argument
129 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 …]
/frameworks/compile/slang/tests/P_math_int/
Dmath_int.rs4 uchar uc;
58 TEST4_1(uc, c, fnc); \
63 TEST4_1(uc, uc, fnc); \
71 TEST4_2(uc, fnc); \
/frameworks/rs/java/tests/RSTest_CompatLib/src/com/android/rs/test/
Dunsigned.rs5 unsigned char uc = 5;
11 rsDebug("uc", uc);
13 _RS_ASSERT(uc == 129);
Dapitest.rs34 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 …]
Dmath.rs84 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);
Dmath_agree.rs20 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); \
/frameworks/rs/java/tests/RSTest_CompatLibLegacy/src/com/android/rs/test/
Dunsigned.rs5 unsigned char uc = 5;
11 rsDebug("uc", uc);
13 _RS_ASSERT(uc == 129);
Dapitest.rs34 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 …]
Dmath.rs84 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);
Dmath_agree.rs20 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); \
/frameworks/rs/java/tests/RsTest/src/com/android/rs/test/
Dunsigned.rs5 unsigned char uc = 5;
11 rsDebug("uc", uc);
13 _RS_ASSERT(uc == 129);
Dmath.rs84 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);
Dmath_agree.rs20 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); \
/frameworks/rs/java/tests/RsTest_14/src/com/android/rs/test/
Dmath.rs84 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); \
Dmath.rs.bak78 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);
Dmath.rs.orig84 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);
/frameworks/rs/java/tests/RsTest_16/src/com/android/rs/test/
Dmath.rs84 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); \
/frameworks/compile/slang/tests/P_warnings_rsSetElementAt/
Dsetelementat.rs13 uchar uc = 4;
27 rsSetElementAt(A, &uc, 0, 0);
/frameworks/rs/java/tests/ComputeBenchmark/src/com/example/android/rs/computebench/
Dcompute_benchmark.rs102 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);
/frameworks/rs/java/tests/RsTest_11/src/com/android/rs/test/
Dmath.rs236 TEST_INT_OP_TYPE(op, uc) \
281 TEST_CVT(to, uc, type); \
292 TEST_CVT_MATRIX(uc, uchar);
328 INIT_TYPE(uc); \
/frameworks/compile/slang/tests/P_export_types/
Dexport_types.rs7 unsigned char uc = 'a';
/frameworks/compile/slang/tests/P_export_types_v20/
Dexport_types.rs10 unsigned char uc = 'a';
/frameworks/support/v4/java/android/support/v4/app/
DNotificationCompat.java458 Bundle getBundleForUnreadConversation(NotificationCompatBase.UnreadConversation uc); in getBundleForUnreadConversation() argument
540 public Bundle getBundleForUnreadConversation(NotificationCompatBase.UnreadConversation uc) { in getBundleForUnreadConversation() argument
779 public Bundle getBundleForUnreadConversation(NotificationCompatBase.UnreadConversation uc) { in getBundleForUnreadConversation() argument
780 return NotificationCompatApi21.getBundleForUnreadConversation(uc); in getBundleForUnreadConversation()
/frameworks/data-binding/prebuilds/1.0-rc0/
Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/ ...