Home
last modified time | relevance | path

Searched defs:c4 (Results 1 – 25 of 25) sorted by relevance

/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/qs/carrier/
H A DQSCarrierGroupControllerTest.java166 c4 = new CarrierTextManager.CarrierTextCallbackInfo( in testUpdateCarrierText_sameLengths() local
207 c4 = new CarrierTextManager.CarrierTextCallbackInfo( in testUpdateCarrierText_differentLength() local
221 c4 = new CarrierTextManager.CarrierTextCallbackInfo( in testUpdateCarrierText_invalidSim() local
/aosp12/frameworks/av/media/libstagefright/foundation/include/media/stagefright/foundation/
H A DByteUtils.h25 constexpr int FOURCC(unsigned char c1, unsigned char c2, unsigned char c3, unsigned char c4) { in FOURCC()
/aosp12/frameworks/minikin/include/minikin/
H A DMinikinFont.h79 static uint32_t MakeTag(char c1, char c2, char c3, char c4) { in MakeTag()
/aosp12/frameworks/native/include/binder/
H A DIBinder.h28 #define B_PACK_CHARS(c1, c2, c3, c4) \ argument
/aosp12/frameworks/native/libs/binder/include/binder/
H A DIBinder.h28 #define B_PACK_CHARS(c1, c2, c3, c4) \ argument
/aosp12/system/libhwbinder/include/hwbinder/
H A DIBinder.h64 #define B_PACK_CHARS_USER(c1, c2, c3, c4) \ argument
/aosp12/frameworks/base/graphics/java/android/graphics/fonts/
H A DFontVariationAxis.java116 final char c4 = tagString.charAt(3); in makeTag() local
/aosp12/frameworks/minikin/tests/unittest/
H A DFontUtilsTest.cpp24 constexpr uint32_t MakeTag(char c1, char c2, char c3, char c4) { in MakeTag()
/aosp12/frameworks/native/libs/gui/include/gui/
H A DDisplayEventReceiver.h42 static inline constexpr uint32_t fourcc(char c1, char c2, char c3, char c4) { in fourcc()
/aosp12/packages/apps/Messaging/jni/
H A DGifTranscoder.cpp440 ColorARGB c4 = *getPixel(renderBuffer, gifIn->SWidth, x * 2 + 1, y * 2 + 1); in computeNewColorIndex() local
447 ColorARGB GifTranscoder::computeAverage(ColorARGB c1, ColorARGB c2, ColorARGB c3, ColorARGB c4) { in computeAverage()
/aosp12/frameworks/rs/cpu_ref/
H A DrsCpuIntrinsics_x86.cpp83 __m128i c0, c2, c4, c6, c8; in rsdIntrinsicConvolve3x3_K() local
414 __m128i c0, c1, c2, c3, c4; in rsdIntrinsicYuv_K() local
476 __m128i c0, c1, c2, c3, c4; in rsdIntrinsicYuvR_K() local
538 __m128i c0, c1, c2, c3, c4; in rsdIntrinsicYuv2_K() local
601 __m128i c0, c2, c4, c6, c8, c10, c12; in rsdIntrinsicConvolve5x5_K() local
/aosp12/art/test/115-native-bridge/src/
H A DNativeBridgeMain.java142 native static char charMethod(char c1, char c2, char c3, char c4, char c5, char c6, char c7, in charMethod()
/aosp12/frameworks/minikin/libs/minikin/
H A DLocale.cpp106 constexpr uint32_t packScript(char c1, char c2, char c3, char c4) { in packScript()
/aosp12/art/compiler/optimizing/
H A Dinstruction_simplifier_test.cc155 HInstruction* c4 = graph_->GetIntConstant(4); in TEST_F() local
H A Dload_store_elimination_test.cc80 HInstruction* c4 = graph_->GetIntConstant(4); in CreateEntryBlockInstructions() local
3708 HInstruction* c4 = graph_->GetIntConstant(4); in TEST_F() local
3833 HInstruction* c4 = graph_->GetIntConstant(4); in TEST_F() local
3967 HInstruction* c4 = graph_->GetIntConstant(4); in TEST_F() local
4848 HInstruction* c4 = graph_->GetIntConstant(4); in TEST_P() local
4978 HInstruction* c4 = graph_->GetIntConstant(4); in TEST_P() local
5108 HInstruction* c4 = graph_->GetIntConstant(4); in TEST_P() local
5238 HInstruction* c4 = graph_->GetIntConstant(4); in TEST_P() local
5492 HInstruction* c4 = graph_->GetIntConstant(4); in TEST_F() local
6154 HInstruction* c4 = graph_->GetIntConstant(4); in TEST_F() local
/aosp12/art/test/004-JniTest/src/
H A DMain.java203 …private static native char charMethod(char c1, char c2, char c3, char c4, char c5, char c6, char c… in charMethod()
/aosp12/frameworks/rs/driver/
H A DrsdRuntimeStubs.cpp1266 void rsDebug(const char *s, const char4 *c4) {
1285 void rsDebug(const char *s, const uchar4 *c4) {
1304 void rsDebug(const char *s, const short4 *c4) {
1323 void rsDebug(const char *s, const ushort4 *c4) {
/aosp12/frameworks/native/libs/vr/libbufferhub/
H A Dbuffer_hub-test.cpp796 std::unique_ptr<ConsumerBuffer> c4 = in TEST_F() local
/aosp12/art/test/115-native-bridge/
H A Dnativebridge.cc176 jchar c3, jchar c4, jchar c5, jchar c6, in trampoline_Java_Main_charMethod()
/aosp12/bionic/libc/kernel/uapi/linux/android/
H A Dbinder.h23 #define B_PACK_CHARS(c1,c2,c3,c4) ((((c1) << 24)) | (((c2) << 16)) | (((c3) << 8)) | (c4)) argument
/aosp12/art/test/004-JniTest/
H A Djni_test.cc300 jchar c3, jchar c4, jchar c5, jchar c6, jchar c7, in Java_Main_charMethod()
/aosp12/art/test/956-methodhandles/src/
H A DMain.java1874 Consumer<Object> c4 = c3.andThen((x) -> { throw new Error("Failed"); }); in testInterfaceSpecial() local
/aosp12/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
H A DRILTest.java2717 Carrier c4 = new Carrier(); in testCreateCarrierRestrictionList() local
/aosp12/packages/apps/RemoteProvisioner/tests/unittests/
H A Dtink-android-1.5.0.jarcom/google/crypto/tink/subtle/prf/StreamingPrf.class StreamingPrf.java package ...
/aosp12/packages/apps/Messaging/build/gcheckstyle/
H A Dgoogle-style-checker_deploy.jarMETA-INF/ META-INF/MANIFEST.MF build-data.properties com/ com ...