/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/qs/carrier/ |
H A D | QSCarrierGroupControllerTest.java | 166 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 D | ByteUtils.h | 25 constexpr int FOURCC(unsigned char c1, unsigned char c2, unsigned char c3, unsigned char c4) { in FOURCC()
|
/aosp12/frameworks/minikin/include/minikin/ |
H A D | MinikinFont.h | 79 static uint32_t MakeTag(char c1, char c2, char c3, char c4) { in MakeTag()
|
/aosp12/frameworks/native/include/binder/ |
H A D | IBinder.h | 28 #define B_PACK_CHARS(c1, c2, c3, c4) \ argument
|
/aosp12/frameworks/native/libs/binder/include/binder/ |
H A D | IBinder.h | 28 #define B_PACK_CHARS(c1, c2, c3, c4) \ argument
|
/aosp12/system/libhwbinder/include/hwbinder/ |
H A D | IBinder.h | 64 #define B_PACK_CHARS_USER(c1, c2, c3, c4) \ argument
|
/aosp12/frameworks/base/graphics/java/android/graphics/fonts/ |
H A D | FontVariationAxis.java | 116 final char c4 = tagString.charAt(3); in makeTag() local
|
/aosp12/frameworks/minikin/tests/unittest/ |
H A D | FontUtilsTest.cpp | 24 constexpr uint32_t MakeTag(char c1, char c2, char c3, char c4) { in MakeTag()
|
/aosp12/frameworks/native/libs/gui/include/gui/ |
H A D | DisplayEventReceiver.h | 42 static inline constexpr uint32_t fourcc(char c1, char c2, char c3, char c4) { in fourcc()
|
/aosp12/packages/apps/Messaging/jni/ |
H A D | GifTranscoder.cpp | 440 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 D | rsCpuIntrinsics_x86.cpp | 83 __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 D | NativeBridgeMain.java | 142 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 D | Locale.cpp | 106 constexpr uint32_t packScript(char c1, char c2, char c3, char c4) { in packScript()
|
/aosp12/art/compiler/optimizing/ |
H A D | instruction_simplifier_test.cc | 155 HInstruction* c4 = graph_->GetIntConstant(4); in TEST_F() local
|
H A D | load_store_elimination_test.cc | 80 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 D | Main.java | 203 …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 D | rsdRuntimeStubs.cpp | 1266 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 D | buffer_hub-test.cpp | 796 std::unique_ptr<ConsumerBuffer> c4 = in TEST_F() local
|
/aosp12/art/test/115-native-bridge/ |
H A D | nativebridge.cc | 176 jchar c3, jchar c4, jchar c5, jchar c6, in trampoline_Java_Main_charMethod()
|
/aosp12/bionic/libc/kernel/uapi/linux/android/ |
H A D | binder.h | 23 #define B_PACK_CHARS(c1,c2,c3,c4) ((((c1) << 24)) | (((c2) << 16)) | (((c3) << 8)) | (c4)) argument
|
/aosp12/art/test/004-JniTest/ |
H A D | jni_test.cc | 300 jchar c3, jchar c4, jchar c5, jchar c6, jchar c7, in Java_Main_charMethod()
|
/aosp12/art/test/956-methodhandles/src/ |
H A D | Main.java | 1874 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 D | RILTest.java | 2717 Carrier c4 = new Carrier(); in testCreateCarrierRestrictionList() local
|
/aosp12/packages/apps/RemoteProvisioner/tests/unittests/ |
H A D | tink-android-1.5.0.jar | com/google/crypto/tink/subtle/prf/StreamingPrf.class
StreamingPrf.java
package ... |
/aosp12/packages/apps/Messaging/build/gcheckstyle/ |
H A D | google-style-checker_deploy.jar | META-INF/
META-INF/MANIFEST.MF
build-data.properties
com/
com ... |