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

  /external/chromium/chrome/browser/chromeos/notifications/
notification_panel.h 66 // +--(event=open)---->[ FULL ]-------------+-------------------+
77 FULL, // Show all notifications
  /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/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,
  /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...]
  /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...]
  /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/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 132 * FULL means wake both the processor and the display.
137 FULL
    [all...]
  /prebuilt/sdk/13/
android.jar 
  /prebuilt/common/jfreechart/
jfreechart-1.0.9.jar 
  /prebuilt/sdk/10/
android.jar 
  /prebuilt/sdk/11/
android.jar 
  /prebuilt/sdk/12/
android.jar 
  /prebuilt/sdk/14/
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 1213 milliseconds