HomeSort by relevance Sort by last modified time
    Searched refs:FULL (Results 1 - 25 of 40) sorted by null

1 2

  /external/clang/test/Preprocessor/
pragma_unknown.c 24 #pragma STDC CX_LIMITED_RANGE ON FULL POWER // expected-warning {{expected end of directive in pragma}}
  /external/apache-harmony/text/src/test/java/org/apache/harmony/text/tests/java/text/
DateFormatTest.java 120 f2 = (SimpleDateFormat) DateFormat.getDateInstance(DateFormat.FULL);
123 DateFormat.FULL, Locale.getDefault())));
166 f2 = (SimpleDateFormat) DateFormat.getDateInstance(DateFormat.FULL,
221 testDateTime(DateFormat.SHORT, DateFormat.FULL);
226 testDateTime(DateFormat.MEDIUM, DateFormat.FULL);
231 testDateTime(DateFormat.LONG, DateFormat.FULL);
233 testDateTime(DateFormat.FULL, DateFormat.SHORT);
234 testDateTime(DateFormat.FULL, DateFormat.MEDIUM);
235 testDateTime(DateFormat.FULL, DateFormat.LONG);
236 testDateTime(DateFormat.FULL, DateFormat.FULL)
    [all...]
MessageFormatTest.java 207 // same LONG and FULL time patterns
208 format.applyPattern("{0,time, Full}");
209 assertTrue("Wrong full time format", format.getFormats()[0]
210 .equals(DateFormat.getTimeInstance(DateFormat.FULL,
212 assertEquals("Wrong full time pattern",
213 "{0,time,full}", format.toPattern());
235 format.applyPattern("{0, date, full}");
236 assertTrue("Wrong full date format", format.getFormats()[0]
237 .equals(DateFormat.getDateInstance(DateFormat.FULL)));
238 assertEquals("Wrong full date pattern",
    [all...]
  /cts/tests/tests/text/src/android/text/format/cts/
DateUtilsTest.java 143 fixedTime + DAY_DURATION, fixedTime, java.text.DateFormat.FULL,
144 java.text.DateFormat.FULL).toString());
146 fixedTime, java.text.DateFormat.DEFAULT, java.text.DateFormat.FULL).toString());
148 fixedTime, java.text.DateFormat.LONG, java.text.DateFormat.FULL).toString());
150 fixedTime, java.text.DateFormat.MEDIUM, java.text.DateFormat.FULL).toString());
152 fixedTime, java.text.DateFormat.SHORT, java.text.DateFormat.FULL).toString());
155 fixedTime, java.text.DateFormat.FULL, java.text.DateFormat.FULL).toString());
157 fixedTime, java.text.DateFormat.FULL, java.text.DateFormat.DEFAULT).toString());
159 fixedTime, java.text.DateFormat.FULL, java.text.DateFormat.LONG).toString())
    [all...]
  /external/srec/srec/include/
hmm_desc.h 40 #define FULL (2<<4) /* Full covariance model */
94 with dummies to be the same size as the full "tree_node". For 2-byte
  /dalvik/tests/092-locale/src/
Main.java 74 DateFormat fmt = DateFormat.getDateInstance(DateFormat.FULL, usa);
90 fmt = DateFormat.getDateInstance(DateFormat.FULL, usa);
  /libcore/luni/src/main/java/libcore/icu/
LocaleData.java 171 case DateFormat.FULL:
185 case DateFormat.FULL:
197 // There are some full time format patterns in ICU that use the pattern character 'v'.
  /frameworks/base/core/java/android/view/
