Searched refs:SHORT (Results 1 - 15 of 15) sorted by relevance

/frameworks/av/media/img_utils/include/img_utils/
H A DTagDefinitions.h202 SHORT,
226 SHORT,
258 SHORT,
368 SHORT,
384 SHORT,
392 SHORT,
400 SHORT,
408 SHORT,
416 SHORT,
440 SHORT,
[all...]
H A DTiffHelpers.h70 SHORT, enumerator in enum:android::img_utils::TagType
109 case SHORT:
/frameworks/base/tools/layoutlib/create/src/com/android/tools/layoutlib/create/
H A DStubMethodAdapter.java91 case Type.SHORT:
112 case Type.SHORT:
161 case Type.SHORT:
/frameworks/av/media/img_utils/src/
H A DTiffEntry.cpp68 if (type == SHORT) {
155 case SHORT: {
/frameworks/base/core/java/android/widget/
H A DDateTimeView.java203 return DateFormat.getDateInstance(DateFormat.SHORT);
209 return DateFormat.getDateInstance(DateFormat.SHORT);
H A DRemoteViews.java1059 static final int SHORT = 3; field in class:RemoteViews.ReflectionAction
1105 case SHORT:
1177 case SHORT:
1238 case SHORT:
2386 addAction(new ReflectionAction(viewId, methodName, ReflectionAction.SHORT, value));
H A DDatePickerCalendarDelegate.java316 mHeaderMonthTextView.setText(mCurrentDate.getDisplayName(Calendar.MONTH, Calendar.SHORT,
/frameworks/av/media/libstagefright/codecs/mp3dec/src/
H A Dpvmp3_imdct_synth.cpp120 #define SHORT 2 macro
266 case SHORT:
/frameworks/opt/timezonepicker/src/com/android/timezonepicker/
H A DTimeZoneInfo.java238 sb.append(tz.getDisplayName(false /* daylightTime */, TimeZone.SHORT));
243 sb.append(tz.getDisplayName(true, TimeZone.SHORT));
/frameworks/base/core/java/android/text/format/
H A DDateFormat.java621 return tz.getDisplayName(dst, TimeZone.SHORT);
H A DTimeFormatter.java356 modifyAndAppend(zoneInfo.getDisplayName(isDst, TimeZone.SHORT), modifier);
/frameworks/compile/mclinker/lib/Script/
H A DScriptParser.yy151 %token SHORT
572 | SHORT '(' script_exp ')'
H A DScriptScanner.ll136 <LDSCRIPT>"SHORT" { return token::SHORT; }
/frameworks/opt/datetimepicker/src/com/android/datetimepicker/date/
H A DDatePickerDialog.java340 mSelectedMonthTextView.setText(mCalendar.getDisplayName(Calendar.MONTH, Calendar.SHORT,
H A DMonthView.java466 canvas.drawText(mDayLabelCalendar.getDisplayName(Calendar.DAY_OF_WEEK, Calendar.SHORT,

Completed in 301 milliseconds