/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}}
|
/external/chromium_org/third_party/fips181/ |
owntypes.h | 34 typedef unsigned short USHORT; 35 typedef short int SHORT;
|
/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 | 565 * Selector for short display name 568 SHORT = 1, 575 * Selector for short generic display name 585 * Selector for short display name derived 597 * Selector for short display name derived [all...] |
/external/icu/icu4c/source/i18n/unicode/ |
timezone.h | 565 * Selector for short display name 568 SHORT = 1, 575 * Selector for short generic display name 585 * Selector for short display name derived 597 * Selector for short display name derived [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/0.153/backends/ |
linux-core-note.c | 36 #define SHORT uint16_t 70 FIELD (SHORT, pr_cursig); 122 FIELD (signal, SHORT, cursig, 'd'),
|
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/ |
ValueType.java | 36 public static final int SHORT = 0x02;
|
/libcore/benchmarks/src/benchmarks/regression/ |
StringBenchmark.java | 25 SHORT("short"),
|
/external/chromium_org/third_party/libaddressinput/src/java/src/com/android/i18n/addressinput/ |
AddressField.java | 47 SHORT; 85 ? WidthType.SHORT : WidthType.LONG;
|
/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);
|
/bionic/libc/upstream-openbsd/lib/libc/stdio/ |
vfscanf.c | 55 #define SHORT 0x00004 /* h: short */ 120 static short basefix[17] = 172 flags |= SHORT; 277 else if (flags & SHORT) 278 *va_arg(ap, short *) = nread; 749 else if (flags & SHORT) 750 *va_arg(ap, short *) = res;
|
vfwscanf.c | 56 #define SHORT 0x00004 /* h: short */ 128 static short basefix[17] = 186 flags |= SHORT; 303 else if (flags & SHORT) 304 *va_arg(ap, short *) = nread; 671 else if (flags & SHORT) 672 *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 | 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/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/mockito/cglib-and-asm/src/org/mockito/asm/ |
Type.java | 65 * The sort of the <tt>short</tt> type. See {@link #getSort getSort}.
67 public static final int SHORT = 4;
120 * The <tt>short</tt> type.
122 public static final Type SHORT_TYPE = new Type(SHORT);
239 } else if (c == Short.TYPE) {
388 * {@link #CHAR CHAR}, {@link #BYTE BYTE}, {@link #SHORT SHORT},
436 case SHORT:
437 return "short";
528 case SHORT: [all...] |
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/analysis/ |
RegisterType.java | 105 public static final byte SHORT = 7; 133 "Short", 153 /* UNKNOWN UNINIT NULL ONE, BOOLEAN BYTE POS_BYTE SHORT POS_SHORT CHAR INTEGER, FLOAT, LONG_LO LONG_HI DOUBLE_LO DOUBLE_HI UNINIT_REF UNINIT_THIS REFERENCE CONFLICTED*/ 154 /*UNKNOWN*/ {UNKNOWN, UNINIT, NULL, ONE, BOOLEAN, BYTE, POS_BYTE, SHORT, POS_SHORT, CHAR, INTEGER, FLOAT, LONG_LO, LONG_HI, DOUBLE_LO, DOUBLE_HI, UNINIT_REF, UNINIT_THIS,REFERENCE, CONFLICTED}, 156 /*NULL*/ {NULL, CONFLICTED, NULL, BOOLEAN, BOOLEAN, BYTE, POS_BYTE, SHORT, POS_SHORT, CHAR, INTEGER, FLOAT, CONFLICTED, CONFLICTED, CONFLICTED, CONFLICTED, CONFLICTED, CONFLICTED, REFERENCE, CONFLICTED}, 157 /*ONE*/ {ONE, CONFLICTED, BOOLEAN, ONE, BOOLEAN, BYTE, POS_BYTE, SHORT, POS_SHORT, CHAR, INTEGER, FLOAT, CONFLICTED, CONFLICTED, CONFLICTED, CONFLICTED, CONFLICTED, CONFLICTED, CONFLICTED, CONFLICTED}, 158 /*BOOLEAN*/ {BOOLEAN, CONFLICTED, BOOLEAN, BOOLEAN, BOOLEAN, BYTE, POS_BYTE, SHORT, POS_SHORT, CHAR, INTEGER, FLOAT, CONFLICTED, CONFLICTED, CONFLICTED, CONFLICTED, CONFLICTED, CONFLICTED, CONFLICTED, CONFLICTED}, 159 /*BYTE*/ {BYTE, CONFLICTED, BYTE, BYTE, BYTE, BYTE, BYTE, SHORT, SHORT, INTEGER, INTEGER, FLOAT, CONFLICTED, CONFLICTED, CONFLICTED, CONFLICTED, CONFLICTED, CONFLICTED, CONFLICTED, CONFLICTED}, 160 /*POS_BYTE*/ {POS_BYTE, CONFLICTED, POS_BYTE, POS_BYTE, POS_BYTE, BYTE, POS_BYTE, SHORT, POS_SHORT, CHAR, INTEGER, FLOAT, CONFLICTED, CONFLICTED, CONFLICTED, CONFLICT (…) [all...] |
/frameworks/av/media/img_utils/include/img_utils/ |
TiffHelpers.h | 70 SHORT, 109 case SHORT:
|
/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
|