Home
last modified time | relevance | path

Searched defs:mc (Results 1 – 15 of 15) sorted by relevance

/frameworks/base/core/tests/coretests/src/android/util/
DDayOfMonthCursorTest.java32 DayOfMonthCursor mc = new DayOfMonthCursor(2007, in testMonthRows() local
45 DayOfMonthCursor mc = new DayOfMonthCursor(2007, in testMoveLeft() local
75 DayOfMonthCursor mc = new DayOfMonthCursor(2007, in testMoveRight() local
105 DayOfMonthCursor mc = new DayOfMonthCursor(2007, in testMoveUp() local
129 DayOfMonthCursor mc = new DayOfMonthCursor(2007, in testMoveDown() local
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DInboundSmsTrackerTest.java55 MatrixCursor mc = new MatrixCursor( in createFakeCursor() local
DCarrierResolverTest.java281 MatrixCursor mc = new MatrixCursor( in query() local
493 MatrixCursor mc = new MatrixCursor(new String[]{Carriers._ID, Carriers.APN}); in query() local
DSmsNumberUtilsTest.java63 MatrixCursor mc = new MatrixCursor( in query() local
/frameworks/base/cmds/statsd/src/metrics/
DEventMetricProducer.cpp61 Metric2Condition mc; in EventMetricProducer() local
DCountMetricProducer.cpp94 Metric2Condition mc; in CountMetricProducer() local
DGaugeMetricProducer.cpp122 Metric2Condition mc; in GaugeMetricProducer() local
DDurationMetricProducer.cpp112 Metric2Condition mc; in DurationMetricProducer() local
DValueMetricProducer.cpp131 Metric2Condition mc; in ValueMetricProducer() local
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/dataconnection/
DDcTrackerTest.java221 MatrixCursor mc = new MatrixCursor( in query() local
448 MatrixCursor mc = new MatrixCursor( in query() local
/frameworks/rs/
DrsAllocation.cpp29 RsAllocationMipmapControl mc, void * ptr) in Allocation()
62 RsAllocationMipmapControl mc, void * ptr, in createAllocationStrided()
102 RsAllocationMipmapControl mc, void * ptr) { in createAllocation()
/frameworks/native/cmds/surfacereplayer/replayer/
DReplayer.cpp499 layer_id id, const MatrixChange& mc) { in setMatrix()
/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
Dmp4lib_int.h52 uint8 mc; /* motion_compensation_complexity */ member
/frameworks/base/core/java/android/app/
DActivity.java3181 ManagedCursor mc = mManagedCursors.get(i); in stopManagingCursor() local
7908 ManagedCursor mc = mManagedCursors.get(i); in performRestart() local
8048 ManagedCursor mc = mManagedCursors.get(i); in performStop() local
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DMccTable.java345 sTable.add(new MccEntry(212, "mc", 2)); // Monaco (Principality of) in sTable.add()