/external/chromium_org/third_party/icu/source/i18n/ |
nfrule.cpp | [all...] |
tmutfmt.cpp | 211 number = amtNumber.getDouble(); 288 tmpNumber = temp.getDouble(); [all...] |
unum.cpp | 416 return res.getDouble(*status); 466 return res.getDouble(*status);
|
digitlst.cpp | 19 * 04/16/97 aliu Rewrote set() and getDouble() to use sprintf/atof 395 * Currently, getDouble() depends on atof() to do its conversion. 402 DigitList::getDouble() const
|
umsg.cpp | 550 *aDouble = args[i].getDouble();
|
rbnf.cpp | [all...] |
decimfmt.cpp | [all...] |
/external/icu4c/i18n/ |
nfrule.cpp | [all...] |
tmutfmt.cpp | 214 number = amtNumber.getDouble(); 292 tmpNumber = temp.getDouble(); [all...] |
digitlst.cpp | 19 * 04/16/97 aliu Rewrote set() and getDouble() to use sprintf/atof 406 * Currently, getDouble() depends on strtod() to do its conversion. 413 DigitList::getDouble() const
|
umsg.cpp | 554 *aDouble = args[i].getDouble();
|
rbnf.cpp | [all...] |
/external/javassist/src/main/javassist/compiler/ |
Parser.java | 877 return new DoubleConst(-lex.getDouble(), t2); 1022 return new DoubleConst(lex.getDouble(), token); [all...] |
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/tools/ |
SaveImage.java | 725 double latitude = cursor.getDouble(1); 726 double longitude = cursor.getDouble(2);
|
/external/javasqlite/src/main/java/SQLite/JDBC2z/ |
JDBCResultSet.java | 452 public double getDouble(int columnIndex) throws SQLException { 474 public double getDouble(String columnName) throws SQLException { 476 return getDouble(col); [all...] |
/art/test/046-reflect/src/ |
Main.java | 302 double staticDoubleVal = field.getDouble(null);
|
/cts/tests/tests/database/src/android/database/cts/ |
AbstractCursorTest.java | 528 public double getDouble(int columnIndex) {
|
/dalvik/tests/046-reflect/src/ |
Main.java | 288 double staticDoubleVal = field.getDouble(null);
|
/external/eigen/demos/opengl/ |
quaternion_demo.cpp | 217 t = QInputDialog::getDouble(this, "Eigen's RenderingWidget", "time value: ",
|
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/ |
ShadowIntent.java | 387 return extras.getDouble(name, defaultValue);
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/nio/tests/java/nio/ |
DoubleBufferTest.java | 66 double bufDoubleOut = buffer.getDouble(0);
|
/libcore/luni/src/main/java/java/util/prefs/ |
AbstractPreferences.java | 455 public double getDouble(String key, double deflt) {
|
/packages/apps/Settings/src/com/android/settings/fuelgauge/ |
PowerUsageDetail.java | 179 mNoCoverage = args.getDouble(EXTRA_NO_COVERAGE, 0);
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
org.eclipse.equinox.security_1.0.200.v20100503.jar | |
/external/chromium_org/cc/trees/ |
layer_tree_host_impl_unittest.cc | [all...] |