HomeSort by relevance Sort by last modified time
    Searched defs:SHORT (Results 1 - 25 of 115) sorted by null

1 2 3 4 5

  /external/clang/test/Sema/
block-explicit-noreturn-type.c 4 typedef short SHORT;
13 return (SHORT)3; // expected-error {{return type 'SHORT' (aka 'short') must match previous return type 'float' when}}
  /libcore/luni/src/main/java/libcore/io/
SizeOf.java 25 public static final int SHORT = 2;
  /external/chromium_org/third_party/icu/source/i18n/unicode/
timezone.h 450 * Selector for short display name
453 SHORT = 1,
460 * Selector for short generic display name
470 * Selector for short display name derived
482 * Selector for short display name derived
datefmt.h 96 * DateFormat::createDateInstance( DateFormat::SHORT, Locale::getFrance());
111 * result; from SHORT to MEDIUM to LONG to FULL. The exact result depends on the
114 * <li> SHORT is completely numeric, such as 12/13/52 or 3:30pm
145 * in the resource occurs in the order full, long, medium, short.
195 SHORT = kShort,
485 * Create a default date/time formatter that uses the SHORT style for both
498 * SHORT for "h:mm a" in the US locale. Relative
512 * SHORT for "M/d/yy" in the US locale.
525 * For example, SHORT for "M/d/yy" in the US locale.
527 * For example, SHORT for "h:mm a" in the US locale. Relativ
    [all...]
  /external/icu4c/i18n/unicode/
timezone.h 502 * Selector for short display name
505 SHORT = 1,
512 * Selector for short generic display name
522 * Selector for short display name derived
534 * Selector for short display name derived
    [all...]
datefmt.h 96 * DateFormat::createDateInstance( DateFormat::SHORT, Locale::getFrance());
111 * result; from SHORT to MEDIUM to LONG to FULL. The exact result depends on the
114 * <li> SHORT is completely numeric, such as 12/13/52 or 3:30pm
145 * in the resource occurs in the order full, long, medium, short.
195 SHORT = kShort,
517 * Create a default date/time formatter that uses the SHORT style for both
530 * SHORT for "h:mm a" in the US locale. Relative
543 * @param style The given formatting style. For example, SHORT for "M/d/yy" in the
562 * For example, SHORT for "M/d/yy" in the US locale. As currently
569 * For example, SHORT for "h:mm a" in the US locale. Relativ
    [all...]
  /dalvik/hit/src/com/android/hit/
Types.java 28 public static final int SHORT = 9;
45 case 'S': return 2; // short
55 case SHORT: return 2;
72 case 'S': return "short";
82 case SHORT: return "short";
  /external/elfutils/backends/
linux-core-note.c 34 #define SHORT uint16_t
68 FIELD (SHORT, pr_cursig);
120 FIELD (signal, SHORT, cursig, 'd'),
  /libcore/benchmarks/src/benchmarks/regression/
StringBenchmark.java 25 SHORT("short"),
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/bytecode/
Type.java 10 SHORT(0, "0", ".shortValue()", "java.lang.Short", Short.TYPE),
61 return SHORT;
  /frameworks/av/media/libstagefright/codecs/mp3dec/src/
pvmp3_imdct_synth.cpp 57 The number of windowed samples is 12 for short blocks, and 36 for long
67 short windows
68 Each of the three short blocks is windowed separately.
69 The windowed short blocks must be overlapped and concatenated.
120 #define SHORT 2
266 case SHORT:
  /external/dexmaker/src/main/java/com/google/dexmaker/
TypeId.java 58 /** The {@code short} primitive type. */
59 public static final TypeId<Short> SHORT = new TypeId<Short>(com.android.dx.rop.type.Type.SHORT);
80 PRIMITIVE_TO_TYPE.put(short.class, SHORT);
  /external/kernel-headers/original/asm-mips/fw/arc/
types.h 16 typedef short SHORT;
20 typedef unsigned short USHORT;
41 typedef short SHORT;
45 typedef unsigned short USHORT;
52 typedef SHORT *_PSHORT;
63 typedef SHORT *PSHORT;
  /bionic/libc/stdio/
