Searched refs:mc (Results 1 - 17 of 17) sorted by relevance

/frameworks/base/core/tests/coretests/src/android/util/
H A DDayOfMonthCursorTest.java31 DayOfMonthCursor mc = new DayOfMonthCursor(2007,
35 mc.getDigitsForRow(0));
37 mc.getDigitsForRow(1));
39 mc.getDigitsForRow(5));
44 DayOfMonthCursor mc = new DayOfMonthCursor(2007,
47 assertEquals(Calendar.SEPTEMBER, mc.getMonth());
48 assertEquals(3, mc.getSelectedDayOfMonth());
49 assertEquals(1, mc.getSelectedRow());
50 assertEquals(1, mc.getSelectedColumn());
53 assertFalse(mc
[all...]
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
H A DInboundSmsTrackerTest.java51 MatrixCursor mc = new MatrixCursor(
54 mc.addRow(new Object[]{HexDump.toHexString(FAKE_PDU),
58 mc.addRow(new Object[]{HexDump.toHexString(FAKE_PDU),
62 mc.moveToFirst();
63 return mc;
H A DCarrierIdentifierTest.java207 MatrixCursor mc = new MatrixCursor(
220 mc.addRow(new Object[] {
233 mc.addRow(new Object[] {
246 mc.addRow(new Object[] {
259 mc.addRow(new Object[] {
272 return mc;
274 MatrixCursor mc = new MatrixCursor(new String[]{Carriers._ID, Carriers.APN});
275 mc.addRow(new Object[] {
279 return mc;
H A DSmsNumberUtilsTest.java64 MatrixCursor mc = new MatrixCursor(
69 mc.addRow(new Object[]{"011"}); // US IDD code
72 mc.addRow(new Object[]{"002"}); // Taiwan IDD code
75 mc.addRow(new Object[]{"010"}); // Japan IDD code
78 mc.addRow(new Object[]{"010"}); // India IDD code
84 return mc;
/frameworks/base/cmds/statsd/src/metrics/
H A DEventMetricProducer.cpp61 Metric2Condition mc; local
62 mc.conditionId = link.condition();
63 translateFieldMatcher(link.fields_in_what(), &mc.metricFields);
64 translateFieldMatcher(link.fields_in_condition(), &mc.conditionFields);
65 mMetric2ConditionLinks.push_back(mc);
H A DCountMetricProducer.cpp93 Metric2Condition mc; local
94 mc.conditionId = link.condition();
95 translateFieldMatcher(link.fields_in_what(), &mc.metricFields);
96 translateFieldMatcher(link.fields_in_condition(), &mc.conditionFields);
97 mMetric2ConditionLinks.push_back(mc);
H A DValueMetricProducer.cpp112 Metric2Condition mc; local
113 mc.conditionId = link.condition();
114 translateFieldMatcher(link.fields_in_what(), &mc.metricFields);
115 translateFieldMatcher(link.fields_in_condition(), &mc.conditionFields);
116 mMetric2ConditionLinks.push_back(mc);
H A DGaugeMetricProducer.cpp116 Metric2Condition mc; local
117 mc.conditionId = link.condition();
118 translateFieldMatcher(link.fields_in_what(), &mc.metricFields);
119 translateFieldMatcher(link.fields_in_condition(), &mc.conditionFields);
120 mMetric2ConditionLinks.push_back(mc);
H A DDurationMetricProducer.cpp114 Metric2Condition mc; local
115 mc.conditionId = link.condition();
116 translateFieldMatcher(link.fields_in_what(), &mc.metricFields);
117 translateFieldMatcher(link.fields_in_condition(), &mc.conditionFields);
118 mMetric2ConditionLinks.push_back(mc);
/frameworks/rs/
H A DrsAllocation.h112 RsAllocationMipmapControl mc = RS_ALLOCATION_MIPMAP_NONE,
115 RsAllocationMipmapControl mc = RS_ALLOCATION_MIPMAP_NONE,
228 Allocation(Context *rsc, const Type *, uint32_t usages, RsAllocationMipmapControl mc, void *ptr);
H A DrsAllocation.cpp29 RsAllocationMipmapControl mc, void * ptr)
35 mHal.state.mipmapControl = mc;
62 RsAllocationMipmapControl mc, void * ptr,
76 a = new (allocMem) Allocation(rsc, type, usages, mc, nullptr);
84 a = new (allocMem) Allocation(rsc, type, usages, mc, ptr);
88 a = new (allocMem) Allocation(rsc, type, usages, mc, ptr);
102 RsAllocationMipmapControl mc, void * ptr) {
103 return Allocation::createAllocationStrided(rsc, type, usages, mc, ptr, kMinimumRSAlignment);
28 Allocation(Context *rsc, const Type *type, uint32_t usages, RsAllocationMipmapControl mc, void * ptr) argument
61 createAllocationStrided(Context *rsc, const Type *type, uint32_t usages, RsAllocationMipmapControl mc, void * ptr, size_t requiredAlignment) argument
101 createAllocation(Context *rsc, const Type *type, uint32_t usages, RsAllocationMipmapControl mc, void * ptr) argument
/frameworks/native/cmds/surfacereplayer/replayer/
H A DReplayer.cpp506 layer_id id, const MatrixChange& mc) {
507 ALOGV("Layer %d: Setting Matrix -- dsdx=%f, dtdx=%f, dsdy=%f, dtdy=%f", id, mc.dsdx(),
508 mc.dtdx(), mc.dsdy(), mc.dtdy());
509 t.setMatrix(mLayers[id], mc.dsdx(), mc.dtdx(), mc.dsdy(), mc.dtdy());
H A DReplayer.h98 layer_id id, const MatrixChange& mc);
/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
H A Dvop.cpp575 currVol->complexity.mc = BitstreamReadBits16(stream, 6);
933 if ((currVol->complexity.mc >> 5) & 0x1) /* apm */
935 if ((currVol->complexity.mc >> 4) & 0x1) /* npm */
938 if ((currVol->complexity.mc >> 2) & 0x1) /* forw_back_mc_q */
940 if ((currVol->complexity.mc >> 1) & 0x1) /* halfpel2 */
942 if (currVol->complexity.mc & 0x1) /* halfpel4 */
947 if ((currVol->complexity.mc >> 3) & 0x1) /* interpolate_mc_q */
H A Dmp4lib_int.h52 uint8 mc; /* motion_compensation_complexity */ member in struct:tagComplexity_Est
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/dataconnection/
H A DDcTrackerTest.java216 MatrixCursor mc = new MatrixCursor(
237 mc.addRow(new Object[]{
268 mc.addRow(new Object[]{
299 mc.addRow(new Object[]{
330 mc.addRow(new Object[]{
361 mc.addRow(new Object[]{
392 return mc;
396 MatrixCursor mc = new MatrixCursor(
399 mc.addRow(new Object[]{ mPreferredApnSet });
400 mc
[all...]
/frameworks/base/core/java/android/app/
H A DActivity.java2622 ManagedCursor mc = mManagedCursors.get(i);
2623 if (mc.mCursor == c) {
7243 ManagedCursor mc = mManagedCursors.get(i);
7244 if (mc.mReleased || mc.mUpdated) {
7245 if (!mc.mCursor.requery()) {
7250 + mc.mCursor);
7253 mc.mReleased = false;
7254 mc.mUpdated = false;
7378 ManagedCursor mc
[all...]

Completed in 248 milliseconds