Searched refs:doubleVal (Results 1 - 7 of 7) sorted by relevance

/external/mockito/cglib-and-asm/src/org/mockito/asm/
H A DItem.java172 * @param doubleVal the value of this item.
174 void set(final double doubleVal) { argument
176 this.longVal = Double.doubleToRawLongBits(doubleVal);
177 this.hashCode = 0x7FFFFFFF & (type + (int) doubleVal);
/external/icu/icu4c/source/i18n/
H A Dunum.cpp436 double doubleVal = 0.0; local
439 return doubleVal;
459 doubleVal = currAmt->getNumber().getDouble(*status);
462 return doubleVal;
/external/icu/icu4c/source/test/intltest/
H A Dnumfmtst.cpp300 double doubleVal = digitList.getDouble(); local
303 format(*fmtPtr, doubleVal, appendTo, status);
314 if (!uprv_isNaN(doubleVal) && !uprv_isInfinite(doubleVal) && doubleVal == uprv_floor(doubleVal)) {
6594 double doubleVal = currAmt->getNumber().getDouble(status); local
6595 if ( doubleVal != 1.0 ) {
6596 errln("Parsed as currency value other than 1.0: " + formatted + " -> " + doubleVal);
6617 double doubleVal local
[all...]
/external/jacoco/
H A Dasm-debug-all-5.0.1.jarMETA-INF/MANIFEST.MF org/ org/objectweb/ org/objectweb/asm/ org/objectweb/asm/AnnotationVisitor.class AnnotationVisitor ...
/external/robolectric/v1/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/dexmaker/lib/
H A Dmockito-core-1.9.1-SNAPSHOT.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/mockito/ org/mockito/asm/ org/mockito/asm/signature/ ...
/external/libgdx/backends/gdx-backends-gwt/libs/
H A Dgwt-dev.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/gwt/ com/google/gwt/core/ ...

Completed in 174 milliseconds