Searched refs:Short (Results 76 - 100 of 200) sorted by relevance

12345678

/external/jmonkeyengine/engine/src/networking/com/jme3/network/serializing/
H A DSerializer.java65 private static final Map<Short, SerializerRegistration> idRegistrations = new HashMap<Short, SerializerRegistration>();
112 registerClass(Short.class, new ShortSerializer());
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/
H A DValue.java72 this.numberValue = new Short(value);
/external/javassist/src/main/javassist/util/proxy/
H A DFactoryHelper.java78 Boolean.TYPE, Byte.TYPE, Character.TYPE, Short.TYPE, Integer.TYPE,
87 "java.lang.Short", "java.lang.Integer", "java.lang.Long",
H A DRuntimeSupport.java181 else if (type == Short.TYPE)
/external/slf4j/slf4j-ext/src/main/java/org/slf4j/instrumentation/
H A DToStringHelper.java170 } else if (Short.TYPE.equals(componentType)) {
/external/valgrind/VEX/useful/
H A Dshow_fp_state.c14 typedef short Short; typedef
/external/aac/libAACenc/src/
H A Dpsy_main.cpp569 pSfbMaxScaleSpec[ch] = psyData[ch]->sfbMaxScaleSpec.Short[0];
570 pSfbEnergy[ch] = psyData[ch]->sfbEnergy.Short[0];
571 pSfbSpreadEnergy[ch] = psyData[ch]->sfbSpreadEnergy.Short[0];
572 pSfbEnergyLdData[ch] = psyData[ch]->sfbEnergyLdData.Short[0];
573 pSfbEnergyMS[ch] = psyData[ch]->sfbEnergyMS.Short[0];
574 pSfbThreshold[ch] = psyData[ch]->sfbThreshold.Short[0];
822 tnsActive[w] = tnsData[0]->dataRaw.Short.subBlockInfo[w].tnsActive ||
823 ((channels == 2) ? tnsData[1]->dataRaw.Short.subBlockInfo[w].tnsActive : 0);
1053 /* At this point, energies and thresholds are copied/regrouped from the ".Short" to the ".Long" arrays */
1173 /* PNS preprocessing depending on ms processing: PNS not in Short Windo
[all...]
/external/ant-glob/
H A DNOTICE222 and conditions. If none exist, the W3C Software Short Notice should be
/external/google-breakpad/src/testing/test/
H A Dgmock-generated-actions_test.cc67 inline short Short(short n) { return n; } // NOLINT function in namespace:testing::gmock_generated_actions_test
249 InvokeArgument<0>(static_cast<const char*>("Hi"), Short(1));
257 InvokeArgument<0>("Hi", Short(1));
296 EXPECT_EQ(s + 2, a.Perform(make_tuple(CharPtr(s), 0.5, Short(2))));
303 EXPECT_EQ(123, a.Perform(make_tuple(100, 6.5, Char(20), Short(3))));
386 EXPECT_EQ(123, a.Perform(make_tuple(100, Char(20), Short(3))));
401 EXPECT_EQ(s + 2, a.Perform(make_tuple(Short(2), CharPtr(s))));
408 EXPECT_EQ(123, a.Perform(make_tuple(Short(100), Char(20), 5.6, Char(3))));
H A Dgmock-more-actions_test.cc72 inline short Short(short n) { return n; } // NOLINT function in namespace:testing::gmock_more_actions_test
250 EXPECT_EQ(p + 2, a.Perform(make_tuple(p, Short(2))));
256 EXPECT_EQ(6, a.Perform(make_tuple(1, '\2', Short(3))));
358 EXPECT_EQ(4321, a.Perform(make_tuple(4000, Short(300), Char(20), true)));
468 EXPECT_EQ(4444, a.Perform(make_tuple(4000, Short(300), Char(20), true)));
/external/mockito/cglib-and-asm/src/org/mockito/asm/
H A DType.java239 } else if (c == Short.TYPE) {
638 } else if (d == Short.TYPE) {
/external/ppp/pppd/plugins/radius/etc/
H A Ddictionary.microsoft65 VALUE MS-ARAP-PW-Change-Reason Password-Too-Short 4
/external/smali/smali/src/main/java/org/jf/smali/
H A DLiteralTools.java145 short maxValue = (short)(Short.MAX_VALUE / (radix / 2));
165 if (result == Short.MIN_VALUE) {
/external/valgrind/coregrind/m_debuginfo/
H A Dpriv_image.h307 static inline Short ML_(cur_step_Short) ( DiCursor* c ) {
308 return (Short)ML_(cur_step_UShort)( c );
/external/deqp/modules/glshared/
H A DglsVertexArrayTests.cpp232 inline GLValue::Short getRandom (deRandom& rnd, GLValue::Short min, GLValue::Short max)
237 return GLValue::Short::create((min == max ? min : min + (deRandom_getUint32(&rnd) % (max.to<int>() - min.to<int>()))));
326 inline GLValue::Short minValue (void)
328 return GLValue::Short::create(4 * 256);
407 inline GLValue::Short abs (GLValue::Short val)
409 return GLValue::Short::create(0x7FFFu & val.getValue());
1225 rangesHi[(int)Array::INPUTTYPE_SHORT] = GLValue(Short
[all...]
H A DglsDrawTest.cpp424 typedef WrappedType<deInt16> Short; typedef in class:deqp::gls::__anon3758::GLValue
504 explicit GLValue (Short value) : type(DrawTestSpec::INPUTTYPE_SHORT), s(value) {}
525 Short s;
610 rangesHi[(int)DrawTestSpec::INPUTTYPE_SHORT] = GLValue(Short::create(32760));
628 rangesLo[(int)DrawTestSpec::INPUTTYPE_SHORT] = GLValue(Short::create(-32760));
645 template<> struct GLValueTypeTraits<GLValue::Short> { static const DrawTestSpec::InputType Type = DrawTestSpec::INPUTTYPE_SHORT; };
659 template<> GLValue::Short inline extractGLValue<GLValue::Short> (const GLValue& v) { return v.s; };
687 inline GLValue::Short getRandom (deRandom& rnd, GLValue::Short mi
[all...]
H A DglsVertexArrayTests.hpp271 typedef WrappedType<deInt16> Short; typedef in class:deqp::gls::GLValue
351 explicit GLValue (Short value) : type(Array::INPUTTYPE_SHORT), s(value) {}
372 Short s;
/external/jhead/
H A Djpgfile.c36 static int Get16m(const void * Short) argument
38 return (((uchar *)Short)[0] << 8) | ((uchar *)Short)[1];
H A Djhead.h194 int Get16u(void * Short);
/external/doclava/src/com/google/doclava/
H A DFieldInfo.java131 if (val instanceof Boolean || val instanceof Byte || val instanceof Short
367 } else if (val instanceof Short) {
/external/javassist/src/test/test/javassist/convert/
H A DArrayAccessReplaceTest.java217 return ((Short)shortMap.get(new Integer(index))).shortValue();
221 shortMap.put(new Integer(index), new Short(element));
/external/vogar/src/vogar/
H A DOptionParser.java152 handlers.put(Short.class, new ShortHandler());
448 return Short.parseShort(valueText);
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ThreadReference/
H A DForceEarlyReturnTest.java81 return (new Short(value.getShortValue())).toString();
173 * testcase, an Short value is returned.
/external/clang/lib/Serialization/
H A DASTCommon.cpp43 case BuiltinType::Short: ID = PREDEF_TYPE_SHORT_ID; break;
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/builderTemplate/publishingFiles/dropSiteRootFiles/
H A Dindex.php47 // Short cut because we know aDirectory only contains other directories.

Completed in 918 milliseconds

12345678