HomeSort by relevance Sort by last modified time
    Searched defs:FULL (Results 1 - 14 of 14) sorted by null

  /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
  /external/chromium/third_party/icu/public/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/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,
  /libcore/luni/src/main/java/java/util/concurrent/
Exchanger.java 206 private static final int FULL =
342 if (fails > 3 && m < FULL && max.compareAndSet(m, m + 1))
  /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 final static 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...]
  /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))
  /packages/apps/Phone/src/com/android/phone/
PhoneApp.java 134 * FULL means wake both the processor and the display.
139 FULL
    [all...]
  /prebuilt/common/jfreechart/
jfreechart-1.0.9.jar 
  /prebuilt/sdk/10/
android.jar 
  /prebuilt/sdk/5/
android.jar 
  /prebuilt/sdk/6/
android.jar 
  /prebuilt/sdk/7/
android.jar 
  /prebuilt/sdk/8/
android.jar 
  /prebuilt/sdk/9/
android.jar 

Completed in 271 milliseconds