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

1 2 3 4 5 6 7 8 91011>>

  /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;
  /libcore/ojluni/src/main/java/java/time/format/
FormatStyle.java 94 * Short text style, typically numeric.
97 SHORT;
TextStyle.java 69 * Text styles define three sizes for the formatted text - 'full', 'short' and 'narrow'.
73 * For example, in English the 'full' month is 'January', the 'short' month is 'Jan'
101 * Short text, typically an abbreviation.
104 SHORT(Calendar.SHORT_FORMAT, 1),
106 * Short text for stand-alone use, typically an abbreviation.
166 * value, 0 for long names and 1 for short names (abbreviations). Note that these values
168 * java.util.TimeZone#SHORT} values.
  /external/icu/icu4c/source/i18n/unicode/
timezone.h 579 * Selector for short display name
582 SHORT = 1,
589 * Selector for short generic display name
599 * Selector for short display name derived
611 * Selector for short display name derived
    [all...]
  /external/dagger2/compiler/src/main/java/dagger/internal/codegen/writer/
PrimitiveName.java 25 BOOLEAN, BYTE, SHORT, INT, LONG, CHAR, FLOAT, DOUBLE;
48 case SHORT:
49 return SHORT;
72 if (short.class.equals(primitiveClass)) {
73 return SHORT;
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/
ValueType.java 36 public static final int SHORT = 0x02;
  /frameworks/data-binding/compiler/src/main/java/android/databinding/tool/reflection/
TypeUtil.java 33 public static final String SHORT = "S";
  /libcore/benchmarks/src/benchmarks/regression/
StringBenchmark.java 24 SHORT("short"),
  /external/robolectric/v1/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/dexmaker/src/main/java/com/android/dx/
TypeId.java 56 /** The {@code short} primitive type. */
57 public static final TypeId<Short> SHORT = new TypeId<>(com.android.dx.rop.type.Type.SHORT);
77 PRIMITIVE_TO_TYPE.put(short.class, SHORT);
  /external/elfutils/backends/
linux-core-note.c 40 #define SHORT uint16_t
90 FIELD (SHORT, pr_cursig);
149 FIELD (signal, SHORT, cursig, 'd'),
  /external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base/src/com/ibm/icu/util/
TimeZone.java 148 * a short name, such as "PST."
152 public static final int SHORT = 0;
157 * @see #SHORT
164 // * a short generic name, such as "PT."
182 // * a short name derived from the timezone's offset, such as "-0800."
200 // * a short name derived from the timezone's short standard or daylight
406 * <code>SHORT</code>, <code>LONG</code>, <code>SHORT_GENERIC</code>,
424 * <code>SHORT</code>, <code>LONG</code>, <code>SHORT_GENERIC</code>,
445 * <code>SHORT</code>, <code>LONG</code>, <code>SHORT_GENERIC</code>
    [all...]
  /art/tools/dexfuzz/src/dexfuzz/program/mutators/
ValuePrinter.java 198 SHORT("(S)V"),
233 return OutputType.SHORT;
  /bionic/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 62 /** {@code non-null;} instance corresponding to the class {@code Short} */
63 public static final CstType SHORT = new CstType(Type.SHORT_CLASS);
89 /** {@code non-null;} instance corresponding to the type {@code short[]} */
110 internInitial(SHORT);
157 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/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:
  /device/linaro/bootloader/edk2/StdLib/LibC/Stdio/
vfscanf.c 86 #define SHORT 0x0004 /* h: short */
179 static const short basefix[17] =
255 if (flags & SHORT) {
256 flags &= ~SHORT;
259 flags |= SHORT;
341 else if (flags & SHORT)
342 *va_arg(ap, short *) = (short)nread;
802 short hw;
    [all...]
vfwscanf.c 86 #define SHORT 0x04 /* h: short */
165 static short basefix[17] =
236 if (flags & SHORT) {
237 flags &= ~SHORT;
240 flags |= SHORT;
335 else if (flags & SHORT)
336 *va_arg(ap, short *) = (short)nread;
692 else if (flags & SHORT) {
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/text/
CompactDecimalFormat.java 42 * For numbers under 1000 trillion (under 10^15, such as 123,456,789,012,345), the result will be short for supported
44 * characters. In such cases, the visual width in fonts should still be short.
50 * The "short" style is also capable of formatting currency amounts, such as "$1.2M" instead of "$1,200,000.00" (English) or
85 * Short version, like "1.2T"
87 SHORT,
89 * Longer version, like "1.2 trillion", if available. May return same result as SHORT if not.
149 * Create a short number "from scratch". Intended for internal use. The prefix, suffix, and divisor arrays are
204 if (style == CompactStyle.SHORT) {
518 * we just return data for CompactStyle.SHORT.
526 case SHORT
    [all...]

Completed in 639 milliseconds

1 2 3 4 5 6 7 8 91011>>