/external/sl4a/Common/src/com/googlecode/android_scripting/facade/ |
D | SensorManagerFacade.java | 284 mSensorReadings.putDouble("time", System.currentTimeMillis() / 1000.0); in postEvent() 404 mSensorReadings.putDouble("azimuth", mAzimuth); in onSensorChanged() 405 mSensorReadings.putDouble("pitch", mPitch); in onSensorChanged() 406 mSensorReadings.putDouble("roll", mRoll); in onSensorChanged() 415 mSensorReadings.putDouble("azimuth", mAzimuth); in onSensorChanged() 422 mSensorReadings.putDouble("azimuth", mAzimuth); in onSensorChanged() 429 mSensorReadings.putDouble("pitch", mPitch); in onSensorChanged() 436 mSensorReadings.putDouble("pitch", mPitch); in onSensorChanged() 443 mSensorReadings.putDouble("roll", mRoll); in onSensorChanged() 450 mSensorReadings.putDouble("roll", mRoll); in onSensorChanged()
|
D | AndroidFacade.java | 313 bundle.putDouble(name, ((Double) data).doubleValue()); in putNestedJSONObject() 1044 result.putDouble(name, field.getDouble(null)); in getConstants()
|
/external/drrickorang/LoopbackApp/app/src/main/java/org/drrickorang/loopback/ |
D | Correlation.java | 225 bundle.putDouble("mEstimatedLatencySamples", mEstimatedLatencySamples); in writeToParcel() 226 bundle.putDouble("mEstimatedLatencyMs", mEstimatedLatencyMs); in writeToParcel() 227 bundle.putDouble("mEstimatedLatencyConfidence", mEstimatedLatencyConfidence); in writeToParcel() 228 bundle.putDouble("mAverage", mAverage); in writeToParcel() 229 bundle.putDouble("mRms", mRms); in writeToParcel()
|
/external/flatbuffers/tests/MyGame/ |
D | MonsterExtra.java | 24 …tateTestdNan(double testd_nan) { int o = __offset(10); if (o != 0) { bb.putDouble(o + bb_pos, test… in mutateTestdNan() 26 …teTestdPinf(double testd_pinf) { int o = __offset(12); if (o != 0) { bb.putDouble(o + bb_pos, test… in mutateTestdPinf() 28 …teTestdNinf(double testd_ninf) { int o = __offset(14); if (o != 0) { bb.putDouble(o + bb_pos, test… in mutateTestdNinf()
|
/external/flatbuffers/tests/MyGame/Example/ |
D | Vec3.java | 22 public void mutateTest1(double test1) { bb.putDouble(bb_pos + 16, test1); } in mutateTest1() 37 builder.putDouble(test1); in createVec3()
|
D | TypeAliases.java | 36 …public boolean mutateF64(double f64) { int o = __offset(22); if (o != 0) { bb.putDouble(o + bb_pos… in mutateF64() 46 …public boolean mutateVf64(int j, double vf64) { int o = __offset(26); if (o != 0) { bb.putDouble(_… in mutateVf64()
|
D | Vec3.php | 89 $builder->putDouble($test1);
|
D | TypeAliases.php | 363 $builder->putDouble($data[$i]);
|
D | Monster.php | 1335 $builder->putDouble($data[$i]);
|
/external/guava/guava/src/com/google/common/hash/ |
D | AbstractCompositeHashFunction.java | 104 @Override public Hasher putDouble(double d) { in newHasher() method 106 hasher.putDouble(d); in newHasher()
|
D | PrimitiveSink.java | 81 PrimitiveSink putDouble(double d); in putDouble() method
|
D | AbstractHasher.java | 31 @Override public final Hasher putDouble(double d) { in putDouble() method in AbstractHasher
|
D | Hasher.java | 69 @Override Hasher putDouble(double d); in putDouble() method
|
/external/flatbuffers/java/com/google/flatbuffers/ |
D | FlatBufferBuilder.java | 340 public void putDouble (double x) { bb.putDouble(space -= Constants.SIZEOF_DOUBLE, x); } in putDouble() method in FlatBufferBuilder 390 public void addDouble (double x) { prep(Constants.SIZEOF_DOUBLE, 0); putDouble (x); } in addDouble()
|
/external/flatbuffers/php/ |
D | FlatbufferBuilder.php | 277 public function putDouble($x) function in Google\\FlatBuffers\\FlatbufferBuilder 279 $this->bb->putDouble($this->space -= 8, $x); 399 $this->putDouble($x);
|
D | ByteBuffer.php | 307 public function putDouble($offset, $value) function in Google\\FlatBuffers\\ByteBuffer
|
/external/guava/guava-tests/test/com/google/common/hash/ |
D | AbstractByteHasherTest.java | 90 hasher.putDouble(Double.longBitsToDouble(0x0807060504030201L)); in testDouble()
|
D | AbstractStreamingHasherTest.java | 113 sink.putDouble(Double.longBitsToDouble(0x0807060504030201L)); in testDouble()
|
D | HashTestUtils.java | 151 sink.putDouble(value); in PUT_DOUBLE()
|
/external/libchrome/mojo/public/java/system/javatests/src/org/chromium/mojo/bindings/ |
D | ValidationTestUtilTest.java | 109 expected.putDouble(-10.03); in testCorrectMessageParsing()
|
/external/setupcompat/main/java/com/google/android/setupcompat/internal/ |
D | PersistableBundles.java | 82 to.putDouble(key, (Double) value); in fromBundle()
|
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/ |
D | ShadowBundleTest.java | 50 bundle.putDouble("foo", 5); in getDouble()
|
D | ShadowContentResolverTest.java | 596 bundle.putDouble("double", 10.0d); in shouldValidateSyncExtras()
|
/external/archive-patcher/generator/src/main/java/com/google/archivepatcher/generator/bsdiff/ |
D | RandomAccessObject.java | 319 mByteBuffer.putDouble(v); in writeDouble()
|
/external/libchrome/mojo/public/java/bindings/src/org/chromium/mojo/bindings/ |
D | Encoder.java | 206 mEncoderState.byteBuffer.putDouble(mBaseOffset + offset, v); in encode()
|