/external/libcxxabi/src/Unwind/ |
D | CompactUnwinder.hpp | 569 addressSpace.getDouble(savedRegisterLoc)); in stepWithCompactEncodingFrameless() 572 addressSpace.getDouble(savedRegisterLoc)); in stepWithCompactEncodingFrameless() 577 addressSpace.getDouble(savedRegisterLoc)); in stepWithCompactEncodingFrameless() 580 addressSpace.getDouble(savedRegisterLoc)); in stepWithCompactEncodingFrameless() 585 addressSpace.getDouble(savedRegisterLoc)); in stepWithCompactEncodingFrameless() 588 addressSpace.getDouble(savedRegisterLoc)); in stepWithCompactEncodingFrameless() 593 addressSpace.getDouble(savedRegisterLoc)); in stepWithCompactEncodingFrameless() 596 addressSpace.getDouble(savedRegisterLoc)); in stepWithCompactEncodingFrameless() 648 addressSpace.getDouble(savedRegisterLoc)); in stepWithCompactEncodingFrame() 651 addressSpace.getDouble(savedRegisterLoc)); in stepWithCompactEncodingFrame() [all …]
|
/external/chromium_org/third_party/WebKit/Source/modules/device_orientation/ |
D | DeviceOrientationInspectorAgent.cpp | 72 double alpha = m_state->getDouble(DeviceOrientationInspectorAgentState::alpha); in restore() 73 double beta = m_state->getDouble(DeviceOrientationInspectorAgentState::beta); in restore() 74 double gamma = m_state->getDouble(DeviceOrientationInspectorAgentState::gamma); in restore()
|
/external/deqp/framework/delibs/decpp/ |
D | deRandom.hpp | 45 double getDouble (void) { return deRandom_getDouble(&m_rnd); } in getDouble() function in de::Random 49 double getDouble (double min, double max); 85 inline double Random::getDouble (double min, double max) in getDouble() function in de::Random 88 return min + (max-min)*getDouble(); in getDouble()
|
/external/chromium_org/third_party/icu/source/test/intltest/ |
D | nmfmapts.cpp | 142 logln((UnicodeString) "" + (int32_t) fD.getDouble() + " formatted to " + res5); in testAPI() 162 if(result1.getType() != Formattable::kDouble && result1.getDouble() != d) { in testAPI() 165 logln(text + " parsed into " + (int32_t) result1.getDouble()); in testAPI() 168 if(result2.getType() != Formattable::kDouble && result2.getDouble() != d) { in testAPI() 171 logln(text + " parsed into " + (int32_t) result2.getDouble()); in testAPI() 178 if(result3.getType() != Formattable::kDouble && result3.getDouble() != d) { in testAPI() 181 logln(text + " parsed into " + (int32_t) result3.getDouble()); in testAPI()
|
D | nmfmtrt.cpp | 240 s = fmt->format(value.getDouble(), s); in test() 255 s2 = fmt->format(n.getDouble(), s2); in test() 292 … escape(s) + " P> " + (n.getType() == Formattable::kDouble ? n.getDouble() : (double)n.getLong()) in test() 304 aa = a.getDouble(); in proportionalError() 309 bb = b.getDouble(); in proportionalError()
|
D | dcfmapts.cpp | 150 logln((UnicodeString) "" + (int32_t) fD.getDouble() + " formatted to " + res3); in testAPI() 173 if(result1.getType() != Formattable::kDouble && result1.getDouble() != d) { in testAPI() 176 logln(text + " parsed into " + (int32_t) result1.getDouble()); in testAPI() 183 if(result2.getType() != Formattable::kDouble && result2.getDouble() != d) { in testAPI() 186 logln(text + " parsed into " + (int32_t) result2.getDouble()); in testAPI()
|
D | msfmrgts.cpp | 220 case Formattable::kDouble: fmt->format(obj.getDouble(), temp); break; in Test4031438() 235 case Formattable::kDouble: fmt->format(obj1.getDouble(), temp1); break; in Test4031438() 306 if (pos.getErrorIndex() != -1 && obj.getDouble() == -1.0) in Test4052223() 311 if (pos.getErrorIndex() != -1 && obj.getDouble() == 0.0) in Test4052223() 316 if (pos.getErrorIndex() == -1 && ! uprv_isNaN(obj.getDouble())) in Test4052223() 721 …String)" " + (objs[0].getType() == Formattable::kLong ? objs[0].getLong() : objs[0].getDouble())); in Test4118592() 771 if (newobjs[0].getDouble() != 3.1) in Test4118594() 772 errln( UnicodeString("newobjs[0] = ") + newobjs[0].getDouble()); in Test4118594()
|
/external/icu/icu4c/source/test/intltest/ |
D | nmfmapts.cpp | 142 logln((UnicodeString) "" + (int32_t) fD.getDouble() + " formatted to " + res5); in testAPI() 162 if(result1.getType() != Formattable::kDouble && result1.getDouble() != d) { in testAPI() 165 logln(text + " parsed into " + (int32_t) result1.getDouble()); in testAPI() 168 if(result2.getType() != Formattable::kDouble && result2.getDouble() != d) { in testAPI() 171 logln(text + " parsed into " + (int32_t) result2.getDouble()); in testAPI() 178 if(result3.getType() != Formattable::kDouble && result3.getDouble() != d) { in testAPI() 181 logln(text + " parsed into " + (int32_t) result3.getDouble()); in testAPI()
|
D | nmfmtrt.cpp | 240 s = fmt->format(value.getDouble(), s); in test() 255 s2 = fmt->format(n.getDouble(), s2); in test() 292 … escape(s) + " P> " + (n.getType() == Formattable::kDouble ? n.getDouble() : (double)n.getLong()) in test() 304 aa = a.getDouble(); in proportionalError() 309 bb = b.getDouble(); in proportionalError()
|
D | numrgts.cpp | 417 ? result.getDouble() : result.getLong()); in assignFloatValue() 598 dstr = df->format(d.getDouble(), dstr, fp); in Test4068693() 600 errln(UnicodeString("Result -> ") + d.getDouble()); in Test4068693() 749 if (d2.getDouble() != d1) in Test4095713() 750 errln(UnicodeString("Bug 4095713 test failed, new double value : ") + d2.getDouble()); in Test4095713() 1423 temp = df->format(num.getDouble(), temp, pos); in Test4108738() 1432 temp = df->format(num.getDouble(), temp, pos); in Test4108738() 1947 double val = num.getDouble(); in Test4145457() 1957 double val2 = num.getDouble(); in Test4145457() 2133 double e = n.getDouble(); [all …]
|
D | msfmrgts.cpp | 222 case Formattable::kDouble: fmt->format(obj.getDouble(), temp); break; in Test4031438() 237 case Formattable::kDouble: fmt->format(obj1.getDouble(), temp1); break; in Test4031438() 308 if (pos.getErrorIndex() != -1 && obj.getDouble() == -1.0) in Test4052223() 313 if (pos.getErrorIndex() != -1 && obj.getDouble() == 0.0) in Test4052223() 318 if (pos.getErrorIndex() == -1 && ! uprv_isNaN(obj.getDouble())) in Test4052223() 723 …String)" " + (objs[0].getType() == Formattable::kLong ? objs[0].getLong() : objs[0].getDouble())); in Test4118592() 773 if (newobjs[0].getDouble() != 3.1) in Test4118594() 774 errln( UnicodeString("newobjs[0] = ") + newobjs[0].getDouble()); in Test4118594()
|
/external/proguard/src/proguard/gui/splash/ |
D | ImageSprite.java | 68 double scale_x = scaleX.getDouble(time); in paint() 69 double scale_y = scaleY.getDouble(time); in paint()
|
D | VariableDouble.java | 33 public double getDouble(long time); in getDouble() method
|
D | ConstantDouble.java | 45 public double getDouble(long time) in getDouble() method in ConstantDouble
|
D | LinearDouble.java | 51 public double getDouble(long time) in getDouble() method in LinearDouble
|
/external/nist-sip/java/gov/nist/javax/sip/header/ |
D | SIPObject.java | 128 if (f.getDouble(this) != g.getDouble(that)) in equals() 218 if (f.getDouble(this) != g.getDouble(that)) in match() 334 double doubleField = f.getDouble(this); in debugDump()
|
/external/nist-sip/java/gov/nist/javax/sip/address/ |
D | NetObject.java | 122 if (f.getDouble(this) != g.getDouble(that)) in equals() 212 if (f.getDouble(this) != g.getDouble(that)) in match() 323 double doubleField = f.getDouble(this); in debugDump()
|
/external/chromium_org/third_party/WebKit/Source/core/inspector/ |
D | InspectorState.cpp | 100 double InspectorState::getDouble(const String& propertyName) in getDouble() function in WebCore::InspectorState 102 return getDouble(propertyName, 0); in getDouble() 105 double InspectorState::getDouble(const String& propertyName, double defaultValue) in getDouble() function in WebCore::InspectorState
|
D | InspectorState.h | 63 double getDouble(const String& propertyName); 64 double getDouble(const String& propertyName, double defaultValue);
|
/external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/ |
D | MatrixCursorTest.java | 90 assertThat(cursor.getDouble(0), equalTo(42.0)); in shouldAllowTypeFlexibility() 97 assertThat(cursor.getDouble(1), equalTo(3.3)); in shouldAllowTypeFlexibility() 155 assertThat(singleColumnSingleNullValueMatrixCursor.getDouble(0), is(equalTo(0.0))); in returnsZeroWhenGettingDoubleFromNullColumn()
|
/external/google-tv-pairing-protocol/java/src/com/google/polo/json/ |
D | Test.java | 236 System.out.println("String: " + j.getDouble("String")); in main() 413 System.out.println("int " + j.getDouble("int")); in main() 414 System.out.println("long " + j.getDouble("long")); in main() 415 System.out.println("longer " + j.getDouble("longer")); in main() 416 System.out.println("double " + j.getDouble("double")); in main() 417 System.out.println("string " + j.getDouble("string")); in main() 510 System.out.println(j.getDouble("stooge")); in main() 516 System.out.println(j.getDouble("howard")); in main() 528 System.out.println(a.getDouble(0)); in main()
|
/external/nist-sip/java/gov/nist/core/ |
D | GenericObject.java | 259 double doubleField = f.getDouble(mergeObject); in merge() 453 if (f.getDouble(this) != g.getDouble(that)) in equals() 538 if (f.getDouble(this) != g.getDouble(that)) in match() 637 double doubleField = f.getDouble(this); in debugDump()
|
/external/chromium_org/third_party/icu/source/i18n/ |
D | fmtable.cpp | 472 Formattable::getDouble(UErrorCode& status) const in getDouble() function in Formattable 492 getNumber().getDouble(status); in getDouble() 695 fDecimalNum->set(this->getDouble()); in getDecimalNumber() 740 fValue.fDouble = fDecimalNum->getDouble(); in adoptDigitList() 818 stream << obj.getDouble() << 'D';
|
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/ |
D | ShadowCursorWrapper.java | 139 public double getDouble(int i) { in getDouble() method in ShadowCursorWrapper 140 return wrappedCursor.getDouble(i); in getDouble()
|
/external/icu/icu4c/source/i18n/ |
D | fmtable.cpp | 493 Formattable::getDouble(UErrorCode& status) const in getDouble() function in Formattable 513 getNumber().getDouble(status); in getDouble() 726 fDecimalNum->set(this->getDouble()); in internalGetCharString() 789 fValue.fDouble = fDecimalNum->getDouble(); in adoptDigitList() 863 stream << obj.getDouble() << 'D'; 949 return obj->getDouble(*status); in ufmt_getDouble()
|