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

1 2

  /external/clang/include/clang/Analysis/
AnalysisDiagnostic.h 19 SFINAE,ACCESS,NOWERROR,SHOWINSYSHEADER,CATEGORY,BRIEF,FULL) ENUM,
  /external/clang/include/clang/Driver/
DriverDiagnostic.h 19 SFINAE,ACCESS,NOWERROR,SHOWINSYSHEADER,CATEGORY,BRIEF,FULL) ENUM,
  /external/clang/include/clang/Frontend/
FrontendDiagnostic.h 19 SFINAE,ACCESS,NOWERROR,SHOWINSYSHEADER,CATEGORY,BRIEF,FULL) ENUM,
  /external/clang/include/clang/Lex/
LexDiagnostic.h 19 SFINAE,ACCESS,NOWERROR,SHOWINSYSHEADER,CATEGORY,BRIEF,FULL) ENUM,
  /external/clang/include/clang/Parse/
ParseDiagnostic.h 19 SFINAE,ACCESS,NOWERROR,SHOWINSYSHEADER,CATEGORY,BRIEF,FULL) ENUM,
  /external/clang/include/clang/Sema/
SemaDiagnostic.h 19 SFINAE,ACCESS,NOWERROR,SHOWINSYSHEADER,CATEGORY,BRIEF,FULL) ENUM,
  /external/clang/include/clang/AST/
ASTDiagnostic.h 19 SFINAE,ACCESS,NOWERROR,SHOWINSYSHEADER,CATEGORY,BRIEF,FULL) ENUM,
  /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...]
  /cts/tests/tests/text/src/android/text/format/cts/
DateUtilsTest.java 220 fixedTime + DAY_DURATION, fixedTime, java.text.DateFormat.FULL,
221 java.text.DateFormat.FULL).toString());
223 fixedTime, java.text.DateFormat.DEFAULT, java.text.DateFormat.FULL).toString());
225 fixedTime, java.text.DateFormat.LONG, java.text.DateFormat.FULL).toString());
227 fixedTime, java.text.DateFormat.MEDIUM, java.text.DateFormat.FULL).toString());
229 fixedTime, java.text.DateFormat.SHORT, java.text.DateFormat.FULL).toString());
232 fixedTime, java.text.DateFormat.FULL, java.text.DateFormat.FULL).toString());
234 fixedTime, java.text.DateFormat.FULL, java.text.DateFormat.DEFAULT).toString());
236 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
  /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 105 * Instantiate a SimpleDateFormat set up to produce a full time
201 DateFormat* fmtA = DateFormat::createDateTimeInstance(DateFormat::MEDIUM, DateFormat::FULL);
202 DateFormat* fmtB = DateFormat::createDateTimeInstance(DateFormat::MEDIUM, DateFormat::FULL);
229 //DateFormat* fmt = DateFormat::createDateTimeInstance(DateFormat::MEDIUM, DateFormat::FULL, Locale::ENGLISH);
634 DateFormat* fmt = DateFormat::createDateInstance(DateFormat::FULL, Locale("cs", "", ""));
787 DateFormat::SHORT, DateFormat::MEDIUM, DateFormat::LONG, DateFormat::FULL
794 DateFormat *full = DateFormat::createDateTimeInstance(DateFormat::LONG, DateFormat::LONG); local
795 if(full==NULL) {
821 full->format(when, format);
838 delete full;
1141 DateFormat *date=0, *time=0, *full=0; local
2017 DateFormat *full = DateFormat::createDateInstance(DateFormat::kFull , loc); local
2116 DateFormat *full = DateFormat::createDateInstance(DateFormat::kFullRelative, loc); local
2146 DateFormat *full = DateFormat::createDateInstance(DateFormat::kFull, loc); local
    [all...]
  /external/chromium/chrome/browser/chromeos/notifications/
notification_panel.h 66 // +--(event=open)---->[ FULL ]-------------+-------------------+
77 FULL, // Show all notifications
  /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/clang/include/clang/Basic/
DiagnosticIDs.h 52 SFINAE,ACCESS,CATEGORY,NOWERROR,SHOWINSYSHEADER,BRIEF,FULL) ENUM,
231 /// getFullExplanation - Given a diagnostic ID, return a full explanation
  /libcore/luni/src/main/java/libcore/icu/
LocaleData.java 303 case DateFormat.FULL:
317 case DateFormat.FULL:
329 // There are some full time format patterns in ICU that use the pattern character 'v'.
  /external/clang/lib/Basic/
DiagnosticIDs.cpp 122 CATEGORY,BRIEF,FULL) \
127 STR_SIZE(FULL, uint16_t), \
128 #ENUM, GROUP, DESC, BRIEF, FULL },
334 /// getFullExplanation - Given a diagnostic ID, return a full explanation
  /frameworks/base/core/java/android/view/
KeyCharacterMap.java 49 * The id of a generic virtual keyboard with a full layout that can be used to
78 * layout with a small form factor. In contrast to a {@link #FULL full keyboard}, some
90 * A full PC-style keyboard.
92 * A full keyboard behaves like a PC keyboard. All symbols are accessed directly
96 * This type of keyboard is generally designed for full two hand typing.
99 public static final int FULL = 4;
459 * Returns {@link #NUMERIC}, {@link #PREDICTIVE}, {@link #ALPHA} or {@link #FULL}.
492 * {@link #getKeyboardType() keyboard type} is {@link #FULL} or {@link #SPECIAL_FUNCTION} and
505 case FULL
    [all...]
  /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 190 } else if (kind == KeyCharacterMap.FULL
192 // We consider special function keyboards full keyboards as a workaround for

Completed in 1958 milliseconds

1 2