HomeSort by relevance Sort by last modified time
    Searched refs:SHORT (Results 151 - 175 of 286) sorted by null

1 2 3 4 5 67 8 91011>>

  /packages/apps/Browser/src/com/android/browser/
BrowserSnapshotPage.java 289 DateFormat dateFormat = DateFormat.getDateInstance(DateFormat.SHORT);
  /packages/apps/Calendar/src/com/android/calendar/agenda/
AgendaAdapter.java 221 displayName = tz.getDisplayName(date.isDst != 0, TimeZone.SHORT);
  /packages/apps/Calendar/src/com/android/calendar/alerts/
AlertUtils.java 185 isDST, TimeZone.SHORT, Locale.getDefault()));
  /packages/apps/DeskClock/src/com/android/deskclock/worldclock/
WorldClockAdapter.java 283 now.getDisplayName(Calendar.DAY_OF_WEEK, Calendar.SHORT, Locale.getDefault())));
  /packages/apps/UnifiedEmail/src/com/android/mail/compose/
QuotedTextView.java 252 DateFormat dateFormat = DateFormat.getDateTimeInstance(DateFormat.MEDIUM, DateFormat.SHORT);
  /libcore/luni/src/main/java/java/text/
SimpleDateFormat.java 225 * dates and times in the {@code SHORT} style for the user's default locale.
412 return localeData.getDateFormat(SHORT) + " " + localeData.getTimeFormat(SHORT);
742 int style = count < 4 ? TimeZone.SHORT : TimeZone.LONG;
    [all...]
  /frameworks/base/core/java/android/widget/
RemoteViews.java     [all...]
  /external/doclava/src/com/google/doclava/parser/
