HomeSort by relevance Sort by last modified time
    Searched refs:SHORT (Results 76 - 100 of 401) sorted by null

1 2 34 5 6 7 8 91011>>

  /libcore/luni/src/main/java/java/nio/charset/
ModifiedUtf8.java 71 * exception if the string is too long for its length to be represented by a short.
120 byte[] result = new byte[SizeOf.SHORT + utfCount];
121 Memory.pokeShort(result, 0, (short) utfCount, ByteOrder.BIG_ENDIAN);
122 ModifiedUtf8.encode(result, SizeOf.SHORT, s);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
ntddvdeo.h 351 SHORT Column;
352 SHORT Row;
358 SHORT Column;
359 SHORT Row;
368 SHORT Column;
369 SHORT Row;
389 SHORT Column;
390 SHORT Row;
oleauto.h 121 WINOLEAUTAPI VarUI1FromI2(SHORT sIn,BYTE *pbOut);
136 WINOLEAUTAPI VarI2FromUI1(BYTE bIn,SHORT *psOut);
137 WINOLEAUTAPI VarI2FromI4(LONG lIn,SHORT *psOut);
138 WINOLEAUTAPI VarI2FromI8(LONG64 i64In,SHORT *psOut);
139 WINOLEAUTAPI VarI2FromR4(FLOAT fltIn,SHORT *psOut);
140 WINOLEAUTAPI VarI2FromR8(DOUBLE dblIn,SHORT *psOut);
141 WINOLEAUTAPI VarI2FromCy(CY cyIn,SHORT *psOut);
142 WINOLEAUTAPI VarI2FromDate(DATE dateIn,SHORT *psOut);
143 WINOLEAUTAPI VarI2FromStr(OLECHAR *strIn,LCID lcid,ULONG dwFlags,SHORT *psOut);
144 WINOLEAUTAPI VarI2FromDisp(IDispatch *pdispIn,LCID lcid,SHORT *psOut)
    [all...]
richedit.h 402 SHORT sSpacing;
406 SHORT sStyle;
415 SHORT sSpacing;
419 SHORT sStyle;
438 SHORT sSpacing;
442 SHORT sStyle;
461 SHORT sSpacing;
465 SHORT sStyle;
684 SHORT cTabCount;
693 SHORT sStyle
    [all...]
