Searched refs:mc (Results 1 – 8 of 8) sorted by relevance
/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/av/media/libstagefright/codecs/m4v_h263/dec/src/ |
D | vop.cpp | 573 currVol->complexity.mc = BitstreamReadBits16(stream, 6); in DecodeVOLHeader() 931 if ((currVol->complexity.mc >> 5) & 0x1) /* apm */ in DecodeVOPHeader() 933 if ((currVol->complexity.mc >> 4) & 0x1) /* npm */ in DecodeVOPHeader() 936 if ((currVol->complexity.mc >> 2) & 0x1) /* forw_back_mc_q */ in DecodeVOPHeader() 938 if ((currVol->complexity.mc >> 1) & 0x1) /* halfpel2 */ in DecodeVOPHeader() 940 if (currVol->complexity.mc & 0x1) /* halfpel4 */ in DecodeVOPHeader() 945 if ((currVol->complexity.mc >> 3) & 0x1) /* interpolate_mc_q */ in DecodeVOPHeader()
|
D | mp4lib_int.h | 52 uint8 mc; /* motion_compensation_complexity */ member
|
/frameworks/rs/ |
D | rsAllocation.h | 102 RsAllocationMipmapControl mc = RS_ALLOCATION_MIPMAP_NONE, 198 … Allocation(Context *rsc, const Type *, uint32_t usages, RsAllocationMipmapControl mc, void *ptr);
|
D | rsAllocation.cpp | 31 RsAllocationMipmapControl mc, void * ptr) in Allocation() argument 37 mHal.state.mipmapControl = mc; in Allocation() 52 RsAllocationMipmapControl mc, void * ptr) { in createAllocation() argument 61 Allocation *a = new (allocMem) Allocation(rsc, type, usages, mc, ptr); in createAllocation()
|
/frameworks/base/core/java/android/app/ |
D | Activity.java | 2047 ManagedCursor mc = mManagedCursors.get(i); in stopManagingCursor() local 2048 if (mc.mCursor == c) { in stopManagingCursor() 6040 ManagedCursor mc = mManagedCursors.get(i); in performRestart() local 6041 if (mc.mReleased || mc.mUpdated) { in performRestart() 6042 if (!mc.mCursor.requery()) { in performRestart() 6047 + mc.mCursor); in performRestart() 6050 mc.mReleased = false; in performRestart() 6051 mc.mUpdated = false; in performRestart() 6152 ManagedCursor mc = mManagedCursors.get(i); in performStop() local 6153 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�;
|
/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/ |
D | AllocationThunker.java | 38 convertMipmapControl(MipmapControl mc) { in convertMipmapControl() argument 40 switch(mc) { in convertMipmapControl()
|