JavaParser.java 174 "<invalid>", "<EOR>", "<DOWN>", "<UP>", "IDENTIFIER", "INTLITERAL", "LONGLITERAL", "FLOATLITERAL", "DOUBLELITERAL", "CHARLITERAL", "STRINGLITERAL", "TRUE", "FALSE", "NULL", "IntegerNumber", "LongSuffix", "HexPrefix", "HexDigit", "Exponent", "NonIntegerNumber", "FloatSuffix", "DoubleSuffix", "EscapeSequence", "UNICODECHAR", "UNICODEPART", "WS", "COMMENT", "LINE_COMMENT", "ABSTRACT", "ASSERT", "BOOLEAN", "BREAK", "BYTE", "CASE", "CATCH", "CHAR", "CLASS", "CONST", "CONTINUE", "DEFAULT", "DO", "DOUBLE", "ELSE", "ENUM", "EXTENDS", "FINAL", "FINALLY", "FLOAT", "FOR", "GOTO", "IF", "IMPLEMENTS", "IMPORT", "INSTANCEOF", "INT", "INTERFACE", "LONG", "NATIVE", "NEW", "PACKAGE", "PRIVATE", "PROTECTED", "PUBLIC", "RETURN", "SHORT", "STATIC", "STRICTFP", "SUPER", "SWITCH", "SYNCHRONIZED", "THIS", "THROW", "THROWS", "TRANSIENT", "TRY", "VOID", "VOLATILE", "WHILE", "LPAREN", "RPAREN", "LBRACE", "RBRACE", "LBRACKET", "RBRACKET", "SEMI", "COMMA", "DOT", "ELLIPSIS", "EQ", "BANG", "TILDE", "QUES", "COLON", "EQEQ", "AMPAMP", "BARBAR", "PLUSPLUS", "SUBSUB", "PLUS", "SUB", "STAR", "SLASH", "AMP", "BAR", "CARET", "PERCENT", "PLUSEQ", "SUBEQ", "STAREQ", "SLASHEQ", "AMPEQ", "BAREQ", "CARETEQ", "PERCENTEQ", "MONKEYS_AT", "BANGEQ", "GT", "LT", "IdentifierStart", "IdentifierPart", "SurrogateIdentifer"
237 public static final int SHORT=64;
598 if ( (LA4_0==IDENTIFIER||LA4_0==ABSTRACT||LA4_0==BOOLEAN||LA4_0==BYTE||(LA4_0>=CHAR && LA4_0<=CLASS)||LA4_0==DOUBLE||LA4_0==ENUM||LA4_0==FINAL||LA4_0==FLOAT||(LA4_0>=INT && LA4_0<=NATIVE)||(LA4_0>=PRIVATE && LA4_0<=PUBLIC)||(LA4_0>=SHORT && LA4_0<=STRICTFP)||LA4_0==SYNCHRONIZED||LA4_0==TRANSIENT||(LA4_0>=VOID && LA4_0<=VOLATILE)||LA4_0==SEMI||LA4_0==MONKEYS_AT||LA4_0==LT) ) {
    [all...]
  /external/chromium_org/third_party/icu/source/test/intltest/
dtfmrgts.cpp 123 DateFormat *fmt = DateFormat::createDateTimeInstance(DateFormat::SHORT,
124 DateFormat::SHORT, Locale::getUS());
441 shortdate = DateFormat::createDateInstance(DateFormat::SHORT);
452 strShortDate = "The current date (short form) is ";
    [all...]
  /external/icu4c/test/intltest/
dtfmrgts.cpp 125 DateFormat *fmt = DateFormat::createDateTimeInstance(DateFormat::SHORT,
126 DateFormat::SHORT, Locale::getUS());
445 shortdate = DateFormat::createDateInstance(DateFormat::SHORT);
456 strShortDate = "The current date (short form) is ";
    [all...]
  /external/chromium_org/content/browser/gamepad/
gamepad_platform_data_fetcher_win.cc 43 float NormalizeXInputAxis(SHORT value) {
  /external/chromium_org/content/browser/renderer_host/input/
web_input_event_builders_win.cc 246 result.x = static_cast<short>(LOWORD(lparam));
247 result.y = static_cast<short>(HIWORD(lparam));
331 typedef SHORT (WINAPI *GetKeyStateFunction)(int key);
381 result.globalX = static_cast<short>(LOWORD(lparam));
382 result.globalY = static_cast<short>(HIWORD(lparam));
  /external/chromium_org/third_party/WebKit/Source/web/win/
WebInputEventFactory.cpp 278 result.x = static_cast<short>(LOWORD(lparam));
279 result.y = static_cast<short>(HIWORD(lparam));
361 typedef SHORT (WINAPI *GetKeyStateFunction)(int key);
411 result.globalX = static_cast<short>(LOWORD(lparam));
412 result.globalY = static_cast<short>(HIWORD(lparam));
  /external/freetype/include/freetype/internal/
ftstream.h 224 ( (short)( buffer += 2, FT_PEEK_SHORT( buffer - 2 ) ) )
227 ( (unsigned short)( buffer += 2, FT_PEEK_USHORT( buffer - 2 ) ) )
243 ( (short)( buffer += 2, FT_PEEK_SHORT_LE( buffer - 2 ) ) )
246 ( (unsigned short)( buffer += 2, FT_PEEK_USHORT_LE( buffer - 2 ) ) )
270 #define FT_GET_SHORT() FT_GET_MACRO( SHORT )
  /external/javassist/src/main/javassist/bytecode/analysis/
Analyzer.java 417 if (type == Type.SHORT || type == Type.BYTE || type == Type.CHAR || type == Type.BOOLEAN)
  /frameworks/base/core/java/android/text/format/
DateFormat.java 224 * in short form (such as 12/31/1999) according
559 return tz.getDisplayName(dst, TimeZone.SHORT);
  /frameworks/opt/datetimepicker/src/com/android/datetimepicker/date/
DatePickerDialog.java 338 mSelectedMonthTextView.setText(mCalendar.getDisplayName(Calendar.MONTH, Calendar.SHORT,
  /libcore/luni/src/main/java/java/util/
Date.java 719 result.append(tz.getDisplayName(tz.inDaylightTime(this), TimeZone.SHORT));
  /packages/apps/Calendar/src/com/android/calendar/widget/
CalendarAppWidgetModel.java 274 TimeZone.SHORT);
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/editors/
StateViewPage.java 252 job.setPriority(Job.SHORT);
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/views/
FrameSummaryViewPage.java 248 mRefresherJob.setPriority(Job.SHORT);
  /external/aac/libFDK/src/
fixpoint_math.cpp 220 SHORT u = (SHORT)(op2);
828 /* Short cut for zero and negative numbers. */
  /external/apache-harmony/text/src/test/java/org/apache/harmony/text/tests/java/text/
MessageFormatTest.java 191 format.applyPattern("{0,Time, Short\n}");
192 assertTrue("Wrong short time format", format.getFormats()[0]
193 .equals(DateFormat.getTimeInstance(DateFormat.SHORT)));
194 assertEquals("Wrong short time pattern",
195 "{0,time,short}", format.toPattern());
220 format.applyPattern("{0, date, short}");
221 assertTrue("Wrong short date format", format.getFormats()[0]
222 .equals(DateFormat.getDateInstance(DateFormat.SHORT)));
223 assertEquals("Wrong short date pattern",
224 "{0,date,short}", format.toPattern())
    [all...]
SimpleDateFormatTest.java 114 DateFormat.SHORT, DateFormat.SHORT, Locale.getDefault())));
    [all...]
  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-open-type-private.hh 578 typedef IntType<int16_t, 2> SHORT; /* 16-bit signed integer. */
583 /* 16-bit signed integer (SHORT) that describes a quantity in FUnits. */
584 typedef SHORT FWORD;

Completed in 3136 milliseconds

1 2 3 4 5 67 8 91011>>