/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/native/opengl/tests/hwc/ |
H A D | hwcTestLib.h | 56 ColorFract(float c1, float c2, float c3): _c1(c1), _c2(c2), _c3(c3) {}; in ColorFract() 59 float c3(void) const { return _c3; } in c3() function
|
H A D | hwcTestLib.cpp | 309 float c1, c2, c3; in hwcTestParseColor() local
|
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/qs/carrier/ |
H A D | QSCarrierGroupControllerTest.java | 157 c3 = new CarrierTextManager.CarrierTextCallbackInfo( in testUpdateCarrierText_sameLengths() local 198 c3 = new CarrierTextManager.CarrierTextCallbackInfo( in testUpdateCarrierText_differentLength() local
|
/aosp12/frameworks/base/core/tests/coretests/src/android/database/sqlite/ |
H A D | SQLiteConnectionPoolTest.java | 85 SQLiteConnection c3 = pool.acquireConnection("pragma user_version", 0, null); in testCloseIdleConnections() local
|
/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/art/compiler/optimizing/ |
H A D | instruction_simplifier_test.cc | 154 HInstruction* c3 = graph_->GetIntConstant(3); in TEST_F() local 247 HInstruction* c3 = graph_->GetIntConstant(3); in TEST_F() local 332 HInstruction* c3 = graph_->GetIntConstant(3); in TEST_F() local
|
H A D | load_store_elimination_test.cc | 484 HInstruction* c3 = graph_->GetIntConstant(3); in TEST_F() local 1951 HInstruction* c3 = graph_->GetIntConstant(3); in TEST_F() local 2226 HInstruction* c3 = graph_->GetIntConstant(3); in TEST_F() local 2897 HInstruction* c3 = graph_->GetIntConstant(3); in TEST_P() local 4176 HInstruction* c3 = graph_->GetIntConstant(3); in TEST_F() local 4354 HInstruction* c3 = graph_->GetIntConstant(3); in TEST_F() local 4458 HInstruction* c3 = graph_->GetIntConstant(3); in TEST_F() local 4565 HInstruction* c3 = graph_->GetIntConstant(3); in TEST_F() local 4746 HInstruction* c3 = graph_->GetIntConstant(3); in TEST_F() local 4847 HInstruction* c3 = graph_->GetIntConstant(3); in TEST_P() local [all …]
|
/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/frameworks/base/telephony/common/com/android/internal/telephony/ |
H A D | HbpcdUtils.java | 77 Cursor c3 = resolver.query(MccSidConflicts.CONTENT_URI, projection3, in getMcc() local
|
/aosp12/packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/ |
H A D | db_utilities_poly.cpp | 97 double c0,c1,c2,c3; in db_SolveQuartic() local 169 double c0,c1,c2,c3; in db_SolveQuarticForced() local
|
/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 | 115 final char c3 = tagString.charAt(2); 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/rs/cpu_ref/ |
H A D | rsCpuIntrinsics_x86.cpp | 151 __m128i c0, c1, c2, c3; in rsdIntrinsicColorMatrix4x4_K() local 207 __m128i c0, c1, c2, c3; in rsdIntrinsicColorMatrix3x3_K() local 259 __m128i c0, c1, c2, c3; in rsdIntrinsicColorMatrixDot_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
|
/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/frameworks/av/include/media/ |
H A D | Interpolator.h | 177 const S c3 = m0 + m1 - 2 * dy; in findY() local
|
/aosp12/packages/apps/Messaging/jni/ |
H A D | GifTranscoder.cpp | 439 ColorARGB c3 = *getPixel(renderBuffer, gifIn->SWidth, x * 2, y * 2 + 1); in computeNewColorIndex() local 447 ColorARGB GifTranscoder::computeAverage(ColorARGB c1, ColorARGB c2, ColorARGB c3, ColorARGB c4) { in computeAverage()
|
/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/layoutlib/bridge/src/android/view/shadow/ |
H A D | TriangleBuffer.java | 172 int c3 = dy31 * x3 - dx31 * y3; in triangleZBuffMin() local
|
/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/frameworks/av/services/mediaresourcemanager/test/ |
H A D | ResourceManagerService_test.cpp | 31 void verifyClients(bool c1, bool c2, bool c3) { in verifyClients()
|
/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 | 1261 void rsDebug(const char *s, const char3 *c3) { 1280 void rsDebug(const char *s, const uchar3 *c3) { 1299 void rsDebug(const char *s, const short3 *c3) { 1318 void rsDebug(const char *s, const ushort3 *c3) {
|