Searched refs:intValue (Results 1 - 25 of 484) sorted by relevance

1234567891011>>

/external/dexmaker/src/dx/java/com/android/dx/util/
H A DUint.java23 public final int intValue; field in class:Uint
26 this.intValue = value;
30 return Unsigned.compare(intValue, uint.intValue);
/external/icu/icu4c/source/test/cintltst/
H A Dcstrtest.c37 int32_t intValue=0; local
82 intValue=T_CString_stringToInteger("34556", 10);
83 if(intValue != 34556){
84 log_err("FAIL: ****T_CString_stringToInteger(\"34556\", 10) failed. Expected: 34556, Got: %d\n", intValue);
86 intValue=T_CString_stringToInteger("100", 16);
87 if(intValue != 256){
88 log_err("FAIL: ****T_CString_stringToInteger(\"100\", 16) failed. Expected: 256, Got: %d\n", intValue);
111 if((intValue=uprv_stricmp(NULL, "first string is null") )!= -1){
112 log_err("FAIL: uprv_stricmp() where the first string is null failed. Expected: -1, returned %d\n", intValue);
114 if((intValue
[all...]
/external/deqp/framework/common/
H A DtcuEither.cpp89 const int intValue = 1503457782; local
90 const Either<int, float> either (intValue);
98 TCU_CHECK(either.getFirst() == intValue);
99 TCU_CHECK(either.get<int>() == intValue);
119 const int intValue = 1942092699; local
123 either = intValue;
131 TCU_CHECK(either.getFirst() == intValue);
132 TCU_CHECK(either.get<int>() == intValue);
137 const int intValue = 1942092699; local
139 Either<int, float> either (intValue);
155 const int intValue = 1942092699; local
174 const int intValue = 1942092699; local
223 const int intValue = 1942092699; local
241 const int intValue = 1942092699; local
259 const int intValue = 1942092699; local
278 const int intValue = 1942092699; local
[all...]
/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/spec/
H A DDSAParameterSpecTest.java65 assertEquals(3, dps.getG().intValue());
77 assertEquals(1, dps.getP().intValue());
89 assertEquals(2, dps.getQ().intValue());
H A DRSAKeyGenParameterSpecTest.java72 assertEquals(0, rkgps.getPublicExponent().intValue());
80 assertEquals(3, RSAKeyGenParameterSpec.F0.intValue());
88 assertEquals(65537, RSAKeyGenParameterSpec.F4.intValue());
H A DDSAPrivateKeySpecTest.java67 assertEquals(4, dpks.getG().intValue());
80 assertEquals(2, dpks.getP().intValue());
93 assertEquals(3, dpks.getQ().intValue());
106 assertEquals(1, dpks.getX().intValue());
H A DDSAPublicKeySpecTest.java67 assertEquals(4, dpks.getG().intValue());
80 assertEquals(2, dpks.getP().intValue());
93 assertEquals(3, dpks.getQ().intValue());
106 assertEquals(1, dpks.getY().intValue());
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/codegen/
H A DPerl5Target.java83 final int intValue;
85 intValue = v;
87 intValue = -(0x10000 - v);
90 return String.valueOf(intValue);
/external/deqp/framework/randomshaders/
H A DrsgToken.cpp64 m_arg.intValue = other.m_arg.intValue;
86 else if (m_type == INT_LITERAL && m_arg.intValue != other.m_arg.intValue)
/external/icu/icu4c/source/samples/udata/
H A Dwriter.c64 uint16_t intValue=2000; local
89 printf("Writing uint16_t value of %d\n", intValue);
90 udata_write16(pData, intValue);
100 size=sizeof(stringValue) + sizeof(intValue);
/external/javassist/sample/vector/
H A DSample2.java10 int i = ((Integer)args[0]).intValue();
/external/javassist/src/main/javassist/compiler/
H A DKeywordTable.java26 return ((Integer)found).intValue();
/external/skia/experimental/PdfViewer/pdfparser/native/pdfapi/
H A DSkPdfDctdecodeFilterDictionary_autogen.cpp14 if ((ret != NULL && ret->isInteger()) || (doc == NULL && ret != NULL && ret->isReference())) return ret->intValue();
H A DSkPdfEncryptedEmbeddedFileStreamDictionary_autogen.cpp14 if ((ret != NULL && ret->isInteger()) || (doc == NULL && ret != NULL && ret->isReference())) return ret->intValue();
H A DSkPdfFDFFileAnnotationDictionary_autogen.cpp14 if ((ret != NULL && ret->isInteger()) || (doc == NULL && ret != NULL && ret->isReference())) return ret->intValue();
H A DSkPdfTextFieldDictionary_autogen.cpp14 if ((ret != NULL && ret->isInteger()) || (doc == NULL && ret != NULL && ret->isReference())) return ret->intValue();
H A DSkPdfLzwdecodeAndFlatedecodeFiltersDictionary_autogen.cpp14 if ((ret != NULL && ret->isInteger()) || (doc == NULL && ret != NULL && ret->isReference())) return ret->intValue();
26 if ((ret != NULL && ret->isInteger()) || (doc == NULL && ret != NULL && ret->isReference())) return ret->intValue();
38 if ((ret != NULL && ret->isInteger()) || (doc == NULL && ret != NULL && ret->isReference())) return ret->intValue();
50 if ((ret != NULL && ret->isInteger()) || (doc == NULL && ret != NULL && ret->isReference())) return ret->intValue();
62 if ((ret != NULL && ret->isInteger()) || (doc == NULL && ret != NULL && ret->isReference())) return ret->intValue();
H A DSkPdfStructureElementAccessDictionary_autogen.cpp14 if ((ret != NULL && ret->isInteger()) || (doc == NULL && ret != NULL && ret->isReference())) return ret->intValue();
26 if ((ret != NULL && ret->isInteger()) || (doc == NULL && ret != NULL && ret->isReference())) return ret->intValue();
H A DSkPdfTableAttributesDictionary_autogen.cpp14 if ((ret != NULL && ret->isInteger()) || (doc == NULL && ret != NULL && ret->isReference())) return ret->intValue();
26 if ((ret != NULL && ret->isInteger()) || (doc == NULL && ret != NULL && ret->isReference())) return ret->intValue();
/external/androidplot/Examples/DemoApp/src/com/androidplot/demos/
H A DListViewActivity.java89 Color.rgb(new Double(rl * 255).intValue(), new Double(gl * 255).intValue(), new Double(bl * 255).intValue()),
90 Color.rgb(new Double(rp * 255).intValue(), new Double(gp * 255).intValue(), new Double(bp * 255).intValue()),
/external/deqp/framework/qphelper/
H A DqpXmlWriter.h48 int intValue; member in struct:qpXmlAttribute_s
58 attrib.intValue = -678;
69 attrib.intValue = value;
80 attrib.intValue = -679;
/external/guava/guava-tests/test/com/google/common/primitives/
H A DUnsignedIntegerTest.java64 .intValue());
151 int expected = aUnsigned.bigIntegerValue().add(bUnsigned.bigIntegerValue()).intValue();
153 assertEquals(expected, unsignedSum.intValue());
164 force32(aUnsigned.bigIntegerValue().subtract(bUnsigned.bigIntegerValue()).intValue());
166 assertEquals(expected, unsignedSub.intValue());
178 force32(aUnsigned.bigIntegerValue().multiply(bUnsigned.bigIntegerValue()).intValue());
180 assertEquals(aUnsigned + " * " + bUnsigned, expected, unsignedMul.intValue());
192 aUnsigned.bigIntegerValue().divide(bUnsigned.bigIntegerValue()).intValue();
194 assertEquals(expected, unsignedDiv.intValue());
217 aUnsigned.bigIntegerValue().mod(bUnsigned.bigIntegerValue()).intValue();
[all...]
/external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/materials/
H A DMaterialContext.java65 int mode = ((Number) structure.getFieldValue("mode")).intValue();
70 int diff_shader = ((Number) structure.getFieldValue("diff_shader")).intValue();
86 int spec_shader = ((Number) structure.getFieldValue("spec_shader")).intValue();
104 int separatedTextures = ((Number) structure.getFieldValue("septex")).intValue();
113 uvCoordinatesType = ((Number) mtex.getFieldValue("texco")).intValue();
114 projectionType = ((Number) mtex.getFieldValue("mapping")).intValue();
115 } else if (uvCoordinatesType != ((Number) mtex.getFieldValue("texco")).intValue()) {
123 int type = ((Number) tex.getFieldValue("type")).intValue();
151 int texflag = ((Number) mtexAndTex[0].getFieldValue("texflag")).intValue();
154 int blendType = ((Number) mtexAndTex[0].getFieldValue("blendtype")).intValue();
[all...]
/external/apache-harmony/logging/src/test/java/org/apache/harmony/logging/tests/java/util/logging/
H A DLevelTest.java39 * values. As byproducts, getName & intValue are also tested.
44 assertEquals(1, l.intValue());
50 * As byproducts, getName & intValue are also tested.
63 * As byproducts, getName & intValue are also tested.
68 assertEquals(-3, l.intValue());
74 * values. As byproducts, getName & intValue are also tested.
79 assertEquals(1, l.intValue());
85 * As byproducts, getName & intValue are also tested.
99 * As byproducts, getName & intValue are also tested.
104 assertEquals(-1000, l.intValue());
[all...]
/external/apache-commons-math/src/main/java/org/apache/commons/math/fraction/
H A DProperFractionFormat.java170 if (num.intValue() < 0) {
183 return new Fraction(num.intValue(), 1);
209 if (den.intValue() < 0) {
215 int w = whole.intValue();
216 int n = num.intValue();
217 int d = den.intValue();

Completed in 596 milliseconds

1234567891011>>