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/chromium_org/third_party/icu/source/i18n/
H A Dunum.cpp421 double doubleVal = 0.0; local
424 return doubleVal;
444 doubleVal = currAmt->getNumber().getDouble(*status);
447 return doubleVal;
/external/icu/icu4c/source/i18n/
H A Dunum.cpp425 double doubleVal = 0.0; local
428 return doubleVal;
448 doubleVal = currAmt->getNumber().getDouble(*status);
451 return doubleVal;
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dnumfmtst.cpp6115 double doubleVal = currAmt->getNumber().getDouble(status); local
6116 if ( doubleVal != 1.0 ) {
6117 errln("Parsed as currency value other than 1.0: " + formatted + " -> " + doubleVal);
6138 double doubleVal = currAmt->getNumber().getDouble(status); local
6139 errln("Parsed as currency, should not have: " + formatted + " -> " + doubleVal);
/external/icu/icu4c/source/test/intltest/
H A Dnumfmtst.cpp6144 double doubleVal = currAmt->getNumber().getDouble(status); local
6145 if ( doubleVal != 1.0 ) {
6146 errln("Parsed as currency value other than 1.0: " + formatted + " -> " + doubleVal);
6167 double doubleVal = currAmt->getNumber().getDouble(status); local
6168 errln("Parsed as currency, should not have: " + formatted + " -> " + doubleVal);
/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/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/ ...

Completed in 145 milliseconds