/frameworks/base/core/tests/coretests/src/android/util/ |
D | DayOfMonthCursorTest.java | 31 DayOfMonthCursor mc = new DayOfMonthCursor(2007, in testMonthRows() local 35 mc.getDigitsForRow(0)); in testMonthRows() 37 mc.getDigitsForRow(1)); in testMonthRows() 39 mc.getDigitsForRow(5)); in testMonthRows() 44 DayOfMonthCursor mc = new DayOfMonthCursor(2007, in testMoveLeft() local 47 assertEquals(Calendar.SEPTEMBER, mc.getMonth()); in testMoveLeft() 48 assertEquals(3, mc.getSelectedDayOfMonth()); in testMoveLeft() 49 assertEquals(1, mc.getSelectedRow()); in testMoveLeft() 50 assertEquals(1, mc.getSelectedColumn()); in testMoveLeft() 53 assertFalse(mc.left()); in testMoveLeft() [all …]
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ |
D | InboundSmsTrackerTest.java | 51 MatrixCursor mc = new MatrixCursor( in createFakeCursor() local 54 mc.addRow(new Object[]{HexDump.toHexString(FAKE_PDU), in createFakeCursor() 58 mc.addRow(new Object[]{HexDump.toHexString(FAKE_PDU), in createFakeCursor() 62 mc.moveToFirst(); in createFakeCursor() 63 return mc; in createFakeCursor()
|
D | SmsNumberUtilsTest.java | 63 MatrixCursor mc = new MatrixCursor( in query() local 68 mc.addRow(new Object[]{"011"}); // US IDD code in query() 71 mc.addRow(new Object[]{"002"}); // Taiwan IDD code in query() 74 mc.addRow(new Object[]{"010"}); // Japan IDD code in query() 77 mc.addRow(new Object[]{"010"}); // India IDD code in query() 83 return mc; in query()
|
/frameworks/rs/ |
D | rsAllocation.h | 116 RsAllocationMipmapControl mc = RS_ALLOCATION_MIPMAP_NONE, 119 … RsAllocationMipmapControl mc = RS_ALLOCATION_MIPMAP_NONE, 246 … Allocation(Context *rsc, const Type *, uint32_t usages, RsAllocationMipmapControl mc, void *ptr);
|
D | rsAllocation.cpp | 30 RsAllocationMipmapControl mc, void * ptr) in Allocation() argument 36 mHal.state.mipmapControl = mc; in Allocation() 63 RsAllocationMipmapControl mc, void * ptr, in createAllocationStrided() argument 77 a = new (allocMem) Allocation(rsc, type, usages, mc, nullptr); in createAllocationStrided() 85 a = new (allocMem) Allocation(rsc, type, usages, mc, ptr); in createAllocationStrided() 89 a = new (allocMem) Allocation(rsc, type, usages, mc, ptr); in createAllocationStrided() 103 RsAllocationMipmapControl mc, void * ptr) { in createAllocation() argument 104 return Allocation::createAllocationStrided(rsc, type, usages, mc, ptr, kMinimumRSAlignment); in createAllocation()
|
/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/ |
D | vop.cpp | 575 currVol->complexity.mc = BitstreamReadBits16(stream, 6); in DecodeVOLHeader() 933 if ((currVol->complexity.mc >> 5) & 0x1) /* apm */ in DecodeVOPHeader() 935 if ((currVol->complexity.mc >> 4) & 0x1) /* npm */ in DecodeVOPHeader() 938 if ((currVol->complexity.mc >> 2) & 0x1) /* forw_back_mc_q */ in DecodeVOPHeader() 940 if ((currVol->complexity.mc >> 1) & 0x1) /* halfpel2 */ in DecodeVOPHeader() 942 if (currVol->complexity.mc & 0x1) /* halfpel4 */ in DecodeVOPHeader() 947 if ((currVol->complexity.mc >> 3) & 0x1) /* interpolate_mc_q */ in DecodeVOPHeader()
|
D | mp4lib_int.h | 52 uint8 mc; /* motion_compensation_complexity */ member
|
/frameworks/compile/mclinker/tools/mcld/ |
D | Android.mk | 34 MCLD_MODULE:= ld.mc
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/dataconnection/ |
D | DcTrackerTest.java | 165 MatrixCursor mc = new MatrixCursor( in query() local 184 mc.addRow(new Object[]{ in query() 213 mc.addRow(new Object[]{ in query() 242 mc.addRow(new Object[]{ in query() 271 return mc; in query()
|
/frameworks/base/core/java/android/app/ |
D | Activity.java | 2297 ManagedCursor mc = mManagedCursors.get(i); in stopManagingCursor() local 2298 if (mc.mCursor == c) { in stopManagingCursor() 6750 ManagedCursor mc = mManagedCursors.get(i); in performRestart() local 6751 if (mc.mReleased || mc.mUpdated) { in performRestart() 6752 if (!mc.mCursor.requery()) { in performRestart() 6757 + mc.mCursor); in performRestart() 6760 mc.mReleased = false; in performRestart() 6761 mc.mUpdated = false; in performRestart() 6867 ManagedCursor mc = mManagedCursors.get(i); in performStop() local 6868 if (!mc.mReleased) { in performStop() [all …]
|
/frameworks/base/tests/LegacyRestoreTest/ |
D | kk-fixed-encrypted-settings-abcd.ab | 22 +� �-��i���F��u휴�%����mc�tke�}{�#4�;3H�{�;3�n�v�h��0�281d\�,�ڑ�2�;
|