vds.h 754 SHORT sNumberOfPorts;
926 SHORT sInternalBusNumber;
927 SHORT sSlotNumber;
1011 SHORT sRebuildPriority;
    [all...]
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
CalendarTest.java 804 assertEquals(cal.getDisplayName(field, Calendar.SHORT,
810 assertEquals(cal.getDisplayName(field, Calendar.SHORT,
818 assertEquals(cal.getDisplayName(field, Calendar.SHORT,
824 assertEquals(cal.getDisplayName(field, Calendar.SHORT,
834 assertEquals(cal.getDisplayName(field, Calendar.SHORT,
845 assertEquals(cal.getDisplayName(field, Calendar.SHORT,
854 .getDisplayName(field, Calendar.SHORT, locale));
863 cal.getDisplayName(-1, Calendar.SHORT, Locale.US);
887 cal.getDisplayName(Calendar.MONTH, Calendar.SHORT, null);
893 cal.getDisplayName(-1, Calendar.SHORT, null)
    [all...]
  /external/aac/libAACenc/src/
dyn_bits.h 152 const SHORT* const quantSpectrum,
pnsparam.cpp 95 SHORT startFreq;
99 SHORT tnsGainThreshold; /* scaled by TNS_PREDGAIN_SCALE (=1000) */
100 SHORT tnsPNSGainThreshold; /* scaled by TNS_PREDGAIN_SCALE (=1000) */
102 SHORT minSfbWidth;
dyn_bits.cpp 102 const SHORT* const sideInfoTab,
120 const SHORT* const quantSpectrum,
221 const SHORT* const sideInfoTab,
285 const SHORT* const sideInfoTab,
326 const SHORT* const sideInfoTab,
393 const SHORT* const quantSpectrum,
403 const SHORT *sideInfoTab = NULL;
728 const SHORT* const quantSpectrum,
  /external/aac/libFDK/include/
mdct.h 232 const SHORT scalefactor[],
  /external/javassist/src/main/javassist/compiler/
TokenId.java 53 int SHORT = 334;
  /libcore/luni/src/main/java/libcore/io/
HeapBufferIterator.java 73 public short readShort() {
74 short result = Memory.peekShort(buffer, offset + position, order);
75 position += SizeOf.SHORT;
NioBufferIterator.java 70 public short readShort() {
71 short result = Memory.peekShort(address + position, swap);
72 position += SizeOf.SHORT;
  /prebuilts/misc/common/swig/include/2.0.11/
windows.i 15 %apply unsigned short { unsigned __int16 };
16 %apply const unsigned short& { const unsigned __int16& };
18 %apply short { __int16 };
19 %apply const short& { const __int16& };
57 typedef unsigned short USHORT;
65 typedef unsigned short WORD;
87 typedef signed short INT16, *PINT16;
91 typedef unsigned short UINT16, *PUINT16;
101 typedef unsigned short UHALF_PTR, *PUHALF_PTR;
102 typedef short HALF_PTR, *PHALF_PTR
    [all...]
  /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
412 * one of SHORT, MEDIUM, LONG, FULL, or DEFAULT.
414 * one of SHORT, MEDIUM, LONG, FULL, or DEFAULT.
419 * SHORT, MEDIUM, LONG, FULL, or DEFAULT.
432 * one of SHORT, MEDIUM, LONG, FULL, or DEFAULT
    [all...]
  /external/aac/libAACdec/src/
aacdec_hcr.cpp 110 SHORT numLine,
114 SHORT lengthOfReorderedSpectralData,
175 description: Check if codebook and numSect are within allowed range (short only)
177 static void errDetectorInHcrSideinfoShrt(SCHAR cb, SHORT numLine,UINT* errorWord)
194 SHORT lengthOfReorderedSpectralData,
211 SHORT lengOfReorderedSpectralData;
274 For short block a sorting algorithm is applied to get the SI in the order
286 SHORT *pNumLinesInSec;
288 SHORT numSection;
306 if (!IsLongBlock(&pAacDecoderChannelInfo->icsInfo)) /* short block *
    [all...]
  /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/libSBRdec/src/
env_dec.cpp 315 h_data_right->iEnvelope[i] = ((FIXP_SGL)((SHORT)(FIXP_SGL)(newR_m + ROUNDING) & MASK_M)) +
316 (FIXP_SGL)((SHORT)(FIXP_SGL)(newR_e + NRG_EXP_OFFSET) & MASK_E);
317 h_data_left->iEnvelope[i] = ((FIXP_SGL)((SHORT)(FIXP_SGL)(newL_m + ROUNDING) & MASK_M)) +
318 (FIXP_SGL)((SHORT)(FIXP_SGL)(newL_e + NRG_EXP_OFFSET) & MASK_E);
346 h_data_right->sbrNoiseFloorLevel[i] = ((FIXP_SGL)((SHORT)(FIXP_SGL)(newR_m + ROUNDING) & MASK_M)) +
347 (FIXP_SGL)((SHORT)(FIXP_SGL)(newR_e + NOISE_EXP_OFFSET) & MASK_E);
348 h_data_left->sbrNoiseFloorLevel[i] = ((FIXP_SGL)((SHORT)(FIXP_SGL)(newL_m + ROUNDING) & MASK_M)) +
349 (FIXP_SGL)((SHORT)(FIXP_SGL)(newL_e + NOISE_EXP_OFFSET) & MASK_E);
  /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/lzma/CPP/Common/
MyWindows.h 23 typedef short SHORT;
24 typedef unsigned short USHORT;
27 typedef unsigned short WORD;
28 typedef short VARIANT_BOOL;
143 typedef unsigned short VARTYPE;
160 SHORT iVal;
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/dexbacked/value/
DexBackedEncodedValue.java 57 case ValueType.SHORT:
59 return new ImmutableShortEncodedValue((short)reader.readSizedInt(valueArg + 1));
123 case ValueType.SHORT:
  /libcore/luni/src/main/java/libcore/icu/
LocaleData.java 163 case DateFormat.SHORT:
177 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, long 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...]

Completed in 571 milliseconds

1 2 34 5 6 7 8 91011>>