/frameworks/base/apct-tests/perftests/core/src/android/libcore/ |
D | ImtConflictPerfTest.java | 62 C4 c4 = new C4(); in setup() local 63 callF0(c4); in setup() 64 callF19(c4); in setup() 65 callF38(c4); in setup() 66 callF57(c4); in setup() 67 callF76(c4); in setup() 394 C4 c4 = new C4(); in timeConflictDepth05() local 397 callF0(c4); in timeConflictDepth05() 398 callF19(c4); in timeConflictDepth05() 399 callF38(c4); in timeConflictDepth05() [all …]
|
/frameworks/minikin/include/minikin/ |
D | Constants.h | 30 constexpr uint32_t MakeTag(char c1, char c2, char c3, char c4) { in MakeTag() argument 31 return ((uint32_t)c1 << 24) | ((uint32_t)c2 << 16) | ((uint32_t)c3 << 8) | (uint32_t)c4; in MakeTag()
|
/frameworks/av/media/module/foundation/include/media/stagefright/foundation/ |
D | ByteUtils.h | 25 constexpr int FOURCC(unsigned char c1, unsigned char c2, unsigned char c3, unsigned char c4) { in FOURCC() argument 26 return ((c1) << 24 | (c2) << 16 | (c3) << 8 | (c4)); in FOURCC()
|
/frameworks/rs/tests/java_api/RSUnitTests/supportlibsrc_gen/com/android/rs/unittest/ |
D | apitest.rscript | 51 volatile char4 c4; 166 c4 = rsGetElementAt_char4(aChar4, 0); 167 rsSetElementAt_char4(aChar4, c4, 0); 168 c4 = rsGetElementAt_char4(aChar4, 0, 0); 169 rsSetElementAt_char4(aChar4, c4, 0, 0); 170 c4 = rsGetElementAt_char4(aChar4, 0, 0, 0); 171 rsSetElementAt_char4(aChar4, c4, 0, 0, 0); 450 c4 = convert_char4(c4); 451 c4 = convert_char4(uc4); 452 c4 = convert_char4(s4); [all …]
|
/frameworks/rs/tests/java_api/RSUnitTests/supportlibonlysrc/com/android/rs/unittest/ |
D | apitest.rscript | 49 volatile char4 c4; 164 c4 = rsGetElementAt_char4(aChar4, 0); 165 rsSetElementAt_char4(aChar4, c4, 0); 166 c4 = rsGetElementAt_char4(aChar4, 0, 0); 167 rsSetElementAt_char4(aChar4, c4, 0, 0); 168 c4 = rsGetElementAt_char4(aChar4, 0, 0, 0); 169 rsSetElementAt_char4(aChar4, c4, 0, 0, 0); 448 c4 = convert_char4(c4); 449 c4 = convert_char4(uc4); 450 c4 = convert_char4(s4); [all …]
|
/frameworks/base/services/tests/servicestests/assets/KeyStoreRecoveryControllerTest/pem/ |
D | valid-cert.pem | 69 40:f7:10:c4:94:1b:63:37:14:40:5e:c2:6c:f6:13: 75 17:58:bd:76:7f:8d:e4:78:c4:2a:69:09:3b:7a:57: 83 36:fd:01:1f:34:0b:ce:a0:c4:60:16:88:2d:c3:1f: 99 63:33:53:e3:b4:19:77:d7:6b:c4:77:6b:2f:1b:4f: 107 45:19:80:23:b7:d6:e1:e0:c4:3e:7c:60:09:45:2f: 175 d4:7d:6f:fd:f6:f5:45:03:41:09:2a:c4:95:57:3c:3b:75:a4: 185 c8:cf:05:4d:c4:d9:e6:b9:8d:f4:f1:b3:6c:32:f6:3d:8e:c9: 189 fd:ab:12:cc:ec:a9:e0:fa:77:ea:56:db:7e:34:6f:4c:c5:c4: 204 3b:d1:16:78:a5:a8:b4:ec:bc:c9:c4:d1:d8:86:fa:44:dd
|
/frameworks/minikin/libs/minikin/ |
D | Locale.cpp | 106 constexpr uint32_t packScript(char c1, char c2, char c3, char c4) { in packScript() argument 110 ((uint32_t)(c3 - REST_LETTER_BASE) << 5) | (uint32_t)(c4 - REST_LETTER_BASE); in packScript() 470 bool Locale::supportsScript(char c1, char c2, char c3, char c4) const { in supportsScript() 471 uint32_t packedScript = packScript(c1, c2, c3, c4); in supportsScript() 553 bool LocaleList::hasScript(char c1, char c2, char c3, char c4) const { in hasScript() 555 if (locale.supportsScript(c1, c2, c3, c4)) { in hasScript()
|
D | Locale.h | 126 bool supportsScript(char c1, char c2, char c3, char c4) const; 240 bool hasScript(char c1, char c2, char c3, char c4) const;
|
/frameworks/native/libs/gui/include/gui/ |
D | DisplayEventReceiver.h | 51 static inline constexpr uint32_t fourcc(char c1, char c2, char c3, char c4) { in fourcc() argument 55 static_cast<uint32_t>(c4); in fourcc()
|
/frameworks/native/libs/binder/include/binder/ |
D | IBinder.h | 31 #define B_PACK_CHARS(c1, c2, c3, c4) \ argument 32 ((((c1)<<24)) | (((c2)<<16)) | (((c3)<<8)) | (c4))
|
/frameworks/native/include/binder/ |
D | IBinder.h | 31 #define B_PACK_CHARS(c1, c2, c3, c4) \ argument 32 ((((c1)<<24)) | (((c2)<<16)) | (((c3)<<8)) | (c4))
|
/frameworks/av/media/libaaudio/scripts/ |
D | synthmark_tests.txt | 43 # adb shell synthmark -tj -n1 -N75 -B2 -u0 -c4 48 # adb shell synthmark -tj -n75 -B2 -u0 -c4
|
/frameworks/base/graphics/java/android/graphics/fonts/ |
D | FontVariationAxis.java | 116 final char c4 = tagString.charAt(3); in makeTag() local 117 return (c1 << 24) | (c2 << 16) | (c3 << 8) | c4; in makeTag()
|
/frameworks/rs/toolkit/ |
D | x86.cpp | 86 __m128i c0, c2, c4, c6, c8; in rsdIntrinsicConvolve3x3_K() local 96 c4 = _mm_shuffle_epi32(x, 0x00); in rsdIntrinsicConvolve3x3_K() 122 o0 = _mm_add_epi32(o0, _mm_madd_epi16(_mm_unpacklo_epi16(p5, p6), c4)); in rsdIntrinsicConvolve3x3_K() 123 o1 = _mm_add_epi32(o1, _mm_madd_epi16(_mm_unpacklo_epi16(p6, p7), c4)); in rsdIntrinsicConvolve3x3_K() 417 __m128i c0, c1, c2, c3, c4; in rsdIntrinsicYuv_K() local 426 c4 = _mm_set1_epi32(param[4]); /* -208 */ in rsdIntrinsicYuv_K() 450 G = _mm_add_epi32(G, mullo_epi32(V, c4)); in rsdIntrinsicYuv_K() 479 __m128i c0, c1, c2, c3, c4; in rsdIntrinsicYuvR_K() local 488 c4 = _mm_set1_epi32(param[4]); /* -208 */ in rsdIntrinsicYuvR_K() 512 G = _mm_add_epi32(G, mullo_epi32(V, c4)); in rsdIntrinsicYuvR_K() [all …]
|
/frameworks/rs/cpu_ref/ |
D | rsCpuIntrinsics_x86.cpp | 83 __m128i c0, c2, c4, c6, c8; in rsdIntrinsicConvolve3x3_K() local 93 c4 = _mm_shuffle_epi32(x, 0x00); in rsdIntrinsicConvolve3x3_K() 119 o0 = _mm_add_epi32(o0, _mm_madd_epi16(_mm_unpacklo_epi16(p5, p6), c4)); in rsdIntrinsicConvolve3x3_K() 120 o1 = _mm_add_epi32(o1, _mm_madd_epi16(_mm_unpacklo_epi16(p6, p7), c4)); in rsdIntrinsicConvolve3x3_K() 414 __m128i c0, c1, c2, c3, c4; in rsdIntrinsicYuv_K() local 423 c4 = _mm_set1_epi32(param[4]); /* -208 */ in rsdIntrinsicYuv_K() 447 G = _mm_add_epi32(G, mullo_epi32(V, c4)); in rsdIntrinsicYuv_K() 476 __m128i c0, c1, c2, c3, c4; in rsdIntrinsicYuvR_K() local 485 c4 = _mm_set1_epi32(param[4]); /* -208 */ in rsdIntrinsicYuvR_K() 509 G = _mm_add_epi32(G, mullo_epi32(V, c4)); in rsdIntrinsicYuvR_K() [all …]
|
/frameworks/minikin/tests/unittest/ |
D | FontUtilsTest.cpp | 24 constexpr uint32_t MakeTag(char c1, char c2, char c3, char c4) { in MakeTag() argument 25 return ((uint32_t)c1 << 24) | ((uint32_t)c2 << 16) | ((uint32_t)c3 << 8) | (uint32_t)c4; in MakeTag()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/shade/carrier/ |
D | ShadeCarrierGroupControllerTest.java | 234 c4 = new CarrierTextManager.CarrierTextCallbackInfo( in testUpdateCarrierText_sameLengths() local 239 mCallback.updateCarrierInfo(c4); in testUpdateCarrierText_sameLengths() 275 c4 = new CarrierTextManager.CarrierTextCallbackInfo( in testUpdateCarrierText_differentLength() local 280 mCallback.updateCarrierInfo(c4); in testUpdateCarrierText_differentLength() 289 c4 = new CarrierTextManager.CarrierTextCallbackInfo( in testUpdateCarrierText_invalidSim() local 294 mCallback.updateCarrierInfo(c4); in testUpdateCarrierText_invalidSim()
|
/frameworks/compile/slang/tests/P_math_int/ |
D | math_int.rscript | 22 char4 c4;
|
/frameworks/rs/tests/cpp_api/typecheck/ |
D | kernels.rscript | 28 char4 c4;
|
/frameworks/rs/driver/ |
D | rsdRuntimeStubs.cpp | 1266 void rsDebug(const char *s, const char4 *c4) { argument 1267 char4 c = *c4; 1285 void rsDebug(const char *s, const uchar4 *c4) { argument 1286 uchar4 c = *c4; 1304 void rsDebug(const char *s, const short4 *c4) { argument 1305 short4 c = *c4; 1323 void rsDebug(const char *s, const ushort4 *c4) { argument 1324 ushort4 c = *c4;
|
/frameworks/native/libs/vr/libbufferhub/ |
D | buffer_hub-test.cpp | 796 std::unique_ptr<ConsumerBuffer> c4 = in TEST_F() local 798 ASSERT_TRUE(c4.get() != nullptr); in TEST_F() 799 const uint32_t client_state_mask4 = c4->client_state_mask(); in TEST_F()
|
/frameworks/rs/tests/java_api/RsTest_11/src/com/android/rs/test/ |
D | math.rscript | 33 volatile char4 c4;
|
/frameworks/rs/tests/java_api/RsTest_14/src/com/android/rs/test/ |
D | math.rs.bak | 33 volatile char4 c4;
|
D | math.rs.orig | 33 volatile char4 c4;
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ |
D | RILTest.java | 2631 Carrier c4 = new Carrier(); in testCreateCarrierRestrictionList() local 2632 c4.mcc = "410"; in testCreateCarrierRestrictionList() 2633 c4.mnc = "420"; in testCreateCarrierRestrictionList() 2634 c4.matchType = CarrierIdentifier.MatchType.GID1; in testCreateCarrierRestrictionList() 2635 c4.matchData = "GID1"; in testCreateCarrierRestrictionList() 2646 expected.add(c4); in testCreateCarrierRestrictionList()
|