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

  /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...]
  /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 442 LLAssert(llong(llong::kD32).asDouble() == llong::kD32);
445 LLAssert(llong(0, 1).asDouble() == 1);
446 LLAssert(llong(1, 0).asDouble() == llong::kD32);
447 LLAssert(llong((uint32_t)-1, (uint32_t)-1).asDouble() == -1);
450 LLAssert(llong().asDouble() == 0);
493 LLAssert(llong((double)0).asDouble() == (double)0);
494 LLAssert(llong((double)1).asDouble() == (double)1);
495 LLAssert(llong((double)0x7fffffff).asDouble() == (double)0x7fffffff);
496 LLAssert(llong((double)0x80000000).asDouble() == (double)0x80000000);
497 LLAssert(llong((double)0x80000001).asDouble() == (double)0x80000001)
    [all...]
  /external/icu4c/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/libjingle/source/talk/base/
json.cc 46 s << in.asDouble();
123 *out = in.asDouble();
json_unittest.cc 285 EXPECT_EQ(in[i], out[i].asDouble());
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
TimelineTraceEventProcessor.h 187 double asDouble(const char* name) const
  /external/chromium_org/third_party/jsoncpp/overrides/include/json/
value.h 277 double asDouble() const;
    [all...]
  /external/chromium_org/third_party/jsoncpp/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 138 milliseconds