/frameworks/rs/tests/java_api/RSUnitTests/src/com/android/rs/unittest/ |
D | UT_reflection3264.java | 41 private static long unsigned(int v) { in unsigned() method in UT_reflection3264 48 private static short unsigned(byte v) { in unsigned() method in UT_reflection3264 70 unsigned((byte)r.nextInt()), in run() 71 unsigned((byte)r.nextInt()), in run() 72 unsigned((byte)r.nextInt()), in run() 73 unsigned((byte)r.nextInt())); in run() 75 usrData.x = unsigned(r.nextInt()); in run() 77 usrData.y = unsigned(r.nextInt()); in run()
|
D | struct_field_simple.rscript | 31 rsDebug("argL.lo ", (unsigned)argL & ~0U); 32 rsDebug("simple.L.lo", (unsigned)simple.L & ~0U); 33 rsDebug("argL.hi ", (unsigned)((ulong)argL >> 32)); 34 rsDebug("simple.L.hi", (unsigned)((ulong)simple.L >> 32));
|
D | unsigned.rscript | 19 // Testing unsigned types for Bug 6764163 20 unsigned int ui = 37; 21 unsigned char uc = 5;
|
D | bitfield.rscript | 74 rsDebug("argL.lo ", (unsigned)argL & ~0U); 75 rsDebug("bf->L.lo", (unsigned)bf->L & ~0U); 76 rsDebug("argL.hi ", (unsigned)((ulong)argL >> 32)); 77 rsDebug("bf->L.hi", (unsigned)((ulong)bf->L >> 32));
|
/frameworks/rs/tests/java_api/RSUnitTests/supportlibsrc_gen/com/android/rs/unittest/ |
D | UT_reflection3264.java | 43 private static long unsigned(int v) { in unsigned() method in UT_reflection3264 50 private static short unsigned(byte v) { in unsigned() method in UT_reflection3264 72 unsigned((byte)r.nextInt()), in run() 73 unsigned((byte)r.nextInt()), in run() 74 unsigned((byte)r.nextInt()), in run() 75 unsigned((byte)r.nextInt())); in run() 77 usrData.x = unsigned(r.nextInt()); in run() 79 usrData.y = unsigned(r.nextInt()); in run()
|
D | struct_field_simple.rscript | 33 rsDebug("argL.lo ", (unsigned)argL & ~0U); 34 rsDebug("simple.L.lo", (unsigned)simple.L & ~0U); 35 rsDebug("argL.hi ", (unsigned)((ulong)argL >> 32)); 36 rsDebug("simple.L.hi", (unsigned)((ulong)simple.L >> 32));
|
D | unsigned.rscript | 21 // Testing unsigned types for Bug 6764163 22 unsigned int ui = 37; 23 unsigned char uc = 5;
|
/frameworks/compile/slang/tests/P_export_types_v20/ |
D | export_types.rscript | 10 unsigned char uc = 'a'; 12 unsigned short us = 1; 14 unsigned int ui; 16 unsigned long ul = 13; 18 unsigned long long ull = 34;
|
/frameworks/compile/slang/tests/P_export_types/ |
D | export_types.rscript | 11 unsigned char uc = 'a'; 13 unsigned short us = 1; 15 unsigned int ui; 17 unsigned long ul = 13; 19 unsigned long long ull = 34;
|
/frameworks/rs/script_api/include/ |
D | rs_value_types.rsh | 168 * uint8_t: 8 bit unsigned integer 170 * 8 bit unsigned integer type. 172 typedef unsigned char uint8_t; 175 * uint16_t: 16 bit unsigned integer 177 * A 16 bit unsigned integer type. 179 typedef unsigned short uint16_t; 182 * uint32_t: 32 bit unsigned integer 184 * A 32 bit unsigned integer type. 186 typedef unsigned int uint32_t; 189 * uint64_t: 64 bit unsigned integer [all …]
|
D | rs_object_types.rsh | 146 RS_TYPE_UNSIGNED_8 = 8, // An 8 bit unsigned integer. 147 RS_TYPE_UNSIGNED_16 = 9, // A 16 bit unsigned integer. 148 RS_TYPE_UNSIGNED_32 = 10, // A 32 bit unsigned integer. 149 RS_TYPE_UNSIGNED_64 = 11, // A 64 bit unsigned integer. 151 …RS_TYPE_UNSIGNED_5_6_5 = 13, // A 16 bit unsigned integer packing graphical data in 5, 6, and 5 bi… 152 …RS_TYPE_UNSIGNED_5_5_5_1 = 14, // A 16 bit unsigned integer packing graphical data in 5, 5, 5, and… 153 …RS_TYPE_UNSIGNED_4_4_4_4 = 15, // A 16 bit unsigned integer packing graphical data in 4, 4, 4, and…
|
/frameworks/wilhelm/tools/hashgen/ |
D | hash.sed | 1 s/return/ unsigned key =/ 2 s/(unsigned char)str/((unsigned char *)iid)/g
|
/frameworks/av/media/libstagefright/omx/ |
D | Android.bp | 69 "unsigned-integer-overflow", 116 "unsigned-integer-overflow", 159 "unsigned-integer-overflow", 187 "unsigned-integer-overflow", 223 "unsigned-integer-overflow",
|
/frameworks/rs/tests/java_api/RSTest_CompatLibLegacy/src/com/android/rs/test/ |
D | unsigned.rscript | 3 // Testing unsigned types for Bug 6764163 4 unsigned int ui = 37; 5 unsigned char uc = 5;
|
/frameworks/compile/libbcc/tests/debuginfo/target-tests/ |
D | locals.rs | 33 unsigned short us = -1; 34 const unsigned long l = (unsigned long) -1.0e8f; constant
|
/frameworks/compile/slang/lit-tests/opt/ |
D | locals_opt_0.rscript | 22 unsigned short us = -1; 23 const unsigned long l = (unsigned long) -1.0e8f;
|
D | locals_opt_3.rscript | 22 unsigned short us = -1; 23 const unsigned long l = (unsigned long) -1.0e8f;
|
D | locals_opt_default.rscript | 25 unsigned short us = -1; 26 const unsigned long l = (unsigned long) -1.0e8f;
|
/frameworks/compile/slang/tests/F_root_compute_non_uint32_t_xyzar/ |
D | stderr.txt.expect | 1 …ar.rscript:5:17: error: Special parameter 'x' must be of type 'int' or 'unsigned int'. It is of ty… 2 …ar.rscript:5:26: error: Special parameter 'y' must be of type 'int' or 'unsigned int'. It is of ty… 4 …ar.rscript:5:36: error: Special parameter 'z' must be of type 'int' or 'unsigned int'. It is of ty…
|
/frameworks/compile/slang/tests/F_root_compute_non_uint32_t_xyzwar/ |
D | stderr.txt.expect | 1 …ar.rscript:6:17: error: Special parameter 'x' must be of type 'int' or 'unsigned int'. It is of ty… 2 …ar.rscript:6:26: error: Special parameter 'y' must be of type 'int' or 'unsigned int'. It is of ty… 4 …ar.rscript:6:36: error: Special parameter 'z' must be of type 'int' or 'unsigned int'. It is of ty…
|
/frameworks/av/media/libmedia/ |
D | Android.bp | 116 "unsigned-integer-overflow", 176 "unsigned-integer-overflow", 207 "unsigned-integer-overflow", 258 "unsigned-integer-overflow", 367 "unsigned-integer-overflow",
|
/frameworks/compile/slang/tests/P_odr_nested_records_3/ |
D | odr1.rscript | 5 // Struct-of-array-of-struct-of-array-of-struct-of-array-of-unsigned 7 unsigned x[5];
|
D | odr2.rscript | 5 // Struct-of-array-of-struct-of-array-of-struct-of-array-of-unsigned 7 unsigned x[5];
|
/frameworks/compile/slang/tests/F_odr_nested_records_9/ |
D | odr1.rscript | 5 // Struct-of-array-of-struct-of-array-of-struct-of-array-of-unsigned 8 unsigned x[5];
|
/frameworks/av/media/codec2/components/base/ |
D | Android.bp | 30 "unsigned-integer-overflow", 78 "unsigned-integer-overflow", 126 "unsigned-integer-overflow",
|