Searched refs:mm (Results 1 - 12 of 12) sorted by relevance

/frameworks/av/media/libstagefright/tests/
H A DAndroid.mk50 # If we're building with ONE_SHOT_MAKEFILE (mm, mmm), then what the framework
/frameworks/native/libs/gui/tests/
H A DAndroid.mk40 # If we're building with ONE_SHOT_MAKEFILE (mm, mmm), then what the framework
/frameworks/native/opengl/tests/EGLTest/
H A DAndroid.mk38 # If we're building with ONE_SHOT_MAKEFILE (mm, mmm), then what the framework
/frameworks/native/services/surfaceflinger/tests/
H A DAndroid.mk35 # If we're building with ONE_SHOT_MAKEFILE (mm, mmm), then what the framework
/frameworks/native/libs/ui/
H A DAndroid.mk47 # If we're building with ONE_SHOT_MAKEFILE (mm, mmm), then what the framework
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
H A Dsad_inline.h371 register int32 mm = mask; local
385 "r"(mm));
396 register int32 mm = mask; local
409 "r"(mm));
/frameworks/base/services/input/
H A DAndroid.mk53 # If we're building with ONE_SHOT_MAKEFILE (mm, mmm), then what the framework
/frameworks/base/libs/androidfw/
H A DAndroid.mk110 # If we're building with ONE_SHOT_MAKEFILE (mm, mmm), then what the framework
H A DResourceTypes.cpp3860 { "mm", strlen("mm"), Res_value::TYPE_DIMENSION, Res_value::COMPLEX_UNIT_MM, 1.0f },
5350 case Res_value::COMPLEX_UNIT_MM: printf("mm"); break;
/frameworks/native/libs/utils/
H A DAndroid.mk133 # If we're building with ONE_SHOT_MAKEFILE (mm, mmm), then what the framework
/frameworks/base/services/java/com/android/server/am/
H A DUsageStatsService.java291 int mm = mCal.get(Calendar.MONTH) - Calendar.JANUARY +1;
292 if (mm < 10) {
295 sb.append(mm);
/frameworks/av/services/audioflinger/
H A DAudioFlinger.cpp6891 bool mm; local
6892 if (OK == dev->get_master_mute(dev, &mm)) {
6893 mMasterMute = mm;

Completed in 5695 milliseconds