/external/libunwind_llvm/src/ |
D | CompactUnwinder.hpp | 573 addressSpace.getDouble(savedRegisterLoc)); in stepWithCompactEncodingFrameless() 576 addressSpace.getDouble(savedRegisterLoc)); in stepWithCompactEncodingFrameless() 581 addressSpace.getDouble(savedRegisterLoc)); in stepWithCompactEncodingFrameless() 584 addressSpace.getDouble(savedRegisterLoc)); in stepWithCompactEncodingFrameless() 589 addressSpace.getDouble(savedRegisterLoc)); in stepWithCompactEncodingFrameless() 592 addressSpace.getDouble(savedRegisterLoc)); in stepWithCompactEncodingFrameless() 597 addressSpace.getDouble(savedRegisterLoc)); in stepWithCompactEncodingFrameless() 600 addressSpace.getDouble(savedRegisterLoc)); in stepWithCompactEncodingFrameless() 652 addressSpace.getDouble(savedRegisterLoc)); in stepWithCompactEncodingFrame() 655 addressSpace.getDouble(savedRegisterLoc)); in stepWithCompactEncodingFrame() [all …]
|
/external/protobuf/java/core/src/test/java/com/google/protobuf/ |
D | DoubleArrayListTest.java | 124 assertEquals(1D, TERTIARY_LIST.getDouble(0)); in testGetInt() 125 assertEquals(2D, TERTIARY_LIST.getDouble(1)); in testGetInt() 126 assertEquals(3D, TERTIARY_LIST.getDouble(2)); in testGetInt() 166 assertEquals(0D, list.getDouble(0)); in testSet() 169 assertEquals(0D, list.getDouble(1)); in testSet() 191 assertEquals(0D, list.getDouble(0)); in testSetInt() 194 assertEquals(0D, list.getDouble(1)); in testSetInt() 258 assertEquals(1D, list.getDouble(0)); in testAddAll()
|
/external/drrickorang/LoopbackApp/app/src/main/java/org/drrickorang/loopback/ |
D | Correlation.java | 218 mEstimatedLatencySamples = bundle.getDouble("mEstimatedLatencySamples"); in Correlation() 219 mEstimatedLatencyMs = bundle.getDouble("mEstimatedLatencyMs"); in Correlation() 220 mEstimatedLatencyConfidence = bundle.getDouble("mEstimatedLatencyConfidence"); in Correlation() 221 mAverage = bundle.getDouble("mAverage"); in Correlation() 222 mRms = bundle.getDouble("mRms"); in Correlation()
|
/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/icu/icu4c/source/test/intltest/ |
D | nmfmapts.cpp | 144 logln((UnicodeString) "" + (int32_t) fD.getDouble() + " formatted to " + res5); in testAPI() 164 if(result1.getType() != Formattable::kDouble && result1.getDouble() != d) { in testAPI() 167 logln(text + " parsed into " + (int32_t) result1.getDouble()); in testAPI() 170 if(result2.getType() != Formattable::kDouble && result2.getDouble() != d) { in testAPI() 173 logln(text + " parsed into " + (int32_t) result2.getDouble()); in testAPI() 180 if(result3.getType() != Formattable::kDouble && result3.getDouble() != d) { in testAPI() 183 logln(text + " parsed into " + (int32_t) result3.getDouble()); in testAPI()
|
D | nmfmtrt.cpp | 243 s = fmt->format(value.getDouble(), s); in test() 258 s2 = fmt->format(n.getDouble(), s2); in test() 295 … escape(s) + " P> " + (n.getType() == Formattable::kDouble ? n.getDouble() : (double)n.getLong()) in test() 307 aa = a.getDouble(); in proportionalError() 312 bb = b.getDouble(); in proportionalError()
|
D | numrgts.cpp | 427 ? result.getDouble() : result.getLong()); in assignFloatValue() 608 dstr = df->format(d.getDouble(), dstr, fp); in Test4068693() 610 errln(UnicodeString("Result -> ") + d.getDouble()); in Test4068693() 759 if (d2.getDouble() != d1) in Test4095713() 760 errln(UnicodeString("Bug 4095713 test failed, new double value : ") + d2.getDouble()); in Test4095713() 1439 temp = df->format(num.getDouble(), temp, pos); in Test4108738() 1448 temp = df->format(num.getDouble(), temp, pos); in Test4108738() 1963 double val = num.getDouble(); in Test4145457() 1973 double val2 = num.getDouble(); in Test4145457() 2149 double e = n.getDouble(); [all …]
|
D | msfmrgts.cpp | 225 case Formattable::kDouble: fmt->format(obj.getDouble(), temp); break; in Test4031438() 240 case Formattable::kDouble: fmt->format(obj1.getDouble(), temp1); break; in Test4031438() 311 if (pos.getErrorIndex() != -1 && obj.getDouble() == -1.0) in Test4052223() 316 if (pos.getErrorIndex() != -1 && obj.getDouble() == 0.0) in Test4052223() 321 if (pos.getErrorIndex() == -1 && ! uprv_isNaN(obj.getDouble())) in Test4052223() 726 …String)" " + (objs[0].getType() == Formattable::kLong ? objs[0].getLong() : objs[0].getDouble())); in Test4118592() 776 if (newobjs[0].getDouble() != 3.1) in Test4118594() 777 errln( UnicodeString("newobjs[0] = ") + newobjs[0].getDouble()); in Test4118594()
|
D | numfmtst.cpp | 330 double doubleVal = digitList.getDouble(); in isFormatPass() 428 if (!uprv_isNaN(result.getDouble())) { in isParsePass() 434 if (!uprv_isInfinite(result.getDouble()) || result.getDouble() < 0) { in isParsePass() 440 if (!uprv_isInfinite(result.getDouble()) || result.getDouble() > 0) { in isParsePass() 886 a = af.getDouble(); in TestExponential() 944 + " Double: " + af.getDouble() in TestExponential() 1547 logln((UnicodeString)"parse(" + testCase + ") = " + n.getDouble()); in TestLenientParse() 1550 n.getDouble() != 0.25) { in TestLenientParse() 1560 logln((UnicodeString)"parse(" + testCase + ") = " + n.getDouble()); in TestLenientParse() 1563 n.getDouble() != -0.25) { in TestLenientParse() [all …]
|
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/ |
D | ShadowBundleTest.java | 49 public void getDouble() { in getDouble() method in ShadowBundleTest 51 assertThat(bundle.getDouble("foo")).isEqualTo(5); in getDouble() 52 assertThat(bundle.getDouble("bar")).isEqualTo(0); in getDouble() 53 assertThat(bundle.getDouble("bar", 7)).isEqualTo(7); in getDouble() 86 assertThat(bundle.getDouble("foo")).isEqualTo(0); in getWrongType()
|
D | ShadowMatrixCursorTest.java | 109 assertThat(cursor.getDouble(0)).isEqualTo(42.0); in shouldAllowTypeFlexibility() 116 assertThat(cursor.getDouble(1)).isEqualTo(3.3); in shouldAllowTypeFlexibility() 176 assertThat(singleColumnSingleNullValueMatrixCursor.getDouble(0)).isEqualTo(0.0); in returnsZeroWhenGettingDoubleFromNullColumn()
|
D | SQLiteCursorTest.java | 321 assertThat(cursor.getDouble(1)).isEqualTo(1.2d); in testGetNumbersFromStringField() 331 assertThat(cursor.getDouble(1)).isEqualTo(1.2d); in testGetNumbersFromBlobField() 353 assertThat(cursor.getDouble(4)).isEqualTo(3.14159); in testGetDouble() 460 assertThat(cursor.getDouble(4)).isEqualTo(0d); in testGetNullNumberValues()
|
/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 | 126 if (f.getDouble(this) != g.getDouble(that)) in equals() 216 if (f.getDouble(this) != g.getDouble(that)) in match() 327 double doubleField = f.getDouble(this); in debugDump()
|
/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
|
/external/llvm/unittests/Support/ |
D | TrailingObjectsTest.cpp | 90 double getDouble() const { in getDouble() function in __anon97a3d53b0111::Class2 137 EXPECT_EQ(C1->getDouble(), 0); in TEST() 143 EXPECT_EQ(C2->getDouble(), 4.2); in TEST()
|
/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()
|
D | JSONArray.java | 285 public double getDouble(int index) throws JSONException { in getDouble() method in JSONArray 310 ((Number)o).intValue() : (int)getDouble(index); in getInt() 359 ((Number)o).longValue() : (long)getDouble(index); in getLong() 483 return getDouble(index); in optDouble()
|
/external/robolectric/v1/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()
|
D | BundleTest.java | 63 assertEquals(Double.valueOf(5), Double.valueOf(bundle.getDouble("foo"))); in testDouble() 64 assertEquals(Double.valueOf(0),Double.valueOf(bundle.getDouble("bar"))); in testDouble() 65 assertEquals(Double.valueOf(7), Double.valueOf(bundle.getDouble("bar", 7))); in testDouble() 215 assertEquals(0, bundle.getDouble("foo"), 0.005); in testGetOfWrongType()
|
/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/icu/icu4c/source/i18n/ |
D | fmtable.cpp | 497 Formattable::getDouble(UErrorCode& status) const in getDouble() function in Formattable 517 getNumber().getDouble(status); in getDouble() 731 fDecimalNum->set(this->getDouble()); in internalGetCharString() 794 fValue.fDouble = fDecimalNum->getDouble(); in adoptDigitList() 868 stream << obj.getDouble() << 'D'; 954 return obj->getDouble(*status); in ufmt_getDouble()
|
/external/robolectric/v1/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/protobuf/java/core/src/main/java/com/google/protobuf/ |
D | DoubleArrayList.java | 125 return getDouble(index); in get() 129 public double getDouble(int index) { in getDouble() method in DoubleArrayList
|