KeyCharacterMap.java 51 * The id of a generic virtual keyboard with a full layout that can be used to
80 * layout with a small form factor. In contrast to a {@link #FULL full keyboard}, some
92 * A full PC-style keyboard.
94 * A full keyboard behaves like a PC keyboard. All symbols are accessed directly
98 * This type of keyboard is generally designed for full two hand typing.
101 public static final int FULL = 4;
622 * Returns {@link #NUMERIC}, {@link #PREDICTIVE}, {@link #ALPHA}, {@link #FULL}
656 * {@link #getKeyboardType() keyboard type} is {@link #FULL} or {@link #SPECIAL_FUNCTION} and
669 case FULL
    [all...]
  /libcore/luni/src/main/java/java/text/
DateFormat.java 39 * styles. The formatting styles include FULL, LONG, MEDIUM, and SHORT. More
95 * FULL. The exact result depends on the locale, but generally:
100 * <li>FULL is pretty completely specified, such as Tuesday, April 12, 1952 AD
149 * The format style constant defining the full style.
151 public static final int FULL = 0;
434 * one of SHORT, MEDIUM, LONG, FULL, or DEFAULT.
438 * if {@code style} is not one of SHORT, MEDIUM, LONG, FULL, or
451 * one of SHORT, MEDIUM, LONG, FULL, or DEFAULT.
455 * if {@code style} is not one of SHORT, MEDIUM, LONG, FULL, or
480 * one of SHORT, MEDIUM, LONG, FULL, or DEFAULT
    [all...]
MessageFormat.java 67 * full
183 * <td>{@code full}</td>
184 * <td>{@code DateFormat.getDateInstance(DateFormat.FULL, getLocale())}</td>
208 * <td>{@code full}</td>
209 * <td>{@code DateFormat.getTimeInstance(DateFormat.FULL, getLocale())}</td>
    [all...]
  /external/icu4c/test/intltest/
dtfmtrtts.cpp 199 case DateFormat::FULL: return "FULL";
236 for(style = DateFormat::FULL; style <= DateFormat::SHORT; ++style) {
249 for(style = DateFormat::FULL; style <= DateFormat::SHORT; ++style) {
262 for(int32_t dstyle = DateFormat::FULL; dstyle <= DateFormat::SHORT; ++dstyle) {
263 for(int32_t tstyle = DateFormat::FULL; tstyle <= DateFormat::SHORT; ++tstyle) {
aliastst.cpp 99 DateFormat* df1 = DateFormat::createDateInstance(DateFormat::FULL, oldLoc);
100 DateFormat* df2 = DateFormat::createDateInstance(DateFormat::FULL, newLoc);
dtfmttst.cpp 107 * Instantiate a SimpleDateFormat set up to produce a full time
210 DateFormat* fmtA = DateFormat::createDateTimeInstance(DateFormat::MEDIUM, DateFormat::FULL);
211 DateFormat* fmtB = DateFormat::createDateTimeInstance(DateFormat::MEDIUM, DateFormat::FULL);
238 //DateFormat* fmt = DateFormat::createDateTimeInstance(DateFormat::MEDIUM, DateFormat::FULL, Locale::ENGLISH);
643 DateFormat* fmt = DateFormat::createDateInstance(DateFormat::FULL, Locale("cs", "", ""));
796 DateFormat::SHORT, DateFormat::MEDIUM, DateFormat::LONG, DateFormat::FULL
803 DateFormat *full = DateFormat::createDateTimeInstance(DateFormat::LONG, DateFormat::LONG); local
804 if(full==NULL) {
835 full->format(when, format);
852 delete full;
1173 DateFormat *date=0, *time=0, *full=0; local
2131 DateFormat *full = DateFormat::createDateInstance(DateFormat::kFull , loc); local
2230 DateFormat *full = DateFormat::createDateInstance(DateFormat::kFullRelative, loc); local
2260 DateFormat *full = DateFormat::createDateInstance(DateFormat::kFull, loc); local
    [all...]
dtfmapts.cpp 21 // try to test the full functionality. It just calls each function in the class and
138 DateFormat *fr = DateFormat::createTimeInstance(DateFormat::FULL, Locale::getFrench());
dtfmrgts.cpp 346 DateFormat *fmt = DateFormat::createDateTimeInstance( DateFormat::FULL,
668 Format *format = DateFormat::createDateTimeInstance(DateFormat::FULL,
669 DateFormat::FULL, locales[i]);
995 logln("Full format :" +
996 DateFormat.getDateInstance(DateFormat.FULL).format(new
    [all...]
  /external/chromium/chrome/browser/chromeos/notifications/
notification_panel.h 66 // +--(event=open)---->[ FULL ]-------------+-------------------+
77 FULL, // Show all notifications
notification_panel.cc 49 case NotificationPanel::FULL:
50 return "full";
615 // state. Otherwise, expand to full.
617 SET_STATE(FULL);
716 case FULL:
  /libcore/luni/src/main/java/java/util/concurrent/
Exchanger.java 204 private static final int FULL =
342 if (fails > 3 && m < FULL && max.compareAndSet(m, m + 1))
  /external/icu4c/i18n/unicode/
datefmt.h 111 * result; from SHORT to MEDIUM to LONG to FULL. The exact result depends on the
117 * <li> FULL is pretty completely specified, such as
145 * in the resource occurs in the order full, long, medium, short.
192 FULL = kFull,
  /external/quake/quake/src/WinQuake/
net_comx.cpp 41 #define FULL(q) (q.head == ((q.tail-1) & QUEUEMASK))
200 if (! FULL(p->inputQueue))
261 if (!FULL(p->inputQueue))
724 if (FULL(p->outputQueue))
  /frameworks/base/core/java/android/text/method/
TextKeyListener.java 194 } else if (kind == KeyCharacterMap.FULL
196 // We consider special function keyboards full keyboards as a workaround for
  /packages/apps/Contacts/src/com/android/contacts/datepicker/
DatePickerDialog.java 154 mTitleDateFormat = DateFormat.getDateInstance(DateFormat.FULL);
177 /* Sometimes the full month is displayed causing the title
  /libcore/luni/src/test/java/libcore/java/text/
OldDateFormatTest.java 350 format = DateFormat.getDateTimeInstance(DateFormat.FULL, DateFormat.FULL, Locale.US);
  /cts/tests/tests/text/src/android/text/method/cts/
TextKeyListenerTest.java 220 || KeyCharacterMap.FULL == keyType) {
  /packages/apps/Phone/src/com/android/phone/
PhoneApp.java 136 * FULL means wake both the processor and the display.
141 FULL
    [all...]

Completed in 3890 milliseconds

1 2