Searched defs:intValue (Results 1 - 25 of 78) sorted by last modified time

1234

/external/smack/src/com/kenai/jbosh/
H A DAbstractIntegerAttr.java93 public int intValue() { method in class:AbstractIntegerAttr
94 return getValue().intValue();
/external/smack/src/org/xbill/DNS/
H A DOptions.java109 intValue(String option) { method in class:Options
/external/smali/dexlib2/src/test/java/org/jf/dexlib2/writer/
H A DDexDataWriterTest.java348 private void testWriteRightZeroExtendedIntHelper(int intValue, int... encodedValue) throws IOException { argument
350 writer.writeRightZeroExtendedInt(ValueType.FLOAT, intValue);
/external/skia/experimental/PdfViewer/pdfparser/native/
H A DSkPdfNativeObject.h860 inline int64_t intValue() const { function in class:SkPdfNativeObject
/external/robolectric/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
H A Dh2-1.2.147.jarMETA-INF/MANIFEST.MF META-INF/services/java.sql.Driver org/h2/api/AggregateFunction ...
/external/robolectric/lib/test/
H A Dmockito-core-1.8.5.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/mockito/ org/mockito/asm/ org/mockito/asm/signature/ ...
/external/owasp/sanitizer/distrib/lib/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/collect/ ...
/external/owasp/sanitizer/lib/guava-libraries/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/collect/ ...
/external/owasp/sanitizer/lib/junit/
H A Djunit-dep.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit/extensions/ junit/framework/ junit/runner/ junit/textui/ org/ ...
H A Djunit.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit/extensions/ junit/framework/ junit/runner/ junit/textui/ org/ ...
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
H A Dcommons-lang-2.6.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/commons/ org/apache/commons/lang/ ...
/external/mockito/cglib-and-asm/src/org/mockito/cglib/util/
H A DStringSwitcher.java32 TypeUtils.parseSignature("int intValue(String)");
46 * @param fixedInput if false, an unknown key will be returned from {@link #intValue} as <code>-1</code>; if true,
67 abstract public int intValue(String s); method in class:StringSwitcher
100 * @param fixedInput if false, an unknown key will be returned from {@link #intValue} as <code>-1</code>; if true,
/external/jsoncpp/chromium-overrides/include/json/
H A Dvalue.h33 intValue, ///< signed integer value enumerator in enum:Json::ValueType
/external/jsoncpp/include/json/
H A Dvalue.h33 intValue, ///< signed integer value enumerator in enum:Json::ValueType
/external/jdiff/
H A Dxerces.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ org/ org/apache/ org/apache/html/ ...
/external/jarjar/lib/
H A Dapache-ant-1.9.4.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/icu/icu4c/source/tools/gentest/
H A Dgentest.c106 uint16_t intValue=2000; local
120 udata_write16(pData, intValue);
129 size=sizeof(stringValue) + sizeof(intValue);
/external/icu/icu4c/source/i18n/
H A Dplurrule_impl.h209 int64_t intValue; member in class:FixedDecimal
/external/icu/icu4c/source/samples/udata/
H A Dreader.c79 uint16_t intValue = 0; local
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/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...]
H A Dudatatst.c865 uint16_t* intValue=0; local
900 intValue=(uint16_t *)udata_getMemory(result);
901 /*printf("%d ..... %s", *(intValue), intValue+1));*/
902 if( *intValue != 2000 || strcmp((char*)(intValue+1), "YEAR") != 0 )
903 log_err("FAIL: udata_getMemory() failed: intValue :- Expected:2000 Got:%d \n\tstringValue:- Expected:YEAR Got:%s\n", *intValue, (intValue+1));
913 uint16_t* intValue local
[all...]
/external/guava/guava/src/com/google/common/primitives/
H A DUnsignedInteger.java81 return asUnsigned(value.intValue());
158 public int intValue() { method in class:UnsignedInteger

Completed in 600 milliseconds

1234