Searched refs:intValue (Results 1 - 25 of 456) 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/chromium_org/third_party/icu/source/test/cintltst/
H A Dcstrtest.c39 int32_t intValue=0; local
84 intValue=T_CString_stringToInteger("34556", 10);
85 if(intValue != 34556){
86 log_err("FAIL: ****T_CString_stringToInteger(\"34556\", 10) failed. Expected: 34556, Got: %d\n", intValue);
88 intValue=T_CString_stringToInteger("100", 16);
89 if(intValue != 256){
90 log_err("FAIL: ****T_CString_stringToInteger(\"100\", 16) failed. Expected: 256, Got: %d\n", intValue);
113 if((intValue=uprv_stricmp(NULL, "first string is null") )!= -1){
114 log_err("FAIL: uprv_stricmp() where the first string is null failed. Expected: -1, returned %d\n", intValue);
116 if((intValue
[all...]
/external/icu/icu4c/source/test/cintltst/
H A Dcstrtest.c39 int32_t intValue=0; local
84 intValue=T_CString_stringToInteger("34556", 10);
85 if(intValue != 34556){
86 log_err("FAIL: ****T_CString_stringToInteger(\"34556\", 10) failed. Expected: 34556, Got: %d\n", intValue);
88 intValue=T_CString_stringToInteger("100", 16);
89 if(intValue != 256){
90 log_err("FAIL: ****T_CString_stringToInteger(\"100\", 16) failed. Expected: 256, Got: %d\n", intValue);
113 if((intValue=uprv_stricmp(NULL, "first string is null") )!= -1){
114 log_err("FAIL: uprv_stricmp() where the first string is null failed. Expected: -1, returned %d\n", intValue);
116 if((intValue
[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/smack/src/com/kenai/jbosh/
H A DAbstractIntegerAttr.java93 public int intValue() { method in class:AbstractIntegerAttr
94 return getValue().intValue();
H A DAttrMaxPause.java62 intValue(), TimeUnit.SECONDS);
/external/chromium_org/third_party/WebKit/Source/core/css/
H A DCSSValuePool.cpp101 int intValue = static_cast<int>(value); local
102 if (value != intValue)
107 if (!m_pixelValueCache[intValue])
108 m_pixelValueCache[intValue] = CSSPrimitiveValue::create(value, type);
109 return m_pixelValueCache[intValue];
111 if (!m_percentValueCache[intValue])
112 m_percentValueCache[intValue] = CSSPrimitiveValue::create(value, type);
113 return m_percentValueCache[intValue];
115 if (!m_numberValueCache[intValue])
116 m_numberValueCache[intValue]
[all...]
/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/chromium_org/third_party/WebKit/Source/wtf/text/
H A DAtomicStringTest.cpp40 int intValue = 1234; local
41 ASSERT_EQ(AtomicString::number(intValue), "1234");
42 intValue = -1234;
43 ASSERT_EQ(AtomicString::number(intValue), "-1234");
/external/chromium_org/third_party/icu/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/chromium_org/third_party/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();
/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();

Completed in 1054 milliseconds

1234567891011>>