vfscanf.c 53 #define SHORT 0x00004 /* h: short */
117 static short basefix[17] =
178 flags |= SHORT;
284 else if (flags & SHORT)
285 *va_arg(ap, short *) = nread;
595 else if (flags & SHORT)
596 *va_arg(ap, short *) = res;
  /dalvik/dexgen/src/com/android/dexgen/rop/cst/
CstType.java 55 /** {@code non-null;} instance corresponding to the class {@code Short} */
56 public static final CstType SHORT = intern(Type.SHORT_CLASS);
82 /** {@code non-null;} instance corresponding to the type {@code short[]} */
112 case Type.BT_SHORT: return SHORT;
  /dalvik/dx/src/com/android/dx/rop/cst/
CstType.java 54 /** {@code non-null;} instance corresponding to the class {@code Short} */
55 public static final CstType SHORT = intern(Type.SHORT_CLASS);
81 /** {@code non-null;} instance corresponding to the type {@code short[]} */
111 case Type.BT_SHORT: return SHORT;
  /external/aac/libSYS/include/
machine_type.h 130 /** \var SHORT
143 * Number of bits the data type short represents. sizeof() is not suited to get this info,
166 typedef signed short SHORT;
167 typedef unsigned short USHORT;
200 typedef SHORT INT_PCM;
  /external/dexmaker/src/dx/java/com/android/dx/rop/cst/
CstType.java 55 /** {@code non-null;} instance corresponding to the class {@code Short} */
56 public static final CstType SHORT = intern(Type.SHORT_CLASS);
82 /** {@code non-null;} instance corresponding to the type {@code short[]} */
112 case Type.BT_SHORT: return SHORT;
  /external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/file/
Structure.java 276 CHARACTER, SHORT, INTEGER, LONG, FLOAT, DOUBLE, VOID, STRUCTURE, POINTER;
283 PRIMARY_TYPES.put("short", SHORT);
284 PRIMARY_TYPES.put("ushort", SHORT);
  /external/jmonkeyengine/engine/src/core-plugins/com/jme3/export/binary/
BinaryClassField.java 57 public static final byte SHORT = 50;
  /hardware/ti/omap3/dspbridge/inc/
dbtype.h 108 typedef unsigned short WORD; /* w */
112 typedef short SHORT; /* s */
116 typedef unsigned short USHORT; /* us */
132 typedef volatile unsigned short REG_UWORD16;
146 typedef unsigned short WCHAR; /* wch */
174 typedef unsigned short WCHAR; /* wch */
  /hardware/ti/omap3/dspbridge/libbridge/inc/
dbtype.h 108 typedef unsigned short WORD; /* w */
112 typedef short SHORT; /* s */
116 typedef unsigned short USHORT; /* us */
132 typedef volatile unsigned short REG_UWORD16;
146 typedef unsigned short WCHAR; /* wch */
174 typedef unsigned short WCHAR; /* wch */
  /libcore/luni/src/main/java/java/util/
TimeZone.java 74 * The short display name style, such as {@code PDT}. Requests for this
77 public static final int SHORT = 0;
179 * Returns the {@link #SHORT short} or {@link #LONG long} name of this time
185 * @param style either {@link TimeZone#LONG} or {@link TimeZone#SHORT}.
189 if (style != SHORT && style != LONG) {
200 // case of short names. For Pacific/Fiji, for example, icu4c has nothing better to offer
  /external/chromium_org/chrome/browser/ui/autofill/
autofill_dialog_types.h 31 SHORT, // Short inputs share a line with other short inputs. [ CVC ][ Zip ]
  /libcore/luni/src/main/java/java/text/
DateFormat.java 101 * The format style constant defining the short style.
103 public static final int SHORT = 3;
363 * one of SHORT, MEDIUM, LONG, FULL, or DEFAULT.
367 * if {@code style} is not one of SHORT, MEDIUM, LONG, FULL, or
380 * one of SHORT, MEDIUM, LONG, FULL, or DEFAULT.
384 * if {@code style} is not one of SHORT, MEDIUM, LONG, FULL, or
409 * one of SHORT, MEDIUM, LONG, FULL, or DEFAULT.
411 * one of SHORT, MEDIUM, LONG, FULL, or DEFAULT.
416 * SHORT, MEDIUM, LONG, FULL, or DEFAULT.
429 * one of SHORT, MEDIUM, LONG, FULL, or DEFAULT
    [all...]

Completed in 603 milliseconds

1 2 3 4 5