Searched refs:Short (Results 1 - 25 of 156) sorted by relevance

1234567

/external/guava/guava-tests/test/com/google/common/primitives/
H A DShortArrayAsListTest.java44 private static List<Short> asList(Short[] values) {
53 List<ListTestSuiteBuilder<Short>> builders =
69 for (ListTestSuiteBuilder<Short> builder : builders) {
85 @Override protected List<Short> create(Short[] elements) {
91 @Override protected List<Short> create(Short[] elements) {
92 Short[] suffix = {Short
[all...]
H A DShortsTest.java47 private static final short LEAST = Short.MIN_VALUE;
48 private static final short GREATEST = Short.MAX_VALUE;
55 assertEquals(((Short) value).hashCode(), Shorts.hashCode(value));
93 int expected = Short.valueOf(x).compareTo(y);
327 List<Short> none = Arrays.<Short>asList();
330 List<Short> one = Arrays.asList((short) 1);
335 List<Short> three = Arrays.asList((short) 0, (short) 1, (short) 3);
344 List<Short> list = Shorts.asList(VALUES).subList(0, i);
345 Collection<Short> misleadingSiz
[all...]
/external/clang/test/CodeGen/
H A Dx86_32-fpcc-struct-return.c13 typedef struct { short s; } Short; typedef in typeref:struct:__anon18760
30 Short returnShort(Short x) { return x; }
/external/aac/libAACenc/src/
H A Dpsy_data.h105 FIXP_DBL Short[TRANS_FAC][MAX_SFB_SHORT]; variable
110 FIXP_DBL Short[TRANS_FAC][MAX_SFB_SHORT]; variable
115 FIXP_DBL Short[TRANS_FAC][MAX_SFB_SHORT]; variable
120 INT Short[TRANS_FAC][MAX_SFB_SHORT]; variable
H A Dgrp_data.cpp87 contents/description: Short block grouping
181 FIXP_DBL thresh = sfbThreshold->Short[wnd][sfb];
184 thresh = nrgAddSaturate(thresh, sfbThreshold->Short[wnd+j][sfb]);
199 FIXP_DBL energy = sfbEnergy->Short[wnd][sfb];
202 energy = nrgAddSaturate(energy, sfbEnergy->Short[wnd+j][sfb]);
217 FIXP_DBL energy = sfbEnergyMS->Short[wnd][sfb];
220 energy = nrgAddSaturate(energy, sfbEnergyMS->Short[wnd+j][sfb]);
235 FIXP_DBL energy = sfbSpreadEnergy->Short[wnd][sfb];
238 energy = nrgAddSaturate(energy, sfbSpreadEnergy->Short[wnd+j][sfb]);
/external/guava/guava/src/com/google/common/primitives/
H A DShorts.java38 * already found in either {@link Short} or {@link Arrays}.
51 public static final int BYTES = Short.SIZE / Byte.SIZE;
58 public static final short MAX_POWER_OF_TWO = 1 << (Short.SIZE - 2);
62 * {@code ((Short) value).hashCode()}.
78 * Short#MAX_VALUE} or less than {@link Short#MIN_VALUE}
91 * {@code short} type, {@link Short#MAX_VALUE} if it is too large,
92 * or {@link Short#MIN_VALUE} if it is too small
95 if (value > Short.MAX_VALUE) {
96 return Short
[all...]
/external/guava/guava-gwt/src-super/com/google/common/primitives/super/com/google/common/primitives/
H A DShorts.java36 * already found in either {@link Short} or {@link Arrays}.
49 public static final int BYTES = Short.SIZE / Byte.SIZE;
56 public static final short MAX_POWER_OF_TWO = 1 << (Short.SIZE - 2);
60 * {@code ((Short) value).hashCode()}.
76 * Short#MAX_VALUE} or less than {@link Short#MIN_VALUE}
89 * {@code short} type, {@link Short#MAX_VALUE} if it is too large,
90 * or {@link Short#MIN_VALUE} if it is too small
93 if (value > Short.MAX_VALUE) {
94 return Short
[all...]
/external/javassist/src/main/javassist/bytecode/annotation/
H A DShortMemberValue.java24 * Short integer constant value.
62 return new Short(getValue());
87 return Short.toString(getValue());
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/builder/
H A DBuilderOffsetInstruction.java52 (this.getCodeUnits() == 2 && (codeOffset < Short.MIN_VALUE || codeOffset > Short.MAX_VALUE))) {
/external/chromium_org/remoting/host/setup/
H A Dpin_validator_unittest.cc15 TEST(IsPinValidTest, Short) {
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/editor/
H A DShortObjectPropertyEditor.java21 * The {@link PropertyEditor} for {@link Short}.
48 if (value instanceof Short) {
78 Short value;
80 value = Short.valueOf(text);
H A DShortPropertyEditor.java45 if (value instanceof Short) {
69 Short value;
71 value = Short.valueOf(text);
/external/smali/smali/src/test/java/
H A DShortLiteralTest.java44 Assert.assertTrue(LiteralTools.parseShort("0x8000") == Short.MIN_VALUE);
50 Assert.assertTrue(LiteralTools.parseShort("-0x8000") == Short.MIN_VALUE);
77 Assert.assertTrue(LiteralTools.parseShort("32768") == Short.MIN_VALUE);
85 Assert.assertTrue(LiteralTools.parseShort("-32768") == Short.MIN_VALUE);
114 Assert.assertTrue(LiteralTools.parseShort("077777") == Short.MAX_VALUE);
115 Assert.assertTrue(LiteralTools.parseShort("0100000") == Short.MIN_VALUE);
123 Assert.assertTrue(LiteralTools.parseShort("-0100000") == Short.MIN_VALUE);
/external/mockito/src/org/mockito/internal/util/
H A DPrimitives.java61 primitiveTypes.put(Short.class, Short.TYPE);
72 primitiveOrWrapperDefaultValues.put(Short.class, (short) 0);
/external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/
H A DSampleAuxiliaryInformationSizesBox.java34 private List<Short> sampleInfoSizes = new LinkedList<Short>();
120 public List<Short> getSampleInfoSizes() {
124 public void setSampleInfoSizes(List<Short> sampleInfoSizes) {
/external/chromium_org/third_party/skia/src/gpu/gl/
H A DGrGLNameAllocator.cpp225 template<ChildRange Tall, ChildRange Short>
229 SkASSERT(2 == (this->*Tall)->height() - (this->*Short)->height());
234 if ((tallChild->*Tall)->height() < (tallChild->*Short)->height()) {
235 (this->*Tall).reset(tallChild->rotate<Short, Tall>());
239 return this->rotate<Tall, Short>();
246 template<ChildRange Tall, ChildRange Short>
250 (this->*Tall).reset((newRoot->*Short).detach());
253 (newRoot->*Short).reset(this->takeRef());
/external/skia/src/gpu/gl/
H A DGrGLNameAllocator.cpp225 template<ChildRange Tall, ChildRange Short>
229 SkASSERT(2 == (this->*Tall)->height() - (this->*Short)->height());
234 if ((tallChild->*Tall)->height() < (tallChild->*Short)->height()) {
235 (this->*Tall).reset(tallChild->rotate<Short, Tall>());
239 return this->rotate<Tall, Short>();
246 template<ChildRange Tall, ChildRange Short>
250 (this->*Tall).reset((newRoot->*Short).detach());
253 (newRoot->*Short).reset(this->takeRef());
/external/valgrind/main/memcheck/tests/amd64/
H A Dbt_everything.c12 typedef signed short Short; typedef
128 : "r" ((Short)bitno));
142 : "r" ((Short)bitno));
153 : "r" ((Short)bitno));
164 : "r" ((Short)bitno)
334 : "r" ((Short)bitno), "r" (reg_in)
352 : "r" ((Short)bitno), "r" (reg_in)
370 : "r" ((Short)bitno), "r" (reg_in)
388 : "r" ((Short)bitno), "r" (reg_in)
/external/valgrind/main/VEX/pub/
H A Dlibvex_basictypes.h52 typedef signed short Short; typedef
116 static inline Short toShort ( Int x ) {
118 return (Short)x;
/external/dexmaker/src/main/java/com/google/dexmaker/
H A DConstants.java60 } else if (value instanceof Short) {
61 return CstShort.make((Short) value);
/external/easymock/src/org/easymock/internal/
H A DMethodSerializationWrapper.java33 primitiveTypes.put(Short.TYPE.getName(), Short.TYPE);
/external/apache-harmony/support/src/test/java/tests/util/
H A DCallVerificationStack.java269 Short value = (Short) wrapper.getValue();
334 this.value = new Short(val);
/external/chromium_org/third_party/freetype/src/raster/
H A Dftraster.c310 typedef short Short; typedef
383 Short y_min; /* band's minimum */
384 Short y_max; /* band's maximum */
430 Function_Sweep_Init( RAS_ARGS Short* min,
431 Short* max );
434 Function_Sweep_Span( RAS_ARGS Short y,
513 Short traceIncr; /* sweep's increment in target bitmap */
515 Short gray_min_x; /* current min x during gray rendering */
516 Short gray_max_x; /* current max x during gray rendering */
549 Short gray_widt
[all...]
/external/freetype/src/raster/
H A Dftraster.c310 typedef short Short; typedef
383 Short y_min; /* band's minimum */
384 Short y_max; /* band's maximum */
430 Function_Sweep_Init( RAS_ARGS Short* min,
431 Short* max );
434 Function_Sweep_Span( RAS_ARGS Short y,
515 Short traceIncr; /* sweep's increment in target bitmap */
517 Short gray_min_x; /* current min x during gray rendering */
518 Short gray_max_x; /* current max x during gray rendering */
551 Short gray_widt
[all...]
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/raster/
H A Dftraster.c310 typedef short Short; typedef
383 Short y_min; /* band's minimum */
384 Short y_max; /* band's maximum */
430 Function_Sweep_Init( RAS_ARGS Short* min,
431 Short* max );
434 Function_Sweep_Span( RAS_ARGS Short y,
515 Short traceIncr; /* sweep's increment in target bitmap */
517 Short gray_min_x; /* current min x during gray rendering */
518 Short gray_max_x; /* current max x during gray rendering */
551 Short gray_widt
[all...]

Completed in 662 milliseconds

1234567