Home
last modified time | relevance | path

Searched defs:c3 (Results 1 – 21 of 21) sorted by relevance

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/qs/
DQSCarrierGroupTest.java88 c3 = new CarrierTextController.CarrierTextCallbackInfo( in testUpdateCarrierText_sameLengths() local
136 c3 = new CarrierTextController.CarrierTextCallbackInfo( in testUpdateCarrierText_differentLength() local
/frameworks/av/media/libstagefright/foundation/include/media/stagefright/foundation/
DByteUtils.h25 constexpr int FOURCC(unsigned char c1, unsigned char c2, unsigned char c3, unsigned char c4) { in FOURCC()
/frameworks/native/opengl/tests/hwc/
DhwcTestLib.h56 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
DhwcTestLib.cpp309 float c1, c2, c3; in hwcTestParseColor() local
/frameworks/base/core/tests/coretests/src/android/database/sqlite/
DSQLiteConnectionPoolTest.java85 SQLiteConnection c3 = pool.acquireConnection("pragma user_version", 0, null); in testCloseIdleConnections() local
/frameworks/native/libs/binder/include/binder/
DIBinder.h29 #define B_PACK_CHARS(c1, c2, c3, c4) \ argument
/frameworks/minikin/include/minikin/
DMinikinFont.h74 static uint32_t MakeTag(char c1, char c2, char c3, char c4) { in MakeTag()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DHbpcdUtils.java77 Cursor c3 = resolver.query(MccSidConflicts.CONTENT_URI, projection3, in getMcc() local
/frameworks/base/graphics/java/android/graphics/fonts/
DFontVariationAxis.java114 final char c3 = tagString.charAt(2); in makeTag() local
/frameworks/native/libs/gui/include/gui/
DDisplayEventReceiver.h42 static inline constexpr uint32_t fourcc(char c1, char c2, char c3, char c4) { in fourcc()
/frameworks/minikin/tests/unittest/
DFontUtilsTest.cpp24 constexpr uint32_t MakeTag(char c1, char c2, char c3, char c4) { in MakeTag()
/frameworks/rs/cpu_ref/
DrsCpuIntrinsics_x86.cpp151 __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
/frameworks/av/include/media/
DInterpolator.h183 const S c3 = m0 + m1 - 2 * dy; in findY() local
/frameworks/layoutlib/bridge/src/android/view/shadow/
DTriangleBuffer.java180 int c3 = dy31 * x3 - dx31 * y3; in triangleZBuffMin() local
/frameworks/minikin/libs/minikin/
DLocale.cpp94 constexpr uint32_t packScript(char c1, char c2, char c3, char c4) { in packScript()
/frameworks/rs/rsov/driver/
DrsovRuntimeStubs.cpp892 void rsDebug(const char *s, const char3 *c3) {
914 void rsDebug(const char *s, const uchar3 *c3) {
933 void rsDebug(const char *s, const short3 *c3) {
954 void rsDebug(const char *s, const ushort3 *c3) {
/frameworks/av/services/mediaresourcemanager/test/
DResourceManagerService_test.cpp124 void verifyClients(bool c1, bool c2, bool c3) { in verifyClients()
/frameworks/base/tools/apilint/
Dapilint_test.py29 c3 = cls("android.app", "Notification.Action") variable
/frameworks/rs/driver/
DrsdRuntimeStubs.cpp1261 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) {
/frameworks/native/libs/vr/libbufferhub/
Dbuffer_hub-test.cpp775 std::unique_ptr<ConsumerBuffer> c3 = in TEST_F() local
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DRILTest.java1917 Carrier c3 = new Carrier(); in testCreateCarrierRestrictionList() local