/libcore/luni/src/main/java/libcore/icu/ |
LocaleData.java | 146 case DateFormat.SHORT: 160 case DateFormat.SHORT:
|
/libcore/luni/src/test/java/libcore/io/ |
MemoryTest.java | 108 short[] values = { 0x0001, 0x0020, 0x0300, 0x4000 }; 109 short[] swappedValues = { 0x0100, 0x2000, 0x0003, 0x0040 }; 111 int scale = SizeOf.SHORT; 139 private void assertShortsEqual(short[] expectedValues, int ptr, boolean swap) { 141 assertEquals(expectedValues[i], Memory.peekShort(ptr + SizeOf.SHORT * i, swap));
|
/dalvik/dexgen/src/com/android/dexgen/rop/type/ |
Type.java | 62 /** basic type constant for {@code short} */ 95 /** {@code non-null;} instance representing {@code short} */ 96 public static final Type SHORT = new Type("S", BT_SHORT); 119 putIntern(SHORT); 130 CLASS_TYPE_MAP.put(short.class, SHORT); 215 * {@code non-null;} instance representing {@code java.lang.Short}; the 219 public static final Type SHORT_CLASS = intern("Ljava/lang/Short;"); 252 /** {@code non-null;} instance representing {@code short[]} */ 253 public static final Type SHORT_ARRAY = SHORT.getArrayType() [all...] |
/external/aac/libSBRdec/include/ |
sbrdecoder.h | 231 * \param winSequence Window sequence from core coder (eight short or one long window). 241 SHORT drcInterpolationScheme,
|
/external/chromium_org/chrome/browser/ui/autofill/ |
mock_autofill_dialog_view_delegate.cc | 40 { DetailInput::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 */
|
/external/aac/libAACdec/src/ |
aacdec_pns.cpp | 222 SHORT *pScaleFactor, 335 const SHORT *pSpecScale, 336 const SHORT *pScaleFactor, 342 const short *BandOffsets = GetScaleFactorBandOffsets(pIcsInfo, pSamplingRateInfo);
|
/external/aac/libFDK/include/ |
fixpoint_math.h | 414 sum = (LONG)(SHORT)a + (LONG)(SHORT)b; 416 return (FIXP_SGL)(SHORT)sum;
|
/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/elfutils/backends/ |
linux-core-note.c | 34 #define SHORT uint16_t 68 FIELD (SHORT, pr_cursig); 120 FIELD (signal, SHORT, cursig, 'd'),
|
/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/chromium_org/third_party/icu/source/test/intltest/ |
dtfmtrtts.cpp | 196 case DateFormat::SHORT: return "SHORT"; 236 for(style = DateFormat::FULL; style <= DateFormat::SHORT; ++style) { 249 for(style = DateFormat::FULL; style <= DateFormat::SHORT; ++style) { 262 for(int32_t dstyle = DateFormat::FULL; dstyle <= DateFormat::SHORT; ++dstyle) { 263 for(int32_t tstyle = DateFormat::FULL; tstyle <= DateFormat::SHORT; ++tstyle) {
|
tztest.cpp | 539 * Certain short zone IDs, used since 1.1.x, are incorrect. 788 errln(UnicodeString("FAIL: Could not find short ID zone ") + zone1); [all...] |
/external/icu4c/test/intltest/ |
dtfmtrtts.cpp | 196 case DateFormat::SHORT: return "SHORT"; 236 for(style = DateFormat::FULL; style <= DateFormat::SHORT; ++style) { 249 for(style = DateFormat::FULL; style <= DateFormat::SHORT; ++style) { 262 for(int32_t dstyle = DateFormat::FULL; dstyle <= DateFormat::SHORT; ++dstyle) { 263 for(int32_t tstyle = DateFormat::FULL; tstyle <= DateFormat::SHORT; ++tstyle) {
|
tztest.cpp | 784 * Certain short zone IDs, used since 1.1.x, are incorrect. [all...] |
/libcore/luni/src/main/java/java/util/ |
Calendar.java | 673 * Requests both {@code SHORT} and {@code LONG} styles in the map returned by 680 * Requests short names (such as "Jan") from 684 public static final int SHORT = 1; [all...] |
/external/aac/libAACenc/src/ |
bit_cnt.cpp | 109 static void FDKaacEnc_count1_2_3_4_5_6_7_8_9_10_11(const SHORT *RESTRICT values, 185 static void FDKaacEnc_count3_4_5_6_7_8_9_10_11(const SHORT *RESTRICT values, 256 static void FDKaacEnc_count5_6_7_8_9_10_11(const SHORT *RESTRICT values, 311 static void FDKaacEnc_count7_8_9_10_11(const SHORT *RESTRICT values, 361 static void FDKaacEnc_count9_10_11(const SHORT *RESTRICT values, 408 static void FDKaacEnc_count11(const SHORT *RESTRICT values, 449 static void FDKaacEnc_countEsc(const SHORT *RESTRICT values, 491 typedef void (*COUNT_FUNCTION)(const SHORT *RESTRICT values, 519 INT FDKaacEnc_bitCount(const SHORT *values, 545 INT FDKaacEnc_countValues(SHORT *RESTRICT values, INT width, INT codeBook [all...] |
sf_estim.cpp | 359 SHORT *quantSpec, 360 SHORT *quantSpecTmp, 455 SHORT *quantSpec, 456 SHORT *quantSpecTmp, 630 SHORT *quantSpec, 631 SHORT *quantSpecTmp, 769 SHORT *quantSpec, 770 SHORT *quantSpecTmp, [all...] |
/libcore/luni/src/test/java/libcore/java/text/ |
OldDateFormatTest.java | 90 DateFormat.SHORT, DateFormat.SHORT, Locale.US); 108 DateFormat.SHORT, DateFormat.SHORT, Locale.US); 207 DateFormat format = DateFormat.getDateTimeInstance(DateFormat.SHORT, DateFormat.SHORT, Locale.US); 325 format = DateFormat.getDateTimeInstance(DateFormat.DEFAULT, DateFormat.SHORT, Locale.US);
|
/libcore/luni/src/main/java/java/nio/ |
DirectByteBuffer.java | 143 final void get(short[] dst, int dstOffset, int shortCount) { 144 int byteCount = checkGetBounds(SizeOf.SHORT, dst.length, dstOffset, shortCount); 236 @Override public final short getShort() { 237 int newPosition = position + SizeOf.SHORT; 241 short result = this.block.peekShort(offset + position, order); 246 @Override public final short getShort(int index) { 247 checkIndex(index, SizeOf.SHORT); 343 final void put(short[] src, int srcOffset, int shortCount) { 344 int byteCount = checkPutBounds(SizeOf.SHORT, src.length, srcOffset, shortCount); 357 this.block.pokeShort(offset + position, (short) value, order) [all...] |
/dalvik/dx/src/com/android/dx/rop/type/ |
Type.java | 60 /** basic type constant for {@code short} */ 93 /** {@code non-null;} instance representing {@code short} */ 94 public static final Type SHORT = new Type("S", BT_SHORT); 117 putIntern(SHORT); 199 * {@code non-null;} instance representing {@code java.lang.Short}; the 203 public static final Type SHORT_CLASS = intern("Ljava/lang/Short;"); 236 /** {@code non-null;} instance representing {@code short[]} */ 237 public static final Type SHORT_ARRAY = SHORT.getArrayType(); 508 case BT_SHORT: return "short";
|
/external/dexmaker/src/dx/java/com/android/dx/rop/type/ |
Type.java | 61 /** basic type constant for {@code short} */ 94 /** {@code non-null;} instance representing {@code short} */ 95 public static final Type SHORT = new Type("S", BT_SHORT); 118 putIntern(SHORT); 200 * {@code non-null;} instance representing {@code java.lang.Short}; the 204 public static final Type SHORT_CLASS = intern("Ljava/lang/Short;"); 237 /** {@code non-null;} instance representing {@code short[]} */ 238 public static final Type SHORT_ARRAY = SHORT.getArrayType(); 509 case BT_SHORT: return "short";
|
/frameworks/base/tools/layoutlib/create/src/com/android/tools/layoutlib/create/ |
StubMethodAdapter.java | 91 case Type.SHORT: 112 case Type.SHORT: 161 case Type.SHORT:
|
/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;
|