Searched refs:kDoubleVal (Results 1 – 2 of 2) sorted by relevance
/cts/tests/tests/binder_ndk/libbinder_ndk_test/ |
D | test_persistable_bundle.cpp | 82 const double kDoubleVal = 54321; variable 122 APersistableBundle_putDouble(bundle, "double", kDoubleVal); in TEST_F() 151 EXPECT_EQ(outDouble, kDoubleVal); in TEST_F() 340 APersistableBundle_putDouble(bundle, keys[i], kDoubleVal); in TEST_F()
|
D | test_native_aidl_client.cpp | 560 const double kDoubleVal = 54321; variable 575 inPBundle.putDouble("double", kDoubleVal); in TEST_P() 604 EXPECT_EQ(outDouble, kDoubleVal); in TEST_P() 647 EXPECT_EQ(outDouble, kDoubleVal); in TEST_P() 669 pBundle.putDouble("double", kDoubleVal); in TEST_P() 715 pBundle.putDouble("first", kDoubleVal); in TEST_P() 716 pBundle.putDouble("second", kDoubleVal); in TEST_P() 717 pBundle.putDouble("third", kDoubleVal); in TEST_P()
|