Home
last modified time | relevance | path

Searched refs:putDouble (Results 1 – 25 of 38) sorted by relevance

12

/external/sl4a/Common/src/com/googlecode/android_scripting/facade/
DSensorManagerFacade.java284 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()
DAndroidFacade.java309 bundle.putDouble(name, ((Double) data).doubleValue()); in putNestedJSONObject()
1035 result.putDouble(name, field.getDouble(null)); in getConstants()
/external/flatbuffers/tests/MyGame/Example/
DVec3.java22 public void mutateTest1(double test1) { bb.putDouble(bb_pos + 16, test1); } in mutateTest1()
37 builder.putDouble(test1); in createVec3()
DVec3.php89 $builder->putDouble($test1);
/external/guava/guava/src/com/google/common/hash/
DAbstractCompositeHashFunction.java104 @Override public Hasher putDouble(double d) { in newHasher() method
106 hasher.putDouble(d); in newHasher()
DPrimitiveSink.java81 PrimitiveSink putDouble(double d); in putDouble() method
DAbstractHasher.java31 @Override public final Hasher putDouble(double d) { in putDouble() method in AbstractHasher
DHasher.java69 @Override Hasher putDouble(double d); in putDouble() method
/external/flatbuffers/java/com/google/flatbuffers/
DFlatBufferBuilder.java239 public void putDouble (double x) { bb.putDouble(space -= Constants.SIZEOF_DOUBLE, x); } in putDouble() method in FlatBufferBuilder
289 public void addDouble (double x) { prep(Constants.SIZEOF_DOUBLE, 0); putDouble (x); } in addDouble()
/external/flatbuffers/php/
DFlatbufferBuilder.php277 public function putDouble($x) function in Google\\FlatBuffers\\FlatbufferBuilder
279 $this->bb->putDouble($this->space -= 8, $x);
390 $this->putDouble($x);
DByteBuffer.php307 public function putDouble($offset, $value) function in Google\\FlatBuffers\\ByteBuffer
/external/guava/guava-tests/test/com/google/common/hash/
DAbstractByteHasherTest.java90 hasher.putDouble(Double.longBitsToDouble(0x0807060504030201L)); in testDouble()
DAbstractStreamingHasherTest.java113 sink.putDouble(Double.longBitsToDouble(0x0807060504030201L)); in testDouble()
DHashTestUtils.java151 sink.putDouble(value); in PUT_DOUBLE()
/external/libmojo/mojo/android/javatests/src/org/chromium/mojo/bindings/
DValidationTestUtilTest.java99 expected.putDouble(-10.03); in testCorrectMessageParsing()
/external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/shadows/
DBundleTest.java62 bundle.putDouble("foo", 5); in testDouble()
DParcelTest.java311 b1.putDouble("double", 1.25); in testReadWriteBundleWithDifferentValueTypes()
DIntentTest.java401 bundle.putDouble("bundle double", 3.14); in testParcelIo_explicitIntent()
DContentResolverTest.java298 bundle.putDouble("double", 10.0d); in shouldValidateSyncExtras()
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
Dorg.eclipse.equinox.security_1.0.200.v20100503.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...
Dorg.eclipse.equinox.preferences_3.3.0.v20100503.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...
/external/libmojo/mojo/public/java/bindings/src/org/chromium/mojo/bindings/
DEncoder.java206 mEncoderState.byteBuffer.putDouble(mBaseOffset + offset, v); in encode()
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
DShadowBundle.java96 public void putDouble(String key, double value) { in putDouble() method in ShadowBundle
DShadowIntent.java216 extras.putDouble(key, value); in putExtra()
/external/icu/tools/srcgen/currysrc/libs/
Dorg.eclipse.equinox.preferences_3.5.300.v20150408-1437.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSE_.SF META-INF/ECLIPSE_ ...

12