HomeSort by relevance Sort by last modified time
    Searched refs:asDouble (Results 1 - 25 of 25) sorted by null

  /external/smali/util/src/main/java/org/jf/util/
NumberUtils.java 124 String asDouble = format.format(doubleValue);
127 int decimalPoint = asDouble.indexOf('.');
128 int exponent = asDouble.indexOf("E");
129 int zeros = asDouble.indexOf("000");
131 asDouble = asDouble.substring(0, zeros) + asDouble.substring(exponent);
133 int nines = asDouble.indexOf("999");
135 asDouble = asDouble.substring(0, nines) + asDouble.substring(exponent)
    [all...]
  /cts/libs/json/src/com/android/json/stream/
JsonReader.java 459 double asDouble = Double.parseDouble(value); // don't catch this NumberFormatException
460 result = (long) asDouble;
461 if ((double) result != asDouble) {
490 double asDouble = Double.parseDouble(value); // don't catch this NumberFormatException
491 result = (int) asDouble;
492 if ((double) result != asDouble) {
    [all...]
  /external/jsoncpp/src/test_lib_json/
main.cpp 278 JSONTEST_ASSERT_EQUAL(0.0, null_.asDouble());
346 JSONTEST_ASSERT_EQUAL(1.0, true_.asDouble());
354 JSONTEST_ASSERT_EQUAL(0.0, false_.asDouble());
406 JSONTEST_ASSERT_EQUAL(0.0, val.asDouble());
434 JSONTEST_ASSERT_EQUAL(0.0, val.asDouble());
462 JSONTEST_ASSERT_EQUAL(0.0, val.asDouble());
490 JSONTEST_ASSERT_EQUAL(0.0, val.asDouble());
518 JSONTEST_ASSERT_EQUAL(0.0, val.asDouble());
546 JSONTEST_ASSERT_EQUAL(0.0, val.asDouble());
573 JSONTEST_ASSERT_EQUAL((1 << 20), val.asDouble());
    [all...]
  /frameworks/base/core/java/android/util/
JsonReader.java 488 double asDouble = Double.parseDouble(value); // don't catch this NumberFormatException
489 result = (long) asDouble;
490 if ((double) result != asDouble) {
519 double asDouble = Double.parseDouble(value); // don't catch this NumberFormatException
520 result = (int) asDouble;
521 if ((double) result != asDouble) {
    [all...]
  /external/chromium_org/third_party/icu/source/test/intltest/
itrbnf.cpp 443 LLAssert(llong(llong::kD32).asDouble() == llong::kD32);
446 LLAssert(llong(0, 1).asDouble() == 1);
447 LLAssert(llong(1, 0).asDouble() == llong::kD32);
448 LLAssert(llong((uint32_t)-1, (uint32_t)-1).asDouble() == -1);
451 LLAssert(llong().asDouble() == 0);
494 LLAssert(llong((double)0).asDouble() == (double)0);
495 LLAssert(llong((double)1).asDouble() == (double)1);
496 LLAssert(llong((double)0x7fffffff).asDouble() == (double)0x7fffffff);
497 LLAssert(llong((double)0x80000000).asDouble() == (double)0x80000000);
498 LLAssert(llong((double)0x80000001).asDouble() == (double)0x80000001)
    [all...]
  /external/icu/icu4c/source/test/intltest/
itrbnf.cpp 443 LLAssert(llong(llong::kD32).asDouble() == llong::kD32);
446 LLAssert(llong(0, 1).asDouble() == 1);
447 LLAssert(llong(1, 0).asDouble() == llong::kD32);
448 LLAssert(llong((uint32_t)-1, (uint32_t)-1).asDouble() == -1);
451 LLAssert(llong().asDouble() == 0);
494 LLAssert(llong((double)0).asDouble() == (double)0);
495 LLAssert(llong((double)1).asDouble() == (double)1);
496 LLAssert(llong((double)0x7fffffff).asDouble() == (double)0x7fffffff);
497 LLAssert(llong((double)0x80000000).asDouble() == (double)0x80000000);
498 LLAssert(llong((double)0x80000001).asDouble() == (double)0x80000001)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
TraceEventDispatcher.h 109 double asDouble(const char* name) const
  /external/chromium_org/third_party/webrtc/base/
json.cc 29 s << in.asDouble();
106 *out = in.asDouble();
json_unittest.cc 268 EXPECT_EQ(in[i], out[i].asDouble());
  /external/deqp/framework/common/
tcuFloat.hpp 107 double asDouble (void) const;
175 inline double Float<StorageType, ExponentBits, MantissaBits, ExponentBias, Flags>::asDouble (void) const
  /external/jsoncpp/src/lib_json/
json_writer.cpp 232 document_ += valueToString( value.asDouble() );
316 pushValue( valueToString( value.asDouble() ) );
593 pushValue( valueToString( value.asDouble() ) );
json_value.cpp 852 Value::asDouble() const
929 return ( isNumeric() && asDouble() == 0.0 )
    [all...]
  /external/jsoncpp/src/jsontestrunner/
main.cpp 77 fprintf( fout, "%s=%s\n", path.c_str(), normalizeFloatingPointStr(value.asDouble()).c_str() );
  /external/chromium_org/third_party/skia/tools/
PictureResultsWriter.h 235 times.push_back((*vals).asDouble());
  /external/chromium_org/third_party/jsoncpp/overrides/include/json/
value.h 277 double asDouble() const;
    [all...]
  /external/jsoncpp/chromium-overrides/include/json/
value.h 277 double asDouble() const;
    [all...]
  /external/jsoncpp/include/json/
value.h 277 double asDouble() const;
    [all...]
  /external/chromium_org/third_party/jsoncpp/overrides/src/lib_json/
json_value.cpp 862 Value::asDouble() const
939 return ( isNumeric() && asDouble() == 0.0 )
    [all...]
  /external/jsoncpp/chromium-overrides/src/lib_json/
json_value.cpp 856 Value::asDouble() const
933 return ( isNumeric() && asDouble() == 0.0 )
    [all...]
  /libcore/benchmarks/libs/
caliper.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.jface_3.6.1.M20100825-0800.jar 
  /prebuilts/devtools/tools/lib/
org-eclipse-jface-3.6.2.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.jface_3.4.2.M20090107-0800.jar 
org.eclipse.jface_3.6.2.M20110210-1200.jar 
  /prebuilts/tools/common/m2/repository/com/android/external/eclipse/org-eclipse-jface/3.6.2/
org-eclipse-jface-3.6.2.jar 

Completed in 447 milliseconds